body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 4.2rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 6.72rem;
}
.display-2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 2.8rem;
  line-height: 1.4;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem !important;
    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.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #b89552 !important;
}
.bg-success {
  background-color: #191919 !important;
}
.bg-info {
  background-color: #e5e5e5 !important;
}
.bg-warning {
  background-color: #5b686b !important;
}
.bg-danger {
  background-color: #917a33 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #b89552 !important;
  border-color: #b89552 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #866b37 !important;
  border-color: #866b37 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #866b37 !important;
  border-color: #866b37 !important;
}
.btn-primary:hover {
  background-color: #b89552 !important;
  border-color: #b89552 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(to left, #cf9e1e, #b89552);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #cf9e1e !important;
  border-color: #cf9e1e !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #8c6b14 !important;
  border-color: #8c6b14 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8c6b14 !important;
  border-color: #8c6b14 !important;
}
.btn-secondary:hover {
  background-color: #b89552 !important;
  border-color: #b89552 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background: linear-gradient(to left, #cf9e1e, #cf9e1e);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-info,
.btn-info:active {
  background-color: #e5e5e5 !important;
  border-color: #e5e5e5 !important;
  color: #666666 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #666666 !important;
  background-color: #bfbfbf !important;
  border-color: #bfbfbf !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #666666 !important;
  background-color: #bfbfbf !important;
  border-color: #bfbfbf !important;
}
.btn-info:hover {
  background-color: #b89552 !important;
  border-color: #b89552 !important;
}
.btn-info:hover,
.btn-info:focus {
  background: linear-gradient(to left, #cf9e1e, #e5e5e5);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-success,
.btn-success:active {
  background-color: #191919 !important;
  border-color: #191919 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success:hover {
  background-color: #b89552 !important;
  border-color: #b89552 !important;
}
.btn-success:hover,
.btn-success:focus {
  background: linear-gradient(to left, #cf9e1e, #191919);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-warning,
.btn-warning:active {
  background-color: #5b686b !important;
  border-color: #5b686b !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #384042 !important;
  border-color: #384042 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #384042 !important;
  border-color: #384042 !important;
}
.btn-warning:hover {
  background-color: #b89552 !important;
  border-color: #b89552 !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background: linear-gradient(to left, #cf9e1e, #5b686b);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-danger,
.btn-danger:active {
  background-color: #917a33 !important;
  border-color: #917a33 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #584a1f !important;
  border-color: #584a1f !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #584a1f !important;
  border-color: #584a1f !important;
}
.btn-danger:hover {
  background-color: #b89552 !important;
  border-color: #b89552 !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background: linear-gradient(to left, #cf9e1e, #917a33);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #b89552 !important;
  border-color: #b89552 !important;
}
.btn-white:hover,
.btn-white:focus {
  background: linear-gradient(to left, #cf9e1e, #f3f3f3);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #b89552 !important;
  border-color: #b89552 !important;
}
.btn-black:hover,
.btn-black:focus {
  background: linear-gradient(to left, #cf9e1e, #000000);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-primary-outline {
  color: white!important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #b89552;
  color: #b89552;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #b89552;
  border-color: #b89552;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #b89552 !important;
  border-color: #b89552 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background: linear-gradient(to left, #cf9e1e, #b89552);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-secondary-outline {
  color: white!important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cf9e1e;
  color: #cf9e1e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #cf9e1e;
  border-color: #cf9e1e;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #cf9e1e !important;
  border-color: #cf9e1e !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background: linear-gradient(to left, #cf9e1e, #cf9e1e);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-info-outline {
  color: white!important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #e5e5e5;
  color: #e5e5e5;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #666666;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #666666 !important;
  background-color: #e5e5e5 !important;
  border-color: #e5e5e5 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  background: linear-gradient(to left, #cf9e1e, #e5e5e5);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-success-outline {
  color: white!important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #191919;
  color: #191919;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #191919;
  border-color: #191919;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #191919 !important;
  border-color: #191919 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background: linear-gradient(to left, #cf9e1e, #191919);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-warning-outline {
  color: white!important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #5b686b;
  color: #5b686b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #5b686b;
  border-color: #5b686b;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #5b686b !important;
  border-color: #5b686b !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background: linear-gradient(to left, #cf9e1e, #5b686b);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-danger-outline {
  color: white!important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #917a33;
  color: #917a33;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #917a33;
  border-color: #917a33;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #917a33 !important;
  border-color: #917a33 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  background: linear-gradient(to left, #cf9e1e, #917a33);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-black-outline {
  color: white!important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  background: linear-gradient(to left, #cf9e1e, #333333);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white-outline {
  color: white!important;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus {
  background: linear-gradient(to left, #cf9e1e, #f3f3f3);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.text-primary {
  color: #b89552 !important;
}
.text-secondary {
  color: #cf9e1e !important;
}
.text-success {
  color: #191919 !important;
}
.text-info {
  color: #e5e5e5 !important;
}
.text-warning {
  color: #5b686b !important;
}
.text-danger {
  color: #917a33 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #d6c19a !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #e9c66a !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #4c4c4c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #ffffff !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e9b9e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #c8af62 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e5e5e5;
}
.alert-warning {
  background-color: #5b686b;
}
.alert-danger {
  background-color: #917a33;
}
.mbr-gallery-filter li.active .btn {
  background-color: #b89552;
  border-color: #b89552;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #b89552;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ddccac;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #cbcbcb;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #9ba7aa;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ceb975;
}
/* Scroll to top button*/
blockquote {
  border-color: #b89552;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #b89552;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #b89552;
  border-bottom-color: #b89552;
}
.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: #b89552 !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: #cf9e1e !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='%23b89552' %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;
}
.btn {
  transition: none;
}
.cid-s1YNw91RvB .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YNw91RvB .btn {
  white-space: nowrap;
}
.cid-s1YNw91RvB .nav-link,
.cid-s1YNw91RvB .icons-menu .mbr-iconfont,
.cid-s1YNw91RvB .dropdown-item {
  transition: all 0.1s;
}
.cid-s1YNw91RvB .nav-link:hover,
.cid-s1YNw91RvB .icons-menu .mbr-iconfont:hover,
.cid-s1YNw91RvB .dropdown-item:hover {
  color: #cf9e1e !important;
}
@media (max-width: 992px) {
  .cid-s1YNw91RvB .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-s1YNw91RvB .container {
  display: flex;
  margin: auto;
}
.cid-s1YNw91RvB .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-s1YNw91RvB .navbar.opened {
  transition: all .3s;
}
.cid-s1YNw91RvB .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s1YNw91RvB .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s1YNw91RvB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s1YNw91RvB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s1YNw91RvB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s1YNw91RvB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s1YNw91RvB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s1YNw91RvB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1YNw91RvB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1YNw91RvB .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: 55%;
  }
  .cid-s1YNw91RvB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1YNw91RvB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1YNw91RvB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s1YNw91RvB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1YNw91RvB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1YNw91RvB .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s1YNw91RvB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1YNw91RvB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1YNw91RvB .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-s1YNw91RvB .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s1YNw91RvB .mbr-iconfont {
  color: #cf9e1e !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s1YNw91RvB .navbar-caption {
  padding-right: 4rem;
}
.cid-s1YNw91RvB .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-s1YNw91RvB .dropdown-menu,
.cid-s1YNw91RvB .navbar.opened {
  background: #191919 !important;
}
.cid-s1YNw91RvB .nav-item:focus,
.cid-s1YNw91RvB .nav-link:focus {
  outline: none;
}
.cid-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YNw91RvB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s1YNw91RvB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-s1YNw91RvB .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s1YNw91RvB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1YNw91RvB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1YNw91RvB .dropdown-item.active,
.cid-s1YNw91RvB .dropdown-item:active {
  background-color: transparent;
}
.cid-s1YNw91RvB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1YNw91RvB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s1YNw91RvB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1YNw91RvB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1YNw91RvB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1YNw91RvB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s1YNw91RvB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YNw91RvB .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1YNw91RvB a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1YNw91RvB .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s1YNw91RvB .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1YNw91RvB .navbar {
    height: 77px;
  }
  .cid-s1YNw91RvB .navbar.opened {
    height: auto;
  }
  .cid-s1YNw91RvB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1YNw91RvB .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-usuDxdZGfn {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/sophisticated-woman-enjoying-an-elegant-dining-exp-2024-10-21-16-45-58-utc-2000x1333.jpeg");
}
.cid-usuDxdZGfn .mbr-fallback-image.disabled {
  display: none;
}
.cid-usuDxdZGfn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-usuDxdZGfn .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-usuDxdZGfn .container {
    padding: 0 24px;
  }
}
.cid-usuDxdZGfn .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-usuDxdZGfn .content-wrapper {
    padding: 0;
  }
}
.cid-usuDxdZGfn .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-usuDxdZGfn .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-usuDxdZGfn .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-usuDxdZGfn .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-usuDxdZGfn .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-usuDxdZGfn .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-usuDxdZGfn .mbr-section-title {
  color: #ffffff;
}
.cid-usuDxdZGfn .mbr-desc,
.cid-usuDxdZGfn .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-usuDxdZGfn .mbr-text,
.cid-usuDxdZGfn .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-usuDxdZGfn .mbr-section-title,
.cid-usuDxdZGfn .mbr-section-btn {
  text-align: left;
}
.cid-usuE8g59Kg {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #b89552;
  background: linear-gradient(180deg, #b89552, #917a33);
  background: linear-gradient(90deg, #b89552, #917a33) !important;
}
@media (max-width: 575px) {
  .cid-usuE8g59Kg .row {
    text-align: center!important;
  }
}
.cid-usuE8g59Kg .user-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-usuE8g59Kg .user-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 20px;
  overflow: hidden;
}
.cid-usuE8g59Kg .user-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cid-usuE8g59Kg .user-prof-wrap {
  display: flex;
  flex-direction: column;
}
.cid-usuE8g59Kg .user-name-text {
  color: #ffffff;
}
.cid-usuE8g59Kg .user-prof-text {
  color: #ffffff;
  opacity: 0.5;
}
.cid-usuE8g59Kg .mbr-text {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-usuE8g59Kg .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-usuE8g59Kg .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-usuE8g59Kg .mbr-fallback-image.disabled {
  display: none;
}
.cid-usuE8g59Kg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usuegDo5EC {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-usuegDo5EC .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #cf9e1e, #b89552);
}
.cid-usuegDo5EC .mbr-text,
.cid-usuegDo5EC .mbr-section-btn {
  color: #e5e5e5;
}
.cid-usuegDo5EC .mbr-fallback-image.disabled {
  display: none;
}
.cid-usuegDo5EC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usuuool1kL {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #111111;
}
.cid-usuuool1kL .mbr-fallback-image.disabled {
  display: none;
}
.cid-usuuool1kL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-usuuool1kL .container {
    padding: 0 22px;
  }
}
.cid-usuuool1kL .card {
  justify-content: center;
}
.cid-usuuool1kL .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-usuuool1kL .content-wrapper {
    padding: 0;
  }
}
.cid-usuuool1kL .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-usuuool1kL .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-usuuool1kL .image-wrapper {
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-usuuool1kL .image-wrapper {
    margin-top: 20px;
    padding: 0;
  }
}
.cid-usuuool1kL .image-wrapper img {
  height: 600px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-usuuool1kL .image-wrapper img {
    height: 350px;
  }
}
.cid-usuuool1kL .mbr-section-title {
  color: #ffffff;
}
.cid-usuuool1kL .mbr-text {
  color: #e5e5e5;
}
.cid-usugHuyMFK {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/moving-to-the-music-2024-10-18-07-21-34-utc-2000x1333.jpeg");
}
.cid-usugHuyMFK .mbr-fallback-image.disabled {
  display: none;
}
.cid-usugHuyMFK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-usugHuyMFK .container {
    padding: 0 25px;
  }
}
.cid-usugHuyMFK .row {
  justify-content: center;
}
.cid-usugHuyMFK .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-usugHuyMFK .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
@media (max-width: 992px) {
  .cid-usugHuyMFK .card {
    margin-bottom: 50px;
  }
}
.cid-usugHuyMFK .card .card-wrap {
  padding: 0 34px;
}
@media (max-width: 992px) {
  .cid-usugHuyMFK .card .card-wrap {
    padding: 0;
  }
}
.cid-usugHuyMFK .card .card-wrap .icon-wrapper {
  padding: 20px 0;
}
.cid-usugHuyMFK .card .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 50px;
  color: #b89552;
}
.cid-usugHuyMFK .card .card-wrap .mbr-card-title {
  margin-bottom: 10px;
}
.cid-usugHuyMFK .card .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-usugHuyMFK .mbr-section-title {
  color: #E33030;
  text-align: center;
}
.cid-usugHuyMFK .mbr-card-title {
  color: #E33030;
}
.cid-usugHuyMFK .mbr-text {
  color: #b89552;
  text-align: center;
}
.cid-usugHuyMFK .mbr-card-title,
.cid-usugHuyMFK .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-usugHuyMFK .mbr-section-title,
.cid-usugHuyMFK .icon-wrapper {
  color: #ffffff;
}
.cid-usuUQjN8tT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111111;
}
.cid-usuUQjN8tT .mbr-fallback-image.disabled {
  display: none;
}
.cid-usuUQjN8tT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usuUQjN8tT .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-usuUQjN8tT .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-usuUQjN8tT .container {
    padding: 0 25px;
  }
}
.cid-usuUQjN8tT .row {
  justify-content: center;
}
.cid-usuUQjN8tT .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-usuUQjN8tT .item {
  margin-bottom: 30px;
}
.cid-usuUQjN8tT .item:hover .item-wrapper .item-img img,
.cid-usuUQjN8tT .item:focus .item-wrapper .item-img img {
  transform: translateY(-30px);
}
.cid-usuUQjN8tT .item:hover .item-wrapper .item-img::before,
.cid-usuUQjN8tT .item:focus .item-wrapper .item-img::before {
  transform: translateY(-30px);
}
.cid-usuUQjN8tT .item:hover .item-wrapper .mbr-section-btn,
.cid-usuUQjN8tT .item:focus .item-wrapper .mbr-section-btn {
  transform: translateY(-1px);
}
.cid-usuUQjN8tT .item .item-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-usuUQjN8tT .item .item-wrapper .item-img {
  height: 450px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-usuUQjN8tT .item .item-wrapper .item-img {
    height: 350px;
  }
}
.cid-usuUQjN8tT .item .item-wrapper .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-usuUQjN8tT .item .item-wrapper .item-img .item-title {
  position: absolute;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 0;
  z-index: 1;
}
.cid-usuUQjN8tT .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .2;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.cid-usuUQjN8tT .item .item-wrapper .mbr-section-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: translateY(100%);
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.cid-usuUQjN8tT .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  max-width: 100% !important;
  box-shadow: none;
  margin-bottom: 0;
  padding: 20px;
}
.cid-usuUQjN8tT .item .item-wrapper .mbr-section-btn .btn:hover,
.cid-usuUQjN8tT .item .item-wrapper .mbr-section-btn .btn:focus {
  box-shadow: none !important;
  color: #ffffff !important;
}
.cid-usuUQjN8tT .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-usuUQjN8tT .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-usuUQjN8tT .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-usv1QSXRRv {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1920x1334.jpg");
}
.cid-usv1QSXRRv .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #cf9e1e, #b89552);
}
.cid-usv1QSXRRv .mbr-text,
.cid-usv1QSXRRv .mbr-section-btn {
  color: #e5e5e5;
}
.cid-usv1QSXRRv .mbr-fallback-image.disabled {
  display: none;
}
.cid-usv1QSXRRv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usv4axKjIi {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #191919;
}
.cid-usv4axKjIi img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-usv4axKjIi img {
    width: 100%;
  }
}
.cid-usv4axKjIi .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-usv4axKjIi .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-usv4axKjIi .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-usv4axKjIi .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #af8a29;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-usv4axKjIi .mbr-text,
.cid-usv4axKjIi .mbr-section-btn {
  color: #777777;
}
.cid-usv4axKjIi .mbr-section-subtitle {
  color: #777777;
}
.cid-usv4axKjIi .mbr-list {
  color: #e5e5e5;
}
.cid-usv4axKjIi .mbr-section-title {
  color: #ffffff;
}
.cid-usv2OffJIF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #191919;
}
.cid-usv22faxid {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-usv22faxid .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #cf9e1e, #b89552);
}
.cid-usv22faxid .mbr-text,
.cid-usv22faxid .mbr-section-btn {
  color: #e5e5e5;
}
.cid-usv22faxid .mbr-fallback-image.disabled {
  display: none;
}
.cid-usv22faxid .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usv4P8JwxI {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #191919;
}
.cid-usv4P8JwxI img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-usv4P8JwxI img {
    width: 100%;
  }
}
.cid-usv4P8JwxI .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-usv4P8JwxI .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-usv4P8JwxI .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-usv4P8JwxI .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #af8a29;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-usv4P8JwxI .mbr-text,
.cid-usv4P8JwxI .mbr-section-btn {
  color: #777777;
}
.cid-usv4P8JwxI .mbr-section-subtitle {
  color: #777777;
}
.cid-usv4P8JwxI .mbr-list {
  color: #e5e5e5;
}
.cid-usv4P8JwxI .mbr-section-title {
  color: #ffffff;
}
.cid-usv4QXfGQZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #191919;
}
.cid-usv22DExT0 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
}
.cid-usv22DExT0 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #cf9e1e, #b89552);
}
.cid-usv22DExT0 .mbr-text,
.cid-usv22DExT0 .mbr-section-btn {
  color: #e5e5e5;
}
.cid-usv22DExT0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usv22DExT0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usv4RR2XHq {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #191919;
}
.cid-usv4RR2XHq img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-usv4RR2XHq img {
    width: 100%;
  }
}
.cid-usv4RR2XHq .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-usv4RR2XHq .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-usv4RR2XHq .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-usv4RR2XHq .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #af8a29;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-usv4RR2XHq .mbr-text,
.cid-usv4RR2XHq .mbr-section-btn {
  color: #777777;
}
.cid-usv4RR2XHq .mbr-section-subtitle {
  color: #777777;
}
.cid-usv4RR2XHq .mbr-list {
  color: #e5e5e5;
}
.cid-usv4RR2XHq .mbr-section-title {
  color: #ffffff;
}
.cid-usv4SoWPo5 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-usv5ArkZbf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-5-1920x1280.jpeg");
}
.cid-usv5ArkZbf .mbr-fallback-image.disabled {
  display: none;
}
.cid-usv5ArkZbf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usv5ArkZbf .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 3rem;
}
.cid-usv5ArkZbf .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-usv5ArkZbf .mbr-text,
.cid-usv5ArkZbf .mbr-section-btn {
  color: #232323;
}
.cid-usv5ArkZbf .mbr-section-title,
.cid-usv5ArkZbf .line {
  color: #ffffff;
}
.cid-usv5ArkZbf h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-usv5ArkZbf h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-usv5ArkZbf .mbr-section-subtitle,
.cid-usv5ArkZbf .align {
  text-align: left;
  color: #232323;
}
.cid-usv5ArkZbf .mbr-text {
  color: #ffffff;
}
.cid-usv6xsTfeC {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #111111;
}
.cid-usv6xsTfeC .mbr-fallback-image.disabled {
  display: none;
}
.cid-usv6xsTfeC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usv6xsTfeC .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-usv6xsTfeC .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-usv6xsTfeC .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-usv6xsTfeC .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-usv6xsTfeC .container {
    padding: 0 16px;
  }
}
.cid-usv6xsTfeC .row {
  justify-content: center;
}
.cid-usv6xsTfeC .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-usv6xsTfeC .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-usv6xsTfeC .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #ffffff;
  text-align: center;
}
.cid-usv6xsTfeC .panel-group .card {
  border-bottom: 1px solid #b89552;
  border-radius: 0 !important;
}
.cid-usv6xsTfeC .panel-group .card:first-child {
  border-top: 1px solid #b89552;
}
.cid-usv6xsTfeC .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-usv6xsTfeC .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-usv6xsTfeC .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-usv6xsTfeC .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-usv6xsTfeC .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-usv6xsTfeC .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #b89552;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-usv6xsTfeC .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-usv6xsTfeC .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-usv6xsTfeC .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-usv6xsTfeC .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-usv6xsTfeC .panel-title {
  color: #000000;
}
.cid-usv6xsTfeC .panel-text {
  color: #e5e5e5;
}
.cid-usv6xsTfeC .panel-title-edit {
  color: #ffffff;
}
.cid-usv7Lqh9tn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-usv7Lqh9tn .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-usv7Lqh9tn .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-usv7Lqh9tn .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-usv7Lqh9tn .form-group {
  padding-right: 0;
}
.cid-usv7Lqh9tn .card {
  padding: 3rem 8rem;
}
.cid-usv7Lqh9tn .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-usv7Lqh9tn .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-usv7Lqh9tn .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-usv7Lqh9tn .google-map[data-state] {
  background: #e9e5dc;
}
.cid-usv7Lqh9tn .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-usv7Lqh9tn .map-placeholder {
  display: none;
}
.cid-usv7Lqh9tn .btn-primary {
  border: 1px solid #b89552 !important;
}
.cid-usv7Lqh9tn .btn-primary:hover {
  border: 1px solid #b89552 !important;
}
.cid-usv7Lqh9tn .stripe {
  border-bottom: 1px solid #b89552 !important;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-usv7Lqh9tn .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-usv7Lqh9tn .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #6a4824 !important;
  width: 85%;
}
.cid-usv7Lqh9tn .mbr-text {
  color: #444;
}
.cid-usv7Lqh9tn h5 {
  margin-bottom: 0;
}
.cid-usv7Lqh9tn .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-usv7Lqh9tn .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-usv7Lqh9tn .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-usv7Lqh9tn .socicon {
  font-size: 1.3rem;
  background: #b89552;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-usv7Lqh9tn .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-usv7Lqh9tn .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-usv7Lqh9tn .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-usv7Lqh9tn .social-list a:hover {
  opacity: 0.4;
}
.cid-usv7Lqh9tn .media-container-row > div {
  padding: 0px;
}
.cid-usv7Lqh9tn .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-usv7Lqh9tn .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-usv7Lqh9tn .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-usv7Lqh9tn .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-usv7Lqh9tn .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-usv7Lqh9tn h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-usv7Lqh9tn .form-group {
    max-width: 180px;
  }
  .cid-usv7Lqh9tn .card {
    padding: 2rem 1rem;
  }
}
.cid-usv7Lqh9tn .links span {
  color: #9e9e9e;
}
.cid-usv7Lqh9tn .logo-title,
.cid-usv7Lqh9tn .logo-sub-title {
  text-align: center;
}
.cid-usv7Lqh9tn .logo-sub-title i {
  color: #9e9e9e;
}
.cid-usv7Lqh9tn .mbr-fallback-image.disabled {
  display: none;
}
.cid-usv7Lqh9tn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-s1YPqSpOCZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s1YPqSpOCZ .mbr-text1 {
  color: #999999;
}
.cid-s1YPqSpOCZ .mbr-text2 {
  color: #999999;
}
.cid-s1YPqSpOCZ p {
  margin: 0;
}
.cid-usvtPaxYQe .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-usvtPaxYQe .btn {
  white-space: nowrap;
}
.cid-usvtPaxYQe .nav-link,
.cid-usvtPaxYQe .icons-menu .mbr-iconfont,
.cid-usvtPaxYQe .dropdown-item {
  transition: all 0.1s;
}
.cid-usvtPaxYQe .nav-link:hover,
.cid-usvtPaxYQe .icons-menu .mbr-iconfont:hover,
.cid-usvtPaxYQe .dropdown-item:hover {
  color: #cf9e1e !important;
}
@media (max-width: 992px) {
  .cid-usvtPaxYQe .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-usvtPaxYQe .container {
  display: flex;
  margin: auto;
}
.cid-usvtPaxYQe .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-usvtPaxYQe .navbar.opened {
  transition: all .3s;
}
.cid-usvtPaxYQe .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-usvtPaxYQe .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-usvtPaxYQe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usvtPaxYQe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usvtPaxYQe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-usvtPaxYQe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usvtPaxYQe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usvtPaxYQe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-usvtPaxYQe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usvtPaxYQe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-usvtPaxYQe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-usvtPaxYQe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usvtPaxYQe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usvtPaxYQe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usvtPaxYQe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usvtPaxYQe .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: 55%;
  }
  .cid-usvtPaxYQe .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-usvtPaxYQe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usvtPaxYQe .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usvtPaxYQe .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-usvtPaxYQe .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-usvtPaxYQe .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-usvtPaxYQe .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-usvtPaxYQe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-usvtPaxYQe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-usvtPaxYQe .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-usvtPaxYQe .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-usvtPaxYQe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usvtPaxYQe .mbr-iconfont {
  color: #cf9e1e !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-usvtPaxYQe .navbar-caption {
  padding-right: 4rem;
}
.cid-usvtPaxYQe .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-usvtPaxYQe .dropdown-menu,
.cid-usvtPaxYQe .navbar.opened {
  background: #191919 !important;
}
.cid-usvtPaxYQe .nav-item:focus,
.cid-usvtPaxYQe .nav-link:focus {
  outline: none;
}
.cid-usvtPaxYQe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-usvtPaxYQe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usvtPaxYQe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-usvtPaxYQe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-usvtPaxYQe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usvtPaxYQe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-usvtPaxYQe .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-usvtPaxYQe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usvtPaxYQe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usvtPaxYQe .dropdown-item.active,
.cid-usvtPaxYQe .dropdown-item:active {
  background-color: transparent;
}
.cid-usvtPaxYQe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usvtPaxYQe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usvtPaxYQe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usvtPaxYQe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-usvtPaxYQe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usvtPaxYQe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usvtPaxYQe ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-usvtPaxYQe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usvtPaxYQe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-usvtPaxYQe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-usvtPaxYQe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-usvtPaxYQe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-usvtPaxYQe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-usvtPaxYQe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-usvtPaxYQe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-usvtPaxYQe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-usvtPaxYQe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-usvtPaxYQe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-usvtPaxYQe .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-usvtPaxYQe a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-usvtPaxYQe .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-usvtPaxYQe .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-usvtPaxYQe .navbar {
    height: 77px;
  }
  .cid-usvtPaxYQe .navbar.opened {
    height: auto;
  }
  .cid-usvtPaxYQe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usvtPaxYQe .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-usvtPbi6DW {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/sophisticated-woman-enjoying-an-elegant-dining-exp-2024-10-21-16-45-58-utc-2000x1333.jpeg");
}
.cid-usvtPbi6DW .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvtPbi6DW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-usvtPbi6DW .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-usvtPbi6DW .container {
    padding: 0 24px;
  }
}
.cid-usvtPbi6DW .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-usvtPbi6DW .content-wrapper {
    padding: 0;
  }
}
.cid-usvtPbi6DW .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-usvtPbi6DW .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-usvtPbi6DW .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-usvtPbi6DW .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-usvtPbi6DW .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-usvtPbi6DW .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-usvtPbi6DW .mbr-section-title {
  color: #ffffff;
}
.cid-usvtPbi6DW .mbr-desc,
.cid-usvtPbi6DW .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-usvtPbi6DW .mbr-text,
.cid-usvtPbi6DW .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-usvtPbi6DW .mbr-section-title,
.cid-usvtPbi6DW .mbr-section-btn {
  text-align: left;
}
.cid-usvtPbNgvS {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #b89552;
  background: linear-gradient(180deg, #b89552, #917a33);
  background: linear-gradient(90deg, #b89552, #917a33) !important;
}
@media (max-width: 575px) {
  .cid-usvtPbNgvS .row {
    text-align: center!important;
  }
}
.cid-usvtPbNgvS .user-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-usvtPbNgvS .user-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 20px;
  overflow: hidden;
}
.cid-usvtPbNgvS .user-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cid-usvtPbNgvS .user-prof-wrap {
  display: flex;
  flex-direction: column;
}
.cid-usvtPbNgvS .user-name-text {
  color: #ffffff;
}
.cid-usvtPbNgvS .user-prof-text {
  color: #ffffff;
  opacity: 0.5;
}
.cid-usvtPbNgvS .mbr-text {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-usvtPbNgvS .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-usvtPbNgvS .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-usvtPbNgvS .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvtPbNgvS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usvtPceEbQ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-usvtPceEbQ .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #cf9e1e, #b89552);
}
.cid-usvtPceEbQ .mbr-text,
.cid-usvtPceEbQ .mbr-section-btn {
  color: #e5e5e5;
}
.cid-usvtPceEbQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvtPceEbQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usvtPjjg6n {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-usvtPjjg6n .mbr-text1 {
  color: #999999;
}
.cid-usvtPjjg6n .mbr-text2 {
  color: #999999;
}
.cid-usvtPjjg6n p {
  margin: 0;
}
.cid-usvtVJjg17 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-usvtVJjg17 .btn {
  white-space: nowrap;
}
.cid-usvtVJjg17 .nav-link,
.cid-usvtVJjg17 .icons-menu .mbr-iconfont,
.cid-usvtVJjg17 .dropdown-item {
  transition: all 0.1s;
}
.cid-usvtVJjg17 .nav-link:hover,
.cid-usvtVJjg17 .icons-menu .mbr-iconfont:hover,
.cid-usvtVJjg17 .dropdown-item:hover {
  color: #cf9e1e !important;
}
@media (max-width: 992px) {
  .cid-usvtVJjg17 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-usvtVJjg17 .container {
  display: flex;
  margin: auto;
}
.cid-usvtVJjg17 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-usvtVJjg17 .navbar.opened {
  transition: all .3s;
}
.cid-usvtVJjg17 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-usvtVJjg17 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-usvtVJjg17 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usvtVJjg17 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usvtVJjg17 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-usvtVJjg17 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usvtVJjg17 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usvtVJjg17 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-usvtVJjg17 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usvtVJjg17 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-usvtVJjg17 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-usvtVJjg17 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usvtVJjg17 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usvtVJjg17 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usvtVJjg17 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usvtVJjg17 .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: 55%;
  }
  .cid-usvtVJjg17 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-usvtVJjg17 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usvtVJjg17 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usvtVJjg17 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-usvtVJjg17 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-usvtVJjg17 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-usvtVJjg17 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-usvtVJjg17 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-usvtVJjg17 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-usvtVJjg17 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-usvtVJjg17 .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-usvtVJjg17 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usvtVJjg17 .mbr-iconfont {
  color: #cf9e1e !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-usvtVJjg17 .navbar-caption {
  padding-right: 4rem;
}
.cid-usvtVJjg17 .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-usvtVJjg17 .dropdown-menu,
.cid-usvtVJjg17 .navbar.opened {
  background: #191919 !important;
}
.cid-usvtVJjg17 .nav-item:focus,
.cid-usvtVJjg17 .nav-link:focus {
  outline: none;
}
.cid-usvtVJjg17 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-usvtVJjg17 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usvtVJjg17 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-usvtVJjg17 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-usvtVJjg17 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usvtVJjg17 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-usvtVJjg17 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-usvtVJjg17 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usvtVJjg17 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usvtVJjg17 .dropdown-item.active,
.cid-usvtVJjg17 .dropdown-item:active {
  background-color: transparent;
}
.cid-usvtVJjg17 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usvtVJjg17 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usvtVJjg17 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usvtVJjg17 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-usvtVJjg17 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usvtVJjg17 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usvtVJjg17 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-usvtVJjg17 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usvtVJjg17 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-usvtVJjg17 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-usvtVJjg17 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-usvtVJjg17 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-usvtVJjg17 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-usvtVJjg17 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-usvtVJjg17 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-usvtVJjg17 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-usvtVJjg17 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-usvtVJjg17 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-usvtVJjg17 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-usvtVJjg17 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-usvtVJjg17 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-usvtVJjg17 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-usvtVJjg17 .navbar {
    height: 77px;
  }
  .cid-usvtVJjg17 .navbar.opened {
    height: auto;
  }
  .cid-usvtVJjg17 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usvtVJjg17 .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-usvtVK0j5o {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/sophisticated-woman-enjoying-an-elegant-dining-exp-2024-10-21-16-45-58-utc-2000x1333.jpeg");
}
.cid-usvtVK0j5o .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvtVK0j5o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-usvtVK0j5o .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-usvtVK0j5o .container {
    padding: 0 24px;
  }
}
.cid-usvtVK0j5o .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-usvtVK0j5o .content-wrapper {
    padding: 0;
  }
}
.cid-usvtVK0j5o .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-usvtVK0j5o .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-usvtVK0j5o .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-usvtVK0j5o .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-usvtVK0j5o .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-usvtVK0j5o .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-usvtVK0j5o .mbr-section-title {
  color: #ffffff;
}
.cid-usvtVK0j5o .mbr-desc,
.cid-usvtVK0j5o .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-usvtVK0j5o .mbr-text,
.cid-usvtVK0j5o .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-usvtVK0j5o .mbr-section-title,
.cid-usvtVK0j5o .mbr-section-btn {
  text-align: left;
}
.cid-usvtVKoJJJ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #b89552;
  background: linear-gradient(180deg, #b89552, #917a33);
  background: linear-gradient(90deg, #b89552, #917a33) !important;
}
@media (max-width: 575px) {
  .cid-usvtVKoJJJ .row {
    text-align: center!important;
  }
}
.cid-usvtVKoJJJ .user-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-usvtVKoJJJ .user-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 20px;
  overflow: hidden;
}
.cid-usvtVKoJJJ .user-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cid-usvtVKoJJJ .user-prof-wrap {
  display: flex;
  flex-direction: column;
}
.cid-usvtVKoJJJ .user-name-text {
  color: #ffffff;
}
.cid-usvtVKoJJJ .user-prof-text {
  color: #ffffff;
  opacity: 0.5;
}
.cid-usvtVKoJJJ .mbr-text {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-usvtVKoJJJ .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-usvtVKoJJJ .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-usvtVKoJJJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvtVKoJJJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usvvSaoxje {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #191919;
}
.cid-usvvSaoxje h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-usvvSaoxje h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-usvvSaoxje h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-usvvSaoxje .mbr-text,
.cid-usvvSaoxje .mbr-section-btn {
  color: #e5e5e5;
}
@media (max-width: 768px) {
  .cid-usvvSaoxje h3:before,
  .cid-usvvSaoxje h3:after {
    display: none;
  }
}
.cid-usvvSaoxje .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvvSaoxje .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usvvSaoxje H3 {
  color: #b89552;
}
.cid-usvvSaoxje H1 {
  color: #f3f3f3;
}
.cid-usvvGCtT5U {
  padding-top: 45px;
  padding-bottom: 135px;
  background-color: #191919;
}
.cid-usvvGCtT5U .mbr-text {
  color: #767676;
}
.cid-usvvGCtT5U .card-subtitle {
  margin: 0;
}
.cid-usvvGCtT5U .link {
  margin: 0;
}
.cid-usvvGCtT5U .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-usvvGCtT5U .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-usvvGCtT5U .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid lightgray;
}
.cid-usvvGCtT5U .item {
  display: flex;
  align-items: center;
  padding: 0 0.6rem;
}
.cid-usvvGCtT5U .mbr-iconfont {
  color: #b89552 !important;
  font-size: 1rem !important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-usvvGCtT5U .date {
  margin: 0;
  color: #ffffff;
}
.cid-usvvGCtT5U img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-usvvGCtT5U .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-usvvGCtT5U .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-usvvGCtT5U .card-img:hover:before {
  opacity: 0.4;
}
.cid-usvvGCtT5U .card-img:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-usvvGCtT5U .icon-box {
    flex-direction: column;
  }
  .cid-usvvGCtT5U .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
}
.cid-usvvGCtT5U .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-usvvGCtT5U .card {
    margin-bottom: 3rem;
  }
}
.cid-usvvGCtT5U .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvvGCtT5U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usvvGCtT5U .card-title,
.cid-usvvGCtT5U .card-img {
  color: #b89552;
}
.cid-usvvGCtT5U .mbr-text,
.cid-usvvGCtT5U .link {
  color: #ffffff;
}
.cid-usvtVQYjgt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-usvtVQYjgt .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-usvtVQYjgt .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-usvtVQYjgt .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-usvtVQYjgt .form-group {
  padding-right: 0;
}
.cid-usvtVQYjgt .card {
  padding: 3rem 8rem;
}
.cid-usvtVQYjgt .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-usvtVQYjgt .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-usvtVQYjgt .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-usvtVQYjgt .google-map[data-state] {
  background: #e9e5dc;
}
.cid-usvtVQYjgt .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-usvtVQYjgt .map-placeholder {
  display: none;
}
.cid-usvtVQYjgt .btn-primary {
  border: 1px solid #b89552 !important;
}
.cid-usvtVQYjgt .btn-primary:hover {
  border: 1px solid #b89552 !important;
}
.cid-usvtVQYjgt .stripe {
  border-bottom: 1px solid #b89552 !important;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-usvtVQYjgt .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-usvtVQYjgt .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #6a4824 !important;
  width: 85%;
}
.cid-usvtVQYjgt .mbr-text {
  color: #444;
}
.cid-usvtVQYjgt h5 {
  margin-bottom: 0;
}
.cid-usvtVQYjgt .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-usvtVQYjgt .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-usvtVQYjgt .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-usvtVQYjgt .socicon {
  font-size: 1.3rem;
  background: #b89552;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-usvtVQYjgt .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-usvtVQYjgt .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-usvtVQYjgt .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-usvtVQYjgt .social-list a:hover {
  opacity: 0.4;
}
.cid-usvtVQYjgt .media-container-row > div {
  padding: 0px;
}
.cid-usvtVQYjgt .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-usvtVQYjgt .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-usvtVQYjgt .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-usvtVQYjgt .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-usvtVQYjgt .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-usvtVQYjgt h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-usvtVQYjgt .form-group {
    max-width: 180px;
  }
  .cid-usvtVQYjgt .card {
    padding: 2rem 1rem;
  }
}
.cid-usvtVQYjgt .links span {
  color: #9e9e9e;
}
.cid-usvtVQYjgt .logo-title,
.cid-usvtVQYjgt .logo-sub-title {
  text-align: center;
}
.cid-usvtVQYjgt .logo-sub-title i {
  color: #9e9e9e;
}
.cid-usvtVQYjgt .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvtVQYjgt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usvtVRJc3j {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-usvtVRJc3j .mbr-text1 {
  color: #999999;
}
.cid-usvtVRJc3j .mbr-text2 {
  color: #999999;
}
.cid-usvtVRJc3j p {
  margin: 0;
}
.cid-usvy6uuRyU .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-usvy6uuRyU .btn {
  white-space: nowrap;
}
.cid-usvy6uuRyU .nav-link,
.cid-usvy6uuRyU .icons-menu .mbr-iconfont,
.cid-usvy6uuRyU .dropdown-item {
  transition: all 0.1s;
}
.cid-usvy6uuRyU .nav-link:hover,
.cid-usvy6uuRyU .icons-menu .mbr-iconfont:hover,
.cid-usvy6uuRyU .dropdown-item:hover {
  color: #cf9e1e !important;
}
@media (max-width: 992px) {
  .cid-usvy6uuRyU .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-usvy6uuRyU .container {
  display: flex;
  margin: auto;
}
.cid-usvy6uuRyU .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-usvy6uuRyU .navbar.opened {
  transition: all .3s;
}
.cid-usvy6uuRyU .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-usvy6uuRyU .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-usvy6uuRyU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usvy6uuRyU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usvy6uuRyU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-usvy6uuRyU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usvy6uuRyU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usvy6uuRyU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-usvy6uuRyU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usvy6uuRyU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-usvy6uuRyU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-usvy6uuRyU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usvy6uuRyU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usvy6uuRyU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usvy6uuRyU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usvy6uuRyU .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: 55%;
  }
  .cid-usvy6uuRyU .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-usvy6uuRyU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usvy6uuRyU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usvy6uuRyU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-usvy6uuRyU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-usvy6uuRyU .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-usvy6uuRyU .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-usvy6uuRyU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-usvy6uuRyU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-usvy6uuRyU .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-usvy6uuRyU .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-usvy6uuRyU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usvy6uuRyU .mbr-iconfont {
  color: #cf9e1e !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-usvy6uuRyU .navbar-caption {
  padding-right: 4rem;
}
.cid-usvy6uuRyU .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-usvy6uuRyU .dropdown-menu,
.cid-usvy6uuRyU .navbar.opened {
  background: #191919 !important;
}
.cid-usvy6uuRyU .nav-item:focus,
.cid-usvy6uuRyU .nav-link:focus {
  outline: none;
}
.cid-usvy6uuRyU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-usvy6uuRyU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usvy6uuRyU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-usvy6uuRyU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-usvy6uuRyU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usvy6uuRyU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-usvy6uuRyU .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-usvy6uuRyU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usvy6uuRyU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usvy6uuRyU .dropdown-item.active,
.cid-usvy6uuRyU .dropdown-item:active {
  background-color: transparent;
}
.cid-usvy6uuRyU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usvy6uuRyU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usvy6uuRyU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usvy6uuRyU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-usvy6uuRyU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usvy6uuRyU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usvy6uuRyU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-usvy6uuRyU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usvy6uuRyU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-usvy6uuRyU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-usvy6uuRyU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-usvy6uuRyU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-usvy6uuRyU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-usvy6uuRyU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-usvy6uuRyU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-usvy6uuRyU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-usvy6uuRyU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-usvy6uuRyU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-usvy6uuRyU .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-usvy6uuRyU a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-usvy6uuRyU .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-usvy6uuRyU .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-usvy6uuRyU .navbar {
    height: 77px;
  }
  .cid-usvy6uuRyU .navbar.opened {
    height: auto;
  }
  .cid-usvy6uuRyU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usvy6uuRyU .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-usvy6v9lxS {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/sophisticated-woman-enjoying-an-elegant-dining-exp-2024-10-21-16-45-58-utc-2000x1333.jpeg");
}
.cid-usvy6v9lxS .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvy6v9lxS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-usvy6v9lxS .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-usvy6v9lxS .container {
    padding: 0 24px;
  }
}
.cid-usvy6v9lxS .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-usvy6v9lxS .content-wrapper {
    padding: 0;
  }
}
.cid-usvy6v9lxS .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-usvy6v9lxS .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-usvy6v9lxS .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-usvy6v9lxS .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-usvy6v9lxS .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-usvy6v9lxS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-usvy6v9lxS .mbr-section-title {
  color: #ffffff;
}
.cid-usvy6v9lxS .mbr-desc,
.cid-usvy6v9lxS .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-usvy6v9lxS .mbr-text,
.cid-usvy6v9lxS .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-usvy6v9lxS .mbr-section-title,
.cid-usvy6v9lxS .mbr-section-btn {
  text-align: left;
}
.cid-usvy6vD3Ix {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #b89552;
  background: linear-gradient(180deg, #b89552, #917a33);
  background: linear-gradient(90deg, #b89552, #917a33) !important;
}
@media (max-width: 575px) {
  .cid-usvy6vD3Ix .row {
    text-align: center!important;
  }
}
.cid-usvy6vD3Ix .user-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-usvy6vD3Ix .user-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 20px;
  overflow: hidden;
}
.cid-usvy6vD3Ix .user-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cid-usvy6vD3Ix .user-prof-wrap {
  display: flex;
  flex-direction: column;
}
.cid-usvy6vD3Ix .user-name-text {
  color: #ffffff;
}
.cid-usvy6vD3Ix .user-prof-text {
  color: #ffffff;
  opacity: 0.5;
}
.cid-usvy6vD3Ix .mbr-text {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-usvy6vD3Ix .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-usvy6vD3Ix .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-usvy6vD3Ix .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvy6vD3Ix .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usvAGhanRH {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-usvAGhanRH .row {
  border-top: 1px solid #b89552;
  padding-top: 2rem;
}
.cid-usvAGhanRH .mbr-text {
  line-height: 1.5;
  color: #656565;
}
.cid-usvAGhanRH .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-usvAGhanRH .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvAGhanRH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usvHC1x3xa {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #191919;
}
.cid-usvHC1x3xa .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #cf9e1e, #b89552);
}
.cid-usvHC1x3xa .mbr-text,
.cid-usvHC1x3xa .mbr-section-btn {
  color: #ffffff;
}
.cid-usvHC1x3xa img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-usvHC1x3xa img {
    width: 96%;
  }
}
.cid-usvHC1x3xa .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvHC1x3xa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usvFtP2o10 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #191919;
}
.cid-usvFtP2o10 .mbr-text {
  line-height: 1.5;
  color: #ffffff;
}
.cid-usvFtP2o10 .mbr-section-title {
  text-align: left;
  color: #b89552;
}
.cid-usvFtP2o10 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvFtP2o10 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usvG3kpsGb {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #191919;
}
.cid-usvG3kpsGb .mbr-text {
  line-height: 1.5;
  color: #ffffff;
}
.cid-usvG3kpsGb .mbr-section-title {
  text-align: left;
  color: #b89552;
}
.cid-usvG3kpsGb .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvG3kpsGb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usvG3K8JZ3 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #191919;
}
.cid-usvG3K8JZ3 .mbr-text {
  line-height: 1.5;
  color: #ffffff;
}
.cid-usvG3K8JZ3 .mbr-section-title {
  text-align: left;
  color: #b89552;
}
.cid-usvG3K8JZ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvG3K8JZ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usvG45sQjn {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #191919;
}
.cid-usvG45sQjn .mbr-text {
  line-height: 1.5;
  color: #ffffff;
}
.cid-usvG45sQjn .mbr-section-title {
  text-align: left;
  color: #b89552;
}
.cid-usvG45sQjn .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvG45sQjn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usvG4ubKoB {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #191919;
}
.cid-usvG4ubKoB .mbr-text {
  line-height: 1.5;
  color: #ffffff;
}
.cid-usvG4ubKoB .mbr-section-title {
  text-align: left;
  color: #b89552;
}
.cid-usvG4ubKoB .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvG4ubKoB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usvC5G3Zrl {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
}
.cid-usvC5G3Zrl .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #b89552;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-usvC5G3Zrl .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-usvC5G3Zrl .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-usvC5G3Zrl .main-title.display-2 {
  line-height: 1.375;
}
.cid-usvC5G3Zrl .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-usvC5G3Zrl .mbr-text {
  color: #606060;
}
.cid-usvC5G3Zrl .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-usvC5G3Zrl .mbr-section-btn {
  margin-top: 24px;
}
.cid-usvC5G3Zrl .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-usvC5G3Zrl .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-usvC5G3Zrl .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-usvC5G3Zrl .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvC5G3Zrl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usvC5G3Zrl .mbr-text,
.cid-usvC5G3Zrl .mbr-section-btn {
  color: #ffffff;
}
.cid-usvCL7XxNO {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #191919;
}
.cid-usvCL7XxNO H1 {
  color: #000000;
}
.cid-usvCL7XxNO .mbr-text,
.cid-usvCL7XxNO .mbr-section-btn {
  color: #000000;
}
.cid-usvCL7XxNO .mbr-subtitle {
  color: #000000;
}
.cid-usvCL7XxNO .mbr-text {
  margin-top: 1.5rem;
}
.cid-usvCL7XxNO .mbr-section-btn {
  margin-top: 2rem;
}
.cid-usvCL7XxNO .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvCL7XxNO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usvy6y3WtM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-usvy6y3WtM .mbr-text1 {
  color: #999999;
}
.cid-usvy6y3WtM .mbr-text2 {
  color: #999999;
}
.cid-usvy6y3WtM p {
  margin: 0;
}
.cid-usvJ3LsJJu .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-usvJ3LsJJu .btn {
  white-space: nowrap;
}
.cid-usvJ3LsJJu .nav-link,
.cid-usvJ3LsJJu .icons-menu .mbr-iconfont,
.cid-usvJ3LsJJu .dropdown-item {
  transition: all 0.1s;
}
.cid-usvJ3LsJJu .nav-link:hover,
.cid-usvJ3LsJJu .icons-menu .mbr-iconfont:hover,
.cid-usvJ3LsJJu .dropdown-item:hover {
  color: #cf9e1e !important;
}
@media (max-width: 992px) {
  .cid-usvJ3LsJJu .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-usvJ3LsJJu .container {
  display: flex;
  margin: auto;
}
.cid-usvJ3LsJJu .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-usvJ3LsJJu .navbar.opened {
  transition: all .3s;
}
.cid-usvJ3LsJJu .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-usvJ3LsJJu .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-usvJ3LsJJu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usvJ3LsJJu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usvJ3LsJJu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-usvJ3LsJJu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usvJ3LsJJu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usvJ3LsJJu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-usvJ3LsJJu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usvJ3LsJJu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-usvJ3LsJJu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-usvJ3LsJJu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usvJ3LsJJu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usvJ3LsJJu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usvJ3LsJJu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usvJ3LsJJu .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: 55%;
  }
  .cid-usvJ3LsJJu .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-usvJ3LsJJu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usvJ3LsJJu .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usvJ3LsJJu .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-usvJ3LsJJu .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-usvJ3LsJJu .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-usvJ3LsJJu .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-usvJ3LsJJu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-usvJ3LsJJu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-usvJ3LsJJu .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-usvJ3LsJJu .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-usvJ3LsJJu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usvJ3LsJJu .mbr-iconfont {
  color: #cf9e1e !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-usvJ3LsJJu .navbar-caption {
  padding-right: 4rem;
}
.cid-usvJ3LsJJu .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-usvJ3LsJJu .dropdown-menu,
.cid-usvJ3LsJJu .navbar.opened {
  background: #191919 !important;
}
.cid-usvJ3LsJJu .nav-item:focus,
.cid-usvJ3LsJJu .nav-link:focus {
  outline: none;
}
.cid-usvJ3LsJJu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-usvJ3LsJJu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usvJ3LsJJu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-usvJ3LsJJu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-usvJ3LsJJu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usvJ3LsJJu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-usvJ3LsJJu .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-usvJ3LsJJu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usvJ3LsJJu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usvJ3LsJJu .dropdown-item.active,
.cid-usvJ3LsJJu .dropdown-item:active {
  background-color: transparent;
}
.cid-usvJ3LsJJu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usvJ3LsJJu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usvJ3LsJJu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usvJ3LsJJu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-usvJ3LsJJu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usvJ3LsJJu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usvJ3LsJJu ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-usvJ3LsJJu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usvJ3LsJJu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-usvJ3LsJJu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-usvJ3LsJJu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-usvJ3LsJJu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-usvJ3LsJJu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-usvJ3LsJJu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-usvJ3LsJJu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-usvJ3LsJJu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-usvJ3LsJJu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-usvJ3LsJJu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-usvJ3LsJJu .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-usvJ3LsJJu a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-usvJ3LsJJu .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-usvJ3LsJJu .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-usvJ3LsJJu .navbar {
    height: 77px;
  }
  .cid-usvJ3LsJJu .navbar.opened {
    height: auto;
  }
  .cid-usvJ3LsJJu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usvJ3LsJJu .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-usvJ3LWO2u {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/sophisticated-woman-enjoying-an-elegant-dining-exp-2024-10-21-16-45-58-utc-2000x1333.jpeg");
}
.cid-usvJ3LWO2u .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvJ3LWO2u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-usvJ3LWO2u .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-usvJ3LWO2u .container {
    padding: 0 24px;
  }
}
.cid-usvJ3LWO2u .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-usvJ3LWO2u .content-wrapper {
    padding: 0;
  }
}
.cid-usvJ3LWO2u .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-usvJ3LWO2u .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-usvJ3LWO2u .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-usvJ3LWO2u .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-usvJ3LWO2u .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-usvJ3LWO2u .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-usvJ3LWO2u .mbr-section-title {
  color: #ffffff;
}
.cid-usvJ3LWO2u .mbr-desc,
.cid-usvJ3LWO2u .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-usvJ3LWO2u .mbr-text,
.cid-usvJ3LWO2u .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-usvJ3LWO2u .mbr-section-title,
.cid-usvJ3LWO2u .mbr-section-btn {
  text-align: left;
}
.cid-usvJ3MbGn9 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #b89552;
  background: linear-gradient(180deg, #b89552, #917a33);
  background: linear-gradient(90deg, #b89552, #917a33) !important;
}
@media (max-width: 575px) {
  .cid-usvJ3MbGn9 .row {
    text-align: center!important;
  }
}
.cid-usvJ3MbGn9 .user-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-usvJ3MbGn9 .user-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 20px;
  overflow: hidden;
}
.cid-usvJ3MbGn9 .user-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cid-usvJ3MbGn9 .user-prof-wrap {
  display: flex;
  flex-direction: column;
}
.cid-usvJ3MbGn9 .user-name-text {
  color: #ffffff;
}
.cid-usvJ3MbGn9 .user-prof-text {
  color: #ffffff;
  opacity: 0.5;
}
.cid-usvJ3MbGn9 .mbr-text {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-usvJ3MbGn9 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-usvJ3MbGn9 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-usvJ3MbGn9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvJ3MbGn9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usvJ3MwsEE {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-usvJ3MwsEE .row {
  border-top: 1px solid #b89552;
  padding-top: 2rem;
}
.cid-usvJ3MwsEE .mbr-text {
  line-height: 1.5;
  color: #656565;
}
.cid-usvJ3MwsEE .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-usvJ3MwsEE .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvJ3MwsEE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usvJ3MIaEQ {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #191919;
}
.cid-usvJ3MIaEQ .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #cf9e1e, #b89552);
}
.cid-usvJ3MIaEQ .mbr-text,
.cid-usvJ3MIaEQ .mbr-section-btn {
  color: #ffffff;
}
.cid-usvJ3MIaEQ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-usvJ3MIaEQ img {
    width: 96%;
  }
}
.cid-usvJ3MIaEQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvJ3MIaEQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usvJ3NGaaB {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #191919;
}
.cid-usvJ3NGaaB .mbr-text {
  line-height: 1.5;
  color: #ffffff;
}
.cid-usvJ3NGaaB .mbr-section-title {
  text-align: left;
  color: #b89552;
}
.cid-usvJ3NGaaB .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvJ3NGaaB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usvJ3NTWR3 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #191919;
}
.cid-usvJ3NTWR3 .mbr-text {
  line-height: 1.5;
  color: #ffffff;
}
.cid-usvJ3NTWR3 .mbr-section-title {
  text-align: left;
  color: #b89552;
}
.cid-usvJ3NTWR3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvJ3NTWR3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usvJ3O5rPl {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #191919;
}
.cid-usvJ3O5rPl .mbr-text {
  line-height: 1.5;
  color: #ffffff;
}
.cid-usvJ3O5rPl .mbr-section-title {
  text-align: left;
  color: #b89552;
}
.cid-usvJ3O5rPl .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvJ3O5rPl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usvKcg9eOG {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-usvKcg9eOG .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #cf9e1e, #b89552);
}
.cid-usvKcg9eOG .mbr-text,
.cid-usvKcg9eOG .mbr-section-btn {
  color: #ffffff;
}
.cid-usvKcg9eOG .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvKcg9eOG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usvJ3OMnr8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
}
.cid-usvJ3OMnr8 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #b89552;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-usvJ3OMnr8 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-usvJ3OMnr8 .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-usvJ3OMnr8 .main-title.display-2 {
  line-height: 1.375;
}
.cid-usvJ3OMnr8 .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-usvJ3OMnr8 .mbr-text {
  color: #606060;
}
.cid-usvJ3OMnr8 .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-usvJ3OMnr8 .mbr-section-btn {
  margin-top: 24px;
}
.cid-usvJ3OMnr8 .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-usvJ3OMnr8 .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-usvJ3OMnr8 .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-usvJ3OMnr8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvJ3OMnr8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usvJ3OMnr8 .mbr-text,
.cid-usvJ3OMnr8 .mbr-section-btn {
  color: #ffffff;
}
.cid-usvJ3P3YpD {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #191919;
}
.cid-usvJ3P3YpD H1 {
  color: #000000;
}
.cid-usvJ3P3YpD .mbr-text,
.cid-usvJ3P3YpD .mbr-section-btn {
  color: #000000;
}
.cid-usvJ3P3YpD .mbr-subtitle {
  color: #000000;
}
.cid-usvJ3P3YpD .mbr-text {
  margin-top: 1.5rem;
}
.cid-usvJ3P3YpD .mbr-section-btn {
  margin-top: 2rem;
}
.cid-usvJ3P3YpD .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvJ3P3YpD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usvJ3PgkVK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-usvJ3PgkVK .mbr-text1 {
  color: #999999;
}
.cid-usvJ3PgkVK .mbr-text2 {
  color: #999999;
}
.cid-usvJ3PgkVK p {
  margin: 0;
}
