.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 4.4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-2 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 1rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-4 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((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: #9fe870 !important;
}
.bg-success {
  background-color: #191b1f !important;
}
.bg-info {
  background-color: #ba9b67 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
  color: #264d0c !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #264d0c !important;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #ba9b67 !important;
  border-color: #ba9b67 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #cab28a !important;
  border-color: #cab28a !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #cab28a !important;
  border-color: #cab28a !important;
}
.btn-success,
.btn-success:active {
  background-color: #191b1f !important;
  border-color: #191b1f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #30343b !important;
  border-color: #30343b !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #30343b !important;
  border-color: #30343b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !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: #9fe870;
  color: #9fe870;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6ddc25 !important;
  background-color: transparent !important;
  border-color: #6ddc25 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #264d0c !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ba9b67;
  color: #ba9b67;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #8b6f3f !important;
  background-color: transparent !important;
  border-color: #8b6f3f !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ba9b67 !important;
  border-color: #ba9b67 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #191b1f;
  color: #191b1f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #191b1f !important;
  border-color: #191b1f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !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: #9fe870 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #191b1f !important;
}
.text-info {
  color: #ba9b67 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #66d022 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #81663a !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !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: #9fe870;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ba9b67;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #9fe870;
  border-color: #9fe870;
  color: #306310;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #9fe870;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c9cdd4;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e2d5bf;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #9fe870 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #9fe870;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #9fe870;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9fe870;
}
.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: #9fe870;
  border-bottom-color: #9fe870;
}
.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: #000000 !important;
  background-color: #9fe870 !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: #ffd7ef !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='%239fe870' %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;
  }
}
.cid-tP77sLte0E {
  z-index: 1000;
  width: 100%;
}
.cid-tP77sLte0E .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-tP77sLte0E .dropdown-menu {
  padding: 0;
}
.cid-tP77sLte0E .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-tP77sLte0E .dropdown-item {
    text-align: left !important;
  }
}
.cid-tP77sLte0E .dropdown-item:hover {
  background-position: right !important;
}
.cid-tP77sLte0E .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-tP77sLte0E .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tP77sLte0E .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tP77sLte0E .nav-link {
  position: relative;
}
.cid-tP77sLte0E .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-tP77sLte0E .dropdown-menu,
.cid-tP77sLte0E .navbar.opened {
  background: #0c0c0c !important;
}
.cid-tP77sLte0E .nav-item:focus,
.cid-tP77sLte0E .nav-link:focus {
  outline: none;
}
.cid-tP77sLte0E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tP77sLte0E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tP77sLte0E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tP77sLte0E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tP77sLte0E .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-tP77sLte0E .navbar.opened {
  transition: all 0.3s;
}
.cid-tP77sLte0E .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tP77sLte0E .navbar .navbar-logo img {
  width: auto;
}
.cid-tP77sLte0E .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tP77sLte0E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tP77sLte0E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tP77sLte0E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tP77sLte0E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tP77sLte0E .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-tP77sLte0E .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tP77sLte0E .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tP77sLte0E .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tP77sLte0E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tP77sLte0E .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tP77sLte0E .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tP77sLte0E .navbar {
    min-height: 80px;
  }
}
.cid-tP77sLte0E .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tP77sLte0E .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tP77sLte0E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tP77sLte0E .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tP77sLte0E .navbar-brand {
    min-height: 69px;
  }
}
.cid-tP77sLte0E .dropdown-item.active,
.cid-tP77sLte0E .dropdown-item:active {
  background-color: transparent;
}
.cid-tP77sLte0E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tP77sLte0E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tP77sLte0E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tP77sLte0E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c0c0c;
}
.cid-tP77sLte0E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tP77sLte0E .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tP77sLte0E ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tP77sLte0E button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #23272b, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tP77sLte0E button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tP77sLte0E button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tP77sLte0E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ba9b67;
}
.cid-tP77sLte0E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tP77sLte0E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tP77sLte0E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tP77sLte0E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tP77sLte0E nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP77sLte0E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tP77sLte0E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tP77sLte0E nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP77sLte0E .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tP77sLte0E a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tP77sLte0E .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-tP77sLte0E .navbar {
    height: 70px;
  }
  .cid-tP77sLte0E .navbar.opened {
    height: auto;
  }
  .cid-tP77sLte0E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tP77sLte0E .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #0c0c0c;
  background: rgba(12, 12, 12, 0.9);
}
@media (max-width: 575px) {
  .cid-tP77sLte0E .navbar-short {
    min-height: 70px;
  }
}
.cid-tP77sLte0E .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tP77sLte0E .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tP77sLte0E .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tP77sLte0E .container-fluid {
    padding: 0 3px;
  }
}
.cid-tP77sLte0E .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tP77sLte0E .navbar-nav {
  display: flex !important;
}
.cid-tP77sLte0E .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-tP77sLte0E .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-tP77sLte0E .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tP77sLte0E .navbar-nav .nav-item .nav-link:hover,
.cid-tP77sLte0E .navbar-nav .nav-item .nav-link:focus,
.cid-tP77sLte0E .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tP77sLte0E .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-tP77sLte0E .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tP77sLte0E .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tP77sLte0E button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #23272b, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tP77sLte0E button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-tP77sLte0E button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tP77sLte0E button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ba9b67;
}
.cid-tP77sLte0E button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tP77sLte0E button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tP77sLte0E button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tP77sLte0E button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tP77sLte0E .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #23272b, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tP77sLte0E .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-tP77sLte0E .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tP77sLte0E .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ba9b67;
}
.cid-tP77sLte0E .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-tP77sLte0E .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tP77sLte0E .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tP77sLte0E .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-tP77sLte0E .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-tP77sLte0E .offcanvas.show {
  transform: translateX(0);
}
.cid-tP77sLte0E .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-tP77sLte0E .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tP77sLte0E .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-tP77sLte0E .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-tP77sLte0E .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-tP77sLte0E .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tP77sLte0E .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-tP77sLte0E .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-tP77sLte0E .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-tP77sLte0E .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-tP77sLte0E .mbr-text {
  color: #ba9b67;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-tP77sLte0E .modal-backdrop.show {
  opacity: 0.8;
}
.cid-tP77sLte0E .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-tP77sLte0E .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tP77sLte0E .social-container {
    padding-top: 40px;
  }
}
.cid-tP77sLte0E .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-tP77sLte0E .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-tP77sLte0E .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #212428, #23272b);
  box-shadow: 10px 10px 19px #0c0c0c, -10px -10px 19px #191b1f;
  transition: 0.4s all;
}
.cid-tP77sLte0E .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tP77sLte0E .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #212428;
}
.cid-tP77sLte0E .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tP77sLte0E .soc-item:hover:before {
  opacity: 1;
}
.cid-tP77sLte0E .offcanvas_btn {
  margin-top: auto;
}
.cid-tP77sLte0E .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-tP77sLte0E .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-tTIW4Dv4uC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  display: flex;
  flex-direction: column;
  background-image: url("../../../assets/images/hatter2-1920x1080.jpg");
}
.cid-tTIW4Dv4uC .mbr-overlay {
  z-index: 1;
}
.cid-tTIW4Dv4uC .main-container {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-tTIW4Dv4uC .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-tTIW4Dv4uC .text-container {
  height: auto;
}
.cid-tTIW4Dv4uC .text-wrap {
  display: flex;
  flex-direction: column;
  padding: 25px 32px;
  margin-bottom: auto;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-tTIW4Dv4uC .text-wrap {
    min-height: 100%;
  }
}
.cid-tTIW4Dv4uC .main-text {
  width: 100%;
  margin: 0 0 auto;
}
.cid-tTIW4Dv4uC .text {
  color: #3d3d3d;
}
.cid-tTIW4Dv4uC .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tTIW4Dv4uC .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tTIW4Dv4uC .item-wrapper {
  width: 100%;
}
.cid-tTIW4Dv4uC .item-title {
  line-height: 1.25em;
}
.cid-tTIW4Dv4uC .mbr-section-title {
  line-height: 1.25em;
  color: #ffffff;
}
.cid-tTIW4Dv4uC .data-item {
  display: flex;
  align-items: center;
}
.cid-tTIW4Dv4uC .data-item .iconfont-wrapper {
  margin-right: 10px;
}
.cid-tTIW4Dv4uC .link-wrap {
  margin: 30px 0 6px;
}
.cid-tTIW4Dv4uC .btn {
  padding: 3px 22px;
  border-radius: 20px;
  min-height: 38px;
}
.cid-tTIW4Dv4uC .btn-black-outline {
  border: 1px solid #000000;
}
.cid-tTIW4Dv4uC .btn-black-outline:hover {
  border: 1px solid #000000;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-tTIW4Dv4uC .img-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
}
@media (max-width: 991px) {
  .cid-tTIW4Dv4uC .img-container {
    border-bottom: 1px solid #7F8678;
  }
}
@media (min-width: 992px) {
  .cid-tTIW4Dv4uC .img-container {
    border-right: 1px solid #7F8678;
  }
}
.cid-tTIW4Dv4uC .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8.6%;
  height: 800px;
  box-sizing: border-box;
  flex-grow: 1;
}
.cid-tTIW4Dv4uC .item-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-tTMUYdcGX9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #191b1f;
}
.cid-tTMUYdcGX9 hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 90%;
}
.cid-tTMUYdcGX9 .progress {
  background: #ba9b67;
  opacity: 1;
  height: 1px;
  overflow: hidden;
  position: relative;
}
.cid-tTMUYdcGX9 .progress::before {
  animation-duration: 4s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #ffffff;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 31px;
  }
  to {
    margin-left: 100%;
    width: 31px;
  }
}
.cid-tTH9ks95Kw {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #191b1f;
}
@media (min-width: 992px) {
  .cid-tTH9ks95Kw .no-gutters {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-tTH9ks95Kw .no-gutters > [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-tTH9ks95Kw .card_item {
  border-radius: 0 !important;
}
@media (min-width: 992px) {
  .cid-tTH9ks95Kw .card_item .item-wrapper {
    border-left: 1px dotted rgba(186, 155, 103, 0.5);
  }
  .cid-tTH9ks95Kw .card_item:last-child .item-wrapper {
    border-right: 1px dotted rgba(186, 155, 103, 0.5);
  }
}
.cid-tTH9ks95Kw .item-wrapper {
  height: 100%;
  overflow: visible;
}
.cid-tTH9ks95Kw .card-box {
  padding: 0 2rem 2.5rem 2rem;
  height: 100%;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tTH9ks95Kw .card-box:hover {
  transform: translateY(-3rem);
}
.cid-tTH9ks95Kw .card-box:hover img {
  transform: scale(1.01);
}
.cid-tTH9ks95Kw .card-title {
  margin-bottom: .75rem;
  color: #ba9b67;
}
.cid-tTH9ks95Kw .card-text {
  margin-bottom: 1.25rem;
}
.cid-tTH9ks95Kw .item-img {
  margin-bottom: 2.5rem;
  position: relative;
  transform: skewY(2deg);
}
.cid-tTH9ks95Kw img,
.cid-tTH9ks95Kw .item-img {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-tTH9ks95Kw .item:focus,
.cid-tTH9ks95Kw span:focus {
  outline: none;
}
@media (max-width: 991px) {
  .cid-tTH9ks95Kw .item-wrapper {
    padding: 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .cid-tTH9ks95Kw .card-title {
    margin-bottom: .5rem;
  }
  .cid-tTH9ks95Kw .card-text {
    margin-bottom: .75rem;
  }
  .cid-tTH9ks95Kw .item-img {
    margin-bottom: 1.5rem;
  }
  .cid-tTH9ks95Kw .card-box:hover {
    transform: translateY(0);
  }
  .cid-tTH9ks95Kw .card-box:hover img {
    transform: scale(1.01);
  }
}
@media (max-width: 767px) {
  .cid-tTH9ks95Kw .card-box {
    padding: 0 0 1rem;
  }
}
.cid-tTH9ks95Kw .card-text,
.cid-tTH9ks95Kw .linkBtn {
  color: #a6a99c;
}
.cid-tTMUYNdk34 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #191b1f;
}
.cid-tTMUYNdk34 hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 90%;
}
.cid-tTMUYNdk34 .progress {
  background: #ba9b67;
  opacity: 1;
  height: 1px;
  overflow: hidden;
  position: relative;
}
.cid-tTMUYNdk34 .progress::before {
  animation-duration: 4s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #ffffff;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 9%;
    width: 30px;
  }
  to {
    margin-left: 100%;
    width: 30px;
  }
}
.cid-tTJ3xnFffw {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #191b1f;
  z-index: 1;
}
.cid-tTJ3xnFffw .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tTJ3xnFffw .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tTJ3xnFffw .btn {
  border-radius: 100px!important;
  padding: 0.7rem 2.2rem;
  position: relative;
  z-index: 2;
}
.cid-tTJ3xnFffw .btn:before {
  content: none;
}
.cid-tTJ3xnFffw .col-auto {
  position: relative;
  margin-top: 2rem;
  padding: 0;
  min-height: 30px;
}
.cid-tTJ3xnFffw .col-auto:before {
  content: '';
  border-radius: 30px;
  transform: translate(6px, 6px);
  position: absolute;
  top: 0;
  z-index: 1;
  transition: all 0.3s;
  left: 0;
  background: #ba9b67;
  width: 100%;
  height: 100%;
}
.cid-tTJ3xnFffw .col-auto:hover:before {
  transform: translate(0px, 0px);
}
@media (max-width: 991px) {
  .cid-tTJ3xnFffw .col-auto:before {
    transform: translate(0px, 0px);
  }
}
.cid-tTJ3xnFffw .wrapper {
  border-radius: 30px;
  padding: 3rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-tTJ3xnFffw .wrapper {
    padding: 1rem;
    padding-bottom: 3rem;
  }
}
.cid-tTJ3xnFffw h4 {
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.cid-tTJ3xnFffw .form-control,
.cid-tTJ3xnFffw .field-input {
  padding: 1rem 1.5rem!important;
  border-radius: 30px;
}
.cid-tTJ3xnFffw .jq-selectbox__select {
  padding: 0 !important;
  position: relative;
}
.cid-tTJ3xnFffw textarea {
  min-height: 200px;
}
.cid-tTJ3xnFffw .form-control,
.cid-tTJ3xnFffw .field-input {
  padding: 0.5rem;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tTJ3xnFffw .form-control::-webkit-input-placeholder,
.cid-tTJ3xnFffw .field-input::-webkit-input-placeholder,
.cid-tTJ3xnFffw .form-control::-webkit-input-placeholder,
.cid-tTJ3xnFffw .field-input::-webkit-input-placeholder {
  color: #777d74;
}
.cid-tTJ3xnFffw .form-control:-moz-placeholder,
.cid-tTJ3xnFffw .field-input:-moz-placeholder,
.cid-tTJ3xnFffw .form-control:-moz-placeholder,
.cid-tTJ3xnFffw .field-input:-moz-placeholder {
  color: #777d74;
}
.cid-tTJ3xnFffw .form-control:hover,
.cid-tTJ3xnFffw .field-input:hover,
.cid-tTJ3xnFffw .form-control:focus,
.cid-tTJ3xnFffw .field-input:focus {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tTJ3xnFffw .form-control:hover::-webkit-input-placeholder,
.cid-tTJ3xnFffw .field-input:hover::-webkit-input-placeholder,
.cid-tTJ3xnFffw .form-control:focus::-webkit-input-placeholder,
.cid-tTJ3xnFffw .field-input:focus::-webkit-input-placeholder,
.cid-tTJ3xnFffw .form-control:hover::-webkit-input-placeholder,
.cid-tTJ3xnFffw .field-input:hover::-webkit-input-placeholder,
.cid-tTJ3xnFffw .form-control:focus::-webkit-input-placeholder,
.cid-tTJ3xnFffw .field-input:focus::-webkit-input-placeholder {
  color: #777d74;
}
.cid-tTJ3xnFffw .form-control:hover:-moz-placeholder,
.cid-tTJ3xnFffw .field-input:hover:-moz-placeholder,
.cid-tTJ3xnFffw .form-control:focus:-moz-placeholder,
.cid-tTJ3xnFffw .field-input:focus:-moz-placeholder,
.cid-tTJ3xnFffw .form-control:hover:-moz-placeholder,
.cid-tTJ3xnFffw .field-input:hover:-moz-placeholder,
.cid-tTJ3xnFffw .form-control:focus:-moz-placeholder,
.cid-tTJ3xnFffw .field-input:focus:-moz-placeholder {
  color: #777d74;
}
.cid-tTJ3xnFffw .jq-number__spin:hover,
.cid-tTJ3xnFffw .jq-number__spin:focus {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tTJ3xnFffw .jq-number__spin {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tTJ3xnFffw .jq-selectbox li,
.cid-tTJ3xnFffw .jq-selectbox li {
  background-color: #f8f8f8;
  color: #000000;
}
.cid-tTJ3xnFffw .jq-selectbox li:hover,
.cid-tTJ3xnFffw .jq-selectbox li.selected {
  background-color: #f8f8f8;
  color: #000000;
}
.cid-tTJ3xnFffw .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tTJ3xnFffw .jq-number__spin.minus:hover:after,
.cid-tTJ3xnFffw .jq-number__spin.plus:hover:after {
  border-top-color: #f8f8f8;
  border-bottom-color: #f8f8f8;
}
.cid-tTJ3xnFffw .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tTJ3xnFffw .jq-number__spin.minus:after,
.cid-tTJ3xnFffw .jq-number__spin.plus:after {
  border-top-color: #f8f8f8;
  border-bottom-color: #f8f8f8;
}
.cid-tTJ3xnFffw input::-webkit-clear-button {
  display: none;
}
.cid-tTJ3xnFffw input::-webkit-inner-spin-button {
  display: none;
}
.cid-tTJ3xnFffw input::-webkit-outer-spin-button {
  display: none;
}
.cid-tTJ3xnFffw input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 767px) {
  .cid-tTJ3xnFffw .col-auto {
    margin: auto;
    margin-top: 2rem;
  }
}
.cid-tTJ3xnFffw .card-wrapper {
  display: flex;
  overflow: visible;
  border: 2px solid #f8f8f8;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  transition: all 0.3s;
  border-radius: 16px;
}
.cid-tTJ3xnFffw .card-wrapper:hover {
  border-color: black;
}
.cid-tTJ3xnFffw .card-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-tTJ3xnFffw .card-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-tTJ3xnFffw .card-wrapper:hover .iconfont-wrapper {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-tTJ3xnFffw .icon1 {
  background: #a8aaf1;
}
.cid-tTJ3xnFffw .icon2 {
  background: #ff9083;
}
.cid-tTJ3xnFffw .icon3 {
  background: #72dfe9;
}
.cid-tTJ3xnFffw .card-box {
  padding-left: 1rem;
}
.cid-tTJ3xnFffw .card {
  padding: 0;
}
.cid-tTJ3xnFffw .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tTJ3xnFffw .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-tTJ3xnFffw .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-tTJ3xnFffw .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-tTJ3xnFffw .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1.5rem;
  color: #1c1c25;
}
.cid-tTJ3xnFffw .icon-bg {
  position: absolute;
  overflow: visible;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.cid-tTJ3xnFffw .card-title {
  transition: all 0.3s;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tTJ3xnFffw .card-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .cid-tTJ3xnFffw .card-box {
    padding: 0;
    padding-top: 2rem;
  }
}
.cid-tTJ3xnFffw .main-sub-title,
.cid-tTJ3xnFffw .align-wrapper {
  color: #33358c;
}
.cid-tTJ3xnFffw .gdpr-block {
  text-align: left;
  padding: 1.5em 1rem;
}
.cid-tTJ3xnFffw .gdpr-block label span.textGDPR input[name='gdpr'] {
  top: 6px;
}
.cid-tTJ3xnFffw .form-control-label,
.cid-tTJ3xnFffw .form-check {
  margin-left: 1.5rem;
}
.cid-tTJ3xnFffw .form-group[data-for="input-range"] input {
  margin-left: 5px;
}
.cid-tTJ3xnFffw .form-group[data-for="input-range"] .col-auto {
  margin-top: 0;
  padding-right: 5px;
  padding-left: 5px;
}
.cid-tTJ3xnFffw .form-group[data-for="input-range"] .col-auto:before {
  display: none;
}
.cid-tTJ3xnFffw .card-text {
  color: #edefeb;
}
.cid-tTJ3xnFffw .mbr-section-title {
  color: #ba9b67;
}
.cid-tTGu1MGYtS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ba9b67;
}
.cid-tTGu1MGYtS .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-tTGu1MGYtS section {
  position: relative;
}
.cid-tTGu1MGYtS h4 {
  margin: 0;
}
.cid-tTGu1MGYtS a {
  font-weight: 300;
}
.cid-tTGu1MGYtS .row {
  align-items: center;
}
.cid-tTGu1MGYtS .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-tTGu1MGYtS .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tTGu1MGYtS .img1 {
  color: #ba9b67;
}
@media (max-width: 992px) {
  .cid-tTGu1MGYtS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tTGu1MGYtS .align-left {
    text-align: center;
  }
  .cid-tTGu1MGYtS .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tTGu1MGYtS .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-tTGu1MGYtS .item {
    padding-bottom: 0.5rem;
  }
}
.cid-tTGu1MGYtS .item-title {
  color: #23272b;
}
.cid-tTGu1MGYtS H4 {
  color: #23272b;
  text-align: center;
}
.cid-tTMAOzlKLQ .icon-bar {
  z-index: 100002;
  right: 0.2%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tTMAOzlKLQ .icon-bar a:hover {
  background-color: #ba9b67;
  margin-left: -50px;
  width: 100px;
}
.cid-tTMAOzlKLQ .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 5px;
  border-radius: 5px;
}
.cid-tTMAOzlKLQ .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-tTMAOzlKLQ .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-tTMAOzlKLQ .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-tTMAOzlKLQ .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-tTMAOzlKLQ .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-tTMAOzlKLQ .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-tTMAOzlKLQ .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-tTMAOzlKLQ .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-tTMAOzlKLQ .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-tTMAOzlKLQ .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-tTMAOzlKLQ .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-tTMAOzlKLQ .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-tTMAOzlKLQ P {
  color: #232323;
}
.cid-tTMAOzlKLQ DIV {
  color: #ffffff;
}
.cid-tTMAOzlKLQ H10 {
  color: #767676;
}
.cid-tTMAOzlKLQ .hidden {
  display: none;
}
.cid-tTMAOzlKLQ div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-tTMnOzS6Hi {
  z-index: 1000;
  width: 100%;
}
.cid-tTMnOzS6Hi .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-tTMnOzS6Hi .dropdown-menu {
  padding: 0;
}
.cid-tTMnOzS6Hi .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-tTMnOzS6Hi .dropdown-item {
    text-align: left !important;
  }
}
.cid-tTMnOzS6Hi .dropdown-item:hover {
  background-position: right !important;
}
.cid-tTMnOzS6Hi .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-tTMnOzS6Hi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tTMnOzS6Hi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tTMnOzS6Hi .nav-link {
  position: relative;
}
.cid-tTMnOzS6Hi .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-tTMnOzS6Hi .dropdown-menu,
.cid-tTMnOzS6Hi .navbar.opened {
  background: #0c0c0c !important;
}
.cid-tTMnOzS6Hi .nav-item:focus,
.cid-tTMnOzS6Hi .nav-link:focus {
  outline: none;
}
.cid-tTMnOzS6Hi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tTMnOzS6Hi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTMnOzS6Hi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tTMnOzS6Hi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTMnOzS6Hi .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-tTMnOzS6Hi .navbar.opened {
  transition: all 0.3s;
}
.cid-tTMnOzS6Hi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tTMnOzS6Hi .navbar .navbar-logo img {
  width: auto;
}
.cid-tTMnOzS6Hi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tTMnOzS6Hi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTMnOzS6Hi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTMnOzS6Hi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTMnOzS6Hi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tTMnOzS6Hi .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-tTMnOzS6Hi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tTMnOzS6Hi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tTMnOzS6Hi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tTMnOzS6Hi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tTMnOzS6Hi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tTMnOzS6Hi .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tTMnOzS6Hi .navbar {
    min-height: 80px;
  }
}
.cid-tTMnOzS6Hi .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tTMnOzS6Hi .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tTMnOzS6Hi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tTMnOzS6Hi .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tTMnOzS6Hi .navbar-brand {
    min-height: 69px;
  }
}
.cid-tTMnOzS6Hi .dropdown-item.active,
.cid-tTMnOzS6Hi .dropdown-item:active {
  background-color: transparent;
}
.cid-tTMnOzS6Hi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tTMnOzS6Hi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTMnOzS6Hi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTMnOzS6Hi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c0c0c;
}
.cid-tTMnOzS6Hi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tTMnOzS6Hi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTMnOzS6Hi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tTMnOzS6Hi button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #23272b, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tTMnOzS6Hi button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tTMnOzS6Hi button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tTMnOzS6Hi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ba9b67;
}
.cid-tTMnOzS6Hi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tTMnOzS6Hi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tTMnOzS6Hi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tTMnOzS6Hi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTMnOzS6Hi nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTMnOzS6Hi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTMnOzS6Hi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTMnOzS6Hi nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTMnOzS6Hi .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tTMnOzS6Hi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tTMnOzS6Hi .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-tTMnOzS6Hi .navbar {
    height: 70px;
  }
  .cid-tTMnOzS6Hi .navbar.opened {
    height: auto;
  }
  .cid-tTMnOzS6Hi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTMnOzS6Hi .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #0c0c0c;
  background: rgba(12, 12, 12, 0.9);
}
@media (max-width: 575px) {
  .cid-tTMnOzS6Hi .navbar-short {
    min-height: 70px;
  }
}
.cid-tTMnOzS6Hi .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tTMnOzS6Hi .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tTMnOzS6Hi .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tTMnOzS6Hi .container-fluid {
    padding: 0 3px;
  }
}
.cid-tTMnOzS6Hi .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tTMnOzS6Hi .navbar-nav {
  display: flex !important;
}
.cid-tTMnOzS6Hi .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-tTMnOzS6Hi .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-tTMnOzS6Hi .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tTMnOzS6Hi .navbar-nav .nav-item .nav-link:hover,
.cid-tTMnOzS6Hi .navbar-nav .nav-item .nav-link:focus,
.cid-tTMnOzS6Hi .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tTMnOzS6Hi .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-tTMnOzS6Hi .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tTMnOzS6Hi .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tTMnOzS6Hi button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #23272b, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tTMnOzS6Hi button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-tTMnOzS6Hi button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tTMnOzS6Hi button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ba9b67;
}
.cid-tTMnOzS6Hi button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tTMnOzS6Hi button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tTMnOzS6Hi button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tTMnOzS6Hi button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTMnOzS6Hi .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #23272b, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tTMnOzS6Hi .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-tTMnOzS6Hi .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tTMnOzS6Hi .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ba9b67;
}
.cid-tTMnOzS6Hi .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-tTMnOzS6Hi .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTMnOzS6Hi .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTMnOzS6Hi .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-tTMnOzS6Hi .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-tTMnOzS6Hi .offcanvas.show {
  transform: translateX(0);
}
.cid-tTMnOzS6Hi .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-tTMnOzS6Hi .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tTMnOzS6Hi .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-tTMnOzS6Hi .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-tTMnOzS6Hi .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-tTMnOzS6Hi .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tTMnOzS6Hi .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-tTMnOzS6Hi .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-tTMnOzS6Hi .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-tTMnOzS6Hi .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-tTMnOzS6Hi .mbr-text {
  color: #ba9b67;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-tTMnOzS6Hi .modal-backdrop.show {
  opacity: 0.8;
}
.cid-tTMnOzS6Hi .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-tTMnOzS6Hi .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tTMnOzS6Hi .social-container {
    padding-top: 40px;
  }
}
.cid-tTMnOzS6Hi .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-tTMnOzS6Hi .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-tTMnOzS6Hi .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #212428, #23272b);
  box-shadow: 10px 10px 19px #0c0c0c, -10px -10px 19px #191b1f;
  transition: 0.4s all;
}
.cid-tTMnOzS6Hi .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tTMnOzS6Hi .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #212428;
}
.cid-tTMnOzS6Hi .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tTMnOzS6Hi .soc-item:hover:before {
  opacity: 1;
}
.cid-tTMnOzS6Hi .offcanvas_btn {
  margin-top: auto;
}
.cid-tTMnOzS6Hi .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-tTMnOzS6Hi .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-tTMCxBzGZy {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #191b1f;
}
.cid-tTMCxBzGZy hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 70%;
}
.cid-tTMCxBzGZy .progress {
  background: #ba9b67;
  opacity: 1;
  height: 2px;
  overflow: hidden;
  position: relative;
}
.cid-tTMCxBzGZy .progress::before {
  animation-duration: 4s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #ffffff;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 9%;
    width: 47px;
  }
  to {
    margin-left: 100%;
    width: 47px;
  }
}
.cid-tTODbGhI5Q {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #191b1f;
}
.cid-tTODbGhI5Q .row {
  flex-direction: row-reverse;
}
.cid-tTODbGhI5Q .card-wrapper {
  padding-right: 2rem;
}
@media (min-width: 1400px) {
  .cid-tTODbGhI5Q .container {
    max-width: 1162px;
  }
}
@media (max-width: 991px) {
  .cid-tTODbGhI5Q .card {
    margin-bottom: 2rem !important;
  }
  .cid-tTODbGhI5Q .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tTODbGhI5Q .link-wrap {
    align-items: center;
  }
}
.cid-tTODbGhI5Q .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tTODbGhI5Q .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tTODbGhI5Q .btn {
  padding: 13px 37px 17px;
  border-radius: 100px;
}
.cid-tTODbGhI5Q .btn:hover,
.cid-tTODbGhI5Q .btn:focus {
  border-color: #ba9b67 !important;
  background-color: #ba9b67 !important;
}
.cid-tTODbGhI5Q .card-title {
  color: #ba9b67;
}
.cid-tTODbGhI5Q .mbr-subtile {
  color: #f7f7f7;
}
.cid-tTODbGhI5Q .price {
  text-align: left;
  color: #ba9b67;
}
@media (min-width: 992px) {
  .cid-tTODbGhI5Q .padding {
    padding-right: 110px;
  }
}
.cid-tTODbGhI5Q .mbr-text,
.cid-tTODbGhI5Q .mbr-section-btn {
  color: #f7f7f7;
}
.cid-tTODbGhI5Q .info {
  color: #a6a99c;
}
.cid-tTOORVHFeI {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #191b1f;
}
.cid-tTOORVHFeI hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 70%;
}
.cid-tTOORVHFeI .progress {
  background: #ba9b67;
  opacity: 1;
  height: 2px;
  overflow: hidden;
  position: relative;
}
.cid-tTOORVHFeI .progress::before {
  animation-duration: 4s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #ffffff;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 9%;
    width: 47px;
  }
  to {
    margin-left: 100%;
    width: 47px;
  }
}
.cid-tTOOAo2UrM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #191b1f;
}
.cid-tTOOAo2UrM .row {
  flex-direction: row-reverse;
}
.cid-tTOOAo2UrM .card-wrapper {
  padding-right: 2rem;
}
@media (min-width: 1400px) {
  .cid-tTOOAo2UrM .container {
    max-width: 1162px;
  }
}
@media (max-width: 991px) {
  .cid-tTOOAo2UrM .card {
    margin-bottom: 2rem !important;
  }
  .cid-tTOOAo2UrM .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tTOOAo2UrM .link-wrap {
    align-items: center;
  }
}
.cid-tTOOAo2UrM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tTOOAo2UrM .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tTOOAo2UrM .btn {
  padding: 13px 37px 17px;
  border-radius: 100px;
}
.cid-tTOOAo2UrM .btn:hover,
.cid-tTOOAo2UrM .btn:focus {
  border-color: #ba9b67 !important;
  background-color: #ba9b67 !important;
}
.cid-tTOOAo2UrM .card-title {
  color: #ba9b67;
}
.cid-tTOOAo2UrM .mbr-subtile {
  color: #f7f7f7;
}
.cid-tTOOAo2UrM .price {
  text-align: left;
  color: #ba9b67;
}
@media (min-width: 992px) {
  .cid-tTOOAo2UrM .padding {
    padding-right: 110px;
  }
}
.cid-tTOOAo2UrM .mbr-text,
.cid-tTOOAo2UrM .mbr-section-btn {
  color: #f7f7f7;
}
.cid-tTOOAo2UrM .info {
  color: #a6a99c;
}
.cid-tTMzAEV7FM .icon-bar {
  z-index: 100002;
  right: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tTMzAEV7FM .icon-bar a:hover {
  background-color: #ba9b67;
  margin-left: -50px;
  width: 100px;
}
.cid-tTMzAEV7FM .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 5px;
  border-radius: 9px;
}
.cid-tTMzAEV7FM .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-tTMzAEV7FM .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-tTMzAEV7FM .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-tTMzAEV7FM .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-tTMzAEV7FM .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-tTMzAEV7FM .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-tTMzAEV7FM .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-tTMzAEV7FM .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-tTMzAEV7FM .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-tTMzAEV7FM .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-tTMzAEV7FM .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-tTMzAEV7FM .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-tTMzAEV7FM P {
  color: #232323;
}
.cid-tTMzAEV7FM DIV {
  color: #ffffff;
}
.cid-tTMzAEV7FM H10 {
  color: #767676;
}
.cid-tTMzAEV7FM .hidden {
  display: none;
}
.cid-tTMzAEV7FM div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-tTMnOCNqoz {
  padding-top: 150px;
  padding-bottom: 30px;
  background-color: #ba9b67;
}
.cid-tTMnOCNqoz .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-tTMnOCNqoz section {
  position: relative;
}
.cid-tTMnOCNqoz h4 {
  margin: 0;
}
.cid-tTMnOCNqoz a {
  font-weight: 300;
}
.cid-tTMnOCNqoz .row {
  align-items: center;
}
.cid-tTMnOCNqoz .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-tTMnOCNqoz .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tTMnOCNqoz .img1 {
  color: #ba9b67;
}
@media (max-width: 992px) {
  .cid-tTMnOCNqoz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tTMnOCNqoz .align-left {
    text-align: center;
  }
  .cid-tTMnOCNqoz .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tTMnOCNqoz .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-tTMnOCNqoz .item {
    padding-bottom: 0.5rem;
  }
}
.cid-tTMnOCNqoz .item-title {
  color: #23272b;
}
.cid-tTMnOCNqoz H4 {
  color: #23272b;
  text-align: center;
}
.cid-tTMv9wEC3S {
  z-index: 1000;
  width: 100%;
}
.cid-tTMv9wEC3S .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-tTMv9wEC3S .dropdown-menu {
  padding: 0;
}
.cid-tTMv9wEC3S .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-tTMv9wEC3S .dropdown-item {
    text-align: left !important;
  }
}
.cid-tTMv9wEC3S .dropdown-item:hover {
  background-position: right !important;
}
.cid-tTMv9wEC3S .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-tTMv9wEC3S .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tTMv9wEC3S .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tTMv9wEC3S .nav-link {
  position: relative;
}
.cid-tTMv9wEC3S .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-tTMv9wEC3S .dropdown-menu,
.cid-tTMv9wEC3S .navbar.opened {
  background: #0c0c0c !important;
}
.cid-tTMv9wEC3S .nav-item:focus,
.cid-tTMv9wEC3S .nav-link:focus {
  outline: none;
}
.cid-tTMv9wEC3S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tTMv9wEC3S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTMv9wEC3S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tTMv9wEC3S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTMv9wEC3S .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-tTMv9wEC3S .navbar.opened {
  transition: all 0.3s;
}
.cid-tTMv9wEC3S .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tTMv9wEC3S .navbar .navbar-logo img {
  width: auto;
}
.cid-tTMv9wEC3S .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tTMv9wEC3S .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTMv9wEC3S .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTMv9wEC3S .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTMv9wEC3S .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tTMv9wEC3S .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-tTMv9wEC3S .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tTMv9wEC3S .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tTMv9wEC3S .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tTMv9wEC3S .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tTMv9wEC3S .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tTMv9wEC3S .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tTMv9wEC3S .navbar {
    min-height: 80px;
  }
}
.cid-tTMv9wEC3S .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tTMv9wEC3S .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tTMv9wEC3S .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tTMv9wEC3S .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tTMv9wEC3S .navbar-brand {
    min-height: 69px;
  }
}
.cid-tTMv9wEC3S .dropdown-item.active,
.cid-tTMv9wEC3S .dropdown-item:active {
  background-color: transparent;
}
.cid-tTMv9wEC3S .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tTMv9wEC3S .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTMv9wEC3S .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTMv9wEC3S .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c0c0c;
}
.cid-tTMv9wEC3S .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tTMv9wEC3S .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTMv9wEC3S ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tTMv9wEC3S button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #23272b, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tTMv9wEC3S button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tTMv9wEC3S button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tTMv9wEC3S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ba9b67;
}
.cid-tTMv9wEC3S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tTMv9wEC3S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tTMv9wEC3S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tTMv9wEC3S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTMv9wEC3S nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTMv9wEC3S nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTMv9wEC3S nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTMv9wEC3S nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTMv9wEC3S .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tTMv9wEC3S a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tTMv9wEC3S .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-tTMv9wEC3S .navbar {
    height: 70px;
  }
  .cid-tTMv9wEC3S .navbar.opened {
    height: auto;
  }
  .cid-tTMv9wEC3S .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTMv9wEC3S .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #0c0c0c;
  background: rgba(12, 12, 12, 0.9);
}
@media (max-width: 575px) {
  .cid-tTMv9wEC3S .navbar-short {
    min-height: 70px;
  }
}
.cid-tTMv9wEC3S .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tTMv9wEC3S .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tTMv9wEC3S .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tTMv9wEC3S .container-fluid {
    padding: 0 3px;
  }
}
.cid-tTMv9wEC3S .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tTMv9wEC3S .navbar-nav {
  display: flex !important;
}
.cid-tTMv9wEC3S .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-tTMv9wEC3S .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-tTMv9wEC3S .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tTMv9wEC3S .navbar-nav .nav-item .nav-link:hover,
.cid-tTMv9wEC3S .navbar-nav .nav-item .nav-link:focus,
.cid-tTMv9wEC3S .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tTMv9wEC3S .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-tTMv9wEC3S .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tTMv9wEC3S .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tTMv9wEC3S button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #23272b, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tTMv9wEC3S button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-tTMv9wEC3S button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tTMv9wEC3S button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ba9b67;
}
.cid-tTMv9wEC3S button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tTMv9wEC3S button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tTMv9wEC3S button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tTMv9wEC3S button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTMv9wEC3S .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #23272b, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tTMv9wEC3S .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-tTMv9wEC3S .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tTMv9wEC3S .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ba9b67;
}
.cid-tTMv9wEC3S .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-tTMv9wEC3S .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTMv9wEC3S .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTMv9wEC3S .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-tTMv9wEC3S .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-tTMv9wEC3S .offcanvas.show {
  transform: translateX(0);
}
.cid-tTMv9wEC3S .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-tTMv9wEC3S .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tTMv9wEC3S .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-tTMv9wEC3S .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-tTMv9wEC3S .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-tTMv9wEC3S .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tTMv9wEC3S .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-tTMv9wEC3S .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-tTMv9wEC3S .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-tTMv9wEC3S .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-tTMv9wEC3S .mbr-text {
  color: #ba9b67;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-tTMv9wEC3S .modal-backdrop.show {
  opacity: 0.8;
}
.cid-tTMv9wEC3S .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-tTMv9wEC3S .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tTMv9wEC3S .social-container {
    padding-top: 40px;
  }
}
.cid-tTMv9wEC3S .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-tTMv9wEC3S .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-tTMv9wEC3S .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #212428, #23272b);
  box-shadow: 10px 10px 19px #0c0c0c, -10px -10px 19px #191b1f;
  transition: 0.4s all;
}
.cid-tTMv9wEC3S .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tTMv9wEC3S .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #212428;
}
.cid-tTMv9wEC3S .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tTMv9wEC3S .soc-item:hover:before {
  opacity: 1;
}
.cid-tTMv9wEC3S .offcanvas_btn {
  margin-top: auto;
}
.cid-tTMv9wEC3S .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-tTMv9wEC3S .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-tTOUFrVxjD {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #191b1f;
}
.cid-tTOUFrVxjD hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 70%;
}
.cid-tTOUFrVxjD .progress {
  background: #ba9b67;
  opacity: 1;
  height: 2px;
  overflow: hidden;
  position: relative;
}
.cid-tTOUFrVxjD .progress::before {
  animation-duration: 4s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #ffffff;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 9%;
    width: 47px;
  }
  to {
    margin-left: 100%;
    width: 47px;
  }
}
.cid-tTOUCS3bnL {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #191b1f;
}
.cid-tTOUCS3bnL .row {
  flex-direction: row-reverse;
}
.cid-tTOUCS3bnL .card-wrapper {
  padding-right: 2rem;
}
@media (min-width: 1400px) {
  .cid-tTOUCS3bnL .container {
    max-width: 1162px;
  }
}
@media (max-width: 991px) {
  .cid-tTOUCS3bnL .card {
    margin-bottom: 2rem !important;
  }
  .cid-tTOUCS3bnL .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tTOUCS3bnL .link-wrap {
    align-items: center;
  }
}
.cid-tTOUCS3bnL .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tTOUCS3bnL .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tTOUCS3bnL .btn {
  padding: 13px 37px 17px;
  border-radius: 100px;
}
.cid-tTOUCS3bnL .btn:hover,
.cid-tTOUCS3bnL .btn:focus {
  border-color: #ba9b67 !important;
  background-color: #ba9b67 !important;
}
.cid-tTOUCS3bnL .card-title {
  color: #ba9b67;
}
.cid-tTOUCS3bnL .mbr-subtile {
  color: #f7f7f7;
}
.cid-tTOUCS3bnL .price {
  text-align: left;
  color: #ba9b67;
}
@media (min-width: 992px) {
  .cid-tTOUCS3bnL .padding {
    padding-right: 110px;
  }
}
.cid-tTOUCS3bnL .mbr-text,
.cid-tTOUCS3bnL .mbr-section-btn {
  color: #f7f7f7;
}
.cid-tTOUCS3bnL .info {
  color: #a6a99c;
}
.cid-tTOUJeZf12 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #191b1f;
}
.cid-tTOUJeZf12 hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 70%;
}
.cid-tTOUJeZf12 .progress {
  background: #ba9b67;
  opacity: 1;
  height: 2px;
  overflow: hidden;
  position: relative;
}
.cid-tTOUJeZf12 .progress::before {
  animation-duration: 4s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #ffffff;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 9%;
    width: 47px;
  }
  to {
    margin-left: 100%;
    width: 47px;
  }
}
.cid-tTOUIpI8f4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #191b1f;
}
.cid-tTOUIpI8f4 .row {
  flex-direction: row-reverse;
}
.cid-tTOUIpI8f4 .card-wrapper {
  padding-right: 2rem;
}
@media (min-width: 1400px) {
  .cid-tTOUIpI8f4 .container {
    max-width: 1162px;
  }
}
@media (max-width: 991px) {
  .cid-tTOUIpI8f4 .card {
    margin-bottom: 2rem !important;
  }
  .cid-tTOUIpI8f4 .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tTOUIpI8f4 .link-wrap {
    align-items: center;
  }
}
.cid-tTOUIpI8f4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tTOUIpI8f4 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tTOUIpI8f4 .btn {
  padding: 13px 37px 17px;
  border-radius: 100px;
}
.cid-tTOUIpI8f4 .btn:hover,
.cid-tTOUIpI8f4 .btn:focus {
  border-color: #ba9b67 !important;
  background-color: #ba9b67 !important;
}
.cid-tTOUIpI8f4 .card-title {
  color: #ba9b67;
}
.cid-tTOUIpI8f4 .mbr-subtile {
  color: #f7f7f7;
}
.cid-tTOUIpI8f4 .price {
  text-align: left;
  color: #ba9b67;
}
@media (min-width: 992px) {
  .cid-tTOUIpI8f4 .padding {
    padding-right: 110px;
  }
}
.cid-tTOUIpI8f4 .mbr-text,
.cid-tTOUIpI8f4 .mbr-section-btn {
  color: #f7f7f7;
}
.cid-tTOUIpI8f4 .info {
  color: #a6a99c;
}
.cid-tTMv9ydulk {
  padding-top: 150px;
  padding-bottom: 30px;
  background-color: #ba9b67;
}
.cid-tTMv9ydulk .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-tTMv9ydulk section {
  position: relative;
}
.cid-tTMv9ydulk h4 {
  margin: 0;
}
.cid-tTMv9ydulk a {
  font-weight: 300;
}
.cid-tTMv9ydulk .row {
  align-items: center;
}
.cid-tTMv9ydulk .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-tTMv9ydulk .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tTMv9ydulk .img1 {
  color: #ba9b67;
}
@media (max-width: 992px) {
  .cid-tTMv9ydulk .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tTMv9ydulk .align-left {
    text-align: center;
  }
  .cid-tTMv9ydulk .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tTMv9ydulk .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-tTMv9ydulk .item {
    padding-bottom: 0.5rem;
  }
}
.cid-tTMv9ydulk .item-title {
  color: #23272b;
}
.cid-tTMv9ydulk H4 {
  color: #23272b;
  text-align: center;
}
.cid-tTOYKqyPoe {
  z-index: 1000;
  width: 100%;
}
.cid-tTOYKqyPoe .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-tTOYKqyPoe .dropdown-menu {
  padding: 0;
}
.cid-tTOYKqyPoe .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-tTOYKqyPoe .dropdown-item {
    text-align: left !important;
  }
}
.cid-tTOYKqyPoe .dropdown-item:hover {
  background-position: right !important;
}
.cid-tTOYKqyPoe .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-tTOYKqyPoe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tTOYKqyPoe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tTOYKqyPoe .nav-link {
  position: relative;
}
.cid-tTOYKqyPoe .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-tTOYKqyPoe .dropdown-menu,
.cid-tTOYKqyPoe .navbar.opened {
  background: #0c0c0c !important;
}
.cid-tTOYKqyPoe .nav-item:focus,
.cid-tTOYKqyPoe .nav-link:focus {
  outline: none;
}
.cid-tTOYKqyPoe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tTOYKqyPoe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTOYKqyPoe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tTOYKqyPoe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTOYKqyPoe .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-tTOYKqyPoe .navbar.opened {
  transition: all 0.3s;
}
.cid-tTOYKqyPoe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tTOYKqyPoe .navbar .navbar-logo img {
  width: auto;
}
.cid-tTOYKqyPoe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tTOYKqyPoe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTOYKqyPoe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTOYKqyPoe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTOYKqyPoe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tTOYKqyPoe .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-tTOYKqyPoe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tTOYKqyPoe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tTOYKqyPoe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tTOYKqyPoe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tTOYKqyPoe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tTOYKqyPoe .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tTOYKqyPoe .navbar {
    min-height: 80px;
  }
}
.cid-tTOYKqyPoe .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tTOYKqyPoe .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tTOYKqyPoe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tTOYKqyPoe .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tTOYKqyPoe .navbar-brand {
    min-height: 69px;
  }
}
.cid-tTOYKqyPoe .dropdown-item.active,
.cid-tTOYKqyPoe .dropdown-item:active {
  background-color: transparent;
}
.cid-tTOYKqyPoe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tTOYKqyPoe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTOYKqyPoe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTOYKqyPoe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c0c0c;
}
.cid-tTOYKqyPoe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tTOYKqyPoe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTOYKqyPoe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tTOYKqyPoe button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #23272b, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tTOYKqyPoe button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tTOYKqyPoe button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tTOYKqyPoe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ba9b67;
}
.cid-tTOYKqyPoe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tTOYKqyPoe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tTOYKqyPoe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tTOYKqyPoe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTOYKqyPoe nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTOYKqyPoe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTOYKqyPoe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTOYKqyPoe nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTOYKqyPoe .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tTOYKqyPoe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tTOYKqyPoe .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-tTOYKqyPoe .navbar {
    height: 70px;
  }
  .cid-tTOYKqyPoe .navbar.opened {
    height: auto;
  }
  .cid-tTOYKqyPoe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTOYKqyPoe .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #0c0c0c;
  background: rgba(12, 12, 12, 0.9);
}
@media (max-width: 575px) {
  .cid-tTOYKqyPoe .navbar-short {
    min-height: 70px;
  }
}
.cid-tTOYKqyPoe .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tTOYKqyPoe .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tTOYKqyPoe .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tTOYKqyPoe .container-fluid {
    padding: 0 3px;
  }
}
.cid-tTOYKqyPoe .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tTOYKqyPoe .navbar-nav {
  display: flex !important;
}
.cid-tTOYKqyPoe .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-tTOYKqyPoe .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-tTOYKqyPoe .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tTOYKqyPoe .navbar-nav .nav-item .nav-link:hover,
.cid-tTOYKqyPoe .navbar-nav .nav-item .nav-link:focus,
.cid-tTOYKqyPoe .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tTOYKqyPoe .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-tTOYKqyPoe .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tTOYKqyPoe .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tTOYKqyPoe button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #23272b, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tTOYKqyPoe button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-tTOYKqyPoe button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tTOYKqyPoe button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ba9b67;
}
.cid-tTOYKqyPoe button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tTOYKqyPoe button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tTOYKqyPoe button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tTOYKqyPoe button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTOYKqyPoe .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #23272b, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tTOYKqyPoe .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-tTOYKqyPoe .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tTOYKqyPoe .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ba9b67;
}
.cid-tTOYKqyPoe .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-tTOYKqyPoe .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTOYKqyPoe .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTOYKqyPoe .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-tTOYKqyPoe .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-tTOYKqyPoe .offcanvas.show {
  transform: translateX(0);
}
.cid-tTOYKqyPoe .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-tTOYKqyPoe .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tTOYKqyPoe .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-tTOYKqyPoe .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-tTOYKqyPoe .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-tTOYKqyPoe .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tTOYKqyPoe .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-tTOYKqyPoe .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-tTOYKqyPoe .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-tTOYKqyPoe .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-tTOYKqyPoe .mbr-text {
  color: #ba9b67;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-tTOYKqyPoe .modal-backdrop.show {
  opacity: 0.8;
}
.cid-tTOYKqyPoe .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-tTOYKqyPoe .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tTOYKqyPoe .social-container {
    padding-top: 40px;
  }
}
.cid-tTOYKqyPoe .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-tTOYKqyPoe .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-tTOYKqyPoe .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #212428, #23272b);
  box-shadow: 10px 10px 19px #0c0c0c, -10px -10px 19px #191b1f;
  transition: 0.4s all;
}
.cid-tTOYKqyPoe .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tTOYKqyPoe .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #212428;
}
.cid-tTOYKqyPoe .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tTOYKqyPoe .soc-item:hover:before {
  opacity: 1;
}
.cid-tTOYKqyPoe .offcanvas_btn {
  margin-top: auto;
}
.cid-tTOYKqyPoe .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-tTOYKqyPoe .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-tTOYKsCjr8 {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #191b1f;
}
.cid-tTOYKsCjr8 hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 70%;
}
.cid-tTOYKsCjr8 .progress {
  background: #ba9b67;
  opacity: 1;
  height: 2px;
  overflow: hidden;
  position: relative;
}
.cid-tTOYKsCjr8 .progress::before {
  animation-duration: 4s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #ffffff;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 9%;
    width: 47px;
  }
  to {
    margin-left: 100%;
    width: 47px;
  }
}
.cid-tTOYKu3hsS {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #191b1f;
}
.cid-tTOYKu3hsS .row {
  flex-direction: row-reverse;
}
.cid-tTOYKu3hsS .card-wrapper {
  padding-right: 2rem;
}
@media (min-width: 1400px) {
  .cid-tTOYKu3hsS .container {
    max-width: 1162px;
  }
}
@media (max-width: 991px) {
  .cid-tTOYKu3hsS .card {
    margin-bottom: 2rem !important;
  }
  .cid-tTOYKu3hsS .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tTOYKu3hsS .link-wrap {
    align-items: center;
  }
}
.cid-tTOYKu3hsS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tTOYKu3hsS .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tTOYKu3hsS .btn {
  padding: 13px 37px 17px;
  border-radius: 100px;
}
.cid-tTOYKu3hsS .btn:hover,
.cid-tTOYKu3hsS .btn:focus {
  border-color: #ba9b67 !important;
  background-color: #ba9b67 !important;
}
.cid-tTOYKu3hsS .card-title {
  color: #ba9b67;
}
.cid-tTOYKu3hsS .mbr-subtile {
  color: #f7f7f7;
}
.cid-tTOYKu3hsS .price {
  text-align: left;
  color: #ba9b67;
}
@media (min-width: 992px) {
  .cid-tTOYKu3hsS .padding {
    padding-right: 110px;
  }
}
.cid-tTOYKu3hsS .mbr-text,
.cid-tTOYKu3hsS .mbr-section-btn {
  color: #f7f7f7;
}
.cid-tTOYKu3hsS .info {
  color: #a6a99c;
}
.cid-tTOYKvvGcB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #191b1f;
}
.cid-tTOYKvvGcB hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 70%;
}
.cid-tTOYKvvGcB .progress {
  background: #ba9b67;
  opacity: 1;
  height: 2px;
  overflow: hidden;
  position: relative;
}
.cid-tTOYKvvGcB .progress::before {
  animation-duration: 4s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #ffffff;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 9%;
    width: 47px;
  }
  to {
    margin-left: 100%;
    width: 47px;
  }
}
.cid-tTOYKwWgpp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #191b1f;
}
.cid-tTOYKwWgpp .row {
  flex-direction: row-reverse;
}
.cid-tTOYKwWgpp .card-wrapper {
  padding-right: 2rem;
}
@media (min-width: 1400px) {
  .cid-tTOYKwWgpp .container {
    max-width: 1162px;
  }
}
@media (max-width: 991px) {
  .cid-tTOYKwWgpp .card {
    margin-bottom: 2rem !important;
  }
  .cid-tTOYKwWgpp .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tTOYKwWgpp .link-wrap {
    align-items: center;
  }
}
.cid-tTOYKwWgpp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tTOYKwWgpp .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tTOYKwWgpp .btn {
  padding: 13px 37px 17px;
  border-radius: 100px;
}
.cid-tTOYKwWgpp .btn:hover,
.cid-tTOYKwWgpp .btn:focus {
  border-color: #ba9b67 !important;
  background-color: #ba9b67 !important;
}
.cid-tTOYKwWgpp .card-title {
  color: #ba9b67;
}
.cid-tTOYKwWgpp .mbr-subtile {
  color: #f7f7f7;
}
.cid-tTOYKwWgpp .price {
  text-align: left;
  color: #ba9b67;
}
@media (min-width: 992px) {
  .cid-tTOYKwWgpp .padding {
    padding-right: 110px;
  }
}
.cid-tTOYKwWgpp .mbr-text,
.cid-tTOYKwWgpp .mbr-section-btn {
  color: #f7f7f7;
}
.cid-tTOYKwWgpp .info {
  color: #a6a99c;
}
.cid-tTOYKyqK7H {
  padding-top: 150px;
  padding-bottom: 30px;
  background-color: #ba9b67;
}
.cid-tTOYKyqK7H .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-tTOYKyqK7H section {
  position: relative;
}
.cid-tTOYKyqK7H h4 {
  margin: 0;
}
.cid-tTOYKyqK7H a {
  font-weight: 300;
}
.cid-tTOYKyqK7H .row {
  align-items: center;
}
.cid-tTOYKyqK7H .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-tTOYKyqK7H .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tTOYKyqK7H .img1 {
  color: #ba9b67;
}
@media (max-width: 992px) {
  .cid-tTOYKyqK7H .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tTOYKyqK7H .align-left {
    text-align: center;
  }
  .cid-tTOYKyqK7H .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tTOYKyqK7H .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-tTOYKyqK7H .item {
    padding-bottom: 0.5rem;
  }
}
.cid-tTOYKyqK7H .item-title {
  color: #23272b;
}
.cid-tTOYKyqK7H H4 {
  color: #23272b;
  text-align: center;
}
.cid-tTOYTErmIa {
  z-index: 1000;
  width: 100%;
}
.cid-tTOYTErmIa .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-tTOYTErmIa .dropdown-menu {
  padding: 0;
}
.cid-tTOYTErmIa .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-tTOYTErmIa .dropdown-item {
    text-align: left !important;
  }
}
.cid-tTOYTErmIa .dropdown-item:hover {
  background-position: right !important;
}
.cid-tTOYTErmIa .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-tTOYTErmIa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tTOYTErmIa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tTOYTErmIa .nav-link {
  position: relative;
}
.cid-tTOYTErmIa .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-tTOYTErmIa .dropdown-menu,
.cid-tTOYTErmIa .navbar.opened {
  background: #0c0c0c !important;
}
.cid-tTOYTErmIa .nav-item:focus,
.cid-tTOYTErmIa .nav-link:focus {
  outline: none;
}
.cid-tTOYTErmIa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tTOYTErmIa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTOYTErmIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tTOYTErmIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTOYTErmIa .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-tTOYTErmIa .navbar.opened {
  transition: all 0.3s;
}
.cid-tTOYTErmIa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tTOYTErmIa .navbar .navbar-logo img {
  width: auto;
}
.cid-tTOYTErmIa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tTOYTErmIa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTOYTErmIa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTOYTErmIa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTOYTErmIa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tTOYTErmIa .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-tTOYTErmIa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tTOYTErmIa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tTOYTErmIa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tTOYTErmIa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tTOYTErmIa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tTOYTErmIa .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tTOYTErmIa .navbar {
    min-height: 80px;
  }
}
.cid-tTOYTErmIa .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tTOYTErmIa .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tTOYTErmIa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tTOYTErmIa .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tTOYTErmIa .navbar-brand {
    min-height: 69px;
  }
}
.cid-tTOYTErmIa .dropdown-item.active,
.cid-tTOYTErmIa .dropdown-item:active {
  background-color: transparent;
}
.cid-tTOYTErmIa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tTOYTErmIa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTOYTErmIa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTOYTErmIa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c0c0c;
}
.cid-tTOYTErmIa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tTOYTErmIa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTOYTErmIa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tTOYTErmIa button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #23272b, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tTOYTErmIa button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tTOYTErmIa button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tTOYTErmIa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ba9b67;
}
.cid-tTOYTErmIa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tTOYTErmIa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tTOYTErmIa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tTOYTErmIa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTOYTErmIa nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTOYTErmIa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTOYTErmIa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTOYTErmIa nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTOYTErmIa .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tTOYTErmIa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tTOYTErmIa .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-tTOYTErmIa .navbar {
    height: 70px;
  }
  .cid-tTOYTErmIa .navbar.opened {
    height: auto;
  }
  .cid-tTOYTErmIa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTOYTErmIa .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #0c0c0c;
  background: rgba(12, 12, 12, 0.9);
}
@media (max-width: 575px) {
  .cid-tTOYTErmIa .navbar-short {
    min-height: 70px;
  }
}
.cid-tTOYTErmIa .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tTOYTErmIa .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tTOYTErmIa .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tTOYTErmIa .container-fluid {
    padding: 0 3px;
  }
}
.cid-tTOYTErmIa .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tTOYTErmIa .navbar-nav {
  display: flex !important;
}
.cid-tTOYTErmIa .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-tTOYTErmIa .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-tTOYTErmIa .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tTOYTErmIa .navbar-nav .nav-item .nav-link:hover,
.cid-tTOYTErmIa .navbar-nav .nav-item .nav-link:focus,
.cid-tTOYTErmIa .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tTOYTErmIa .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-tTOYTErmIa .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tTOYTErmIa .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tTOYTErmIa button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #23272b, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tTOYTErmIa button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-tTOYTErmIa button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tTOYTErmIa button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ba9b67;
}
.cid-tTOYTErmIa button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tTOYTErmIa button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tTOYTErmIa button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tTOYTErmIa button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTOYTErmIa .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #23272b, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tTOYTErmIa .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-tTOYTErmIa .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tTOYTErmIa .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ba9b67;
}
.cid-tTOYTErmIa .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-tTOYTErmIa .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTOYTErmIa .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTOYTErmIa .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-tTOYTErmIa .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-tTOYTErmIa .offcanvas.show {
  transform: translateX(0);
}
.cid-tTOYTErmIa .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-tTOYTErmIa .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tTOYTErmIa .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-tTOYTErmIa .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-tTOYTErmIa .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-tTOYTErmIa .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tTOYTErmIa .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-tTOYTErmIa .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-tTOYTErmIa .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-tTOYTErmIa .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-tTOYTErmIa .mbr-text {
  color: #ba9b67;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-tTOYTErmIa .modal-backdrop.show {
  opacity: 0.8;
}
.cid-tTOYTErmIa .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-tTOYTErmIa .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tTOYTErmIa .social-container {
    padding-top: 40px;
  }
}
.cid-tTOYTErmIa .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-tTOYTErmIa .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-tTOYTErmIa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #212428, #23272b);
  box-shadow: 10px 10px 19px #0c0c0c, -10px -10px 19px #191b1f;
  transition: 0.4s all;
}
.cid-tTOYTErmIa .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tTOYTErmIa .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #212428;
}
.cid-tTOYTErmIa .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tTOYTErmIa .soc-item:hover:before {
  opacity: 1;
}
.cid-tTOYTErmIa .offcanvas_btn {
  margin-top: auto;
}
.cid-tTOYTErmIa .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-tTOYTErmIa .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-tTOYTGY97L {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #191b1f;
}
.cid-tTOYTGY97L hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 70%;
}
.cid-tTOYTGY97L .progress {
  background: #ba9b67;
  opacity: 1;
  height: 2px;
  overflow: hidden;
  position: relative;
}
.cid-tTOYTGY97L .progress::before {
  animation-duration: 4s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #ffffff;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 9%;
    width: 47px;
  }
  to {
    margin-left: 100%;
    width: 47px;
  }
}
.cid-tTP2sCNL1B {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #191b1f;
}
.cid-tTP2sCNL1B .row {
  flex-direction: row-reverse;
}
.cid-tTP2sCNL1B .card-wrapper {
  padding-right: 2rem;
}
@media (min-width: 1400px) {
  .cid-tTP2sCNL1B .container {
    max-width: 1162px;
  }
}
@media (max-width: 991px) {
  .cid-tTP2sCNL1B .card {
    margin-bottom: 2rem !important;
  }
  .cid-tTP2sCNL1B .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tTP2sCNL1B .link-wrap {
    align-items: center;
  }
}
.cid-tTP2sCNL1B .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tTP2sCNL1B .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tTP2sCNL1B .btn {
  padding: 13px 37px 17px;
  border-radius: 100px;
}
.cid-tTP2sCNL1B .btn:hover,
.cid-tTP2sCNL1B .btn:focus {
  border-color: #ba9b67 !important;
  background-color: #ba9b67 !important;
}
.cid-tTP2sCNL1B .card-title {
  color: #ba9b67;
}
.cid-tTP2sCNL1B .mbr-subtile {
  color: #f7f7f7;
}
.cid-tTP2sCNL1B .price {
  text-align: left;
  color: #ba9b67;
}
@media (min-width: 992px) {
  .cid-tTP2sCNL1B .padding {
    padding-right: 110px;
  }
}
.cid-tTP2sCNL1B .mbr-text,
.cid-tTP2sCNL1B .mbr-section-btn {
  color: #f7f7f7;
}
.cid-tTP2sCNL1B .info {
  color: #a6a99c;
}
.cid-tTOYTKnz4n {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #191b1f;
}
.cid-tTOYTKnz4n hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 70%;
}
.cid-tTOYTKnz4n .progress {
  background: #ba9b67;
  opacity: 1;
  height: 2px;
  overflow: hidden;
  position: relative;
}
.cid-tTOYTKnz4n .progress::before {
  animation-duration: 4s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #ffffff;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 9%;
    width: 47px;
  }
  to {
    margin-left: 100%;
    width: 47px;
  }
}
.cid-tTOYTNHiCu {
  padding-top: 150px;
  padding-bottom: 30px;
  background-color: #ba9b67;
}
.cid-tTOYTNHiCu .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-tTOYTNHiCu section {
  position: relative;
}
.cid-tTOYTNHiCu h4 {
  margin: 0;
}
.cid-tTOYTNHiCu a {
  font-weight: 300;
}
.cid-tTOYTNHiCu .row {
  align-items: center;
}
.cid-tTOYTNHiCu .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-tTOYTNHiCu .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tTOYTNHiCu .img1 {
  color: #ba9b67;
}
@media (max-width: 992px) {
  .cid-tTOYTNHiCu .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tTOYTNHiCu .align-left {
    text-align: center;
  }
  .cid-tTOYTNHiCu .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tTOYTNHiCu .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-tTOYTNHiCu .item {
    padding-bottom: 0.5rem;
  }
}
.cid-tTOYTNHiCu .item-title {
  color: #23272b;
}
.cid-tTOYTNHiCu H4 {
  color: #23272b;
  text-align: center;
}
.cid-tTP45PJDZE {
  z-index: 1000;
  width: 100%;
}
.cid-tTP45PJDZE .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-tTP45PJDZE .dropdown-menu {
  padding: 0;
}
.cid-tTP45PJDZE .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-tTP45PJDZE .dropdown-item {
    text-align: left !important;
  }
}
.cid-tTP45PJDZE .dropdown-item:hover {
  background-position: right !important;
}
.cid-tTP45PJDZE .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-tTP45PJDZE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tTP45PJDZE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tTP45PJDZE .nav-link {
  position: relative;
}
.cid-tTP45PJDZE .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-tTP45PJDZE .dropdown-menu,
.cid-tTP45PJDZE .navbar.opened {
  background: #0c0c0c !important;
}
.cid-tTP45PJDZE .nav-item:focus,
.cid-tTP45PJDZE .nav-link:focus {
  outline: none;
}
.cid-tTP45PJDZE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tTP45PJDZE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTP45PJDZE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tTP45PJDZE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTP45PJDZE .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-tTP45PJDZE .navbar.opened {
  transition: all 0.3s;
}
.cid-tTP45PJDZE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tTP45PJDZE .navbar .navbar-logo img {
  width: auto;
}
.cid-tTP45PJDZE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tTP45PJDZE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTP45PJDZE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTP45PJDZE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTP45PJDZE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tTP45PJDZE .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-tTP45PJDZE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tTP45PJDZE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tTP45PJDZE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tTP45PJDZE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tTP45PJDZE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tTP45PJDZE .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tTP45PJDZE .navbar {
    min-height: 80px;
  }
}
.cid-tTP45PJDZE .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tTP45PJDZE .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tTP45PJDZE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tTP45PJDZE .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tTP45PJDZE .navbar-brand {
    min-height: 69px;
  }
}
.cid-tTP45PJDZE .dropdown-item.active,
.cid-tTP45PJDZE .dropdown-item:active {
  background-color: transparent;
}
.cid-tTP45PJDZE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tTP45PJDZE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTP45PJDZE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTP45PJDZE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c0c0c;
}
.cid-tTP45PJDZE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tTP45PJDZE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTP45PJDZE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tTP45PJDZE button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #23272b, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tTP45PJDZE button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tTP45PJDZE button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tTP45PJDZE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ba9b67;
}
.cid-tTP45PJDZE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tTP45PJDZE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tTP45PJDZE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tTP45PJDZE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTP45PJDZE nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTP45PJDZE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTP45PJDZE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTP45PJDZE nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTP45PJDZE .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tTP45PJDZE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tTP45PJDZE .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-tTP45PJDZE .navbar {
    height: 70px;
  }
  .cid-tTP45PJDZE .navbar.opened {
    height: auto;
  }
  .cid-tTP45PJDZE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTP45PJDZE .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #0c0c0c;
  background: rgba(12, 12, 12, 0.9);
}
@media (max-width: 575px) {
  .cid-tTP45PJDZE .navbar-short {
    min-height: 70px;
  }
}
.cid-tTP45PJDZE .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tTP45PJDZE .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tTP45PJDZE .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tTP45PJDZE .container-fluid {
    padding: 0 3px;
  }
}
.cid-tTP45PJDZE .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tTP45PJDZE .navbar-nav {
  display: flex !important;
}
.cid-tTP45PJDZE .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-tTP45PJDZE .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-tTP45PJDZE .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tTP45PJDZE .navbar-nav .nav-item .nav-link:hover,
.cid-tTP45PJDZE .navbar-nav .nav-item .nav-link:focus,
.cid-tTP45PJDZE .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tTP45PJDZE .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-tTP45PJDZE .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tTP45PJDZE .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tTP45PJDZE button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #23272b, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tTP45PJDZE button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-tTP45PJDZE button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tTP45PJDZE button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ba9b67;
}
.cid-tTP45PJDZE button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tTP45PJDZE button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tTP45PJDZE button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tTP45PJDZE button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTP45PJDZE .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #23272b, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tTP45PJDZE .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-tTP45PJDZE .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tTP45PJDZE .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ba9b67;
}
.cid-tTP45PJDZE .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-tTP45PJDZE .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTP45PJDZE .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTP45PJDZE .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-tTP45PJDZE .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-tTP45PJDZE .offcanvas.show {
  transform: translateX(0);
}
.cid-tTP45PJDZE .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-tTP45PJDZE .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tTP45PJDZE .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-tTP45PJDZE .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-tTP45PJDZE .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-tTP45PJDZE .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tTP45PJDZE .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-tTP45PJDZE .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-tTP45PJDZE .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-tTP45PJDZE .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-tTP45PJDZE .mbr-text {
  color: #ba9b67;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-tTP45PJDZE .modal-backdrop.show {
  opacity: 0.8;
}
.cid-tTP45PJDZE .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-tTP45PJDZE .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tTP45PJDZE .social-container {
    padding-top: 40px;
  }
}
.cid-tTP45PJDZE .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-tTP45PJDZE .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-tTP45PJDZE .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #212428, #23272b);
  box-shadow: 10px 10px 19px #0c0c0c, -10px -10px 19px #191b1f;
  transition: 0.4s all;
}
.cid-tTP45PJDZE .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tTP45PJDZE .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #212428;
}
.cid-tTP45PJDZE .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tTP45PJDZE .soc-item:hover:before {
  opacity: 1;
}
.cid-tTP45PJDZE .offcanvas_btn {
  margin-top: auto;
}
.cid-tTP45PJDZE .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-tTP45PJDZE .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-tTP45QiWIP {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #191b1f;
}
.cid-tTP45QiWIP hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 70%;
}
.cid-tTP45QiWIP .progress {
  background: #ba9b67;
  opacity: 1;
  height: 2px;
  overflow: hidden;
  position: relative;
}
.cid-tTP45QiWIP .progress::before {
  animation-duration: 4s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #ffffff;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 9%;
    width: 47px;
  }
  to {
    margin-left: 100%;
    width: 47px;
  }
}
.cid-tTP4s9qpjt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #191b1f;
}
.cid-tTP4s9qpjt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTP4s9qpjt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTP4s9qpjt .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-tTP4s9qpjt .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-tTP4s9qpjt .container {
    padding: 0 6px;
  }
}
.cid-tTP4s9qpjt .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-tTP4s9qpjt .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-tTP4s9qpjt .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-tTP4s9qpjt .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-tTP4s9qpjt .row {
    padding: 70px 30px;
  }
}
.cid-tTP4s9qpjt .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-tTP4s9qpjt .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tTP4s9qpjt .desc-wrapper {
    padding: 0;
  }
}
.cid-tTP4s9qpjt .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-tTP4s9qpjt .title-wrapper {
  margin-bottom: 64px;
  margin-bottom: 110px;
}
.cid-tTP4s9qpjt .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tTP4s9qpjt .image-wrapper {
  position: relative;
  height: 510px;
}
@media (max-width: 992px) {
  .cid-tTP4s9qpjt .image-wrapper {
    margin-bottom: 64px;
    height: 350px;
  }
}
.cid-tTP4s9qpjt .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tTP4s9qpjt .image-wrapper .decor-wrap {
  position: relative;
  height: 480px;
  border-radius: 0 16px 16px 16px;
  background-color: #ba9b67;
  transform: rotate(-3deg);
  margin-top: -1rem;
  margin-right: 1rem;
  margin-left: -1.5rem;
}
@media (max-width: 992px) {
  .cid-tTP4s9qpjt .image-wrapper .decor-wrap {
    height: 350px;
  }
}
.cid-tTP4s9qpjt .image-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: -39px;
  left: 0;
  height: 40px;
  width: 130px;
  border-radius: 16px 16px 0 0;
  background-color: #ba9b67;
}
.cid-tTP4s9qpjt .panel-group {
  margin-left: 100px;
}
@media (max-width: 992px) {
  .cid-tTP4s9qpjt .panel-group {
    margin: 0;
  }
}
.cid-tTP4s9qpjt .panel-group .card {
  border: none;
  border-radius: 10px !important;
  background-color: #2f2f2f;
  margin-bottom: 10px;
}
.cid-tTP4s9qpjt .panel-group .card .card-header {
  padding: 25px 30px;
  border: none;
  background-color: transparent;
}
.cid-tTP4s9qpjt .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tTP4s9qpjt .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #009472;
  transform: rotate(-45deg);
}
.cid-tTP4s9qpjt .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-tTP4s9qpjt .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  background-color: #009472;
}
.cid-tTP4s9qpjt .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-tTP4s9qpjt .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tTP4s9qpjt .panel-group .card .card-header .panel-title .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background-color: #262626;
  margin-left: 22px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-tTP4s9qpjt .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  opacity: .5;
}
.cid-tTP4s9qpjt .panel-group .card .panel-collapse .panel-body {
  padding: 0 30px 20px;
}
.cid-tTP4s9qpjt .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tTP4s9qpjt .mbr-desc {
  color: #ffffff;
}
.cid-tTP4s9qpjt .mbr-section-title {
  color: #ffffff;
}
.cid-tTP4s9qpjt .panel-title-edit {
  color: #ffffff;
}
.cid-tTP4s9qpjt .panel-text {
  color: #ba9b67;
}
.cid-tTP45R3D1j {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #191b1f;
}
.cid-tTP45R3D1j hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 70%;
}
.cid-tTP45R3D1j .progress {
  background: #ba9b67;
  opacity: 1;
  height: 2px;
  overflow: hidden;
  position: relative;
}
.cid-tTP45R3D1j .progress::before {
  animation-duration: 4s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #ffffff;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 9%;
    width: 47px;
  }
  to {
    margin-left: 100%;
    width: 47px;
  }
}
.cid-tUo2nY8Yi6 .icon-bar {
  z-index: 100002;
  right: 0.2%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tUo2nY8Yi6 .icon-bar a:hover {
  background-color: #ba9b67;
  margin-left: -50px;
  width: 100px;
}
.cid-tUo2nY8Yi6 .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 5px;
  border-radius: 5px;
}
.cid-tUo2nY8Yi6 .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-tUo2nY8Yi6 .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-tUo2nY8Yi6 .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-tUo2nY8Yi6 .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-tUo2nY8Yi6 .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-tUo2nY8Yi6 .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-tUo2nY8Yi6 .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-tUo2nY8Yi6 .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-tUo2nY8Yi6 .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-tUo2nY8Yi6 .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-tUo2nY8Yi6 .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-tUo2nY8Yi6 .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-tUo2nY8Yi6 P {
  color: #232323;
}
.cid-tUo2nY8Yi6 DIV {
  color: #ffffff;
}
.cid-tUo2nY8Yi6 H10 {
  color: #767676;
}
.cid-tUo2nY8Yi6 .hidden {
  display: none;
}
.cid-tUo2nY8Yi6 div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-tTP45Ro8B0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ba9b67;
}
.cid-tTP45Ro8B0 .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-tTP45Ro8B0 section {
  position: relative;
}
.cid-tTP45Ro8B0 h4 {
  margin: 0;
}
.cid-tTP45Ro8B0 a {
  font-weight: 300;
}
.cid-tTP45Ro8B0 .row {
  align-items: center;
}
.cid-tTP45Ro8B0 .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-tTP45Ro8B0 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tTP45Ro8B0 .img1 {
  color: #ba9b67;
}
@media (max-width: 992px) {
  .cid-tTP45Ro8B0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tTP45Ro8B0 .align-left {
    text-align: center;
  }
  .cid-tTP45Ro8B0 .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tTP45Ro8B0 .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-tTP45Ro8B0 .item {
    padding-bottom: 0.5rem;
  }
}
.cid-tTP45Ro8B0 .item-title {
  color: #23272b;
}
.cid-tTP45Ro8B0 H4 {
  color: #23272b;
  text-align: center;
}
.cid-u7i8ApKvpi {
  z-index: 1000;
  width: 100%;
}
.cid-u7i8ApKvpi .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-u7i8ApKvpi .dropdown-menu {
  padding: 0;
}
.cid-u7i8ApKvpi .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-u7i8ApKvpi .dropdown-item {
    text-align: left !important;
  }
}
.cid-u7i8ApKvpi .dropdown-item:hover {
  background-position: right !important;
}
.cid-u7i8ApKvpi .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-u7i8ApKvpi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u7i8ApKvpi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7i8ApKvpi .nav-link {
  position: relative;
}
.cid-u7i8ApKvpi .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-u7i8ApKvpi .dropdown-menu,
.cid-u7i8ApKvpi .navbar.opened {
  background: #0c0c0c !important;
}
.cid-u7i8ApKvpi .nav-item:focus,
.cid-u7i8ApKvpi .nav-link:focus {
  outline: none;
}
.cid-u7i8ApKvpi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7i8ApKvpi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7i8ApKvpi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7i8ApKvpi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7i8ApKvpi .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-u7i8ApKvpi .navbar.opened {
  transition: all 0.3s;
}
.cid-u7i8ApKvpi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7i8ApKvpi .navbar .navbar-logo img {
  width: auto;
}
.cid-u7i8ApKvpi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-u7i8ApKvpi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7i8ApKvpi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7i8ApKvpi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7i8ApKvpi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7i8ApKvpi .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-u7i8ApKvpi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7i8ApKvpi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7i8ApKvpi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7i8ApKvpi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7i8ApKvpi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7i8ApKvpi .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-u7i8ApKvpi .navbar {
    min-height: 80px;
  }
}
.cid-u7i8ApKvpi .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-u7i8ApKvpi .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-u7i8ApKvpi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7i8ApKvpi .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-u7i8ApKvpi .navbar-brand {
    min-height: 69px;
  }
}
.cid-u7i8ApKvpi .dropdown-item.active,
.cid-u7i8ApKvpi .dropdown-item:active {
  background-color: transparent;
}
.cid-u7i8ApKvpi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7i8ApKvpi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7i8ApKvpi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7i8ApKvpi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c0c0c;
}
.cid-u7i8ApKvpi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7i8ApKvpi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7i8ApKvpi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7i8ApKvpi button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #23272b, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-u7i8ApKvpi button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-u7i8ApKvpi button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-u7i8ApKvpi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ba9b67;
}
.cid-u7i8ApKvpi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-u7i8ApKvpi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-u7i8ApKvpi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-u7i8ApKvpi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7i8ApKvpi nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7i8ApKvpi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7i8ApKvpi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7i8ApKvpi nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7i8ApKvpi .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-u7i8ApKvpi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7i8ApKvpi .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-u7i8ApKvpi .navbar {
    height: 70px;
  }
  .cid-u7i8ApKvpi .navbar.opened {
    height: auto;
  }
  .cid-u7i8ApKvpi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7i8ApKvpi .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #0c0c0c;
  background: rgba(12, 12, 12, 0.9);
}
@media (max-width: 575px) {
  .cid-u7i8ApKvpi .navbar-short {
    min-height: 70px;
  }
}
.cid-u7i8ApKvpi .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-u7i8ApKvpi .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-u7i8ApKvpi .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-u7i8ApKvpi .container-fluid {
    padding: 0 3px;
  }
}
.cid-u7i8ApKvpi .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-u7i8ApKvpi .navbar-nav {
  display: flex !important;
}
.cid-u7i8ApKvpi .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-u7i8ApKvpi .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-u7i8ApKvpi .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-u7i8ApKvpi .navbar-nav .nav-item .nav-link:hover,
.cid-u7i8ApKvpi .navbar-nav .nav-item .nav-link:focus,
.cid-u7i8ApKvpi .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-u7i8ApKvpi .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-u7i8ApKvpi .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-u7i8ApKvpi .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-u7i8ApKvpi button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #23272b, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-u7i8ApKvpi button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-u7i8ApKvpi button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-u7i8ApKvpi button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ba9b67;
}
.cid-u7i8ApKvpi button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-u7i8ApKvpi button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-u7i8ApKvpi button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-u7i8ApKvpi button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7i8ApKvpi .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #23272b, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-u7i8ApKvpi .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-u7i8ApKvpi .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-u7i8ApKvpi .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ba9b67;
}
.cid-u7i8ApKvpi .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-u7i8ApKvpi .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7i8ApKvpi .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7i8ApKvpi .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-u7i8ApKvpi .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-u7i8ApKvpi .offcanvas.show {
  transform: translateX(0);
}
.cid-u7i8ApKvpi .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-u7i8ApKvpi .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u7i8ApKvpi .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-u7i8ApKvpi .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-u7i8ApKvpi .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-u7i8ApKvpi .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u7i8ApKvpi .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-u7i8ApKvpi .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-u7i8ApKvpi .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-u7i8ApKvpi .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-u7i8ApKvpi .mbr-text {
  color: #ba9b67;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-u7i8ApKvpi .modal-backdrop.show {
  opacity: 0.8;
}
.cid-u7i8ApKvpi .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-u7i8ApKvpi .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-u7i8ApKvpi .social-container {
    padding-top: 40px;
  }
}
.cid-u7i8ApKvpi .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-u7i8ApKvpi .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-u7i8ApKvpi .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #212428, #23272b);
  box-shadow: 10px 10px 19px #0c0c0c, -10px -10px 19px #191b1f;
  transition: 0.4s all;
}
.cid-u7i8ApKvpi .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u7i8ApKvpi .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #212428;
}
.cid-u7i8ApKvpi .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u7i8ApKvpi .soc-item:hover:before {
  opacity: 1;
}
.cid-u7i8ApKvpi .offcanvas_btn {
  margin-top: auto;
}
.cid-u7i8ApKvpi .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-u7i8ApKvpi .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-u7i8Ar67TV {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #191b1f;
}
.cid-u7i8Ar67TV hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 70%;
}
.cid-u7i8Ar67TV .progress {
  background: #ba9b67;
  opacity: 1;
  height: 2px;
  overflow: hidden;
  position: relative;
}
.cid-u7i8Ar67TV .progress::before {
  animation-duration: 4s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #ffffff;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 9%;
    width: 47px;
  }
  to {
    margin-left: 100%;
    width: 47px;
  }
}
.cid-u7i93IL9NZ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #191b1f;
}
.cid-u7i93IL9NZ .row {
  flex-direction: row-reverse;
}
.cid-u7i93IL9NZ .card-wrapper {
  padding-right: 2rem;
}
@media (min-width: 1400px) {
  .cid-u7i93IL9NZ .container {
    max-width: 1162px;
  }
}
@media (max-width: 991px) {
  .cid-u7i93IL9NZ .card {
    margin-bottom: 2rem !important;
  }
  .cid-u7i93IL9NZ .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-u7i93IL9NZ .link-wrap {
    align-items: center;
  }
}
.cid-u7i93IL9NZ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u7i93IL9NZ .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-u7i93IL9NZ .btn {
  padding: 13px 37px 17px;
  border-radius: 100px;
}
.cid-u7i93IL9NZ .btn:hover,
.cid-u7i93IL9NZ .btn:focus {
  border-color: #ba9b67 !important;
  background-color: #ba9b67 !important;
}
.cid-u7i93IL9NZ .card-title {
  color: #ba9b67;
}
.cid-u7i93IL9NZ .mbr-subtile {
  color: #f7f7f7;
}
.cid-u7i93IL9NZ .price {
  text-align: left;
  color: #ba9b67;
}
@media (min-width: 992px) {
  .cid-u7i93IL9NZ .padding {
    padding-right: 110px;
  }
}
.cid-u7i93IL9NZ .mbr-text,
.cid-u7i93IL9NZ .mbr-section-btn {
  color: #f7f7f7;
}
.cid-u7i93IL9NZ .info {
  color: #a6a99c;
}
.cid-u7i8AtbExM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #191b1f;
}
.cid-u7i8AtbExM hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 70%;
}
.cid-u7i8AtbExM .progress {
  background: #ba9b67;
  opacity: 1;
  height: 2px;
  overflow: hidden;
  position: relative;
}
.cid-u7i8AtbExM .progress::before {
  animation-duration: 4s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #ffffff;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 9%;
    width: 47px;
  }
  to {
    margin-left: 100%;
    width: 47px;
  }
}
.cid-u7i8AtBrUY .icon-bar {
  z-index: 100002;
  right: 0.2%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-u7i8AtBrUY .icon-bar a:hover {
  background-color: #ba9b67;
  margin-left: -50px;
  width: 100px;
}
.cid-u7i8AtBrUY .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 5px;
  border-radius: 5px;
}
.cid-u7i8AtBrUY .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-u7i8AtBrUY .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-u7i8AtBrUY .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-u7i8AtBrUY .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-u7i8AtBrUY .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-u7i8AtBrUY .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-u7i8AtBrUY .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-u7i8AtBrUY .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-u7i8AtBrUY .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-u7i8AtBrUY .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-u7i8AtBrUY .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-u7i8AtBrUY .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-u7i8AtBrUY P {
  color: #232323;
}
.cid-u7i8AtBrUY DIV {
  color: #ffffff;
}
.cid-u7i8AtBrUY H10 {
  color: #767676;
}
.cid-u7i8AtBrUY .hidden {
  display: none;
}
.cid-u7i8AtBrUY div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-u7i8AuwW4D {
  padding-top: 150px;
  padding-bottom: 30px;
  background-color: #ba9b67;
}
.cid-u7i8AuwW4D .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-u7i8AuwW4D section {
  position: relative;
}
.cid-u7i8AuwW4D h4 {
  margin: 0;
}
.cid-u7i8AuwW4D a {
  font-weight: 300;
}
.cid-u7i8AuwW4D .row {
  align-items: center;
}
.cid-u7i8AuwW4D .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-u7i8AuwW4D .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-u7i8AuwW4D .img1 {
  color: #ba9b67;
}
@media (max-width: 992px) {
  .cid-u7i8AuwW4D .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-u7i8AuwW4D .align-left {
    text-align: center;
  }
  .cid-u7i8AuwW4D .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-u7i8AuwW4D .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-u7i8AuwW4D .item {
    padding-bottom: 0.5rem;
  }
}
.cid-u7i8AuwW4D .item-title {
  color: #23272b;
}
.cid-u7i8AuwW4D H4 {
  color: #23272b;
  text-align: center;
}
.cid-u7iaq8SbPj {
  z-index: 1000;
  width: 100%;
}
.cid-u7iaq8SbPj .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-u7iaq8SbPj .dropdown-menu {
  padding: 0;
}
.cid-u7iaq8SbPj .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-u7iaq8SbPj .dropdown-item {
    text-align: left !important;
  }
}
.cid-u7iaq8SbPj .dropdown-item:hover {
  background-position: right !important;
}
.cid-u7iaq8SbPj .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-u7iaq8SbPj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u7iaq8SbPj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7iaq8SbPj .nav-link {
  position: relative;
}
.cid-u7iaq8SbPj .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-u7iaq8SbPj .dropdown-menu,
.cid-u7iaq8SbPj .navbar.opened {
  background: #0c0c0c !important;
}
.cid-u7iaq8SbPj .nav-item:focus,
.cid-u7iaq8SbPj .nav-link:focus {
  outline: none;
}
.cid-u7iaq8SbPj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7iaq8SbPj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7iaq8SbPj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7iaq8SbPj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7iaq8SbPj .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-u7iaq8SbPj .navbar.opened {
  transition: all 0.3s;
}
.cid-u7iaq8SbPj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7iaq8SbPj .navbar .navbar-logo img {
  width: auto;
}
.cid-u7iaq8SbPj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-u7iaq8SbPj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7iaq8SbPj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7iaq8SbPj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7iaq8SbPj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7iaq8SbPj .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-u7iaq8SbPj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7iaq8SbPj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7iaq8SbPj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7iaq8SbPj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7iaq8SbPj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7iaq8SbPj .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-u7iaq8SbPj .navbar {
    min-height: 80px;
  }
}
.cid-u7iaq8SbPj .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-u7iaq8SbPj .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-u7iaq8SbPj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7iaq8SbPj .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-u7iaq8SbPj .navbar-brand {
    min-height: 69px;
  }
}
.cid-u7iaq8SbPj .dropdown-item.active,
.cid-u7iaq8SbPj .dropdown-item:active {
  background-color: transparent;
}
.cid-u7iaq8SbPj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7iaq8SbPj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7iaq8SbPj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7iaq8SbPj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c0c0c;
}
.cid-u7iaq8SbPj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7iaq8SbPj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7iaq8SbPj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7iaq8SbPj button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #23272b, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-u7iaq8SbPj button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-u7iaq8SbPj button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-u7iaq8SbPj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ba9b67;
}
.cid-u7iaq8SbPj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-u7iaq8SbPj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-u7iaq8SbPj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-u7iaq8SbPj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7iaq8SbPj nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7iaq8SbPj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7iaq8SbPj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7iaq8SbPj nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7iaq8SbPj .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-u7iaq8SbPj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7iaq8SbPj .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-u7iaq8SbPj .navbar {
    height: 70px;
  }
  .cid-u7iaq8SbPj .navbar.opened {
    height: auto;
  }
  .cid-u7iaq8SbPj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7iaq8SbPj .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #0c0c0c;
  background: rgba(12, 12, 12, 0.9);
}
@media (max-width: 575px) {
  .cid-u7iaq8SbPj .navbar-short {
    min-height: 70px;
  }
}
.cid-u7iaq8SbPj .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-u7iaq8SbPj .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-u7iaq8SbPj .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-u7iaq8SbPj .container-fluid {
    padding: 0 3px;
  }
}
.cid-u7iaq8SbPj .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-u7iaq8SbPj .navbar-nav {
  display: flex !important;
}
.cid-u7iaq8SbPj .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-u7iaq8SbPj .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-u7iaq8SbPj .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-u7iaq8SbPj .navbar-nav .nav-item .nav-link:hover,
.cid-u7iaq8SbPj .navbar-nav .nav-item .nav-link:focus,
.cid-u7iaq8SbPj .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-u7iaq8SbPj .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-u7iaq8SbPj .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-u7iaq8SbPj .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-u7iaq8SbPj button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #23272b, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-u7iaq8SbPj button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-u7iaq8SbPj button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-u7iaq8SbPj button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ba9b67;
}
.cid-u7iaq8SbPj button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-u7iaq8SbPj button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-u7iaq8SbPj button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-u7iaq8SbPj button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7iaq8SbPj .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #23272b, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-u7iaq8SbPj .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-u7iaq8SbPj .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-u7iaq8SbPj .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ba9b67;
}
.cid-u7iaq8SbPj .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-u7iaq8SbPj .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7iaq8SbPj .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7iaq8SbPj .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-u7iaq8SbPj .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-u7iaq8SbPj .offcanvas.show {
  transform: translateX(0);
}
.cid-u7iaq8SbPj .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-u7iaq8SbPj .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u7iaq8SbPj .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-u7iaq8SbPj .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-u7iaq8SbPj .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-u7iaq8SbPj .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u7iaq8SbPj .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-u7iaq8SbPj .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-u7iaq8SbPj .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-u7iaq8SbPj .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-u7iaq8SbPj .mbr-text {
  color: #ba9b67;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-u7iaq8SbPj .modal-backdrop.show {
  opacity: 0.8;
}
.cid-u7iaq8SbPj .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-u7iaq8SbPj .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-u7iaq8SbPj .social-container {
    padding-top: 40px;
  }
}
.cid-u7iaq8SbPj .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-u7iaq8SbPj .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-u7iaq8SbPj .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #212428, #23272b);
  box-shadow: 10px 10px 19px #0c0c0c, -10px -10px 19px #191b1f;
  transition: 0.4s all;
}
.cid-u7iaq8SbPj .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u7iaq8SbPj .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #212428;
}
.cid-u7iaq8SbPj .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u7iaq8SbPj .soc-item:hover:before {
  opacity: 1;
}
.cid-u7iaq8SbPj .offcanvas_btn {
  margin-top: auto;
}
.cid-u7iaq8SbPj .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-u7iaq8SbPj .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-u7iaqbVZXh {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #191b1f;
}
.cid-u7iaqbVZXh hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 70%;
}
.cid-u7iaqbVZXh .progress {
  background: #ba9b67;
  opacity: 1;
  height: 2px;
  overflow: hidden;
  position: relative;
}
.cid-u7iaqbVZXh .progress::before {
  animation-duration: 4s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #ffffff;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 9%;
    width: 47px;
  }
  to {
    margin-left: 100%;
    width: 47px;
  }
}
.cid-u7iaqcF5fT {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #191b1f;
}
.cid-u7iaqcF5fT .row {
  flex-direction: row-reverse;
}
.cid-u7iaqcF5fT .card-wrapper {
  padding-right: 2rem;
}
@media (min-width: 1400px) {
  .cid-u7iaqcF5fT .container {
    max-width: 1162px;
  }
}
@media (max-width: 991px) {
  .cid-u7iaqcF5fT .card {
    margin-bottom: 2rem !important;
  }
  .cid-u7iaqcF5fT .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-u7iaqcF5fT .link-wrap {
    align-items: center;
  }
}
.cid-u7iaqcF5fT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u7iaqcF5fT .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-u7iaqcF5fT .btn {
  padding: 13px 37px 17px;
  border-radius: 100px;
}
.cid-u7iaqcF5fT .btn:hover,
.cid-u7iaqcF5fT .btn:focus {
  border-color: #ba9b67 !important;
  background-color: #ba9b67 !important;
}
.cid-u7iaqcF5fT .card-title {
  color: #ba9b67;
}
.cid-u7iaqcF5fT .mbr-subtile {
  color: #f7f7f7;
}
.cid-u7iaqcF5fT .price {
  text-align: left;
  color: #ba9b67;
}
@media (min-width: 992px) {
  .cid-u7iaqcF5fT .padding {
    padding-right: 110px;
  }
}
.cid-u7iaqcF5fT .mbr-text,
.cid-u7iaqcF5fT .mbr-section-btn {
  color: #f7f7f7;
}
.cid-u7iaqcF5fT .info {
  color: #a6a99c;
}
.cid-u7iaqdCf90 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #191b1f;
}
.cid-u7iaqdCf90 hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 70%;
}
.cid-u7iaqdCf90 .progress {
  background: #ba9b67;
  opacity: 1;
  height: 2px;
  overflow: hidden;
  position: relative;
}
.cid-u7iaqdCf90 .progress::before {
  animation-duration: 4s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #ffffff;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 9%;
    width: 47px;
  }
  to {
    margin-left: 100%;
    width: 47px;
  }
}
.cid-u7iaqeo8FP .icon-bar {
  z-index: 100002;
  right: 0.2%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-u7iaqeo8FP .icon-bar a:hover {
  background-color: #ba9b67;
  margin-left: -50px;
  width: 100px;
}
.cid-u7iaqeo8FP .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 5px;
  border-radius: 5px;
}
.cid-u7iaqeo8FP .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-u7iaqeo8FP .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-u7iaqeo8FP .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-u7iaqeo8FP .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-u7iaqeo8FP .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-u7iaqeo8FP .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-u7iaqeo8FP .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-u7iaqeo8FP .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-u7iaqeo8FP .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-u7iaqeo8FP .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-u7iaqeo8FP .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-u7iaqeo8FP .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-u7iaqeo8FP P {
  color: #232323;
}
.cid-u7iaqeo8FP DIV {
  color: #ffffff;
}
.cid-u7iaqeo8FP H10 {
  color: #767676;
}
.cid-u7iaqeo8FP .hidden {
  display: none;
}
.cid-u7iaqeo8FP div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-u7iaqgccNg {
  padding-top: 150px;
  padding-bottom: 30px;
  background-color: #ba9b67;
}
.cid-u7iaqgccNg .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-u7iaqgccNg section {
  position: relative;
}
.cid-u7iaqgccNg h4 {
  margin: 0;
}
.cid-u7iaqgccNg a {
  font-weight: 300;
}
.cid-u7iaqgccNg .row {
  align-items: center;
}
.cid-u7iaqgccNg .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-u7iaqgccNg .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-u7iaqgccNg .img1 {
  color: #ba9b67;
}
@media (max-width: 992px) {
  .cid-u7iaqgccNg .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-u7iaqgccNg .align-left {
    text-align: center;
  }
  .cid-u7iaqgccNg .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-u7iaqgccNg .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-u7iaqgccNg .item {
    padding-bottom: 0.5rem;
  }
}
.cid-u7iaqgccNg .item-title {
  color: #23272b;
}
.cid-u7iaqgccNg H4 {
  color: #23272b;
  text-align: center;
}
.cid-u7ie2aFreD {
  z-index: 1000;
  width: 100%;
}
.cid-u7ie2aFreD .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-u7ie2aFreD .dropdown-menu {
  padding: 0;
}
.cid-u7ie2aFreD .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-u7ie2aFreD .dropdown-item {
    text-align: left !important;
  }
}
.cid-u7ie2aFreD .dropdown-item:hover {
  background-position: right !important;
}
.cid-u7ie2aFreD .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-u7ie2aFreD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u7ie2aFreD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7ie2aFreD .nav-link {
  position: relative;
}
.cid-u7ie2aFreD .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-u7ie2aFreD .dropdown-menu,
.cid-u7ie2aFreD .navbar.opened {
  background: #0c0c0c !important;
}
.cid-u7ie2aFreD .nav-item:focus,
.cid-u7ie2aFreD .nav-link:focus {
  outline: none;
}
.cid-u7ie2aFreD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7ie2aFreD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7ie2aFreD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7ie2aFreD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7ie2aFreD .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-u7ie2aFreD .navbar.opened {
  transition: all 0.3s;
}
.cid-u7ie2aFreD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7ie2aFreD .navbar .navbar-logo img {
  width: auto;
}
.cid-u7ie2aFreD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-u7ie2aFreD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7ie2aFreD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7ie2aFreD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7ie2aFreD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7ie2aFreD .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-u7ie2aFreD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7ie2aFreD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7ie2aFreD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7ie2aFreD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7ie2aFreD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7ie2aFreD .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-u7ie2aFreD .navbar {
    min-height: 80px;
  }
}
.cid-u7ie2aFreD .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-u7ie2aFreD .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-u7ie2aFreD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7ie2aFreD .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-u7ie2aFreD .navbar-brand {
    min-height: 69px;
  }
}
.cid-u7ie2aFreD .dropdown-item.active,
.cid-u7ie2aFreD .dropdown-item:active {
  background-color: transparent;
}
.cid-u7ie2aFreD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7ie2aFreD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7ie2aFreD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7ie2aFreD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c0c0c;
}
.cid-u7ie2aFreD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7ie2aFreD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7ie2aFreD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7ie2aFreD button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #23272b, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-u7ie2aFreD button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-u7ie2aFreD button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-u7ie2aFreD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ba9b67;
}
.cid-u7ie2aFreD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-u7ie2aFreD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-u7ie2aFreD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-u7ie2aFreD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7ie2aFreD nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7ie2aFreD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7ie2aFreD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7ie2aFreD nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7ie2aFreD .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-u7ie2aFreD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7ie2aFreD .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-u7ie2aFreD .navbar {
    height: 70px;
  }
  .cid-u7ie2aFreD .navbar.opened {
    height: auto;
  }
  .cid-u7ie2aFreD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7ie2aFreD .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #0c0c0c;
  background: rgba(12, 12, 12, 0.9);
}
@media (max-width: 575px) {
  .cid-u7ie2aFreD .navbar-short {
    min-height: 70px;
  }
}
.cid-u7ie2aFreD .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-u7ie2aFreD .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-u7ie2aFreD .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-u7ie2aFreD .container-fluid {
    padding: 0 3px;
  }
}
.cid-u7ie2aFreD .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-u7ie2aFreD .navbar-nav {
  display: flex !important;
}
.cid-u7ie2aFreD .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-u7ie2aFreD .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-u7ie2aFreD .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-u7ie2aFreD .navbar-nav .nav-item .nav-link:hover,
.cid-u7ie2aFreD .navbar-nav .nav-item .nav-link:focus,
.cid-u7ie2aFreD .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-u7ie2aFreD .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-u7ie2aFreD .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-u7ie2aFreD .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-u7ie2aFreD button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #23272b, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-u7ie2aFreD button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-u7ie2aFreD button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-u7ie2aFreD button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ba9b67;
}
.cid-u7ie2aFreD button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-u7ie2aFreD button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-u7ie2aFreD button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-u7ie2aFreD button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7ie2aFreD .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #23272b, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-u7ie2aFreD .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-u7ie2aFreD .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-u7ie2aFreD .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ba9b67;
}
.cid-u7ie2aFreD .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-u7ie2aFreD .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7ie2aFreD .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7ie2aFreD .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-u7ie2aFreD .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-u7ie2aFreD .offcanvas.show {
  transform: translateX(0);
}
.cid-u7ie2aFreD .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-u7ie2aFreD .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u7ie2aFreD .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-u7ie2aFreD .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-u7ie2aFreD .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-u7ie2aFreD .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u7ie2aFreD .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-u7ie2aFreD .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-u7ie2aFreD .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-u7ie2aFreD .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-u7ie2aFreD .mbr-text {
  color: #ba9b67;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-u7ie2aFreD .modal-backdrop.show {
  opacity: 0.8;
}
.cid-u7ie2aFreD .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-u7ie2aFreD .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-u7ie2aFreD .social-container {
    padding-top: 40px;
  }
}
.cid-u7ie2aFreD .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-u7ie2aFreD .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-u7ie2aFreD .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #212428, #23272b);
  box-shadow: 10px 10px 19px #0c0c0c, -10px -10px 19px #191b1f;
  transition: 0.4s all;
}
.cid-u7ie2aFreD .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u7ie2aFreD .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #212428;
}
.cid-u7ie2aFreD .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u7ie2aFreD .soc-item:hover:before {
  opacity: 1;
}
.cid-u7ie2aFreD .offcanvas_btn {
  margin-top: auto;
}
.cid-u7ie2aFreD .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-u7ie2aFreD .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-u7ie2byDKs {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #191b1f;
}
.cid-u7ie2byDKs hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 70%;
}
.cid-u7ie2byDKs .progress {
  background: #ba9b67;
  opacity: 1;
  height: 2px;
  overflow: hidden;
  position: relative;
}
.cid-u7ie2byDKs .progress::before {
  animation-duration: 4s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #ffffff;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 9%;
    width: 47px;
  }
  to {
    margin-left: 100%;
    width: 47px;
  }
}
.cid-u7ie2bVlAr {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #191b1f;
}
.cid-u7ie2bVlAr .row {
  flex-direction: row-reverse;
}
.cid-u7ie2bVlAr .card-wrapper {
  padding-right: 2rem;
}
@media (min-width: 1400px) {
  .cid-u7ie2bVlAr .container {
    max-width: 1162px;
  }
}
@media (max-width: 991px) {
  .cid-u7ie2bVlAr .card {
    margin-bottom: 2rem !important;
  }
  .cid-u7ie2bVlAr .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-u7ie2bVlAr .link-wrap {
    align-items: center;
  }
}
.cid-u7ie2bVlAr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u7ie2bVlAr .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-u7ie2bVlAr .btn {
  padding: 13px 37px 17px;
  border-radius: 100px;
}
.cid-u7ie2bVlAr .btn:hover,
.cid-u7ie2bVlAr .btn:focus {
  border-color: #ba9b67 !important;
  background-color: #ba9b67 !important;
}
.cid-u7ie2bVlAr .card-title {
  color: #ba9b67;
}
.cid-u7ie2bVlAr .mbr-subtile {
  color: #f7f7f7;
}
.cid-u7ie2bVlAr .price {
  text-align: left;
  color: #ba9b67;
}
@media (min-width: 992px) {
  .cid-u7ie2bVlAr .padding {
    padding-right: 110px;
  }
}
.cid-u7ie2bVlAr .mbr-text,
.cid-u7ie2bVlAr .mbr-section-btn {
  color: #f7f7f7;
}
.cid-u7ie2bVlAr .info {
  color: #a6a99c;
}
.cid-u7ie2ckZSZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #191b1f;
}
.cid-u7ie2ckZSZ hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 70%;
}
.cid-u7ie2ckZSZ .progress {
  background: #ba9b67;
  opacity: 1;
  height: 2px;
  overflow: hidden;
  position: relative;
}
.cid-u7ie2ckZSZ .progress::before {
  animation-duration: 4s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #ffffff;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 9%;
    width: 47px;
  }
  to {
    margin-left: 100%;
    width: 47px;
  }
}
.cid-u7ie2cDoBh .icon-bar {
  z-index: 100002;
  right: 0.2%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-u7ie2cDoBh .icon-bar a:hover {
  background-color: #ba9b67;
  margin-left: -50px;
  width: 100px;
}
.cid-u7ie2cDoBh .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 5px;
  border-radius: 5px;
}
.cid-u7ie2cDoBh .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-u7ie2cDoBh .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-u7ie2cDoBh .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-u7ie2cDoBh .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-u7ie2cDoBh .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-u7ie2cDoBh .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-u7ie2cDoBh .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-u7ie2cDoBh .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-u7ie2cDoBh .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-u7ie2cDoBh .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-u7ie2cDoBh .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-u7ie2cDoBh .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-u7ie2cDoBh P {
  color: #232323;
}
.cid-u7ie2cDoBh DIV {
  color: #ffffff;
}
.cid-u7ie2cDoBh H10 {
  color: #767676;
}
.cid-u7ie2cDoBh .hidden {
  display: none;
}
.cid-u7ie2cDoBh div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-u7ie2dfBvw {
  padding-top: 150px;
  padding-bottom: 30px;
  background-color: #ba9b67;
}
.cid-u7ie2dfBvw .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-u7ie2dfBvw section {
  position: relative;
}
.cid-u7ie2dfBvw h4 {
  margin: 0;
}
.cid-u7ie2dfBvw a {
  font-weight: 300;
}
.cid-u7ie2dfBvw .row {
  align-items: center;
}
.cid-u7ie2dfBvw .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-u7ie2dfBvw .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-u7ie2dfBvw .img1 {
  color: #ba9b67;
}
@media (max-width: 992px) {
  .cid-u7ie2dfBvw .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-u7ie2dfBvw .align-left {
    text-align: center;
  }
  .cid-u7ie2dfBvw .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-u7ie2dfBvw .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-u7ie2dfBvw .item {
    padding-bottom: 0.5rem;
  }
}
.cid-u7ie2dfBvw .item-title {
  color: #23272b;
}
.cid-u7ie2dfBvw H4 {
  color: #23272b;
  text-align: center;
}
