.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Lora', serif;
  font-size: 4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Lora', serif;
  font-size: 3.6rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.5rem;
}
.display-4 {
  font-family: 'Lora', serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Lora', serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Signika Negative', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((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))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #603010 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #603010 !important;
  border-color: #603010 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #8c4617 !important;
  border-color: #8c4617 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #8c4617 !important;
  border-color: #8c4617 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
  color: #767676 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #767676 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #603010;
  color: #603010;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #160b04 !important;
  background-color: transparent !important;
  border-color: #160b04 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #603010 !important;
  border-color: #603010 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f5f5f5;
  color: #f5f5f5;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #cacaca !important;
  background-color: transparent !important;
  border-color: #cacaca !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #767676 !important;
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #603010 !important;
}
.text-secondary {
  color: #f5f5f5 !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #090401 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c2c2c2 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #603010;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #000000;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #603010;
  border-color: #603010;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #603010;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cd6722;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Signika Negative', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #603010 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Signika Negative', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #603010;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #603010;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #603010;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #603010;
  border-bottom-color: #603010;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #603010 !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: #f5f5f5 !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='%23603010' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.new-font {
  font-family: 'Inter Tight', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.new-font > .mbr-iconfont {
  font-size: 0.8rem;
}
.cid-vh24A6QHTm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vh24A6QHTm .navbar-fixed-top {
  padding-top: 0;
}
.cid-vh24A6QHTm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vh24A6QHTm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-content-top {
  background: #603010;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-vh24A6QHTm .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .nav-link,
.cid-vh24A6QHTm .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-vh24A6QHTm .nav-link:hover,
.cid-vh24A6QHTm .brand-name:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .dropdown-menu {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .dropdown-item:active {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-vh24A6QHTm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vh24A6QHTm .nav-item {
  position: relative;
}
.cid-vh24A6QHTm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vh24A6QHTm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vh24A6QHTm .nav-item .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .content-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #603010;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vh24A6QHTm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vh24A6QHTm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vh24A6QHTm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh24A6QHTm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vh24A6QHTm .content-right-side {
  text-align: center;
}
.cid-vh24A6QHTm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vh24A6QHTm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vh24A6QHTm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vh24A6QHTm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vh24A6QHTm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh24A6QHTm .info-widget:first-child {
  margin-left: 0;
}
.cid-vh24A6QHTm .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vh24A6QHTm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vh24A6QHTm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-vh24A6QHTm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #603010;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-vh24A6QHTm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #603010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vh24A6QHTm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-vh24A6QHTm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-vh24A6QHTm .navbar {
    display: block;
    padding: 0;
  }
  .cid-vh24A6QHTm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vh24A6QHTm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vh24A6QHTm .navbar-toggler {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-vh24A6QHTm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vh24A6QHTm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-vh24A6QHTm .btn-sm {
  padding: 13px 29px;
}
.cid-vh24A6QHTm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vh24A6QHTm .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vh24A6QHTm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh24A6QHTm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vh24A6QHTm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vh24A6QHTm button.navbar-toggler:focus {
  outline: none;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #603010;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh24A6QHTm .collapsed .btn {
  display: flex;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .collapsed button.navbar-toggler {
  display: block;
}
.cid-vh24A6QHTm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vh24A6QHTm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vh24A6QHTm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vh24A6QHTm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .menu-content-top {
    display: flex;
  }
  .cid-vh24A6QHTm .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-vh24A6QHTm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vh24A6QHTm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vh24A6QHTm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vh24A6QHTm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vh24A6QHTm .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing,
  .cid-vh24A6QHTm .navbar-collapse.show {
    display: block !important;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #603010;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vh24A6QHTm img {
    height: 3.8rem !important;
  }
  .cid-vh24A6QHTm .btn {
    display: flex;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-vh24A6QHTm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vh24A6QHTm .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .navbar-toggler {
  position: relative;
}
.cid-vh24A6QHTm .widget-title,
.cid-vh24A6QHTm .widget-icon {
  color: #ffffff;
}
.cid-vh24A6QHTm .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vh24A6QHTm .menu-content-top,
  .cid-vh24A6QHTm .menu-bottom {
    padding: 0 15px;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    align-self: center;
  }
  .cid-vh24A6QHTm .btn {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .widget-icon {
    padding-right: 0;
  }
}
.cid-vh24A6QHTm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #603010;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #edefeb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vh24A6QHTm .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vh24A6QHTm .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-v86gMwJou7 {
  background-color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-v86gMwJou7 .carousel {
  width: 100%;
}
.cid-v86gMwJou7 .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-v86gMwJou7 .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-v86gMwJou7 img,
.cid-v86gMwJou7 .item-wrapper {
  border-radius: 0 !important;
}
.cid-v86gMwJou7 .mbr-overlay {
  z-index: 1;
}
.cid-v86gMwJou7 .carousel-caption {
  bottom: 40px;
  z-index: 1;
}
.cid-v86gMwJou7 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v86gMwJou7 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v86gMwJou7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-v86gMwJou7 .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v86gMwJou7 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v86gMwJou7 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-v86gMwJou7 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v86gMwJou7 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v86gMwJou7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v86gMwJou7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v86gMwJou7 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v86gMwJou7 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v86gMwJou7 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v86gMwJou7 .carousel-indicators li.active,
.cid-v86gMwJou7 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v86gMwJou7 .carousel-indicators li::after,
.cid-v86gMwJou7 .carousel-indicators li::before {
  content: none;
}
.cid-v86gMwJou7 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v86gMwJou7 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v86gMwJou7 .mbr-section-subtitle,
  .cid-v86gMwJou7 .mbr-section-text,
  .cid-v86gMwJou7 .mbr-section-btn {
    text-align: center;
  }
}
.cid-vejR0K9cvQ {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #fff1e2;
}
.cid-vejR0K9cvQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vejR0K9cvQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vejR0K9cvQ .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-vejR0K9cvQ .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-vejR0K9cvQ .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vejR0K9cvQ .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vejR0K9cvQ .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #f8e7d2 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-vejR0K9cvQ .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vejR0K9cvQ .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vejR0K9cvQ .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #603010;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-vejR0K9cvQ .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vejR0K9cvQ .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-vejR0K9cvQ .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-vejR0K9cvQ .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vejR0K9cvQ .mbr-section-title {
  color: #404349;
}
.cid-vejR0K9cvQ .mbr-text {
  color: #404349;
}
.cid-vejR0K9cvQ .mbr-desc {
  color: #b19a7c;
}
.cid-vejR0K9cvQ .mbr-section-title,
.cid-vejR0K9cvQ .mbr-section-btn {
  color: #603010;
}
.cid-v85xdGFUUG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-v85xdGFUUG img,
.cid-v85xdGFUUG .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-v85xdGFUUG .item:focus,
.cid-v85xdGFUUG span:focus {
  outline: none;
}
.cid-v85xdGFUUG .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v85xdGFUUG .item {
    margin-bottom: 1rem;
  }
}
.cid-v85xdGFUUG .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v85xdGFUUG .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v85xdGFUUG .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-v85xdGFUUG .item-wrapper {
  position: relative;
  background: #603010;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v85xdGFUUG .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v85xdGFUUG .mbr-section-title {
  color: #603010;
}
.cid-v85xdGFUUG .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-v85xdGFUUG .item-subtitle {
  text-align: left;
}
.cid-v85xdGFUUG .mbr-text,
.cid-v85xdGFUUG .item .mbr-section-btn {
  text-align: left;
}
.cid-v85xdGFUUG .content-head {
  max-width: 800px;
}
.cid-v86isrs6A7 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #f5f5f5;
}
.cid-v86isrs6A7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v86isrs6A7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v86isrs6A7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v86isrs6A7 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v86isrs6A7 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v86isrs6A7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v86isrs6A7 .mbr-section-title {
  color: #603010;
  text-align: left;
}
.cid-v86isrs6A7 .mbr-text,
.cid-v86isrs6A7 .mbr-section-btn {
  color: #19303d;
  text-align: justify;
}
.cid-vdhuW20KdQ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vdhuW20KdQ .item-img {
  position: relative;
}
.cid-vdhuW20KdQ .item-img img {
  transition: all 0.2s;
}
.cid-vdhuW20KdQ h5 {
  line-height: 1.2;
}
.cid-vdhuW20KdQ .item {
  transition: transform 0.3s;
}
.cid-vdhuW20KdQ .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-vdhuW20KdQ .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-vdhuW20KdQ .item:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-vdhuW20KdQ .item {
    margin-bottom: 2rem;
  }
}
.cid-vdhuW20KdQ .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #603010;
}
@media (max-width: 992px) {
  .cid-vdhuW20KdQ .subtitle-wrap,
  .cid-vdhuW20KdQ .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-vdhuW20KdQ .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-vdhuW20KdQ .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vdhuW20KdQ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vdhuW20KdQ .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-vdhuW20KdQ .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-vdhuW20KdQ .link-icon-wrapper .icon-wrap {
  background: #603010;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-vdhuW20KdQ .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-vdhuW20KdQ .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-vdhuW20KdQ .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-vdhuW20KdQ .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-vdhuW20KdQ .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-vdhuW20KdQ .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vdhuW20KdQ .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-vdhuW20KdQ img,
.cid-vdhuW20KdQ .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vdhuW20KdQ .item:focus,
.cid-vdhuW20KdQ span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-vdhuW20KdQ .item {
    margin-bottom: 1rem;
  }
}
.cid-vdhuW20KdQ .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vdhuW20KdQ .item {
  padding: 0;
  margin: 0;
}
.cid-vdhuW20KdQ .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-vdhuW20KdQ .item-title {
  text-align: left;
  color: #603010;
}
.cid-vdhuW20KdQ .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-vdhuW20KdQ .mbr-text,
.cid-vdhuW20KdQ .item .mbr-section-btn {
  color: #000000;
}
.cid-vdhuW20KdQ .mbr-section-subtitle,
.cid-vdhuW20KdQ .subtitle-wrap,
.cid-vdhuW20KdQ .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-veeK2322jb {
  align-items: flex-end;
  background-image: url("../../../assets/images/mbr-1920x1050.jpg");
}
.cid-veeK2322jb .mbr-fallback-image.disabled {
  display: none;
}
.cid-veeK2322jb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veeK2322jb .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-veeK2322jb .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-veeK2322jb .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-veeK2322jb .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-veeK2322jb .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-veeK2322jb .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-veeK2322jb .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-veeK2322jb .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-veeK2322jb .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-veeK2322jb .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-veeK2322jb .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #edefeb;
}
.cid-veeK2322jb .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-veeK2322jb .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-veeK2322jb .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-veeK2322jb .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-veeK2322jb .btn-wrapper {
  margin-top: -10%;
}
.cid-veeK2322jb .mbr-section-title {
  color: #f4f4f4;
}
.cid-veeK2322jb .mbr-text {
  color: #f4f4f4;
}
.cid-veeK2322jb .item-title {
  color: #58595b;
}
.cid-veeK2322jb .item-title,
.cid-veeK2322jb .items-wrapper {
  color: #603010;
}
.cid-vdhv3uxpBW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #f4efe8;
}
.cid-vdhv3uxpBW .row {
  position: relative;
}
.cid-vdhv3uxpBW .row .blur-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 600px;
  height: 600px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #603010 50%, #603010);
  filter: blur(64px) blur(64px);
}
@media (max-width: 768px) {
  .cid-vdhv3uxpBW .row .blur-circle {
    display: none;
  }
}
.cid-vdhv3uxpBW .row {
  justify-content: center;
}
.cid-vdhv3uxpBW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdhv3uxpBW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdhv3uxpBW .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-vdhv3uxpBW .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-vdhv3uxpBW .row {
    padding: 0 24px;
  }
}
.cid-vdhv3uxpBW .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .cid-vdhv3uxpBW .title-wrapper {
    margin-bottom: 112px;
  }
}
@media (max-width: 768px) {
  .cid-vdhv3uxpBW .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vdhv3uxpBW .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdhv3uxpBW .item:hover .item-wrapper .item-text span {
  height: 100%;
  opacity: 1;
  transition: all .2s ease;
}
.cid-vdhv3uxpBW .item {
  margin-bottom: 48px;
  z-index: 1;
}
.cid-vdhv3uxpBW .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 385px;
  overflow: visible;
  margin: 0 8px;
}
@media (max-width: 1200px) {
  .cid-vdhv3uxpBW .item .item-wrapper {
    margin: 0;
  }
}
.cid-vdhv3uxpBW .item .item-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.cid-vdhv3uxpBW .item .item-wrapper .item-sticker {
  position: absolute;
  top: -5rem;
  right: -3rem;
  width: 105px;
  height: 105px;
  border-radius: 100%;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: rotate(-20deg);
  z-index: 11;
}
@media (max-width: 768px) {
  .cid-vdhv3uxpBW .item .item-wrapper .item-sticker {
    display: none;
  }
}
.cid-vdhv3uxpBW .item .item-wrapper .item-sticker .mbr-text {
  margin-bottom: 0;
}
.cid-vdhv3uxpBW .item .item-wrapper .item-text {
  background-image: linear-gradient(0deg, #603010, transparent);
  z-index: 1;
  padding: 32px;
  border-radius: 16px;
}
.cid-vdhv3uxpBW .item .item-wrapper .item-text span {
  font-size: 32px;
  margin-bottom: 0;
  height: 0;
  opacity: 0;
  transition: all .2s ease;
}
.cid-vdhv3uxpBW .item .item-wrapper .item-text .mbr-card-title {
  margin: 16px 0 0 0;
}
@media (max-width: 768px) {
  .cid-vdhv3uxpBW .item .item-wrapper .item-text .mbr-card-title {
    margin: 12px 0 0 0;
  }
}
.cid-vdhv3uxpBW .item .item-wrapper .item-text .mbr-card-text {
  margin: 12px 0 0 0;
}
@media (max-width: 768px) {
  .cid-vdhv3uxpBW .item .item-wrapper .item-text .mbr-card-text {
    margin: 10px 0 0 0;
  }
}
.cid-vdhv3uxpBW .mbr-section-title {
  color: #000000;
}
.cid-vdhv3uxpBW .mbr-text {
  color: #603010;
  text-align: center;
}
.cid-vdhv3uxpBW .mbr-card-title,
.cid-vdhv3uxpBW .mbr-iconfont {
  color: #FFFFFF;
  text-align: left;
}
.cid-vdhv3uxpBW .mbr-card-text {
  color: #FFFFFF;
}
.cid-v86p4cMzkB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #603010;
}
.cid-v86p4cMzkB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v86p4cMzkB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v86p4cMzkB .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v86p4cMzkB .footer-col {
    flex-direction: column;
  }
}
.cid-v86p4cMzkB .row {
  background: #603010;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v86p4cMzkB .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v86p4cMzkB .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v86p4cMzkB .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v86p4cMzkB .mbr-section-btn {
    text-align: center;
  }
}
.cid-v86p4cMzkB .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v86p4cMzkB .soc-item {
  margin: 8px;
}
.cid-v86p4cMzkB .soc-item a:hover .mbr-iconfont,
.cid-v86p4cMzkB .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v86p4cMzkB .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v86p4cMzkB .row {
    text-align: center;
  }
  .cid-v86p4cMzkB .social-row {
    justify-content: center;
  }
}
.cid-v86p4cMzkB .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v86p4cMzkB .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v86p4cMzkB .list {
    margin-bottom: 0rem;
  }
}
.cid-v86p4cMzkB .mbr-text {
  color: #bbbbbb;
}
.cid-v86p4cMzkB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v86p4cMzkB .list,
.cid-v86p4cMzkB .item-wrap {
  color: #ffffff;
}
.cid-v86p4cMzkB .copyright {
  color: #ffffff;
}
.cid-v8NZDxoHzN {
  align-items: flex-end;
  background-image: url("../../../assets/images/img-20260102-wa0027-2000x2000.jpg");
}
.cid-v8NZDxoHzN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8NZDxoHzN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8NZDxoHzN .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8NZDxoHzN .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-v8NZDxoHzN .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v8NZDxoHzN .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v8NZDxoHzN .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v8NZDxoHzN .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8NZDxoHzN .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8NZDxoHzN .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-v8NZDxoHzN .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-v8NZDxoHzN .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-v8NZDxoHzN .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #edefeb;
}
.cid-v8NZDxoHzN .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-v8NZDxoHzN .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-v8NZDxoHzN .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-v8NZDxoHzN .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v8NZDxoHzN .btn-wrapper {
  margin-top: -10%;
}
.cid-v8NZDxoHzN .mbr-section-title {
  color: #f4f4f4;
}
.cid-v8NZDxoHzN .mbr-text {
  color: #f4f4f4;
}
.cid-v8NZDxoHzN .item-title {
  color: #58595b;
}
.cid-v8NZDxoHzN .item-title,
.cid-v8NZDxoHzN .items-wrapper {
  color: #603010;
}
.cid-v8xAFxeLys {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-v8xAFxeLys .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8xAFxeLys .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v8xAFxeLys .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8xAFxeLys .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v8xAFxeLys .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8xAFxeLys .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v8xAFxeLys .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v8xAFxeLys .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v8xAFxeLys .card-title,
.cid-v8xAFxeLys .iconfont-wrapper {
  color: #000000;
}
.cid-v8xAFxeLys .card-text {
  color: #000000;
}
.cid-v8xAFxeLys .content-head {
  max-width: 800px;
}
.cid-v8xAFxeLys .mbr-section-title {
  color: #603010;
}
.cid-v8xAFxeLys .mbr-section-subtitle {
  text-align: center;
}
.cid-v8xAFxeLys .card-title,
.cid-v8xAFxeLys .img-wrapper {
  color: #603010;
}
.cid-v8O0tD1cmf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/zanzibar02-540x312.jpg");
}
.cid-v8O0tD1cmf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8O0tD1cmf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8O0tD1cmf .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8O0tD1cmf .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v8O0tD1cmf .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v8O0tD1cmf .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v8O0tD1cmf .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v8O0tD1cmf .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffc091;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #603010;
  height: 80px;
  border-radius: 50%;
}
.cid-v8O0tD1cmf .mbr-section-title {
  color: #ffffff;
}
.cid-v8O0tD1cmf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8O0tD1cmf .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v8O0tD1cmf .card-box .item-footer {
  margin-top: auto;
}
.cid-v8O0tD1cmf .content-head {
  max-width: 800px;
}
.cid-v8O0tD1cmf .card-title,
.cid-v8O0tD1cmf .iconfont-wrapper {
  color: #603010;
}
.cid-vdhkNMHt0t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-vdhkNMHt0t .mbr-section-title {
  margin-bottom: 58px;
  color: #000000;
  text-align: center;
}
.cid-vdhkNMHt0t .mbr-form-container {
  width: 100%;
  margin-top: 12px;
}
.cid-vdhkNMHt0t .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 25px;
}
.cid-vdhkNMHt0t .form-message-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding: 0;
}
.cid-vdhkNMHt0t form .row {
  margin: 0;
  border: none !important;
}
.cid-vdhkNMHt0t form .form-group {
  flex-grow: 1;
}
.cid-vdhkNMHt0t form .form-group input,
.cid-vdhkNMHt0t form .form-group textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.24);
  border: 1px solid #3d626c !important;
}
.cid-vdhkNMHt0t form .form-group input:hover,
.cid-vdhkNMHt0t form .form-group textarea:hover,
.cid-vdhkNMHt0t form .form-group input :focus,
.cid-vdhkNMHt0t form .form-group textarea :focus,
.cid-vdhkNMHt0t form .form-group input :active,
.cid-vdhkNMHt0t form .form-group textarea :active {
  box-shadow: none !important;
}
.cid-vdhkNMHt0t .form-group input {
  height: 59px;
  padding: 7px 20px !important;
  color: #012b3a;
  font-size: 18px !important;
}
.cid-vdhkNMHt0t .form-group textarea {
  padding: 7px 20px !important;
  height: 95px;
  font-size: 18px !important;
}
.cid-vdhkNMHt0t .form-group {
  margin-bottom: 11px !important;
}
.cid-vdhkNMHt0t .form-group input:focus {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdhkNMHt0t .form-group textarea:focus {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdhkNMHt0t .form-group input:hover {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdhkNMHt0t .form-group textarea:hover {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdhkNMHt0t .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
  margin: 5px;
}
.cid-vdhkNMHt0t a {
  font-weight: 400;
  letter-spacing: 5.4px;
  display: inline-block;
  width: auto;
}
.cid-vdhkNMHt0t .mbr-section-btn {
  margin-top: 11px;
  text-align: center;
}
.cid-vdhkNMHt0t .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #603010;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-vdhkNMHt0t textarea::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdhkNMHt0t input::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdhkNMHt0t .container {
  max-width: 1140px;
}
.cid-vdhkNMHt0t label {
  color: #6c757d;
  font-size: 18px;
  font-family: 'Outfit';
}
.cid-vdhkNMHt0t .form-check .form-check-input {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-vdhkNMHt0t .form-check .form-check-input:focus {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-v8xAFyc6AO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #603010;
}
.cid-v8xAFyc6AO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8xAFyc6AO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8xAFyc6AO .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v8xAFyc6AO .footer-col {
    flex-direction: column;
  }
}
.cid-v8xAFyc6AO .row {
  background: #603010;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v8xAFyc6AO .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v8xAFyc6AO .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v8xAFyc6AO .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v8xAFyc6AO .mbr-section-btn {
    text-align: center;
  }
}
.cid-v8xAFyc6AO .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v8xAFyc6AO .soc-item {
  margin: 8px;
}
.cid-v8xAFyc6AO .soc-item a:hover .mbr-iconfont,
.cid-v8xAFyc6AO .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v8xAFyc6AO .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v8xAFyc6AO .row {
    text-align: center;
  }
  .cid-v8xAFyc6AO .social-row {
    justify-content: center;
  }
}
.cid-v8xAFyc6AO .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v8xAFyc6AO .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8xAFyc6AO .list {
    margin-bottom: 0rem;
  }
}
.cid-v8xAFyc6AO .mbr-text {
  color: #bbbbbb;
}
.cid-v8xAFyc6AO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8xAFyc6AO .list,
.cid-v8xAFyc6AO .item-wrap {
  color: #ffffff;
}
.cid-v8xAFyc6AO .copyright {
  color: #ffffff;
}
.cid-vh24A6QHTm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vh24A6QHTm .navbar-fixed-top {
  padding-top: 0;
}
.cid-vh24A6QHTm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vh24A6QHTm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-content-top {
  background: #603010;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-vh24A6QHTm .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .nav-link,
.cid-vh24A6QHTm .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-vh24A6QHTm .nav-link:hover,
.cid-vh24A6QHTm .brand-name:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .dropdown-menu {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .dropdown-item:active {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-vh24A6QHTm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vh24A6QHTm .nav-item {
  position: relative;
}
.cid-vh24A6QHTm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vh24A6QHTm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vh24A6QHTm .nav-item .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .content-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #603010;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vh24A6QHTm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vh24A6QHTm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vh24A6QHTm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh24A6QHTm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vh24A6QHTm .content-right-side {
  text-align: center;
}
.cid-vh24A6QHTm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vh24A6QHTm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vh24A6QHTm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vh24A6QHTm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vh24A6QHTm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh24A6QHTm .info-widget:first-child {
  margin-left: 0;
}
.cid-vh24A6QHTm .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vh24A6QHTm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vh24A6QHTm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-vh24A6QHTm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #603010;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-vh24A6QHTm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #603010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vh24A6QHTm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-vh24A6QHTm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-vh24A6QHTm .navbar {
    display: block;
    padding: 0;
  }
  .cid-vh24A6QHTm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vh24A6QHTm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vh24A6QHTm .navbar-toggler {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-vh24A6QHTm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vh24A6QHTm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-vh24A6QHTm .btn-sm {
  padding: 13px 29px;
}
.cid-vh24A6QHTm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vh24A6QHTm .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vh24A6QHTm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh24A6QHTm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vh24A6QHTm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vh24A6QHTm button.navbar-toggler:focus {
  outline: none;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #603010;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh24A6QHTm .collapsed .btn {
  display: flex;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .collapsed button.navbar-toggler {
  display: block;
}
.cid-vh24A6QHTm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vh24A6QHTm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vh24A6QHTm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vh24A6QHTm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .menu-content-top {
    display: flex;
  }
  .cid-vh24A6QHTm .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-vh24A6QHTm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vh24A6QHTm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vh24A6QHTm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vh24A6QHTm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vh24A6QHTm .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing,
  .cid-vh24A6QHTm .navbar-collapse.show {
    display: block !important;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #603010;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vh24A6QHTm img {
    height: 3.8rem !important;
  }
  .cid-vh24A6QHTm .btn {
    display: flex;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-vh24A6QHTm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vh24A6QHTm .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .navbar-toggler {
  position: relative;
}
.cid-vh24A6QHTm .widget-title,
.cid-vh24A6QHTm .widget-icon {
  color: #ffffff;
}
.cid-vh24A6QHTm .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vh24A6QHTm .menu-content-top,
  .cid-vh24A6QHTm .menu-bottom {
    padding: 0 15px;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    align-self: center;
  }
  .cid-vh24A6QHTm .btn {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .widget-icon {
    padding-right: 0;
  }
}
.cid-vh24A6QHTm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #603010;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #edefeb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vh24A6QHTm .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vh24A6QHTm .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-v8VgaoKgiD {
  align-items: flex-end;
  background-image: url("../../../assets/images/dsc-2147-2000x911.jpg");
}
.cid-v8VgaoKgiD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8VgaoKgiD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8VgaoKgiD .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8VgaoKgiD .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-v8VgaoKgiD .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v8VgaoKgiD .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v8VgaoKgiD .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v8VgaoKgiD .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8VgaoKgiD .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8VgaoKgiD .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-v8VgaoKgiD .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-v8VgaoKgiD .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-v8VgaoKgiD .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #edefeb;
}
.cid-v8VgaoKgiD .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-v8VgaoKgiD .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-v8VgaoKgiD .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-v8VgaoKgiD .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v8VgaoKgiD .btn-wrapper {
  margin-top: -10%;
}
.cid-v8VgaoKgiD .mbr-section-title {
  color: #f4f4f4;
}
.cid-v8VgaoKgiD .mbr-text {
  color: #f4f4f4;
}
.cid-v8VgaoKgiD .item-title {
  color: #58595b;
}
.cid-v8VgaoKgiD .item-title,
.cid-v8VgaoKgiD .items-wrapper {
  color: #603010;
}
.cid-v8VgaoZJvW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-v8VgaoZJvW img,
.cid-v8VgaoZJvW .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-v8VgaoZJvW .item:focus,
.cid-v8VgaoZJvW span:focus {
  outline: none;
}
.cid-v8VgaoZJvW .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8VgaoZJvW .item {
    margin-bottom: 1rem;
  }
}
.cid-v8VgaoZJvW .item-wrapper {
  position: relative;
  background: #603010;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v8VgaoZJvW .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v8VgaoZJvW .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v8VgaoZJvW .item-wrapper .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-v8VgaoZJvW .item-wrapper .item-footer {
  padding-bottom: 2rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v8VgaoZJvW .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-v8VgaoZJvW .item-wrapper .item-footer {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v8VgaoZJvW .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-v8VgaoZJvW .item-wrapper .item-footer {
    padding-bottom: 1.25rem;
  }
}
.cid-v8VgaoZJvW .mbr-section-title {
  color: #232323;
}
.cid-v8VgaoZJvW .mbr-text,
.cid-v8VgaoZJvW .mbr-section-btn {
  text-align: center;
}
.cid-v8VgaoZJvW .item-title {
  text-align: left;
  color: #f5f5f5;
}
.cid-v8VgaoZJvW .content-head {
  max-width: 800px;
}
.cid-v8VgaoZJvW .mbr-text,
.cid-v8VgaoZJvW .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v8VgapjhFQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #603010;
}
.cid-v8VgapjhFQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8VgapjhFQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8VgapjhFQ .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v8VgapjhFQ .footer-col {
    flex-direction: column;
  }
}
.cid-v8VgapjhFQ .row {
  background: #603010;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v8VgapjhFQ .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v8VgapjhFQ .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v8VgapjhFQ .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v8VgapjhFQ .mbr-section-btn {
    text-align: center;
  }
}
.cid-v8VgapjhFQ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v8VgapjhFQ .soc-item {
  margin: 8px;
}
.cid-v8VgapjhFQ .soc-item a:hover .mbr-iconfont,
.cid-v8VgapjhFQ .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v8VgapjhFQ .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v8VgapjhFQ .row {
    text-align: center;
  }
  .cid-v8VgapjhFQ .social-row {
    justify-content: center;
  }
}
.cid-v8VgapjhFQ .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v8VgapjhFQ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8VgapjhFQ .list {
    margin-bottom: 0rem;
  }
}
.cid-v8VgapjhFQ .mbr-text {
  color: #bbbbbb;
}
.cid-v8VgapjhFQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8VgapjhFQ .list,
.cid-v8VgapjhFQ .item-wrap {
  color: #ffffff;
}
.cid-v8VgapjhFQ .copyright {
  color: #ffffff;
}
.cid-vh24A6QHTm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vh24A6QHTm .navbar-fixed-top {
  padding-top: 0;
}
.cid-vh24A6QHTm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vh24A6QHTm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-content-top {
  background: #603010;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-vh24A6QHTm .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .nav-link,
.cid-vh24A6QHTm .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-vh24A6QHTm .nav-link:hover,
.cid-vh24A6QHTm .brand-name:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .dropdown-menu {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .dropdown-item:active {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-vh24A6QHTm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vh24A6QHTm .nav-item {
  position: relative;
}
.cid-vh24A6QHTm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vh24A6QHTm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vh24A6QHTm .nav-item .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .content-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #603010;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vh24A6QHTm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vh24A6QHTm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vh24A6QHTm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh24A6QHTm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vh24A6QHTm .content-right-side {
  text-align: center;
}
.cid-vh24A6QHTm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vh24A6QHTm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vh24A6QHTm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vh24A6QHTm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vh24A6QHTm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh24A6QHTm .info-widget:first-child {
  margin-left: 0;
}
.cid-vh24A6QHTm .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vh24A6QHTm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vh24A6QHTm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-vh24A6QHTm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #603010;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-vh24A6QHTm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #603010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vh24A6QHTm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-vh24A6QHTm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-vh24A6QHTm .navbar {
    display: block;
    padding: 0;
  }
  .cid-vh24A6QHTm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vh24A6QHTm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vh24A6QHTm .navbar-toggler {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-vh24A6QHTm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vh24A6QHTm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-vh24A6QHTm .btn-sm {
  padding: 13px 29px;
}
.cid-vh24A6QHTm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vh24A6QHTm .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vh24A6QHTm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh24A6QHTm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vh24A6QHTm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vh24A6QHTm button.navbar-toggler:focus {
  outline: none;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #603010;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh24A6QHTm .collapsed .btn {
  display: flex;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .collapsed button.navbar-toggler {
  display: block;
}
.cid-vh24A6QHTm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vh24A6QHTm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vh24A6QHTm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vh24A6QHTm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .menu-content-top {
    display: flex;
  }
  .cid-vh24A6QHTm .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-vh24A6QHTm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vh24A6QHTm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vh24A6QHTm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vh24A6QHTm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vh24A6QHTm .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing,
  .cid-vh24A6QHTm .navbar-collapse.show {
    display: block !important;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #603010;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vh24A6QHTm img {
    height: 3.8rem !important;
  }
  .cid-vh24A6QHTm .btn {
    display: flex;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-vh24A6QHTm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vh24A6QHTm .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .navbar-toggler {
  position: relative;
}
.cid-vh24A6QHTm .widget-title,
.cid-vh24A6QHTm .widget-icon {
  color: #ffffff;
}
.cid-vh24A6QHTm .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vh24A6QHTm .menu-content-top,
  .cid-vh24A6QHTm .menu-bottom {
    padding: 0 15px;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    align-self: center;
  }
  .cid-vh24A6QHTm .btn {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .widget-icon {
    padding-right: 0;
  }
}
.cid-vh24A6QHTm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #603010;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #edefeb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vh24A6QHTm .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vh24A6QHTm .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-v8VJwjhPlH {
  align-items: flex-end;
  background-image: url("../../../assets/images/mbr-6-1920x1280.jpg");
}
.cid-v8VJwjhPlH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8VJwjhPlH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8VJwjhPlH .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8VJwjhPlH .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-v8VJwjhPlH .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v8VJwjhPlH .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v8VJwjhPlH .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v8VJwjhPlH .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8VJwjhPlH .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8VJwjhPlH .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-v8VJwjhPlH .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-v8VJwjhPlH .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-v8VJwjhPlH .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #edefeb;
}
.cid-v8VJwjhPlH .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-v8VJwjhPlH .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-v8VJwjhPlH .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-v8VJwjhPlH .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v8VJwjhPlH .btn-wrapper {
  margin-top: -10%;
}
.cid-v8VJwjhPlH .mbr-section-title {
  color: #f4f4f4;
}
.cid-v8VJwjhPlH .mbr-text {
  color: #f4f4f4;
}
.cid-v8VJwjhPlH .item-title {
  color: #58595b;
}
.cid-v8VJwjhPlH .item-title,
.cid-v8VJwjhPlH .items-wrapper {
  color: #603010;
}
.cid-v8VJwjyVCq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-v8VJwjyVCq img,
.cid-v8VJwjyVCq .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-v8VJwjyVCq .item:focus,
.cid-v8VJwjyVCq span:focus {
  outline: none;
}
.cid-v8VJwjyVCq .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8VJwjyVCq .item {
    margin-bottom: 1rem;
  }
}
.cid-v8VJwjyVCq .item-wrapper {
  position: relative;
  background: #603010;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v8VJwjyVCq .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v8VJwjyVCq .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v8VJwjyVCq .item-wrapper .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-v8VJwjyVCq .item-wrapper .item-footer {
  padding-bottom: 2rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v8VJwjyVCq .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-v8VJwjyVCq .item-wrapper .item-footer {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v8VJwjyVCq .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-v8VJwjyVCq .item-wrapper .item-footer {
    padding-bottom: 1.25rem;
  }
}
.cid-v8VJwjyVCq .mbr-section-title {
  color: #232323;
}
.cid-v8VJwjyVCq .mbr-text,
.cid-v8VJwjyVCq .mbr-section-btn {
  text-align: center;
}
.cid-v8VJwjyVCq .item-title {
  text-align: left;
  color: #f5f5f5;
}
.cid-v8VJwjyVCq .content-head {
  max-width: 800px;
}
.cid-v8VJwjyVCq .mbr-text,
.cid-v8VJwjyVCq .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v8VJwjTyl8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #603010;
}
.cid-v8VJwjTyl8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8VJwjTyl8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8VJwjTyl8 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v8VJwjTyl8 .footer-col {
    flex-direction: column;
  }
}
.cid-v8VJwjTyl8 .row {
  background: #603010;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v8VJwjTyl8 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v8VJwjTyl8 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v8VJwjTyl8 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v8VJwjTyl8 .mbr-section-btn {
    text-align: center;
  }
}
.cid-v8VJwjTyl8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v8VJwjTyl8 .soc-item {
  margin: 8px;
}
.cid-v8VJwjTyl8 .soc-item a:hover .mbr-iconfont,
.cid-v8VJwjTyl8 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v8VJwjTyl8 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v8VJwjTyl8 .row {
    text-align: center;
  }
  .cid-v8VJwjTyl8 .social-row {
    justify-content: center;
  }
}
.cid-v8VJwjTyl8 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v8VJwjTyl8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8VJwjTyl8 .list {
    margin-bottom: 0rem;
  }
}
.cid-v8VJwjTyl8 .mbr-text {
  color: #bbbbbb;
}
.cid-v8VJwjTyl8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8VJwjTyl8 .list,
.cid-v8VJwjTyl8 .item-wrap {
  color: #ffffff;
}
.cid-v8VJwjTyl8 .copyright {
  color: #ffffff;
}
.cid-vh24A6QHTm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vh24A6QHTm .navbar-fixed-top {
  padding-top: 0;
}
.cid-vh24A6QHTm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vh24A6QHTm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-content-top {
  background: #603010;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-vh24A6QHTm .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .nav-link,
.cid-vh24A6QHTm .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-vh24A6QHTm .nav-link:hover,
.cid-vh24A6QHTm .brand-name:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .dropdown-menu {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .dropdown-item:active {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-vh24A6QHTm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vh24A6QHTm .nav-item {
  position: relative;
}
.cid-vh24A6QHTm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vh24A6QHTm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vh24A6QHTm .nav-item .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .content-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #603010;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vh24A6QHTm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vh24A6QHTm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vh24A6QHTm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh24A6QHTm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vh24A6QHTm .content-right-side {
  text-align: center;
}
.cid-vh24A6QHTm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vh24A6QHTm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vh24A6QHTm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vh24A6QHTm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vh24A6QHTm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh24A6QHTm .info-widget:first-child {
  margin-left: 0;
}
.cid-vh24A6QHTm .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vh24A6QHTm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vh24A6QHTm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-vh24A6QHTm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #603010;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-vh24A6QHTm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #603010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vh24A6QHTm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-vh24A6QHTm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-vh24A6QHTm .navbar {
    display: block;
    padding: 0;
  }
  .cid-vh24A6QHTm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vh24A6QHTm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vh24A6QHTm .navbar-toggler {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-vh24A6QHTm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vh24A6QHTm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-vh24A6QHTm .btn-sm {
  padding: 13px 29px;
}
.cid-vh24A6QHTm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vh24A6QHTm .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vh24A6QHTm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh24A6QHTm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vh24A6QHTm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vh24A6QHTm button.navbar-toggler:focus {
  outline: none;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #603010;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh24A6QHTm .collapsed .btn {
  display: flex;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .collapsed button.navbar-toggler {
  display: block;
}
.cid-vh24A6QHTm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vh24A6QHTm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vh24A6QHTm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vh24A6QHTm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .menu-content-top {
    display: flex;
  }
  .cid-vh24A6QHTm .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-vh24A6QHTm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vh24A6QHTm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vh24A6QHTm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vh24A6QHTm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vh24A6QHTm .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing,
  .cid-vh24A6QHTm .navbar-collapse.show {
    display: block !important;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #603010;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vh24A6QHTm img {
    height: 3.8rem !important;
  }
  .cid-vh24A6QHTm .btn {
    display: flex;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-vh24A6QHTm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vh24A6QHTm .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .navbar-toggler {
  position: relative;
}
.cid-vh24A6QHTm .widget-title,
.cid-vh24A6QHTm .widget-icon {
  color: #ffffff;
}
.cid-vh24A6QHTm .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vh24A6QHTm .menu-content-top,
  .cid-vh24A6QHTm .menu-bottom {
    padding: 0 15px;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    align-self: center;
  }
  .cid-vh24A6QHTm .btn {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .widget-icon {
    padding-right: 0;
  }
}
.cid-vh24A6QHTm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #603010;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #edefeb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vh24A6QHTm .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vh24A6QHTm .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-v8VHoN1PNZ {
  align-items: flex-end;
  background-image: url("../../../assets/images/mbr-5-1920x1280.jpg");
}
.cid-v8VHoN1PNZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8VHoN1PNZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8VHoN1PNZ .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8VHoN1PNZ .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-v8VHoN1PNZ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v8VHoN1PNZ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v8VHoN1PNZ .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v8VHoN1PNZ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8VHoN1PNZ .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8VHoN1PNZ .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-v8VHoN1PNZ .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-v8VHoN1PNZ .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-v8VHoN1PNZ .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #edefeb;
}
.cid-v8VHoN1PNZ .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-v8VHoN1PNZ .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-v8VHoN1PNZ .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-v8VHoN1PNZ .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v8VHoN1PNZ .btn-wrapper {
  margin-top: -10%;
}
.cid-v8VHoN1PNZ .mbr-section-title {
  color: #f4f4f4;
}
.cid-v8VHoN1PNZ .mbr-text {
  color: #f4f4f4;
}
.cid-v8VHoN1PNZ .item-title {
  color: #58595b;
}
.cid-v8VHoN1PNZ .item-title,
.cid-v8VHoN1PNZ .items-wrapper {
  color: #603010;
}
.cid-v8VHoNogEg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-v8VHoNogEg img,
.cid-v8VHoNogEg .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-v8VHoNogEg .item:focus,
.cid-v8VHoNogEg span:focus {
  outline: none;
}
.cid-v8VHoNogEg .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8VHoNogEg .item {
    margin-bottom: 1rem;
  }
}
.cid-v8VHoNogEg .item-wrapper {
  position: relative;
  background: #603010;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v8VHoNogEg .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v8VHoNogEg .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v8VHoNogEg .item-wrapper .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-v8VHoNogEg .item-wrapper .item-footer {
  padding-bottom: 2rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v8VHoNogEg .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-v8VHoNogEg .item-wrapper .item-footer {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v8VHoNogEg .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-v8VHoNogEg .item-wrapper .item-footer {
    padding-bottom: 1.25rem;
  }
}
.cid-v8VHoNogEg .mbr-section-title {
  color: #232323;
}
.cid-v8VHoNogEg .mbr-text,
.cid-v8VHoNogEg .mbr-section-btn {
  text-align: center;
}
.cid-v8VHoNogEg .item-title {
  text-align: left;
  color: #f5f5f5;
}
.cid-v8VHoNogEg .content-head {
  max-width: 800px;
}
.cid-v8VHoNogEg .mbr-text,
.cid-v8VHoNogEg .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v8VHoNHwJZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #603010;
}
.cid-v8VHoNHwJZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8VHoNHwJZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8VHoNHwJZ .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v8VHoNHwJZ .footer-col {
    flex-direction: column;
  }
}
.cid-v8VHoNHwJZ .row {
  background: #603010;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v8VHoNHwJZ .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v8VHoNHwJZ .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v8VHoNHwJZ .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v8VHoNHwJZ .mbr-section-btn {
    text-align: center;
  }
}
.cid-v8VHoNHwJZ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v8VHoNHwJZ .soc-item {
  margin: 8px;
}
.cid-v8VHoNHwJZ .soc-item a:hover .mbr-iconfont,
.cid-v8VHoNHwJZ .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v8VHoNHwJZ .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v8VHoNHwJZ .row {
    text-align: center;
  }
  .cid-v8VHoNHwJZ .social-row {
    justify-content: center;
  }
}
.cid-v8VHoNHwJZ .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v8VHoNHwJZ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8VHoNHwJZ .list {
    margin-bottom: 0rem;
  }
}
.cid-v8VHoNHwJZ .mbr-text {
  color: #bbbbbb;
}
.cid-v8VHoNHwJZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8VHoNHwJZ .list,
.cid-v8VHoNHwJZ .item-wrap {
  color: #ffffff;
}
.cid-v8VHoNHwJZ .copyright {
  color: #ffffff;
}
.cid-vh24A6QHTm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vh24A6QHTm .navbar-fixed-top {
  padding-top: 0;
}
.cid-vh24A6QHTm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vh24A6QHTm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-content-top {
  background: #603010;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-vh24A6QHTm .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .nav-link,
.cid-vh24A6QHTm .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-vh24A6QHTm .nav-link:hover,
.cid-vh24A6QHTm .brand-name:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .dropdown-menu {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .dropdown-item:active {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-vh24A6QHTm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vh24A6QHTm .nav-item {
  position: relative;
}
.cid-vh24A6QHTm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vh24A6QHTm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vh24A6QHTm .nav-item .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .content-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #603010;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vh24A6QHTm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vh24A6QHTm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vh24A6QHTm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh24A6QHTm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vh24A6QHTm .content-right-side {
  text-align: center;
}
.cid-vh24A6QHTm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vh24A6QHTm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vh24A6QHTm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vh24A6QHTm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vh24A6QHTm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh24A6QHTm .info-widget:first-child {
  margin-left: 0;
}
.cid-vh24A6QHTm .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vh24A6QHTm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vh24A6QHTm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-vh24A6QHTm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #603010;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-vh24A6QHTm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #603010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vh24A6QHTm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-vh24A6QHTm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-vh24A6QHTm .navbar {
    display: block;
    padding: 0;
  }
  .cid-vh24A6QHTm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vh24A6QHTm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vh24A6QHTm .navbar-toggler {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-vh24A6QHTm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vh24A6QHTm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-vh24A6QHTm .btn-sm {
  padding: 13px 29px;
}
.cid-vh24A6QHTm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vh24A6QHTm .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vh24A6QHTm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh24A6QHTm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vh24A6QHTm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vh24A6QHTm button.navbar-toggler:focus {
  outline: none;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #603010;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh24A6QHTm .collapsed .btn {
  display: flex;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .collapsed button.navbar-toggler {
  display: block;
}
.cid-vh24A6QHTm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vh24A6QHTm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vh24A6QHTm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vh24A6QHTm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .menu-content-top {
    display: flex;
  }
  .cid-vh24A6QHTm .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-vh24A6QHTm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vh24A6QHTm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vh24A6QHTm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vh24A6QHTm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vh24A6QHTm .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing,
  .cid-vh24A6QHTm .navbar-collapse.show {
    display: block !important;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #603010;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vh24A6QHTm img {
    height: 3.8rem !important;
  }
  .cid-vh24A6QHTm .btn {
    display: flex;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-vh24A6QHTm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vh24A6QHTm .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .navbar-toggler {
  position: relative;
}
.cid-vh24A6QHTm .widget-title,
.cid-vh24A6QHTm .widget-icon {
  color: #ffffff;
}
.cid-vh24A6QHTm .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vh24A6QHTm .menu-content-top,
  .cid-vh24A6QHTm .menu-bottom {
    padding: 0 15px;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    align-self: center;
  }
  .cid-vh24A6QHTm .btn {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .widget-icon {
    padding-right: 0;
  }
}
.cid-vh24A6QHTm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #603010;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #edefeb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vh24A6QHTm .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vh24A6QHTm .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-v91iu1v0wX {
  align-items: flex-end;
  background-image: url("../../../assets/images/mbr-14-1920x1280.jpg");
}
.cid-v91iu1v0wX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91iu1v0wX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91iu1v0wX .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v91iu1v0wX .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-v91iu1v0wX .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v91iu1v0wX .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v91iu1v0wX .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v91iu1v0wX .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91iu1v0wX .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91iu1v0wX .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-v91iu1v0wX .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-v91iu1v0wX .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-v91iu1v0wX .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #edefeb;
}
.cid-v91iu1v0wX .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-v91iu1v0wX .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-v91iu1v0wX .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-v91iu1v0wX .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v91iu1v0wX .btn-wrapper {
  margin-top: -10%;
}
.cid-v91iu1v0wX .mbr-section-title {
  color: #f4f4f4;
}
.cid-v91iu1v0wX .mbr-text {
  color: #f4f4f4;
}
.cid-v91iu1v0wX .item-title {
  color: #58595b;
}
.cid-v91iu1v0wX .item-title,
.cid-v91iu1v0wX .items-wrapper {
  color: #603010;
}
.cid-v91iu2nwVM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-v91iu2nwVM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91iu2nwVM .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v91iu2nwVM .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v91iu2nwVM .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v91iu2nwVM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91iu2nwVM .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v91iu2nwVM .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v91iu2nwVM .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v91iu2nwVM .card-title,
.cid-v91iu2nwVM .iconfont-wrapper {
  color: #000000;
}
.cid-v91iu2nwVM .card-text {
  color: #000000;
}
.cid-v91iu2nwVM .content-head {
  max-width: 800px;
}
.cid-v91iu2nwVM .mbr-section-title {
  color: #603010;
}
.cid-v91iu2nwVM .mbr-section-subtitle {
  text-align: center;
}
.cid-v91iu2nwVM .card-title,
.cid-v91iu2nwVM .img-wrapper {
  color: #603010;
}
.cid-v91iu2XCqn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-13-1920x1280.jpg");
}
.cid-v91iu2XCqn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91iu2XCqn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91iu2XCqn .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v91iu2XCqn .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v91iu2XCqn .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v91iu2XCqn .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v91iu2XCqn .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v91iu2XCqn .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffc091;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #603010;
  height: 80px;
  border-radius: 50%;
}
.cid-v91iu2XCqn .mbr-section-title {
  color: #ffffff;
}
.cid-v91iu2XCqn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v91iu2XCqn .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v91iu2XCqn .card-box .item-footer {
  margin-top: auto;
}
.cid-v91iu2XCqn .content-head {
  max-width: 800px;
}
.cid-v91iu2XCqn .card-title,
.cid-v91iu2XCqn .iconfont-wrapper {
  color: #603010;
}
.cid-vdgXm3B6Ij {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-vdgXm3B6Ij .mbr-section-title {
  margin-bottom: 58px;
  color: #000000;
  text-align: center;
}
.cid-vdgXm3B6Ij .mbr-form-container {
  width: 100%;
  margin-top: 12px;
}
.cid-vdgXm3B6Ij .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 25px;
}
.cid-vdgXm3B6Ij .form-message-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding: 0;
}
.cid-vdgXm3B6Ij form .row {
  margin: 0;
  border: none !important;
}
.cid-vdgXm3B6Ij form .form-group {
  flex-grow: 1;
}
.cid-vdgXm3B6Ij form .form-group input,
.cid-vdgXm3B6Ij form .form-group textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.24);
  border: 1px solid #3d626c !important;
}
.cid-vdgXm3B6Ij form .form-group input:hover,
.cid-vdgXm3B6Ij form .form-group textarea:hover,
.cid-vdgXm3B6Ij form .form-group input :focus,
.cid-vdgXm3B6Ij form .form-group textarea :focus,
.cid-vdgXm3B6Ij form .form-group input :active,
.cid-vdgXm3B6Ij form .form-group textarea :active {
  box-shadow: none !important;
}
.cid-vdgXm3B6Ij .form-group input {
  height: 59px;
  padding: 7px 20px !important;
  color: #012b3a;
  font-size: 18px !important;
}
.cid-vdgXm3B6Ij .form-group textarea {
  padding: 7px 20px !important;
  height: 95px;
  font-size: 18px !important;
}
.cid-vdgXm3B6Ij .form-group {
  margin-bottom: 11px !important;
}
.cid-vdgXm3B6Ij .form-group input:focus {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgXm3B6Ij .form-group textarea:focus {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgXm3B6Ij .form-group input:hover {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgXm3B6Ij .form-group textarea:hover {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgXm3B6Ij .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
  margin: 5px;
}
.cid-vdgXm3B6Ij a {
  font-weight: 400;
  letter-spacing: 5.4px;
  display: inline-block;
  width: auto;
}
.cid-vdgXm3B6Ij .mbr-section-btn {
  margin-top: 11px;
  text-align: center;
}
.cid-vdgXm3B6Ij .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #603010;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-vdgXm3B6Ij textarea::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdgXm3B6Ij input::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdgXm3B6Ij .container {
  max-width: 1140px;
}
.cid-vdgXm3B6Ij label {
  color: #6c757d;
  font-size: 18px;
  font-family: 'Outfit';
}
.cid-vdgXm3B6Ij .form-check .form-check-input {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-vdgXm3B6Ij .form-check .form-check-input:focus {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-v91iu3GfBb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #603010;
}
.cid-v91iu3GfBb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91iu3GfBb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91iu3GfBb .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v91iu3GfBb .footer-col {
    flex-direction: column;
  }
}
.cid-v91iu3GfBb .row {
  background: #603010;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v91iu3GfBb .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v91iu3GfBb .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v91iu3GfBb .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v91iu3GfBb .mbr-section-btn {
    text-align: center;
  }
}
.cid-v91iu3GfBb .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v91iu3GfBb .soc-item {
  margin: 8px;
}
.cid-v91iu3GfBb .soc-item a:hover .mbr-iconfont,
.cid-v91iu3GfBb .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v91iu3GfBb .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v91iu3GfBb .row {
    text-align: center;
  }
  .cid-v91iu3GfBb .social-row {
    justify-content: center;
  }
}
.cid-v91iu3GfBb .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v91iu3GfBb .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v91iu3GfBb .list {
    margin-bottom: 0rem;
  }
}
.cid-v91iu3GfBb .mbr-text {
  color: #bbbbbb;
}
.cid-v91iu3GfBb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v91iu3GfBb .list,
.cid-v91iu3GfBb .item-wrap {
  color: #ffffff;
}
.cid-v91iu3GfBb .copyright {
  color: #ffffff;
}
.cid-vh24A6QHTm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vh24A6QHTm .navbar-fixed-top {
  padding-top: 0;
}
.cid-vh24A6QHTm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vh24A6QHTm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-content-top {
  background: #603010;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-vh24A6QHTm .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .nav-link,
.cid-vh24A6QHTm .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-vh24A6QHTm .nav-link:hover,
.cid-vh24A6QHTm .brand-name:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .dropdown-menu {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .dropdown-item:active {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-vh24A6QHTm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vh24A6QHTm .nav-item {
  position: relative;
}
.cid-vh24A6QHTm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vh24A6QHTm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vh24A6QHTm .nav-item .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .content-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #603010;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vh24A6QHTm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vh24A6QHTm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vh24A6QHTm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh24A6QHTm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vh24A6QHTm .content-right-side {
  text-align: center;
}
.cid-vh24A6QHTm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vh24A6QHTm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vh24A6QHTm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vh24A6QHTm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vh24A6QHTm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh24A6QHTm .info-widget:first-child {
  margin-left: 0;
}
.cid-vh24A6QHTm .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vh24A6QHTm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vh24A6QHTm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-vh24A6QHTm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #603010;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-vh24A6QHTm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #603010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vh24A6QHTm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-vh24A6QHTm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-vh24A6QHTm .navbar {
    display: block;
    padding: 0;
  }
  .cid-vh24A6QHTm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vh24A6QHTm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vh24A6QHTm .navbar-toggler {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-vh24A6QHTm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vh24A6QHTm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-vh24A6QHTm .btn-sm {
  padding: 13px 29px;
}
.cid-vh24A6QHTm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vh24A6QHTm .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vh24A6QHTm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh24A6QHTm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vh24A6QHTm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vh24A6QHTm button.navbar-toggler:focus {
  outline: none;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #603010;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh24A6QHTm .collapsed .btn {
  display: flex;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .collapsed button.navbar-toggler {
  display: block;
}
.cid-vh24A6QHTm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vh24A6QHTm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vh24A6QHTm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vh24A6QHTm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .menu-content-top {
    display: flex;
  }
  .cid-vh24A6QHTm .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-vh24A6QHTm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vh24A6QHTm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vh24A6QHTm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vh24A6QHTm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vh24A6QHTm .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing,
  .cid-vh24A6QHTm .navbar-collapse.show {
    display: block !important;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #603010;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vh24A6QHTm img {
    height: 3.8rem !important;
  }
  .cid-vh24A6QHTm .btn {
    display: flex;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-vh24A6QHTm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vh24A6QHTm .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .navbar-toggler {
  position: relative;
}
.cid-vh24A6QHTm .widget-title,
.cid-vh24A6QHTm .widget-icon {
  color: #ffffff;
}
.cid-vh24A6QHTm .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vh24A6QHTm .menu-content-top,
  .cid-vh24A6QHTm .menu-bottom {
    padding: 0 15px;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    align-self: center;
  }
  .cid-vh24A6QHTm .btn {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .widget-icon {
    padding-right: 0;
  }
}
.cid-vh24A6QHTm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #603010;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #edefeb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vh24A6QHTm .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vh24A6QHTm .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-v91qD1UjeT {
  align-items: flex-end;
  background-image: url("../../../assets/images/mbr-15-1920x1280.jpg");
}
.cid-v91qD1UjeT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91qD1UjeT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91qD1UjeT .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v91qD1UjeT .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-v91qD1UjeT .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v91qD1UjeT .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v91qD1UjeT .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v91qD1UjeT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91qD1UjeT .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91qD1UjeT .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-v91qD1UjeT .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-v91qD1UjeT .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-v91qD1UjeT .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #edefeb;
}
.cid-v91qD1UjeT .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-v91qD1UjeT .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-v91qD1UjeT .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-v91qD1UjeT .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v91qD1UjeT .btn-wrapper {
  margin-top: -10%;
}
.cid-v91qD1UjeT .mbr-section-title {
  color: #f4f4f4;
}
.cid-v91qD1UjeT .mbr-text {
  color: #f4f4f4;
}
.cid-v91qD1UjeT .item-title {
  color: #58595b;
}
.cid-v91qD1UjeT .item-title,
.cid-v91qD1UjeT .items-wrapper {
  color: #000000;
}
.cid-v91qD356nY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-v91qD356nY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91qD356nY .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v91qD356nY .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v91qD356nY .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v91qD356nY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91qD356nY .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v91qD356nY .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v91qD356nY .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v91qD356nY .card-title,
.cid-v91qD356nY .iconfont-wrapper {
  color: #000000;
}
.cid-v91qD356nY .card-text {
  color: #000000;
}
.cid-v91qD356nY .content-head {
  max-width: 800px;
}
.cid-v91qD356nY .mbr-section-title {
  color: #603010;
}
.cid-v91qD356nY .mbr-section-subtitle {
  text-align: center;
}
.cid-v91qD356nY .card-title,
.cid-v91qD356nY .img-wrapper {
  color: #603010;
}
.cid-v91qD3Qbs6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-16-1920x1280.jpg");
}
.cid-v91qD3Qbs6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91qD3Qbs6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91qD3Qbs6 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v91qD3Qbs6 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v91qD3Qbs6 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v91qD3Qbs6 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v91qD3Qbs6 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v91qD3Qbs6 .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffc091;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #603010;
  height: 80px;
  border-radius: 50%;
}
.cid-v91qD3Qbs6 .mbr-section-title {
  color: #ffffff;
}
.cid-v91qD3Qbs6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v91qD3Qbs6 .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v91qD3Qbs6 .card-box .item-footer {
  margin-top: auto;
}
.cid-v91qD3Qbs6 .content-head {
  max-width: 800px;
}
.cid-v91qD3Qbs6 .card-title,
.cid-v91qD3Qbs6 .iconfont-wrapper {
  color: #603010;
}
.cid-vdgXJmbPmp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-vdgXJmbPmp .mbr-section-title {
  margin-bottom: 58px;
  color: #000000;
  text-align: center;
}
.cid-vdgXJmbPmp .mbr-form-container {
  width: 100%;
  margin-top: 12px;
}
.cid-vdgXJmbPmp .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 25px;
}
.cid-vdgXJmbPmp .form-message-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding: 0;
}
.cid-vdgXJmbPmp form .row {
  margin: 0;
  border: none !important;
}
.cid-vdgXJmbPmp form .form-group {
  flex-grow: 1;
}
.cid-vdgXJmbPmp form .form-group input,
.cid-vdgXJmbPmp form .form-group textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.24);
  border: 1px solid #3d626c !important;
}
.cid-vdgXJmbPmp form .form-group input:hover,
.cid-vdgXJmbPmp form .form-group textarea:hover,
.cid-vdgXJmbPmp form .form-group input :focus,
.cid-vdgXJmbPmp form .form-group textarea :focus,
.cid-vdgXJmbPmp form .form-group input :active,
.cid-vdgXJmbPmp form .form-group textarea :active {
  box-shadow: none !important;
}
.cid-vdgXJmbPmp .form-group input {
  height: 59px;
  padding: 7px 20px !important;
  color: #012b3a;
  font-size: 18px !important;
}
.cid-vdgXJmbPmp .form-group textarea {
  padding: 7px 20px !important;
  height: 95px;
  font-size: 18px !important;
}
.cid-vdgXJmbPmp .form-group {
  margin-bottom: 11px !important;
}
.cid-vdgXJmbPmp .form-group input:focus {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgXJmbPmp .form-group textarea:focus {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgXJmbPmp .form-group input:hover {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgXJmbPmp .form-group textarea:hover {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgXJmbPmp .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
  margin: 5px;
}
.cid-vdgXJmbPmp a {
  font-weight: 400;
  letter-spacing: 5.4px;
  display: inline-block;
  width: auto;
}
.cid-vdgXJmbPmp .mbr-section-btn {
  margin-top: 11px;
  text-align: center;
}
.cid-vdgXJmbPmp .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #603010;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-vdgXJmbPmp textarea::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdgXJmbPmp input::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdgXJmbPmp .container {
  max-width: 1140px;
}
.cid-vdgXJmbPmp label {
  color: #6c757d;
  font-size: 18px;
  font-family: 'Outfit';
}
.cid-vdgXJmbPmp .form-check .form-check-input {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-vdgXJmbPmp .form-check .form-check-input:focus {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-v91qD4ECxU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #603010;
}
.cid-v91qD4ECxU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91qD4ECxU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91qD4ECxU .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v91qD4ECxU .footer-col {
    flex-direction: column;
  }
}
.cid-v91qD4ECxU .row {
  background: #603010;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v91qD4ECxU .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v91qD4ECxU .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v91qD4ECxU .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v91qD4ECxU .mbr-section-btn {
    text-align: center;
  }
}
.cid-v91qD4ECxU .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v91qD4ECxU .soc-item {
  margin: 8px;
}
.cid-v91qD4ECxU .soc-item a:hover .mbr-iconfont,
.cid-v91qD4ECxU .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v91qD4ECxU .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v91qD4ECxU .row {
    text-align: center;
  }
  .cid-v91qD4ECxU .social-row {
    justify-content: center;
  }
}
.cid-v91qD4ECxU .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v91qD4ECxU .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v91qD4ECxU .list {
    margin-bottom: 0rem;
  }
}
.cid-v91qD4ECxU .mbr-text {
  color: #bbbbbb;
}
.cid-v91qD4ECxU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v91qD4ECxU .list,
.cid-v91qD4ECxU .item-wrap {
  color: #ffffff;
}
.cid-v91qD4ECxU .copyright {
  color: #ffffff;
}
.cid-vh24A6QHTm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vh24A6QHTm .navbar-fixed-top {
  padding-top: 0;
}
.cid-vh24A6QHTm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vh24A6QHTm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-content-top {
  background: #603010;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-vh24A6QHTm .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .nav-link,
.cid-vh24A6QHTm .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-vh24A6QHTm .nav-link:hover,
.cid-vh24A6QHTm .brand-name:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .dropdown-menu {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .dropdown-item:active {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-vh24A6QHTm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vh24A6QHTm .nav-item {
  position: relative;
}
.cid-vh24A6QHTm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vh24A6QHTm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vh24A6QHTm .nav-item .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .content-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #603010;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vh24A6QHTm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vh24A6QHTm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vh24A6QHTm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh24A6QHTm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vh24A6QHTm .content-right-side {
  text-align: center;
}
.cid-vh24A6QHTm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vh24A6QHTm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vh24A6QHTm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vh24A6QHTm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vh24A6QHTm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh24A6QHTm .info-widget:first-child {
  margin-left: 0;
}
.cid-vh24A6QHTm .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vh24A6QHTm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vh24A6QHTm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-vh24A6QHTm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #603010;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-vh24A6QHTm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #603010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vh24A6QHTm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-vh24A6QHTm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-vh24A6QHTm .navbar {
    display: block;
    padding: 0;
  }
  .cid-vh24A6QHTm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vh24A6QHTm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vh24A6QHTm .navbar-toggler {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-vh24A6QHTm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vh24A6QHTm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-vh24A6QHTm .btn-sm {
  padding: 13px 29px;
}
.cid-vh24A6QHTm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vh24A6QHTm .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vh24A6QHTm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh24A6QHTm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vh24A6QHTm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vh24A6QHTm button.navbar-toggler:focus {
  outline: none;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #603010;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh24A6QHTm .collapsed .btn {
  display: flex;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .collapsed button.navbar-toggler {
  display: block;
}
.cid-vh24A6QHTm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vh24A6QHTm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vh24A6QHTm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vh24A6QHTm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .menu-content-top {
    display: flex;
  }
  .cid-vh24A6QHTm .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-vh24A6QHTm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vh24A6QHTm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vh24A6QHTm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vh24A6QHTm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vh24A6QHTm .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing,
  .cid-vh24A6QHTm .navbar-collapse.show {
    display: block !important;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #603010;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vh24A6QHTm img {
    height: 3.8rem !important;
  }
  .cid-vh24A6QHTm .btn {
    display: flex;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-vh24A6QHTm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vh24A6QHTm .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .navbar-toggler {
  position: relative;
}
.cid-vh24A6QHTm .widget-title,
.cid-vh24A6QHTm .widget-icon {
  color: #ffffff;
}
.cid-vh24A6QHTm .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vh24A6QHTm .menu-content-top,
  .cid-vh24A6QHTm .menu-bottom {
    padding: 0 15px;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    align-self: center;
  }
  .cid-vh24A6QHTm .btn {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .widget-icon {
    padding-right: 0;
  }
}
.cid-vh24A6QHTm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #603010;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #edefeb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vh24A6QHTm .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vh24A6QHTm .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-v91GY16bA4 {
  align-items: flex-end;
  background-image: url("../../../assets/images/mbr-8-1920x1280.jpg");
}
.cid-v91GY16bA4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91GY16bA4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91GY16bA4 .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v91GY16bA4 .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-v91GY16bA4 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v91GY16bA4 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v91GY16bA4 .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v91GY16bA4 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91GY16bA4 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91GY16bA4 .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-v91GY16bA4 .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-v91GY16bA4 .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-v91GY16bA4 .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #edefeb;
}
.cid-v91GY16bA4 .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-v91GY16bA4 .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-v91GY16bA4 .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-v91GY16bA4 .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v91GY16bA4 .btn-wrapper {
  margin-top: -10%;
}
.cid-v91GY16bA4 .mbr-section-title {
  color: #f4f4f4;
}
.cid-v91GY16bA4 .mbr-text {
  color: #f4f4f4;
}
.cid-v91GY16bA4 .item-title {
  color: #58595b;
}
.cid-v91GY16bA4 .item-title,
.cid-v91GY16bA4 .items-wrapper {
  color: #603010;
}
.cid-v91GY1qhu3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-v91GY1qhu3 img,
.cid-v91GY1qhu3 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-v91GY1qhu3 .item:focus,
.cid-v91GY1qhu3 span:focus {
  outline: none;
}
.cid-v91GY1qhu3 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v91GY1qhu3 .item {
    margin-bottom: 1rem;
  }
}
.cid-v91GY1qhu3 .item-wrapper {
  position: relative;
  background: #603010;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v91GY1qhu3 .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v91GY1qhu3 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v91GY1qhu3 .item-wrapper .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-v91GY1qhu3 .item-wrapper .item-footer {
  padding-bottom: 2rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v91GY1qhu3 .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-v91GY1qhu3 .item-wrapper .item-footer {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v91GY1qhu3 .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-v91GY1qhu3 .item-wrapper .item-footer {
    padding-bottom: 1.25rem;
  }
}
.cid-v91GY1qhu3 .mbr-section-title {
  color: #232323;
}
.cid-v91GY1qhu3 .mbr-text,
.cid-v91GY1qhu3 .mbr-section-btn {
  text-align: center;
}
.cid-v91GY1qhu3 .item-title {
  text-align: left;
  color: #f5f5f5;
}
.cid-v91GY1qhu3 .content-head {
  max-width: 800px;
}
.cid-v91GY1qhu3 .mbr-text,
.cid-v91GY1qhu3 .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v91GY1KyBv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #603010;
}
.cid-v91GY1KyBv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91GY1KyBv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91GY1KyBv .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v91GY1KyBv .footer-col {
    flex-direction: column;
  }
}
.cid-v91GY1KyBv .row {
  background: #603010;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v91GY1KyBv .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v91GY1KyBv .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v91GY1KyBv .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v91GY1KyBv .mbr-section-btn {
    text-align: center;
  }
}
.cid-v91GY1KyBv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v91GY1KyBv .soc-item {
  margin: 8px;
}
.cid-v91GY1KyBv .soc-item a:hover .mbr-iconfont,
.cid-v91GY1KyBv .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v91GY1KyBv .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v91GY1KyBv .row {
    text-align: center;
  }
  .cid-v91GY1KyBv .social-row {
    justify-content: center;
  }
}
.cid-v91GY1KyBv .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v91GY1KyBv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v91GY1KyBv .list {
    margin-bottom: 0rem;
  }
}
.cid-v91GY1KyBv .mbr-text {
  color: #bbbbbb;
}
.cid-v91GY1KyBv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v91GY1KyBv .list,
.cid-v91GY1KyBv .item-wrap {
  color: #ffffff;
}
.cid-v91GY1KyBv .copyright {
  color: #ffffff;
}
.cid-vh24A6QHTm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vh24A6QHTm .navbar-fixed-top {
  padding-top: 0;
}
.cid-vh24A6QHTm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vh24A6QHTm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-content-top {
  background: #603010;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-vh24A6QHTm .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .nav-link,
.cid-vh24A6QHTm .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-vh24A6QHTm .nav-link:hover,
.cid-vh24A6QHTm .brand-name:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .dropdown-menu {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .dropdown-item:active {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-vh24A6QHTm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vh24A6QHTm .nav-item {
  position: relative;
}
.cid-vh24A6QHTm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vh24A6QHTm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vh24A6QHTm .nav-item .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .content-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #603010;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vh24A6QHTm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vh24A6QHTm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vh24A6QHTm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh24A6QHTm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vh24A6QHTm .content-right-side {
  text-align: center;
}
.cid-vh24A6QHTm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vh24A6QHTm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vh24A6QHTm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vh24A6QHTm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vh24A6QHTm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh24A6QHTm .info-widget:first-child {
  margin-left: 0;
}
.cid-vh24A6QHTm .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vh24A6QHTm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vh24A6QHTm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-vh24A6QHTm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #603010;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-vh24A6QHTm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #603010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vh24A6QHTm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-vh24A6QHTm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-vh24A6QHTm .navbar {
    display: block;
    padding: 0;
  }
  .cid-vh24A6QHTm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vh24A6QHTm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vh24A6QHTm .navbar-toggler {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-vh24A6QHTm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vh24A6QHTm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-vh24A6QHTm .btn-sm {
  padding: 13px 29px;
}
.cid-vh24A6QHTm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vh24A6QHTm .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vh24A6QHTm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh24A6QHTm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vh24A6QHTm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vh24A6QHTm button.navbar-toggler:focus {
  outline: none;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #603010;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh24A6QHTm .collapsed .btn {
  display: flex;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .collapsed button.navbar-toggler {
  display: block;
}
.cid-vh24A6QHTm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vh24A6QHTm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vh24A6QHTm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vh24A6QHTm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .menu-content-top {
    display: flex;
  }
  .cid-vh24A6QHTm .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-vh24A6QHTm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vh24A6QHTm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vh24A6QHTm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vh24A6QHTm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vh24A6QHTm .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing,
  .cid-vh24A6QHTm .navbar-collapse.show {
    display: block !important;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #603010;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vh24A6QHTm img {
    height: 3.8rem !important;
  }
  .cid-vh24A6QHTm .btn {
    display: flex;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-vh24A6QHTm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vh24A6QHTm .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .navbar-toggler {
  position: relative;
}
.cid-vh24A6QHTm .widget-title,
.cid-vh24A6QHTm .widget-icon {
  color: #ffffff;
}
.cid-vh24A6QHTm .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vh24A6QHTm .menu-content-top,
  .cid-vh24A6QHTm .menu-bottom {
    padding: 0 15px;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    align-self: center;
  }
  .cid-vh24A6QHTm .btn {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .widget-icon {
    padding-right: 0;
  }
}
.cid-vh24A6QHTm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #603010;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #edefeb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vh24A6QHTm .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vh24A6QHTm .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-v8PlsR5tnV {
  align-items: flex-end;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-v8PlsR5tnV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8PlsR5tnV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8PlsR5tnV .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8PlsR5tnV .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-v8PlsR5tnV .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v8PlsR5tnV .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v8PlsR5tnV .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v8PlsR5tnV .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8PlsR5tnV .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8PlsR5tnV .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-v8PlsR5tnV .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-v8PlsR5tnV .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-v8PlsR5tnV .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #edefeb;
}
.cid-v8PlsR5tnV .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-v8PlsR5tnV .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-v8PlsR5tnV .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-v8PlsR5tnV .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v8PlsR5tnV .btn-wrapper {
  margin-top: -10%;
}
.cid-v8PlsR5tnV .mbr-section-title {
  color: #f4f4f4;
}
.cid-v8PlsR5tnV .mbr-text {
  color: #f4f4f4;
}
.cid-v8PlsR5tnV .item-title {
  color: #58595b;
}
.cid-v8PlsR5tnV .item-title,
.cid-v8PlsR5tnV .items-wrapper {
  color: #603010;
}
.cid-v8ILcmbr2L {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-v8ILcmbr2L .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8ILcmbr2L .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v8ILcmbr2L .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8ILcmbr2L .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v8ILcmbr2L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8ILcmbr2L .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v8ILcmbr2L .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v8ILcmbr2L .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v8ILcmbr2L .card-title,
.cid-v8ILcmbr2L .iconfont-wrapper {
  color: #000000;
}
.cid-v8ILcmbr2L .card-text {
  color: #000000;
}
.cid-v8ILcmbr2L .content-head {
  max-width: 800px;
}
.cid-v8ILcmbr2L .mbr-section-title {
  color: #603010;
}
.cid-v8ILcmbr2L .mbr-section-subtitle {
  text-align: center;
}
.cid-v8ILcmbr2L .card-title,
.cid-v8ILcmbr2L .img-wrapper {
  color: #603010;
}
.cid-v8PmREtAxO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/zanzibar02-540x312.jpg");
}
.cid-v8PmREtAxO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8PmREtAxO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8PmREtAxO .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8PmREtAxO .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v8PmREtAxO .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v8PmREtAxO .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v8PmREtAxO .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v8PmREtAxO .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffc091;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #603010;
  height: 80px;
  border-radius: 50%;
}
.cid-v8PmREtAxO .mbr-section-title {
  color: #ffffff;
}
.cid-v8PmREtAxO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8PmREtAxO .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v8PmREtAxO .card-box .item-footer {
  margin-top: auto;
}
.cid-v8PmREtAxO .content-head {
  max-width: 800px;
}
.cid-v8PmREtAxO .card-title,
.cid-v8PmREtAxO .iconfont-wrapper {
  color: #603010;
}
.cid-vdgNP1NHuA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-vdgNP1NHuA .mbr-section-title {
  margin-bottom: 58px;
  color: #000000;
  text-align: center;
}
.cid-vdgNP1NHuA .mbr-form-container {
  width: 100%;
  margin-top: 12px;
}
.cid-vdgNP1NHuA .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 25px;
}
.cid-vdgNP1NHuA .form-message-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding: 0;
}
.cid-vdgNP1NHuA form .row {
  margin: 0;
  border: none !important;
}
.cid-vdgNP1NHuA form .form-group {
  flex-grow: 1;
}
.cid-vdgNP1NHuA form .form-group input,
.cid-vdgNP1NHuA form .form-group textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.24);
  border: 1px solid #3d626c !important;
}
.cid-vdgNP1NHuA form .form-group input:hover,
.cid-vdgNP1NHuA form .form-group textarea:hover,
.cid-vdgNP1NHuA form .form-group input :focus,
.cid-vdgNP1NHuA form .form-group textarea :focus,
.cid-vdgNP1NHuA form .form-group input :active,
.cid-vdgNP1NHuA form .form-group textarea :active {
  box-shadow: none !important;
}
.cid-vdgNP1NHuA .form-group input {
  height: 59px;
  padding: 7px 20px !important;
  color: #012b3a;
  font-size: 18px !important;
}
.cid-vdgNP1NHuA .form-group textarea {
  padding: 7px 20px !important;
  height: 95px;
  font-size: 18px !important;
}
.cid-vdgNP1NHuA .form-group {
  margin-bottom: 11px !important;
}
.cid-vdgNP1NHuA .form-group input:focus {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgNP1NHuA .form-group textarea:focus {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgNP1NHuA .form-group input:hover {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgNP1NHuA .form-group textarea:hover {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgNP1NHuA .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
  margin: 5px;
}
.cid-vdgNP1NHuA a {
  font-weight: 400;
  letter-spacing: 5.4px;
  display: inline-block;
  width: auto;
}
.cid-vdgNP1NHuA .mbr-section-btn {
  margin-top: 11px;
  text-align: center;
}
.cid-vdgNP1NHuA .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #603010;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-vdgNP1NHuA textarea::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdgNP1NHuA input::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdgNP1NHuA .container {
  max-width: 1140px;
}
.cid-vdgNP1NHuA label {
  color: #6c757d;
  font-size: 18px;
  font-family: 'Outfit';
}
.cid-vdgNP1NHuA .form-check .form-check-input {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-vdgNP1NHuA .form-check .form-check-input:focus {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-v8ILcnv7o0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #603010;
}
.cid-v8ILcnv7o0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8ILcnv7o0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8ILcnv7o0 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v8ILcnv7o0 .footer-col {
    flex-direction: column;
  }
}
.cid-v8ILcnv7o0 .row {
  background: #603010;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v8ILcnv7o0 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v8ILcnv7o0 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v8ILcnv7o0 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v8ILcnv7o0 .mbr-section-btn {
    text-align: center;
  }
}
.cid-v8ILcnv7o0 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v8ILcnv7o0 .soc-item {
  margin: 8px;
}
.cid-v8ILcnv7o0 .soc-item a:hover .mbr-iconfont,
.cid-v8ILcnv7o0 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v8ILcnv7o0 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v8ILcnv7o0 .row {
    text-align: center;
  }
  .cid-v8ILcnv7o0 .social-row {
    justify-content: center;
  }
}
.cid-v8ILcnv7o0 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v8ILcnv7o0 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8ILcnv7o0 .list {
    margin-bottom: 0rem;
  }
}
.cid-v8ILcnv7o0 .mbr-text {
  color: #bbbbbb;
}
.cid-v8ILcnv7o0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8ILcnv7o0 .list,
.cid-v8ILcnv7o0 .item-wrap {
  color: #ffffff;
}
.cid-v8ILcnv7o0 .copyright {
  color: #ffffff;
}
.cid-vh24A6QHTm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vh24A6QHTm .navbar-fixed-top {
  padding-top: 0;
}
.cid-vh24A6QHTm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vh24A6QHTm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-content-top {
  background: #603010;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-vh24A6QHTm .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .nav-link,
.cid-vh24A6QHTm .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-vh24A6QHTm .nav-link:hover,
.cid-vh24A6QHTm .brand-name:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .dropdown-menu {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .dropdown-item:active {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-vh24A6QHTm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vh24A6QHTm .nav-item {
  position: relative;
}
.cid-vh24A6QHTm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vh24A6QHTm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vh24A6QHTm .nav-item .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .content-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #603010;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vh24A6QHTm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vh24A6QHTm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vh24A6QHTm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh24A6QHTm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vh24A6QHTm .content-right-side {
  text-align: center;
}
.cid-vh24A6QHTm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vh24A6QHTm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vh24A6QHTm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vh24A6QHTm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vh24A6QHTm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh24A6QHTm .info-widget:first-child {
  margin-left: 0;
}
.cid-vh24A6QHTm .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vh24A6QHTm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vh24A6QHTm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-vh24A6QHTm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #603010;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-vh24A6QHTm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #603010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vh24A6QHTm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-vh24A6QHTm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-vh24A6QHTm .navbar {
    display: block;
    padding: 0;
  }
  .cid-vh24A6QHTm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vh24A6QHTm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vh24A6QHTm .navbar-toggler {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-vh24A6QHTm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vh24A6QHTm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-vh24A6QHTm .btn-sm {
  padding: 13px 29px;
}
.cid-vh24A6QHTm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vh24A6QHTm .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vh24A6QHTm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh24A6QHTm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vh24A6QHTm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vh24A6QHTm button.navbar-toggler:focus {
  outline: none;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #603010;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh24A6QHTm .collapsed .btn {
  display: flex;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .collapsed button.navbar-toggler {
  display: block;
}
.cid-vh24A6QHTm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vh24A6QHTm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vh24A6QHTm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vh24A6QHTm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .menu-content-top {
    display: flex;
  }
  .cid-vh24A6QHTm .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-vh24A6QHTm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vh24A6QHTm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vh24A6QHTm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vh24A6QHTm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vh24A6QHTm .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing,
  .cid-vh24A6QHTm .navbar-collapse.show {
    display: block !important;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #603010;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vh24A6QHTm img {
    height: 3.8rem !important;
  }
  .cid-vh24A6QHTm .btn {
    display: flex;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-vh24A6QHTm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vh24A6QHTm .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .navbar-toggler {
  position: relative;
}
.cid-vh24A6QHTm .widget-title,
.cid-vh24A6QHTm .widget-icon {
  color: #ffffff;
}
.cid-vh24A6QHTm .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vh24A6QHTm .menu-content-top,
  .cid-vh24A6QHTm .menu-bottom {
    padding: 0 15px;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    align-self: center;
  }
  .cid-vh24A6QHTm .btn {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .widget-icon {
    padding-right: 0;
  }
}
.cid-vh24A6QHTm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #603010;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #edefeb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vh24A6QHTm .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vh24A6QHTm .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-v8PnlYoKfz {
  align-items: flex-end;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
}
.cid-v8PnlYoKfz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8PnlYoKfz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8PnlYoKfz .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8PnlYoKfz .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-v8PnlYoKfz .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v8PnlYoKfz .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v8PnlYoKfz .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v8PnlYoKfz .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8PnlYoKfz .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8PnlYoKfz .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-v8PnlYoKfz .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-v8PnlYoKfz .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-v8PnlYoKfz .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #edefeb;
}
.cid-v8PnlYoKfz .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-v8PnlYoKfz .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-v8PnlYoKfz .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-v8PnlYoKfz .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v8PnlYoKfz .btn-wrapper {
  margin-top: -10%;
}
.cid-v8PnlYoKfz .mbr-section-title {
  color: #f4f4f4;
}
.cid-v8PnlYoKfz .mbr-text {
  color: #f4f4f4;
}
.cid-v8PnlYoKfz .item-title {
  color: #58595b;
}
.cid-v8PnlYoKfz .item-title,
.cid-v8PnlYoKfz .items-wrapper {
  color: #603010;
}
.cid-v8IMaAKPH1 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-v8IMaAKPH1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8IMaAKPH1 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v8IMaAKPH1 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8IMaAKPH1 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v8IMaAKPH1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8IMaAKPH1 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v8IMaAKPH1 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v8IMaAKPH1 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v8IMaAKPH1 .card-title,
.cid-v8IMaAKPH1 .iconfont-wrapper {
  color: #000000;
}
.cid-v8IMaAKPH1 .card-text {
  color: #000000;
}
.cid-v8IMaAKPH1 .content-head {
  max-width: 800px;
}
.cid-v8IMaAKPH1 .mbr-section-title {
  color: #603010;
}
.cid-v8IMaAKPH1 .mbr-section-subtitle {
  text-align: center;
}
.cid-v8IMaAKPH1 .card-title,
.cid-v8IMaAKPH1 .img-wrapper {
  color: #603010;
}
.cid-v8PnhNanjn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/zanzibar02-540x312.jpg");
}
.cid-v8PnhNanjn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8PnhNanjn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8PnhNanjn .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8PnhNanjn .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v8PnhNanjn .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v8PnhNanjn .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v8PnhNanjn .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v8PnhNanjn .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffc091;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #603010;
  height: 80px;
  border-radius: 50%;
}
.cid-v8PnhNanjn .mbr-section-title {
  color: #ffffff;
}
.cid-v8PnhNanjn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8PnhNanjn .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v8PnhNanjn .card-box .item-footer {
  margin-top: auto;
}
.cid-v8PnhNanjn .content-head {
  max-width: 800px;
}
.cid-v8PnhNanjn .card-title,
.cid-v8PnhNanjn .iconfont-wrapper {
  color: #603010;
}
.cid-vdgOeeV5bM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-vdgOeeV5bM .mbr-section-title {
  margin-bottom: 58px;
  color: #000000;
  text-align: center;
}
.cid-vdgOeeV5bM .mbr-form-container {
  width: 100%;
  margin-top: 12px;
}
.cid-vdgOeeV5bM .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 25px;
}
.cid-vdgOeeV5bM .form-message-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding: 0;
}
.cid-vdgOeeV5bM form .row {
  margin: 0;
  border: none !important;
}
.cid-vdgOeeV5bM form .form-group {
  flex-grow: 1;
}
.cid-vdgOeeV5bM form .form-group input,
.cid-vdgOeeV5bM form .form-group textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.24);
  border: 1px solid #3d626c !important;
}
.cid-vdgOeeV5bM form .form-group input:hover,
.cid-vdgOeeV5bM form .form-group textarea:hover,
.cid-vdgOeeV5bM form .form-group input :focus,
.cid-vdgOeeV5bM form .form-group textarea :focus,
.cid-vdgOeeV5bM form .form-group input :active,
.cid-vdgOeeV5bM form .form-group textarea :active {
  box-shadow: none !important;
}
.cid-vdgOeeV5bM .form-group input {
  height: 59px;
  padding: 7px 20px !important;
  color: #012b3a;
  font-size: 18px !important;
}
.cid-vdgOeeV5bM .form-group textarea {
  padding: 7px 20px !important;
  height: 95px;
  font-size: 18px !important;
}
.cid-vdgOeeV5bM .form-group {
  margin-bottom: 11px !important;
}
.cid-vdgOeeV5bM .form-group input:focus {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgOeeV5bM .form-group textarea:focus {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgOeeV5bM .form-group input:hover {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgOeeV5bM .form-group textarea:hover {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgOeeV5bM .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
  margin: 5px;
}
.cid-vdgOeeV5bM a {
  font-weight: 400;
  letter-spacing: 5.4px;
  display: inline-block;
  width: auto;
}
.cid-vdgOeeV5bM .mbr-section-btn {
  margin-top: 11px;
  text-align: center;
}
.cid-vdgOeeV5bM .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #603010;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-vdgOeeV5bM textarea::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdgOeeV5bM input::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdgOeeV5bM .container {
  max-width: 1140px;
}
.cid-vdgOeeV5bM label {
  color: #6c757d;
  font-size: 18px;
  font-family: 'Outfit';
}
.cid-vdgOeeV5bM .form-check .form-check-input {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-vdgOeeV5bM .form-check .form-check-input:focus {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-v8IMaCLOT6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #603010;
}
.cid-v8IMaCLOT6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8IMaCLOT6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8IMaCLOT6 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v8IMaCLOT6 .footer-col {
    flex-direction: column;
  }
}
.cid-v8IMaCLOT6 .row {
  background: #603010;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v8IMaCLOT6 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v8IMaCLOT6 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v8IMaCLOT6 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v8IMaCLOT6 .mbr-section-btn {
    text-align: center;
  }
}
.cid-v8IMaCLOT6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v8IMaCLOT6 .soc-item {
  margin: 8px;
}
.cid-v8IMaCLOT6 .soc-item a:hover .mbr-iconfont,
.cid-v8IMaCLOT6 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v8IMaCLOT6 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v8IMaCLOT6 .row {
    text-align: center;
  }
  .cid-v8IMaCLOT6 .social-row {
    justify-content: center;
  }
}
.cid-v8IMaCLOT6 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v8IMaCLOT6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8IMaCLOT6 .list {
    margin-bottom: 0rem;
  }
}
.cid-v8IMaCLOT6 .mbr-text {
  color: #bbbbbb;
}
.cid-v8IMaCLOT6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8IMaCLOT6 .list,
.cid-v8IMaCLOT6 .item-wrap {
  color: #ffffff;
}
.cid-v8IMaCLOT6 .copyright {
  color: #ffffff;
}
.cid-vh24A6QHTm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vh24A6QHTm .navbar-fixed-top {
  padding-top: 0;
}
.cid-vh24A6QHTm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vh24A6QHTm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-content-top {
  background: #603010;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-vh24A6QHTm .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .nav-link,
.cid-vh24A6QHTm .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-vh24A6QHTm .nav-link:hover,
.cid-vh24A6QHTm .brand-name:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .dropdown-menu {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .dropdown-item:active {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-vh24A6QHTm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vh24A6QHTm .nav-item {
  position: relative;
}
.cid-vh24A6QHTm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vh24A6QHTm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vh24A6QHTm .nav-item .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .content-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #603010;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vh24A6QHTm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vh24A6QHTm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vh24A6QHTm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh24A6QHTm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vh24A6QHTm .content-right-side {
  text-align: center;
}
.cid-vh24A6QHTm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vh24A6QHTm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vh24A6QHTm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vh24A6QHTm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vh24A6QHTm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh24A6QHTm .info-widget:first-child {
  margin-left: 0;
}
.cid-vh24A6QHTm .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vh24A6QHTm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vh24A6QHTm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-vh24A6QHTm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #603010;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-vh24A6QHTm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #603010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vh24A6QHTm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-vh24A6QHTm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-vh24A6QHTm .navbar {
    display: block;
    padding: 0;
  }
  .cid-vh24A6QHTm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vh24A6QHTm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vh24A6QHTm .navbar-toggler {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-vh24A6QHTm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vh24A6QHTm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-vh24A6QHTm .btn-sm {
  padding: 13px 29px;
}
.cid-vh24A6QHTm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vh24A6QHTm .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vh24A6QHTm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh24A6QHTm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vh24A6QHTm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vh24A6QHTm button.navbar-toggler:focus {
  outline: none;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #603010;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh24A6QHTm .collapsed .btn {
  display: flex;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .collapsed button.navbar-toggler {
  display: block;
}
.cid-vh24A6QHTm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vh24A6QHTm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vh24A6QHTm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vh24A6QHTm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .menu-content-top {
    display: flex;
  }
  .cid-vh24A6QHTm .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-vh24A6QHTm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vh24A6QHTm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vh24A6QHTm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vh24A6QHTm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vh24A6QHTm .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing,
  .cid-vh24A6QHTm .navbar-collapse.show {
    display: block !important;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #603010;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vh24A6QHTm img {
    height: 3.8rem !important;
  }
  .cid-vh24A6QHTm .btn {
    display: flex;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-vh24A6QHTm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vh24A6QHTm .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .navbar-toggler {
  position: relative;
}
.cid-vh24A6QHTm .widget-title,
.cid-vh24A6QHTm .widget-icon {
  color: #ffffff;
}
.cid-vh24A6QHTm .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vh24A6QHTm .menu-content-top,
  .cid-vh24A6QHTm .menu-bottom {
    padding: 0 15px;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    align-self: center;
  }
  .cid-vh24A6QHTm .btn {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .widget-icon {
    padding-right: 0;
  }
}
.cid-vh24A6QHTm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #603010;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #edefeb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vh24A6QHTm .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vh24A6QHTm .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-v8Ppf5jsMq {
  align-items: flex-end;
  background-image: url("../../../assets/images/img-20250802-wa0008-2000x1125.jpg");
}
.cid-v8Ppf5jsMq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Ppf5jsMq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Ppf5jsMq .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8Ppf5jsMq .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-v8Ppf5jsMq .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v8Ppf5jsMq .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v8Ppf5jsMq .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v8Ppf5jsMq .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8Ppf5jsMq .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8Ppf5jsMq .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-v8Ppf5jsMq .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-v8Ppf5jsMq .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-v8Ppf5jsMq .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #edefeb;
}
.cid-v8Ppf5jsMq .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-v8Ppf5jsMq .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-v8Ppf5jsMq .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-v8Ppf5jsMq .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v8Ppf5jsMq .btn-wrapper {
  margin-top: -10%;
}
.cid-v8Ppf5jsMq .mbr-section-title {
  color: #f4f4f4;
}
.cid-v8Ppf5jsMq .mbr-text {
  color: #f4f4f4;
}
.cid-v8Ppf5jsMq .item-title {
  color: #58595b;
}
.cid-v8Ppf5jsMq .item-title,
.cid-v8Ppf5jsMq .items-wrapper {
  color: #603010;
}
.cid-v8IMU16c8L {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-v8IMU16c8L .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8IMU16c8L .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v8IMU16c8L .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8IMU16c8L .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v8IMU16c8L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8IMU16c8L .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v8IMU16c8L .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v8IMU16c8L .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v8IMU16c8L .card-title,
.cid-v8IMU16c8L .iconfont-wrapper {
  color: #000000;
}
.cid-v8IMU16c8L .card-text {
  color: #000000;
}
.cid-v8IMU16c8L .content-head {
  max-width: 800px;
}
.cid-v8IMU16c8L .mbr-section-title {
  color: #603010;
}
.cid-v8IMU16c8L .mbr-section-subtitle {
  text-align: center;
}
.cid-v8IMU16c8L .card-title,
.cid-v8IMU16c8L .img-wrapper {
  color: #603010;
}
.cid-v8Pr2TWdei {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/zanzibar02-540x312.jpg");
}
.cid-v8Pr2TWdei .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Pr2TWdei .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Pr2TWdei .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8Pr2TWdei .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v8Pr2TWdei .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v8Pr2TWdei .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v8Pr2TWdei .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v8Pr2TWdei .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffc091;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #603010;
  height: 80px;
  border-radius: 50%;
}
.cid-v8Pr2TWdei .mbr-section-title {
  color: #ffffff;
}
.cid-v8Pr2TWdei .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8Pr2TWdei .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v8Pr2TWdei .card-box .item-footer {
  margin-top: auto;
}
.cid-v8Pr2TWdei .content-head {
  max-width: 800px;
}
.cid-v8Pr2TWdei .card-title,
.cid-v8Pr2TWdei .iconfont-wrapper {
  color: #603010;
}
.cid-vdgOtqWmDN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-vdgOtqWmDN .mbr-section-title {
  margin-bottom: 58px;
  color: #000000;
  text-align: center;
}
.cid-vdgOtqWmDN .mbr-form-container {
  width: 100%;
  margin-top: 12px;
}
.cid-vdgOtqWmDN .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 25px;
}
.cid-vdgOtqWmDN .form-message-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding: 0;
}
.cid-vdgOtqWmDN form .row {
  margin: 0;
  border: none !important;
}
.cid-vdgOtqWmDN form .form-group {
  flex-grow: 1;
}
.cid-vdgOtqWmDN form .form-group input,
.cid-vdgOtqWmDN form .form-group textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.24);
  border: 1px solid #3d626c !important;
}
.cid-vdgOtqWmDN form .form-group input:hover,
.cid-vdgOtqWmDN form .form-group textarea:hover,
.cid-vdgOtqWmDN form .form-group input :focus,
.cid-vdgOtqWmDN form .form-group textarea :focus,
.cid-vdgOtqWmDN form .form-group input :active,
.cid-vdgOtqWmDN form .form-group textarea :active {
  box-shadow: none !important;
}
.cid-vdgOtqWmDN .form-group input {
  height: 59px;
  padding: 7px 20px !important;
  color: #012b3a;
  font-size: 18px !important;
}
.cid-vdgOtqWmDN .form-group textarea {
  padding: 7px 20px !important;
  height: 95px;
  font-size: 18px !important;
}
.cid-vdgOtqWmDN .form-group {
  margin-bottom: 11px !important;
}
.cid-vdgOtqWmDN .form-group input:focus {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgOtqWmDN .form-group textarea:focus {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgOtqWmDN .form-group input:hover {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgOtqWmDN .form-group textarea:hover {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgOtqWmDN .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
  margin: 5px;
}
.cid-vdgOtqWmDN a {
  font-weight: 400;
  letter-spacing: 5.4px;
  display: inline-block;
  width: auto;
}
.cid-vdgOtqWmDN .mbr-section-btn {
  margin-top: 11px;
  text-align: center;
}
.cid-vdgOtqWmDN .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #603010;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-vdgOtqWmDN textarea::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdgOtqWmDN input::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdgOtqWmDN .container {
  max-width: 1140px;
}
.cid-vdgOtqWmDN label {
  color: #6c757d;
  font-size: 18px;
  font-family: 'Outfit';
}
.cid-vdgOtqWmDN .form-check .form-check-input {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-vdgOtqWmDN .form-check .form-check-input:focus {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-v8IMU2d2VE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #603010;
}
.cid-v8IMU2d2VE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8IMU2d2VE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8IMU2d2VE .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v8IMU2d2VE .footer-col {
    flex-direction: column;
  }
}
.cid-v8IMU2d2VE .row {
  background: #603010;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v8IMU2d2VE .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v8IMU2d2VE .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v8IMU2d2VE .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v8IMU2d2VE .mbr-section-btn {
    text-align: center;
  }
}
.cid-v8IMU2d2VE .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v8IMU2d2VE .soc-item {
  margin: 8px;
}
.cid-v8IMU2d2VE .soc-item a:hover .mbr-iconfont,
.cid-v8IMU2d2VE .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v8IMU2d2VE .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v8IMU2d2VE .row {
    text-align: center;
  }
  .cid-v8IMU2d2VE .social-row {
    justify-content: center;
  }
}
.cid-v8IMU2d2VE .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v8IMU2d2VE .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8IMU2d2VE .list {
    margin-bottom: 0rem;
  }
}
.cid-v8IMU2d2VE .mbr-text {
  color: #bbbbbb;
}
.cid-v8IMU2d2VE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8IMU2d2VE .list,
.cid-v8IMU2d2VE .item-wrap {
  color: #ffffff;
}
.cid-v8IMU2d2VE .copyright {
  color: #ffffff;
}
.cid-vh24A6QHTm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vh24A6QHTm .navbar-fixed-top {
  padding-top: 0;
}
.cid-vh24A6QHTm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vh24A6QHTm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-content-top {
  background: #603010;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-vh24A6QHTm .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .nav-link,
.cid-vh24A6QHTm .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-vh24A6QHTm .nav-link:hover,
.cid-vh24A6QHTm .brand-name:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .dropdown-menu {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .dropdown-item:active {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-vh24A6QHTm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vh24A6QHTm .nav-item {
  position: relative;
}
.cid-vh24A6QHTm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vh24A6QHTm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vh24A6QHTm .nav-item .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .content-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #603010;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vh24A6QHTm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vh24A6QHTm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vh24A6QHTm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh24A6QHTm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vh24A6QHTm .content-right-side {
  text-align: center;
}
.cid-vh24A6QHTm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vh24A6QHTm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vh24A6QHTm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vh24A6QHTm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vh24A6QHTm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh24A6QHTm .info-widget:first-child {
  margin-left: 0;
}
.cid-vh24A6QHTm .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vh24A6QHTm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vh24A6QHTm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-vh24A6QHTm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #603010;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-vh24A6QHTm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #603010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vh24A6QHTm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-vh24A6QHTm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-vh24A6QHTm .navbar {
    display: block;
    padding: 0;
  }
  .cid-vh24A6QHTm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vh24A6QHTm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vh24A6QHTm .navbar-toggler {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-vh24A6QHTm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vh24A6QHTm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-vh24A6QHTm .btn-sm {
  padding: 13px 29px;
}
.cid-vh24A6QHTm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vh24A6QHTm .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vh24A6QHTm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh24A6QHTm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vh24A6QHTm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vh24A6QHTm button.navbar-toggler:focus {
  outline: none;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #603010;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh24A6QHTm .collapsed .btn {
  display: flex;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .collapsed button.navbar-toggler {
  display: block;
}
.cid-vh24A6QHTm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vh24A6QHTm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vh24A6QHTm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vh24A6QHTm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .menu-content-top {
    display: flex;
  }
  .cid-vh24A6QHTm .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-vh24A6QHTm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vh24A6QHTm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vh24A6QHTm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vh24A6QHTm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vh24A6QHTm .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing,
  .cid-vh24A6QHTm .navbar-collapse.show {
    display: block !important;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #603010;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vh24A6QHTm img {
    height: 3.8rem !important;
  }
  .cid-vh24A6QHTm .btn {
    display: flex;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-vh24A6QHTm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vh24A6QHTm .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .navbar-toggler {
  position: relative;
}
.cid-vh24A6QHTm .widget-title,
.cid-vh24A6QHTm .widget-icon {
  color: #ffffff;
}
.cid-vh24A6QHTm .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vh24A6QHTm .menu-content-top,
  .cid-vh24A6QHTm .menu-bottom {
    padding: 0 15px;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    align-self: center;
  }
  .cid-vh24A6QHTm .btn {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .widget-icon {
    padding-right: 0;
  }
}
.cid-vh24A6QHTm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #603010;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #edefeb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vh24A6QHTm .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vh24A6QHTm .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-v8ONXBk29Y {
  align-items: flex-end;
  background-image: url("../../../assets/images/safari-1440x810.jpg");
}
.cid-v8ONXBk29Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8ONXBk29Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8ONXBk29Y .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8ONXBk29Y .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-v8ONXBk29Y .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v8ONXBk29Y .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v8ONXBk29Y .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v8ONXBk29Y .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8ONXBk29Y .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8ONXBk29Y .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-v8ONXBk29Y .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-v8ONXBk29Y .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-v8ONXBk29Y .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #edefeb;
}
.cid-v8ONXBk29Y .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-v8ONXBk29Y .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-v8ONXBk29Y .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-v8ONXBk29Y .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v8ONXBk29Y .btn-wrapper {
  margin-top: -10%;
}
.cid-v8ONXBk29Y .mbr-section-title {
  color: #f4f4f4;
}
.cid-v8ONXBk29Y .mbr-text {
  color: #f4f4f4;
}
.cid-v8ONXBk29Y .item-title {
  color: #58595b;
}
.cid-v8ONXBk29Y .item-title,
.cid-v8ONXBk29Y .items-wrapper {
  color: #603010;
}
.cid-v8INxxovdI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-v8INxxovdI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8INxxovdI .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v8INxxovdI .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8INxxovdI .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v8INxxovdI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8INxxovdI .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v8INxxovdI .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v8INxxovdI .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v8INxxovdI .card-title,
.cid-v8INxxovdI .iconfont-wrapper {
  color: #000000;
}
.cid-v8INxxovdI .card-text {
  color: #000000;
}
.cid-v8INxxovdI .content-head {
  max-width: 800px;
}
.cid-v8INxxovdI .mbr-section-title {
  color: #603010;
}
.cid-v8INxxovdI .mbr-section-subtitle {
  text-align: center;
}
.cid-v8INxxovdI .card-title,
.cid-v8INxxovdI .img-wrapper {
  color: #603010;
}
.cid-v8ONMQoFdg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/zanzibar02-540x312.jpg");
}
.cid-v8ONMQoFdg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8ONMQoFdg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8ONMQoFdg .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8ONMQoFdg .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v8ONMQoFdg .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v8ONMQoFdg .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v8ONMQoFdg .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v8ONMQoFdg .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffc091;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #603010;
  height: 80px;
  border-radius: 50%;
}
.cid-v8ONMQoFdg .mbr-section-title {
  color: #ffffff;
}
.cid-v8ONMQoFdg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8ONMQoFdg .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v8ONMQoFdg .card-box .item-footer {
  margin-top: auto;
}
.cid-v8ONMQoFdg .content-head {
  max-width: 800px;
}
.cid-v8ONMQoFdg .card-title,
.cid-v8ONMQoFdg .iconfont-wrapper {
  color: #603010;
}
.cid-vdgOZBMPUp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-vdgOZBMPUp .mbr-section-title {
  margin-bottom: 58px;
  color: #000000;
  text-align: center;
}
.cid-vdgOZBMPUp .mbr-form-container {
  width: 100%;
  margin-top: 12px;
}
.cid-vdgOZBMPUp .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 25px;
}
.cid-vdgOZBMPUp .form-message-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding: 0;
}
.cid-vdgOZBMPUp form .row {
  margin: 0;
  border: none !important;
}
.cid-vdgOZBMPUp form .form-group {
  flex-grow: 1;
}
.cid-vdgOZBMPUp form .form-group input,
.cid-vdgOZBMPUp form .form-group textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.24);
  border: 1px solid #3d626c !important;
}
.cid-vdgOZBMPUp form .form-group input:hover,
.cid-vdgOZBMPUp form .form-group textarea:hover,
.cid-vdgOZBMPUp form .form-group input :focus,
.cid-vdgOZBMPUp form .form-group textarea :focus,
.cid-vdgOZBMPUp form .form-group input :active,
.cid-vdgOZBMPUp form .form-group textarea :active {
  box-shadow: none !important;
}
.cid-vdgOZBMPUp .form-group input {
  height: 59px;
  padding: 7px 20px !important;
  color: #012b3a;
  font-size: 18px !important;
}
.cid-vdgOZBMPUp .form-group textarea {
  padding: 7px 20px !important;
  height: 95px;
  font-size: 18px !important;
}
.cid-vdgOZBMPUp .form-group {
  margin-bottom: 11px !important;
}
.cid-vdgOZBMPUp .form-group input:focus {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgOZBMPUp .form-group textarea:focus {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgOZBMPUp .form-group input:hover {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgOZBMPUp .form-group textarea:hover {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgOZBMPUp .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
  margin: 5px;
}
.cid-vdgOZBMPUp a {
  font-weight: 400;
  letter-spacing: 5.4px;
  display: inline-block;
  width: auto;
}
.cid-vdgOZBMPUp .mbr-section-btn {
  margin-top: 11px;
  text-align: center;
}
.cid-vdgOZBMPUp .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #603010;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-vdgOZBMPUp textarea::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdgOZBMPUp input::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdgOZBMPUp .container {
  max-width: 1140px;
}
.cid-vdgOZBMPUp label {
  color: #6c757d;
  font-size: 18px;
  font-family: 'Outfit';
}
.cid-vdgOZBMPUp .form-check .form-check-input {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-vdgOZBMPUp .form-check .form-check-input:focus {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-v8INxyAEB8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #603010;
}
.cid-v8INxyAEB8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8INxyAEB8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8INxyAEB8 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v8INxyAEB8 .footer-col {
    flex-direction: column;
  }
}
.cid-v8INxyAEB8 .row {
  background: #603010;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v8INxyAEB8 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v8INxyAEB8 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v8INxyAEB8 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v8INxyAEB8 .mbr-section-btn {
    text-align: center;
  }
}
.cid-v8INxyAEB8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v8INxyAEB8 .soc-item {
  margin: 8px;
}
.cid-v8INxyAEB8 .soc-item a:hover .mbr-iconfont,
.cid-v8INxyAEB8 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v8INxyAEB8 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v8INxyAEB8 .row {
    text-align: center;
  }
  .cid-v8INxyAEB8 .social-row {
    justify-content: center;
  }
}
.cid-v8INxyAEB8 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v8INxyAEB8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8INxyAEB8 .list {
    margin-bottom: 0rem;
  }
}
.cid-v8INxyAEB8 .mbr-text {
  color: #bbbbbb;
}
.cid-v8INxyAEB8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8INxyAEB8 .list,
.cid-v8INxyAEB8 .item-wrap {
  color: #ffffff;
}
.cid-v8INxyAEB8 .copyright {
  color: #ffffff;
}
.cid-vh24A6QHTm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vh24A6QHTm .navbar-fixed-top {
  padding-top: 0;
}
.cid-vh24A6QHTm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vh24A6QHTm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-content-top {
  background: #603010;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-vh24A6QHTm .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .nav-link,
.cid-vh24A6QHTm .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-vh24A6QHTm .nav-link:hover,
.cid-vh24A6QHTm .brand-name:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .dropdown-menu {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .dropdown-item:active {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-vh24A6QHTm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vh24A6QHTm .nav-item {
  position: relative;
}
.cid-vh24A6QHTm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vh24A6QHTm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vh24A6QHTm .nav-item .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .content-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #603010;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vh24A6QHTm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vh24A6QHTm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vh24A6QHTm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh24A6QHTm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vh24A6QHTm .content-right-side {
  text-align: center;
}
.cid-vh24A6QHTm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vh24A6QHTm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vh24A6QHTm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vh24A6QHTm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vh24A6QHTm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh24A6QHTm .info-widget:first-child {
  margin-left: 0;
}
.cid-vh24A6QHTm .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vh24A6QHTm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vh24A6QHTm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-vh24A6QHTm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #603010;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-vh24A6QHTm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #603010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vh24A6QHTm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-vh24A6QHTm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-vh24A6QHTm .navbar {
    display: block;
    padding: 0;
  }
  .cid-vh24A6QHTm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vh24A6QHTm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vh24A6QHTm .navbar-toggler {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-vh24A6QHTm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vh24A6QHTm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-vh24A6QHTm .btn-sm {
  padding: 13px 29px;
}
.cid-vh24A6QHTm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vh24A6QHTm .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vh24A6QHTm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh24A6QHTm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vh24A6QHTm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vh24A6QHTm button.navbar-toggler:focus {
  outline: none;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #603010;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh24A6QHTm .collapsed .btn {
  display: flex;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .collapsed button.navbar-toggler {
  display: block;
}
.cid-vh24A6QHTm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vh24A6QHTm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vh24A6QHTm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vh24A6QHTm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .menu-content-top {
    display: flex;
  }
  .cid-vh24A6QHTm .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-vh24A6QHTm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vh24A6QHTm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vh24A6QHTm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vh24A6QHTm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vh24A6QHTm .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing,
  .cid-vh24A6QHTm .navbar-collapse.show {
    display: block !important;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #603010;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vh24A6QHTm img {
    height: 3.8rem !important;
  }
  .cid-vh24A6QHTm .btn {
    display: flex;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-vh24A6QHTm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vh24A6QHTm .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .navbar-toggler {
  position: relative;
}
.cid-vh24A6QHTm .widget-title,
.cid-vh24A6QHTm .widget-icon {
  color: #ffffff;
}
.cid-vh24A6QHTm .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vh24A6QHTm .menu-content-top,
  .cid-vh24A6QHTm .menu-bottom {
    padding: 0 15px;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    align-self: center;
  }
  .cid-vh24A6QHTm .btn {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .widget-icon {
    padding-right: 0;
  }
}
.cid-vh24A6QHTm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #603010;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #edefeb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vh24A6QHTm .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vh24A6QHTm .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-v8PfrR2nIn {
  align-items: flex-end;
  background-image: url("../../../assets/images/dsc-2814-712x475201-712x475.jpg");
}
.cid-v8PfrR2nIn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8PfrR2nIn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8PfrR2nIn .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8PfrR2nIn .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-v8PfrR2nIn .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v8PfrR2nIn .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v8PfrR2nIn .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v8PfrR2nIn .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8PfrR2nIn .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8PfrR2nIn .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-v8PfrR2nIn .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-v8PfrR2nIn .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-v8PfrR2nIn .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #edefeb;
}
.cid-v8PfrR2nIn .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-v8PfrR2nIn .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-v8PfrR2nIn .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-v8PfrR2nIn .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v8PfrR2nIn .btn-wrapper {
  margin-top: -10%;
}
.cid-v8PfrR2nIn .mbr-section-title {
  color: #f4f4f4;
}
.cid-v8PfrR2nIn .mbr-text {
  color: #f4f4f4;
}
.cid-v8PfrR2nIn .item-title {
  color: #58595b;
}
.cid-v8PfrR2nIn .item-title,
.cid-v8PfrR2nIn .items-wrapper {
  color: #603010;
}
.cid-v8IP2FqYNi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-v8IP2FqYNi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8IP2FqYNi .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v8IP2FqYNi .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8IP2FqYNi .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v8IP2FqYNi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8IP2FqYNi .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v8IP2FqYNi .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v8IP2FqYNi .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v8IP2FqYNi .card-title,
.cid-v8IP2FqYNi .iconfont-wrapper {
  color: #000000;
}
.cid-v8IP2FqYNi .card-text {
  color: #000000;
}
.cid-v8IP2FqYNi .content-head {
  max-width: 800px;
}
.cid-v8IP2FqYNi .mbr-section-title {
  color: #603010;
}
.cid-v8IP2FqYNi .mbr-section-subtitle {
  text-align: center;
}
.cid-v8IP2FqYNi .card-title,
.cid-v8IP2FqYNi .img-wrapper {
  color: #603010;
}
.cid-v8PfshSXSS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/zanzibar02-540x312.jpg");
}
.cid-v8PfshSXSS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8PfshSXSS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8PfshSXSS .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8PfshSXSS .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v8PfshSXSS .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v8PfshSXSS .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v8PfshSXSS .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v8PfshSXSS .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffc091;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #603010;
  height: 80px;
  border-radius: 50%;
}
.cid-v8PfshSXSS .mbr-section-title {
  color: #ffffff;
}
.cid-v8PfshSXSS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8PfshSXSS .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v8PfshSXSS .card-box .item-footer {
  margin-top: auto;
}
.cid-v8PfshSXSS .content-head {
  max-width: 800px;
}
.cid-v8PfshSXSS .card-title,
.cid-v8PfshSXSS .iconfont-wrapper {
  color: #603010;
}
.cid-vdgPjuYt5Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-vdgPjuYt5Q .mbr-section-title {
  margin-bottom: 58px;
  color: #000000;
  text-align: center;
}
.cid-vdgPjuYt5Q .mbr-form-container {
  width: 100%;
  margin-top: 12px;
}
.cid-vdgPjuYt5Q .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 25px;
}
.cid-vdgPjuYt5Q .form-message-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding: 0;
}
.cid-vdgPjuYt5Q form .row {
  margin: 0;
  border: none !important;
}
.cid-vdgPjuYt5Q form .form-group {
  flex-grow: 1;
}
.cid-vdgPjuYt5Q form .form-group input,
.cid-vdgPjuYt5Q form .form-group textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.24);
  border: 1px solid #3d626c !important;
}
.cid-vdgPjuYt5Q form .form-group input:hover,
.cid-vdgPjuYt5Q form .form-group textarea:hover,
.cid-vdgPjuYt5Q form .form-group input :focus,
.cid-vdgPjuYt5Q form .form-group textarea :focus,
.cid-vdgPjuYt5Q form .form-group input :active,
.cid-vdgPjuYt5Q form .form-group textarea :active {
  box-shadow: none !important;
}
.cid-vdgPjuYt5Q .form-group input {
  height: 59px;
  padding: 7px 20px !important;
  color: #012b3a;
  font-size: 18px !important;
}
.cid-vdgPjuYt5Q .form-group textarea {
  padding: 7px 20px !important;
  height: 95px;
  font-size: 18px !important;
}
.cid-vdgPjuYt5Q .form-group {
  margin-bottom: 11px !important;
}
.cid-vdgPjuYt5Q .form-group input:focus {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgPjuYt5Q .form-group textarea:focus {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgPjuYt5Q .form-group input:hover {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgPjuYt5Q .form-group textarea:hover {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgPjuYt5Q .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
  margin: 5px;
}
.cid-vdgPjuYt5Q a {
  font-weight: 400;
  letter-spacing: 5.4px;
  display: inline-block;
  width: auto;
}
.cid-vdgPjuYt5Q .mbr-section-btn {
  margin-top: 11px;
  text-align: center;
}
.cid-vdgPjuYt5Q .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #603010;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-vdgPjuYt5Q textarea::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdgPjuYt5Q input::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdgPjuYt5Q .container {
  max-width: 1140px;
}
.cid-vdgPjuYt5Q label {
  color: #6c757d;
  font-size: 18px;
  font-family: 'Outfit';
}
.cid-vdgPjuYt5Q .form-check .form-check-input {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-vdgPjuYt5Q .form-check .form-check-input:focus {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-v8IP2I6Opc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #603010;
}
.cid-v8IP2I6Opc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8IP2I6Opc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8IP2I6Opc .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v8IP2I6Opc .footer-col {
    flex-direction: column;
  }
}
.cid-v8IP2I6Opc .row {
  background: #603010;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v8IP2I6Opc .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v8IP2I6Opc .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v8IP2I6Opc .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v8IP2I6Opc .mbr-section-btn {
    text-align: center;
  }
}
.cid-v8IP2I6Opc .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v8IP2I6Opc .soc-item {
  margin: 8px;
}
.cid-v8IP2I6Opc .soc-item a:hover .mbr-iconfont,
.cid-v8IP2I6Opc .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v8IP2I6Opc .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v8IP2I6Opc .row {
    text-align: center;
  }
  .cid-v8IP2I6Opc .social-row {
    justify-content: center;
  }
}
.cid-v8IP2I6Opc .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v8IP2I6Opc .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8IP2I6Opc .list {
    margin-bottom: 0rem;
  }
}
.cid-v8IP2I6Opc .mbr-text {
  color: #bbbbbb;
}
.cid-v8IP2I6Opc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8IP2I6Opc .list,
.cid-v8IP2I6Opc .item-wrap {
  color: #ffffff;
}
.cid-v8IP2I6Opc .copyright {
  color: #ffffff;
}
.cid-vh24A6QHTm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vh24A6QHTm .navbar-fixed-top {
  padding-top: 0;
}
.cid-vh24A6QHTm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vh24A6QHTm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-content-top {
  background: #603010;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-vh24A6QHTm .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .nav-link,
.cid-vh24A6QHTm .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-vh24A6QHTm .nav-link:hover,
.cid-vh24A6QHTm .brand-name:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .dropdown-menu {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .dropdown-item:active {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-vh24A6QHTm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vh24A6QHTm .nav-item {
  position: relative;
}
.cid-vh24A6QHTm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vh24A6QHTm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vh24A6QHTm .nav-item .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .content-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #603010;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vh24A6QHTm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vh24A6QHTm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vh24A6QHTm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh24A6QHTm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vh24A6QHTm .content-right-side {
  text-align: center;
}
.cid-vh24A6QHTm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vh24A6QHTm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vh24A6QHTm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vh24A6QHTm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vh24A6QHTm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh24A6QHTm .info-widget:first-child {
  margin-left: 0;
}
.cid-vh24A6QHTm .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vh24A6QHTm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vh24A6QHTm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-vh24A6QHTm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #603010;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-vh24A6QHTm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #603010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vh24A6QHTm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-vh24A6QHTm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-vh24A6QHTm .navbar {
    display: block;
    padding: 0;
  }
  .cid-vh24A6QHTm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vh24A6QHTm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vh24A6QHTm .navbar-toggler {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-vh24A6QHTm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vh24A6QHTm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-vh24A6QHTm .btn-sm {
  padding: 13px 29px;
}
.cid-vh24A6QHTm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vh24A6QHTm .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vh24A6QHTm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh24A6QHTm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vh24A6QHTm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vh24A6QHTm button.navbar-toggler:focus {
  outline: none;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #603010;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh24A6QHTm .collapsed .btn {
  display: flex;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .collapsed button.navbar-toggler {
  display: block;
}
.cid-vh24A6QHTm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vh24A6QHTm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vh24A6QHTm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vh24A6QHTm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .menu-content-top {
    display: flex;
  }
  .cid-vh24A6QHTm .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-vh24A6QHTm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vh24A6QHTm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vh24A6QHTm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vh24A6QHTm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vh24A6QHTm .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing,
  .cid-vh24A6QHTm .navbar-collapse.show {
    display: block !important;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #603010;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vh24A6QHTm img {
    height: 3.8rem !important;
  }
  .cid-vh24A6QHTm .btn {
    display: flex;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-vh24A6QHTm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vh24A6QHTm .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .navbar-toggler {
  position: relative;
}
.cid-vh24A6QHTm .widget-title,
.cid-vh24A6QHTm .widget-icon {
  color: #ffffff;
}
.cid-vh24A6QHTm .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vh24A6QHTm .menu-content-top,
  .cid-vh24A6QHTm .menu-bottom {
    padding: 0 15px;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    align-self: center;
  }
  .cid-vh24A6QHTm .btn {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .widget-icon {
    padding-right: 0;
  }
}
.cid-vh24A6QHTm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #603010;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #edefeb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vh24A6QHTm .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vh24A6QHTm .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-v8OKFuxda7 {
  align-items: flex-end;
  background-image: url("../../../assets/images/mbr-1920x1228.jpg");
}
.cid-v8OKFuxda7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8OKFuxda7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8OKFuxda7 .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8OKFuxda7 .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-v8OKFuxda7 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v8OKFuxda7 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v8OKFuxda7 .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v8OKFuxda7 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8OKFuxda7 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8OKFuxda7 .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-v8OKFuxda7 .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-v8OKFuxda7 .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-v8OKFuxda7 .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #edefeb;
}
.cid-v8OKFuxda7 .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-v8OKFuxda7 .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-v8OKFuxda7 .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-v8OKFuxda7 .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v8OKFuxda7 .btn-wrapper {
  margin-top: -10%;
}
.cid-v8OKFuxda7 .mbr-section-title {
  color: #f4f4f4;
}
.cid-v8OKFuxda7 .mbr-text {
  color: #f4f4f4;
}
.cid-v8OKFuxda7 .item-title {
  color: #58595b;
}
.cid-v8OKFuxda7 .item-title,
.cid-v8OKFuxda7 .items-wrapper {
  color: #603010;
}
.cid-v8IObzsS3N {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-v8IObzsS3N .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8IObzsS3N .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v8IObzsS3N .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8IObzsS3N .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v8IObzsS3N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8IObzsS3N .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v8IObzsS3N .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v8IObzsS3N .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v8IObzsS3N .card-title,
.cid-v8IObzsS3N .iconfont-wrapper {
  color: #000000;
}
.cid-v8IObzsS3N .card-text {
  color: #000000;
}
.cid-v8IObzsS3N .content-head {
  max-width: 800px;
}
.cid-v8IObzsS3N .mbr-section-title {
  color: #603010;
}
.cid-v8IObzsS3N .mbr-section-subtitle {
  text-align: center;
}
.cid-v8IObzsS3N .card-title,
.cid-v8IObzsS3N .img-wrapper {
  color: #603010;
}
.cid-v8OKGaJm5l {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1285.jpg");
}
.cid-v8OKGaJm5l .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8OKGaJm5l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8OKGaJm5l .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8OKGaJm5l .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v8OKGaJm5l .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v8OKGaJm5l .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v8OKGaJm5l .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v8OKGaJm5l .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffc091;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #603010;
  height: 80px;
  border-radius: 50%;
}
.cid-v8OKGaJm5l .mbr-section-title {
  color: #ffffff;
}
.cid-v8OKGaJm5l .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8OKGaJm5l .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v8OKGaJm5l .card-box .item-footer {
  margin-top: auto;
}
.cid-v8OKGaJm5l .content-head {
  max-width: 800px;
}
.cid-v8OKGaJm5l .card-title,
.cid-v8OKGaJm5l .iconfont-wrapper {
  color: #603010;
}
.cid-vdgPGHYpAw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-vdgPGHYpAw .mbr-section-title {
  margin-bottom: 58px;
  color: #000000;
  text-align: center;
}
.cid-vdgPGHYpAw .mbr-form-container {
  width: 100%;
  margin-top: 12px;
}
.cid-vdgPGHYpAw .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 25px;
}
.cid-vdgPGHYpAw .form-message-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding: 0;
}
.cid-vdgPGHYpAw form .row {
  margin: 0;
  border: none !important;
}
.cid-vdgPGHYpAw form .form-group {
  flex-grow: 1;
}
.cid-vdgPGHYpAw form .form-group input,
.cid-vdgPGHYpAw form .form-group textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.24);
  border: 1px solid #3d626c !important;
}
.cid-vdgPGHYpAw form .form-group input:hover,
.cid-vdgPGHYpAw form .form-group textarea:hover,
.cid-vdgPGHYpAw form .form-group input :focus,
.cid-vdgPGHYpAw form .form-group textarea :focus,
.cid-vdgPGHYpAw form .form-group input :active,
.cid-vdgPGHYpAw form .form-group textarea :active {
  box-shadow: none !important;
}
.cid-vdgPGHYpAw .form-group input {
  height: 59px;
  padding: 7px 20px !important;
  color: #012b3a;
  font-size: 18px !important;
}
.cid-vdgPGHYpAw .form-group textarea {
  padding: 7px 20px !important;
  height: 95px;
  font-size: 18px !important;
}
.cid-vdgPGHYpAw .form-group {
  margin-bottom: 11px !important;
}
.cid-vdgPGHYpAw .form-group input:focus {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgPGHYpAw .form-group textarea:focus {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgPGHYpAw .form-group input:hover {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgPGHYpAw .form-group textarea:hover {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgPGHYpAw .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
  margin: 5px;
}
.cid-vdgPGHYpAw a {
  font-weight: 400;
  letter-spacing: 5.4px;
  display: inline-block;
  width: auto;
}
.cid-vdgPGHYpAw .mbr-section-btn {
  margin-top: 11px;
  text-align: center;
}
.cid-vdgPGHYpAw .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #603010;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-vdgPGHYpAw textarea::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdgPGHYpAw input::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdgPGHYpAw .container {
  max-width: 1140px;
}
.cid-vdgPGHYpAw label {
  color: #6c757d;
  font-size: 18px;
  font-family: 'Outfit';
}
.cid-vdgPGHYpAw .form-check .form-check-input {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-vdgPGHYpAw .form-check .form-check-input:focus {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-v8IObAEbVu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #603010;
}
.cid-v8IObAEbVu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8IObAEbVu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8IObAEbVu .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v8IObAEbVu .footer-col {
    flex-direction: column;
  }
}
.cid-v8IObAEbVu .row {
  background: #603010;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v8IObAEbVu .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v8IObAEbVu .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v8IObAEbVu .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v8IObAEbVu .mbr-section-btn {
    text-align: center;
  }
}
.cid-v8IObAEbVu .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v8IObAEbVu .soc-item {
  margin: 8px;
}
.cid-v8IObAEbVu .soc-item a:hover .mbr-iconfont,
.cid-v8IObAEbVu .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v8IObAEbVu .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v8IObAEbVu .row {
    text-align: center;
  }
  .cid-v8IObAEbVu .social-row {
    justify-content: center;
  }
}
.cid-v8IObAEbVu .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v8IObAEbVu .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8IObAEbVu .list {
    margin-bottom: 0rem;
  }
}
.cid-v8IObAEbVu .mbr-text {
  color: #bbbbbb;
}
.cid-v8IObAEbVu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8IObAEbVu .list,
.cid-v8IObAEbVu .item-wrap {
  color: #ffffff;
}
.cid-v8IObAEbVu .copyright {
  color: #ffffff;
}
.cid-vh24A6QHTm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vh24A6QHTm .navbar-fixed-top {
  padding-top: 0;
}
.cid-vh24A6QHTm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vh24A6QHTm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-content-top {
  background: #603010;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-vh24A6QHTm .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .nav-link,
.cid-vh24A6QHTm .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-vh24A6QHTm .nav-link:hover,
.cid-vh24A6QHTm .brand-name:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .dropdown-menu {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .dropdown-item:active {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-vh24A6QHTm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vh24A6QHTm .nav-item {
  position: relative;
}
.cid-vh24A6QHTm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vh24A6QHTm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vh24A6QHTm .nav-item .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .content-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #603010;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vh24A6QHTm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vh24A6QHTm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vh24A6QHTm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh24A6QHTm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vh24A6QHTm .content-right-side {
  text-align: center;
}
.cid-vh24A6QHTm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vh24A6QHTm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vh24A6QHTm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vh24A6QHTm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vh24A6QHTm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh24A6QHTm .info-widget:first-child {
  margin-left: 0;
}
.cid-vh24A6QHTm .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vh24A6QHTm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vh24A6QHTm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-vh24A6QHTm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #603010;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-vh24A6QHTm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #603010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vh24A6QHTm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-vh24A6QHTm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-vh24A6QHTm .navbar {
    display: block;
    padding: 0;
  }
  .cid-vh24A6QHTm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vh24A6QHTm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vh24A6QHTm .navbar-toggler {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-vh24A6QHTm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vh24A6QHTm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-vh24A6QHTm .btn-sm {
  padding: 13px 29px;
}
.cid-vh24A6QHTm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vh24A6QHTm .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vh24A6QHTm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh24A6QHTm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vh24A6QHTm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vh24A6QHTm button.navbar-toggler:focus {
  outline: none;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #603010;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh24A6QHTm .collapsed .btn {
  display: flex;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .collapsed button.navbar-toggler {
  display: block;
}
.cid-vh24A6QHTm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vh24A6QHTm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vh24A6QHTm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vh24A6QHTm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .menu-content-top {
    display: flex;
  }
  .cid-vh24A6QHTm .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-vh24A6QHTm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vh24A6QHTm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vh24A6QHTm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vh24A6QHTm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vh24A6QHTm .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing,
  .cid-vh24A6QHTm .navbar-collapse.show {
    display: block !important;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #603010;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vh24A6QHTm img {
    height: 3.8rem !important;
  }
  .cid-vh24A6QHTm .btn {
    display: flex;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-vh24A6QHTm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vh24A6QHTm .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .navbar-toggler {
  position: relative;
}
.cid-vh24A6QHTm .widget-title,
.cid-vh24A6QHTm .widget-icon {
  color: #ffffff;
}
.cid-vh24A6QHTm .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vh24A6QHTm .menu-content-top,
  .cid-vh24A6QHTm .menu-bottom {
    padding: 0 15px;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    align-self: center;
  }
  .cid-vh24A6QHTm .btn {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .widget-icon {
    padding-right: 0;
  }
}
.cid-vh24A6QHTm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #603010;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #edefeb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vh24A6QHTm .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vh24A6QHTm .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-v8WMVTNzYO {
  align-items: flex-end;
  background-image: url("../../../assets/images/mbr-1920x1385.jpg");
}
.cid-v8WMVTNzYO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8WMVTNzYO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8WMVTNzYO .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8WMVTNzYO .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-v8WMVTNzYO .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v8WMVTNzYO .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v8WMVTNzYO .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v8WMVTNzYO .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8WMVTNzYO .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8WMVTNzYO .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-v8WMVTNzYO .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-v8WMVTNzYO .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-v8WMVTNzYO .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #edefeb;
}
.cid-v8WMVTNzYO .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-v8WMVTNzYO .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-v8WMVTNzYO .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-v8WMVTNzYO .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v8WMVTNzYO .btn-wrapper {
  margin-top: -10%;
}
.cid-v8WMVTNzYO .mbr-section-title {
  color: #f4f4f4;
}
.cid-v8WMVTNzYO .mbr-text {
  color: #f4f4f4;
}
.cid-v8WMVTNzYO .item-title {
  color: #58595b;
}
.cid-v8WMVTNzYO .item-title,
.cid-v8WMVTNzYO .items-wrapper {
  color: #603010;
}
.cid-v8WMVUn7ld {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-v8WMVUn7ld .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8WMVUn7ld .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v8WMVUn7ld .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8WMVUn7ld .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v8WMVUn7ld .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8WMVUn7ld .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v8WMVUn7ld .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v8WMVUn7ld .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v8WMVUn7ld .card-title,
.cid-v8WMVUn7ld .iconfont-wrapper {
  color: #000000;
}
.cid-v8WMVUn7ld .card-text {
  color: #000000;
}
.cid-v8WMVUn7ld .content-head {
  max-width: 800px;
}
.cid-v8WMVUn7ld .mbr-section-title {
  color: #603010;
}
.cid-v8WMVUn7ld .mbr-section-subtitle {
  text-align: center;
}
.cid-v8WMVUn7ld .card-title,
.cid-v8WMVUn7ld .img-wrapper {
  color: #603010;
}
.cid-v8WMVUYaka {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-9-1920x1280.jpg");
}
.cid-v8WMVUYaka .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8WMVUYaka .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8WMVUYaka .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8WMVUYaka .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v8WMVUYaka .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v8WMVUYaka .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v8WMVUYaka .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v8WMVUYaka .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffc091;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #603010;
  height: 80px;
  border-radius: 50%;
}
.cid-v8WMVUYaka .mbr-section-title {
  color: #ffffff;
}
.cid-v8WMVUYaka .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8WMVUYaka .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v8WMVUYaka .card-box .item-footer {
  margin-top: auto;
}
.cid-v8WMVUYaka .content-head {
  max-width: 800px;
}
.cid-v8WMVUYaka .card-title,
.cid-v8WMVUYaka .iconfont-wrapper {
  color: #603010;
}
.cid-vdgSSmmIAZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-vdgSSmmIAZ .mbr-section-title {
  margin-bottom: 58px;
  color: #000000;
  text-align: center;
}
.cid-vdgSSmmIAZ .mbr-form-container {
  width: 100%;
  margin-top: 12px;
}
.cid-vdgSSmmIAZ .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 25px;
}
.cid-vdgSSmmIAZ .form-message-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding: 0;
}
.cid-vdgSSmmIAZ form .row {
  margin: 0;
  border: none !important;
}
.cid-vdgSSmmIAZ form .form-group {
  flex-grow: 1;
}
.cid-vdgSSmmIAZ form .form-group input,
.cid-vdgSSmmIAZ form .form-group textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.24);
  border: 1px solid #3d626c !important;
}
.cid-vdgSSmmIAZ form .form-group input:hover,
.cid-vdgSSmmIAZ form .form-group textarea:hover,
.cid-vdgSSmmIAZ form .form-group input :focus,
.cid-vdgSSmmIAZ form .form-group textarea :focus,
.cid-vdgSSmmIAZ form .form-group input :active,
.cid-vdgSSmmIAZ form .form-group textarea :active {
  box-shadow: none !important;
}
.cid-vdgSSmmIAZ .form-group input {
  height: 59px;
  padding: 7px 20px !important;
  color: #012b3a;
  font-size: 18px !important;
}
.cid-vdgSSmmIAZ .form-group textarea {
  padding: 7px 20px !important;
  height: 95px;
  font-size: 18px !important;
}
.cid-vdgSSmmIAZ .form-group {
  margin-bottom: 11px !important;
}
.cid-vdgSSmmIAZ .form-group input:focus {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgSSmmIAZ .form-group textarea:focus {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgSSmmIAZ .form-group input:hover {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgSSmmIAZ .form-group textarea:hover {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgSSmmIAZ .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
  margin: 5px;
}
.cid-vdgSSmmIAZ a {
  font-weight: 400;
  letter-spacing: 5.4px;
  display: inline-block;
  width: auto;
}
.cid-vdgSSmmIAZ .mbr-section-btn {
  margin-top: 11px;
  text-align: center;
}
.cid-vdgSSmmIAZ .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #603010;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-vdgSSmmIAZ textarea::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdgSSmmIAZ input::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdgSSmmIAZ .container {
  max-width: 1140px;
}
.cid-vdgSSmmIAZ label {
  color: #6c757d;
  font-size: 18px;
  font-family: 'Outfit';
}
.cid-vdgSSmmIAZ .form-check .form-check-input {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-vdgSSmmIAZ .form-check .form-check-input:focus {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-v8WMVVzrzj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #603010;
}
.cid-v8WMVVzrzj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8WMVVzrzj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8WMVVzrzj .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v8WMVVzrzj .footer-col {
    flex-direction: column;
  }
}
.cid-v8WMVVzrzj .row {
  background: #603010;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v8WMVVzrzj .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v8WMVVzrzj .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v8WMVVzrzj .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v8WMVVzrzj .mbr-section-btn {
    text-align: center;
  }
}
.cid-v8WMVVzrzj .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v8WMVVzrzj .soc-item {
  margin: 8px;
}
.cid-v8WMVVzrzj .soc-item a:hover .mbr-iconfont,
.cid-v8WMVVzrzj .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v8WMVVzrzj .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v8WMVVzrzj .row {
    text-align: center;
  }
  .cid-v8WMVVzrzj .social-row {
    justify-content: center;
  }
}
.cid-v8WMVVzrzj .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v8WMVVzrzj .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8WMVVzrzj .list {
    margin-bottom: 0rem;
  }
}
.cid-v8WMVVzrzj .mbr-text {
  color: #bbbbbb;
}
.cid-v8WMVVzrzj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8WMVVzrzj .list,
.cid-v8WMVVzrzj .item-wrap {
  color: #ffffff;
}
.cid-v8WMVVzrzj .copyright {
  color: #ffffff;
}
.cid-vh24A6QHTm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vh24A6QHTm .navbar-fixed-top {
  padding-top: 0;
}
.cid-vh24A6QHTm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vh24A6QHTm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-content-top {
  background: #603010;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-vh24A6QHTm .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .nav-link,
.cid-vh24A6QHTm .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-vh24A6QHTm .nav-link:hover,
.cid-vh24A6QHTm .brand-name:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .dropdown-menu {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .dropdown-item:active {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-vh24A6QHTm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vh24A6QHTm .nav-item {
  position: relative;
}
.cid-vh24A6QHTm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vh24A6QHTm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vh24A6QHTm .nav-item .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .content-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #603010;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vh24A6QHTm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vh24A6QHTm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vh24A6QHTm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh24A6QHTm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vh24A6QHTm .content-right-side {
  text-align: center;
}
.cid-vh24A6QHTm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vh24A6QHTm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vh24A6QHTm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vh24A6QHTm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vh24A6QHTm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh24A6QHTm .info-widget:first-child {
  margin-left: 0;
}
.cid-vh24A6QHTm .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vh24A6QHTm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vh24A6QHTm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-vh24A6QHTm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #603010;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-vh24A6QHTm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #603010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vh24A6QHTm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-vh24A6QHTm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-vh24A6QHTm .navbar {
    display: block;
    padding: 0;
  }
  .cid-vh24A6QHTm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vh24A6QHTm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vh24A6QHTm .navbar-toggler {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-vh24A6QHTm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vh24A6QHTm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-vh24A6QHTm .btn-sm {
  padding: 13px 29px;
}
.cid-vh24A6QHTm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vh24A6QHTm .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vh24A6QHTm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh24A6QHTm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vh24A6QHTm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vh24A6QHTm button.navbar-toggler:focus {
  outline: none;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #603010;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh24A6QHTm .collapsed .btn {
  display: flex;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .collapsed button.navbar-toggler {
  display: block;
}
.cid-vh24A6QHTm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vh24A6QHTm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vh24A6QHTm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vh24A6QHTm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .menu-content-top {
    display: flex;
  }
  .cid-vh24A6QHTm .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-vh24A6QHTm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vh24A6QHTm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vh24A6QHTm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vh24A6QHTm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vh24A6QHTm .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing,
  .cid-vh24A6QHTm .navbar-collapse.show {
    display: block !important;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #603010;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vh24A6QHTm img {
    height: 3.8rem !important;
  }
  .cid-vh24A6QHTm .btn {
    display: flex;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-vh24A6QHTm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vh24A6QHTm .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .navbar-toggler {
  position: relative;
}
.cid-vh24A6QHTm .widget-title,
.cid-vh24A6QHTm .widget-icon {
  color: #ffffff;
}
.cid-vh24A6QHTm .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vh24A6QHTm .menu-content-top,
  .cid-vh24A6QHTm .menu-bottom {
    padding: 0 15px;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    align-self: center;
  }
  .cid-vh24A6QHTm .btn {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .widget-icon {
    padding-right: 0;
  }
}
.cid-vh24A6QHTm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #603010;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #edefeb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vh24A6QHTm .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vh24A6QHTm .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-v96XqyX9zU {
  align-items: flex-end;
  background-image: url("../../../assets/images/mbr-10-1920x1280.jpg");
}
.cid-v96XqyX9zU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v96XqyX9zU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v96XqyX9zU .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v96XqyX9zU .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-v96XqyX9zU .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v96XqyX9zU .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v96XqyX9zU .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v96XqyX9zU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v96XqyX9zU .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v96XqyX9zU .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-v96XqyX9zU .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-v96XqyX9zU .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-v96XqyX9zU .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #edefeb;
}
.cid-v96XqyX9zU .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-v96XqyX9zU .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-v96XqyX9zU .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-v96XqyX9zU .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v96XqyX9zU .btn-wrapper {
  margin-top: -10%;
}
.cid-v96XqyX9zU .mbr-section-title {
  color: #f4f4f4;
}
.cid-v96XqyX9zU .mbr-text {
  color: #f4f4f4;
}
.cid-v96XqyX9zU .item-title {
  color: #58595b;
}
.cid-v96XqyX9zU .item-title,
.cid-v96XqyX9zU .items-wrapper {
  color: #603010;
}
.cid-v96XqzJZSa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-v96XqzJZSa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v96XqzJZSa .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v96XqzJZSa .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v96XqzJZSa .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v96XqzJZSa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v96XqzJZSa .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v96XqzJZSa .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v96XqzJZSa .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v96XqzJZSa .card-title,
.cid-v96XqzJZSa .iconfont-wrapper {
  color: #000000;
}
.cid-v96XqzJZSa .card-text {
  color: #000000;
}
.cid-v96XqzJZSa .content-head {
  max-width: 800px;
}
.cid-v96XqzJZSa .mbr-section-title {
  color: #603010;
}
.cid-v96XqzJZSa .mbr-section-subtitle {
  text-align: center;
}
.cid-v96XqzJZSa .card-title,
.cid-v96XqzJZSa .img-wrapper {
  color: #603010;
}
.cid-v96XqANT1a {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-11-1920x1280.jpg");
}
.cid-v96XqANT1a .mbr-fallback-image.disabled {
  display: none;
}
.cid-v96XqANT1a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v96XqANT1a .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v96XqANT1a .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v96XqANT1a .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v96XqANT1a .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v96XqANT1a .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v96XqANT1a .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffc091;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #603010;
  height: 80px;
  border-radius: 50%;
}
.cid-v96XqANT1a .mbr-section-title {
  color: #ffffff;
}
.cid-v96XqANT1a .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v96XqANT1a .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v96XqANT1a .card-box .item-footer {
  margin-top: auto;
}
.cid-v96XqANT1a .content-head {
  max-width: 800px;
}
.cid-v96XqANT1a .card-title,
.cid-v96XqANT1a .iconfont-wrapper {
  color: #603010;
}
.cid-vdgToJpYNF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-vdgToJpYNF .mbr-section-title {
  margin-bottom: 58px;
  color: #000000;
  text-align: center;
}
.cid-vdgToJpYNF .mbr-form-container {
  width: 100%;
  margin-top: 12px;
}
.cid-vdgToJpYNF .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 25px;
}
.cid-vdgToJpYNF .form-message-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding: 0;
}
.cid-vdgToJpYNF form .row {
  margin: 0;
  border: none !important;
}
.cid-vdgToJpYNF form .form-group {
  flex-grow: 1;
}
.cid-vdgToJpYNF form .form-group input,
.cid-vdgToJpYNF form .form-group textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.24);
  border: 1px solid #3d626c !important;
}
.cid-vdgToJpYNF form .form-group input:hover,
.cid-vdgToJpYNF form .form-group textarea:hover,
.cid-vdgToJpYNF form .form-group input :focus,
.cid-vdgToJpYNF form .form-group textarea :focus,
.cid-vdgToJpYNF form .form-group input :active,
.cid-vdgToJpYNF form .form-group textarea :active {
  box-shadow: none !important;
}
.cid-vdgToJpYNF .form-group input {
  height: 59px;
  padding: 7px 20px !important;
  color: #012b3a;
  font-size: 18px !important;
}
.cid-vdgToJpYNF .form-group textarea {
  padding: 7px 20px !important;
  height: 95px;
  font-size: 18px !important;
}
.cid-vdgToJpYNF .form-group {
  margin-bottom: 11px !important;
}
.cid-vdgToJpYNF .form-group input:focus {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgToJpYNF .form-group textarea:focus {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgToJpYNF .form-group input:hover {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgToJpYNF .form-group textarea:hover {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgToJpYNF .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
  margin: 5px;
}
.cid-vdgToJpYNF a {
  font-weight: 400;
  letter-spacing: 5.4px;
  display: inline-block;
  width: auto;
}
.cid-vdgToJpYNF .mbr-section-btn {
  margin-top: 11px;
  text-align: center;
}
.cid-vdgToJpYNF .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #603010;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-vdgToJpYNF textarea::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdgToJpYNF input::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdgToJpYNF .container {
  max-width: 1140px;
}
.cid-vdgToJpYNF label {
  color: #6c757d;
  font-size: 18px;
  font-family: 'Outfit';
}
.cid-vdgToJpYNF .form-check .form-check-input {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-vdgToJpYNF .form-check .form-check-input:focus {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-v96XqCuDbP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #603010;
}
.cid-v96XqCuDbP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v96XqCuDbP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v96XqCuDbP .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v96XqCuDbP .footer-col {
    flex-direction: column;
  }
}
.cid-v96XqCuDbP .row {
  background: #603010;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v96XqCuDbP .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v96XqCuDbP .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v96XqCuDbP .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v96XqCuDbP .mbr-section-btn {
    text-align: center;
  }
}
.cid-v96XqCuDbP .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v96XqCuDbP .soc-item {
  margin: 8px;
}
.cid-v96XqCuDbP .soc-item a:hover .mbr-iconfont,
.cid-v96XqCuDbP .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v96XqCuDbP .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v96XqCuDbP .row {
    text-align: center;
  }
  .cid-v96XqCuDbP .social-row {
    justify-content: center;
  }
}
.cid-v96XqCuDbP .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v96XqCuDbP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v96XqCuDbP .list {
    margin-bottom: 0rem;
  }
}
.cid-v96XqCuDbP .mbr-text {
  color: #bbbbbb;
}
.cid-v96XqCuDbP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v96XqCuDbP .list,
.cid-v96XqCuDbP .item-wrap {
  color: #ffffff;
}
.cid-v96XqCuDbP .copyright {
  color: #ffffff;
}
.cid-vh24A6QHTm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vh24A6QHTm .navbar-fixed-top {
  padding-top: 0;
}
.cid-vh24A6QHTm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vh24A6QHTm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-content-top {
  background: #603010;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-vh24A6QHTm .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .nav-link,
.cid-vh24A6QHTm .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-vh24A6QHTm .nav-link:hover,
.cid-vh24A6QHTm .brand-name:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .dropdown-menu {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .dropdown-item:active {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-vh24A6QHTm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vh24A6QHTm .nav-item {
  position: relative;
}
.cid-vh24A6QHTm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vh24A6QHTm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vh24A6QHTm .nav-item .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .content-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #603010;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vh24A6QHTm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vh24A6QHTm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vh24A6QHTm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh24A6QHTm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vh24A6QHTm .content-right-side {
  text-align: center;
}
.cid-vh24A6QHTm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vh24A6QHTm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vh24A6QHTm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vh24A6QHTm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vh24A6QHTm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh24A6QHTm .info-widget:first-child {
  margin-left: 0;
}
.cid-vh24A6QHTm .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vh24A6QHTm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vh24A6QHTm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-vh24A6QHTm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #603010;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-vh24A6QHTm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #603010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vh24A6QHTm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-vh24A6QHTm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-vh24A6QHTm .navbar {
    display: block;
    padding: 0;
  }
  .cid-vh24A6QHTm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vh24A6QHTm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vh24A6QHTm .navbar-toggler {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-vh24A6QHTm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vh24A6QHTm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-vh24A6QHTm .btn-sm {
  padding: 13px 29px;
}
.cid-vh24A6QHTm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vh24A6QHTm .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vh24A6QHTm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh24A6QHTm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vh24A6QHTm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vh24A6QHTm button.navbar-toggler:focus {
  outline: none;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #603010;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh24A6QHTm .collapsed .btn {
  display: flex;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .collapsed button.navbar-toggler {
  display: block;
}
.cid-vh24A6QHTm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vh24A6QHTm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vh24A6QHTm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vh24A6QHTm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .menu-content-top {
    display: flex;
  }
  .cid-vh24A6QHTm .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-vh24A6QHTm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vh24A6QHTm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vh24A6QHTm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vh24A6QHTm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vh24A6QHTm .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing,
  .cid-vh24A6QHTm .navbar-collapse.show {
    display: block !important;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #603010;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vh24A6QHTm img {
    height: 3.8rem !important;
  }
  .cid-vh24A6QHTm .btn {
    display: flex;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-vh24A6QHTm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vh24A6QHTm .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .navbar-toggler {
  position: relative;
}
.cid-vh24A6QHTm .widget-title,
.cid-vh24A6QHTm .widget-icon {
  color: #ffffff;
}
.cid-vh24A6QHTm .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vh24A6QHTm .menu-content-top,
  .cid-vh24A6QHTm .menu-bottom {
    padding: 0 15px;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    align-self: center;
  }
  .cid-vh24A6QHTm .btn {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .widget-icon {
    padding-right: 0;
  }
}
.cid-vh24A6QHTm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #603010;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #edefeb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vh24A6QHTm .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vh24A6QHTm .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-v96MgxDmbJ {
  align-items: flex-end;
  background-image: url("../../../assets/images/mikumi-national-park-1-1000x665201-1000x665.jpg");
}
.cid-v96MgxDmbJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v96MgxDmbJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v96MgxDmbJ .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v96MgxDmbJ .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-v96MgxDmbJ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v96MgxDmbJ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v96MgxDmbJ .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v96MgxDmbJ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v96MgxDmbJ .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v96MgxDmbJ .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-v96MgxDmbJ .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-v96MgxDmbJ .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-v96MgxDmbJ .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #edefeb;
}
.cid-v96MgxDmbJ .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-v96MgxDmbJ .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-v96MgxDmbJ .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-v96MgxDmbJ .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v96MgxDmbJ .btn-wrapper {
  margin-top: -10%;
}
.cid-v96MgxDmbJ .mbr-section-title {
  color: #f4f4f4;
}
.cid-v96MgxDmbJ .mbr-text {
  color: #f4f4f4;
}
.cid-v96MgxDmbJ .item-title {
  color: #58595b;
}
.cid-v96MgxDmbJ .item-title,
.cid-v96MgxDmbJ .items-wrapper {
  color: #603010;
}
.cid-v96Pxi0KKG {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-v96Pxi0KKG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v96Pxi0KKG .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v96Pxi0KKG .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v96Pxi0KKG .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v96Pxi0KKG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v96Pxi0KKG .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v96Pxi0KKG .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v96Pxi0KKG .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v96Pxi0KKG .card-title,
.cid-v96Pxi0KKG .iconfont-wrapper {
  color: #000000;
}
.cid-v96Pxi0KKG .card-text {
  color: #000000;
}
.cid-v96Pxi0KKG .content-head {
  max-width: 800px;
}
.cid-v96Pxi0KKG .mbr-section-title {
  color: #603010;
}
.cid-v96Pxi0KKG .mbr-section-subtitle {
  text-align: center;
}
.cid-v96Pxi0KKG .card-title,
.cid-v96Pxi0KKG .img-wrapper {
  color: #603010;
}
.cid-v96MeqoqZU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-12-1920x1280.jpg");
}
.cid-v96MeqoqZU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v96MeqoqZU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v96MeqoqZU .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v96MeqoqZU .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v96MeqoqZU .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v96MeqoqZU .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v96MeqoqZU .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v96MeqoqZU .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffc091;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #603010;
  height: 80px;
  border-radius: 50%;
}
.cid-v96MeqoqZU .mbr-section-title {
  color: #ffffff;
}
.cid-v96MeqoqZU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v96MeqoqZU .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v96MeqoqZU .card-box .item-footer {
  margin-top: auto;
}
.cid-v96MeqoqZU .content-head {
  max-width: 800px;
}
.cid-v96MeqoqZU .card-title,
.cid-v96MeqoqZU .iconfont-wrapper {
  color: #603010;
}
.cid-vdgTEoX3cj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-vdgTEoX3cj .mbr-section-title {
  margin-bottom: 58px;
  color: #000000;
  text-align: center;
}
.cid-vdgTEoX3cj .mbr-form-container {
  width: 100%;
  margin-top: 12px;
}
.cid-vdgTEoX3cj .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 25px;
}
.cid-vdgTEoX3cj .form-message-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding: 0;
}
.cid-vdgTEoX3cj form .row {
  margin: 0;
  border: none !important;
}
.cid-vdgTEoX3cj form .form-group {
  flex-grow: 1;
}
.cid-vdgTEoX3cj form .form-group input,
.cid-vdgTEoX3cj form .form-group textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.24);
  border: 1px solid #3d626c !important;
}
.cid-vdgTEoX3cj form .form-group input:hover,
.cid-vdgTEoX3cj form .form-group textarea:hover,
.cid-vdgTEoX3cj form .form-group input :focus,
.cid-vdgTEoX3cj form .form-group textarea :focus,
.cid-vdgTEoX3cj form .form-group input :active,
.cid-vdgTEoX3cj form .form-group textarea :active {
  box-shadow: none !important;
}
.cid-vdgTEoX3cj .form-group input {
  height: 59px;
  padding: 7px 20px !important;
  color: #012b3a;
  font-size: 18px !important;
}
.cid-vdgTEoX3cj .form-group textarea {
  padding: 7px 20px !important;
  height: 95px;
  font-size: 18px !important;
}
.cid-vdgTEoX3cj .form-group {
  margin-bottom: 11px !important;
}
.cid-vdgTEoX3cj .form-group input:focus {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgTEoX3cj .form-group textarea:focus {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgTEoX3cj .form-group input:hover {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgTEoX3cj .form-group textarea:hover {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgTEoX3cj .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
  margin: 5px;
}
.cid-vdgTEoX3cj a {
  font-weight: 400;
  letter-spacing: 5.4px;
  display: inline-block;
  width: auto;
}
.cid-vdgTEoX3cj .mbr-section-btn {
  margin-top: 11px;
  text-align: center;
}
.cid-vdgTEoX3cj .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #603010;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-vdgTEoX3cj textarea::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdgTEoX3cj input::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdgTEoX3cj .container {
  max-width: 1140px;
}
.cid-vdgTEoX3cj label {
  color: #6c757d;
  font-size: 18px;
  font-family: 'Outfit';
}
.cid-vdgTEoX3cj .form-check .form-check-input {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-vdgTEoX3cj .form-check .form-check-input:focus {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-v8IyRWeBvy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #603010;
}
.cid-v8IyRWeBvy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8IyRWeBvy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8IyRWeBvy .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v8IyRWeBvy .footer-col {
    flex-direction: column;
  }
}
.cid-v8IyRWeBvy .row {
  background: #603010;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v8IyRWeBvy .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v8IyRWeBvy .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v8IyRWeBvy .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v8IyRWeBvy .mbr-section-btn {
    text-align: center;
  }
}
.cid-v8IyRWeBvy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v8IyRWeBvy .soc-item {
  margin: 8px;
}
.cid-v8IyRWeBvy .soc-item a:hover .mbr-iconfont,
.cid-v8IyRWeBvy .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v8IyRWeBvy .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v8IyRWeBvy .row {
    text-align: center;
  }
  .cid-v8IyRWeBvy .social-row {
    justify-content: center;
  }
}
.cid-v8IyRWeBvy .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v8IyRWeBvy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8IyRWeBvy .list {
    margin-bottom: 0rem;
  }
}
.cid-v8IyRWeBvy .mbr-text {
  color: #bbbbbb;
}
.cid-v8IyRWeBvy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8IyRWeBvy .list,
.cid-v8IyRWeBvy .item-wrap {
  color: #ffffff;
}
.cid-v8IyRWeBvy .copyright {
  color: #ffffff;
}
.cid-vh24A6QHTm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vh24A6QHTm .navbar-fixed-top {
  padding-top: 0;
}
.cid-vh24A6QHTm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vh24A6QHTm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-content-top {
  background: #603010;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-vh24A6QHTm .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .nav-link,
.cid-vh24A6QHTm .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-vh24A6QHTm .nav-link:hover,
.cid-vh24A6QHTm .brand-name:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .dropdown-menu {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .dropdown-item:active {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-vh24A6QHTm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vh24A6QHTm .nav-item {
  position: relative;
}
.cid-vh24A6QHTm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vh24A6QHTm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vh24A6QHTm .nav-item .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .content-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #603010;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vh24A6QHTm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vh24A6QHTm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vh24A6QHTm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh24A6QHTm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vh24A6QHTm .content-right-side {
  text-align: center;
}
.cid-vh24A6QHTm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vh24A6QHTm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vh24A6QHTm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vh24A6QHTm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vh24A6QHTm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh24A6QHTm .info-widget:first-child {
  margin-left: 0;
}
.cid-vh24A6QHTm .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vh24A6QHTm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vh24A6QHTm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-vh24A6QHTm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #603010;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-vh24A6QHTm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #603010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vh24A6QHTm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-vh24A6QHTm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-vh24A6QHTm .navbar {
    display: block;
    padding: 0;
  }
  .cid-vh24A6QHTm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vh24A6QHTm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vh24A6QHTm .navbar-toggler {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-vh24A6QHTm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vh24A6QHTm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-vh24A6QHTm .btn-sm {
  padding: 13px 29px;
}
.cid-vh24A6QHTm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vh24A6QHTm .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vh24A6QHTm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh24A6QHTm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vh24A6QHTm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vh24A6QHTm button.navbar-toggler:focus {
  outline: none;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #603010;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh24A6QHTm .collapsed .btn {
  display: flex;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .collapsed button.navbar-toggler {
  display: block;
}
.cid-vh24A6QHTm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vh24A6QHTm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vh24A6QHTm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vh24A6QHTm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .menu-content-top {
    display: flex;
  }
  .cid-vh24A6QHTm .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-vh24A6QHTm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vh24A6QHTm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vh24A6QHTm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vh24A6QHTm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vh24A6QHTm .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing,
  .cid-vh24A6QHTm .navbar-collapse.show {
    display: block !important;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #603010;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vh24A6QHTm img {
    height: 3.8rem !important;
  }
  .cid-vh24A6QHTm .btn {
    display: flex;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-vh24A6QHTm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vh24A6QHTm .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .navbar-toggler {
  position: relative;
}
.cid-vh24A6QHTm .widget-title,
.cid-vh24A6QHTm .widget-icon {
  color: #ffffff;
}
.cid-vh24A6QHTm .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vh24A6QHTm .menu-content-top,
  .cid-vh24A6QHTm .menu-bottom {
    padding: 0 15px;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    align-self: center;
  }
  .cid-vh24A6QHTm .btn {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .widget-icon {
    padding-right: 0;
  }
}
.cid-vh24A6QHTm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #603010;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #edefeb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vh24A6QHTm .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vh24A6QHTm .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-v919fJs7zn {
  align-items: flex-end;
  background-image: url("../../../assets/images/mbr-1920x1277.jpg");
}
.cid-v919fJs7zn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v919fJs7zn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v919fJs7zn .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v919fJs7zn .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-v919fJs7zn .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v919fJs7zn .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v919fJs7zn .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v919fJs7zn .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v919fJs7zn .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v919fJs7zn .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-v919fJs7zn .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-v919fJs7zn .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-v919fJs7zn .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #edefeb;
}
.cid-v919fJs7zn .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-v919fJs7zn .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-v919fJs7zn .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-v919fJs7zn .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v919fJs7zn .btn-wrapper {
  margin-top: -10%;
}
.cid-v919fJs7zn .mbr-section-title {
  color: #f4f4f4;
}
.cid-v919fJs7zn .mbr-text {
  color: #f4f4f4;
}
.cid-v919fJs7zn .item-title {
  color: #58595b;
}
.cid-v919fJs7zn .item-title,
.cid-v919fJs7zn .items-wrapper {
  color: #000000;
}
.cid-v90ZivBdZq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-v90ZivBdZq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v90ZivBdZq .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v90ZivBdZq .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v90ZivBdZq .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v90ZivBdZq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v90ZivBdZq .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v90ZivBdZq .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v90ZivBdZq .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v90ZivBdZq .card-title,
.cid-v90ZivBdZq .iconfont-wrapper {
  color: #000000;
}
.cid-v90ZivBdZq .card-text {
  color: #000000;
}
.cid-v90ZivBdZq .content-head {
  max-width: 800px;
}
.cid-v90ZivBdZq .mbr-section-title {
  color: #603010;
}
.cid-v90ZivBdZq .mbr-section-subtitle {
  text-align: center;
}
.cid-v90ZivBdZq .card-title,
.cid-v90ZivBdZq .img-wrapper {
  color: #603010;
}
.cid-v919ozwYcA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1277.jpg");
}
.cid-v919ozwYcA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v919ozwYcA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v919ozwYcA .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v919ozwYcA .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v919ozwYcA .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v919ozwYcA .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v919ozwYcA .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v919ozwYcA .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffc091;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #603010;
  height: 80px;
  border-radius: 50%;
}
.cid-v919ozwYcA .mbr-section-title {
  color: #ffffff;
}
.cid-v919ozwYcA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v919ozwYcA .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v919ozwYcA .card-box .item-footer {
  margin-top: auto;
}
.cid-v919ozwYcA .content-head {
  max-width: 800px;
}
.cid-v919ozwYcA .card-title,
.cid-v919ozwYcA .iconfont-wrapper {
  color: #603010;
}
.cid-vdgWoJxyLn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-vdgWoJxyLn .mbr-section-title {
  margin-bottom: 58px;
  color: #000000;
  text-align: center;
}
.cid-vdgWoJxyLn .mbr-form-container {
  width: 100%;
  margin-top: 12px;
}
.cid-vdgWoJxyLn .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 25px;
}
.cid-vdgWoJxyLn .form-message-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding: 0;
}
.cid-vdgWoJxyLn form .row {
  margin: 0;
  border: none !important;
}
.cid-vdgWoJxyLn form .form-group {
  flex-grow: 1;
}
.cid-vdgWoJxyLn form .form-group input,
.cid-vdgWoJxyLn form .form-group textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.24);
  border: 1px solid #3d626c !important;
}
.cid-vdgWoJxyLn form .form-group input:hover,
.cid-vdgWoJxyLn form .form-group textarea:hover,
.cid-vdgWoJxyLn form .form-group input :focus,
.cid-vdgWoJxyLn form .form-group textarea :focus,
.cid-vdgWoJxyLn form .form-group input :active,
.cid-vdgWoJxyLn form .form-group textarea :active {
  box-shadow: none !important;
}
.cid-vdgWoJxyLn .form-group input {
  height: 59px;
  padding: 7px 20px !important;
  color: #012b3a;
  font-size: 18px !important;
}
.cid-vdgWoJxyLn .form-group textarea {
  padding: 7px 20px !important;
  height: 95px;
  font-size: 18px !important;
}
.cid-vdgWoJxyLn .form-group {
  margin-bottom: 11px !important;
}
.cid-vdgWoJxyLn .form-group input:focus {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgWoJxyLn .form-group textarea:focus {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgWoJxyLn .form-group input:hover {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgWoJxyLn .form-group textarea:hover {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgWoJxyLn .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
  margin: 5px;
}
.cid-vdgWoJxyLn a {
  font-weight: 400;
  letter-spacing: 5.4px;
  display: inline-block;
  width: auto;
}
.cid-vdgWoJxyLn .mbr-section-btn {
  margin-top: 11px;
  text-align: center;
}
.cid-vdgWoJxyLn .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #603010;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-vdgWoJxyLn textarea::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdgWoJxyLn input::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdgWoJxyLn .container {
  max-width: 1140px;
}
.cid-vdgWoJxyLn label {
  color: #6c757d;
  font-size: 18px;
  font-family: 'Outfit';
}
.cid-vdgWoJxyLn .form-check .form-check-input {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-vdgWoJxyLn .form-check .form-check-input:focus {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-v90Zix3l8q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #603010;
}
.cid-v90Zix3l8q .mbr-fallback-image.disabled {
  display: none;
}
.cid-v90Zix3l8q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v90Zix3l8q .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v90Zix3l8q .footer-col {
    flex-direction: column;
  }
}
.cid-v90Zix3l8q .row {
  background: #603010;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v90Zix3l8q .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v90Zix3l8q .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v90Zix3l8q .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v90Zix3l8q .mbr-section-btn {
    text-align: center;
  }
}
.cid-v90Zix3l8q .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v90Zix3l8q .soc-item {
  margin: 8px;
}
.cid-v90Zix3l8q .soc-item a:hover .mbr-iconfont,
.cid-v90Zix3l8q .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v90Zix3l8q .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v90Zix3l8q .row {
    text-align: center;
  }
  .cid-v90Zix3l8q .social-row {
    justify-content: center;
  }
}
.cid-v90Zix3l8q .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v90Zix3l8q .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v90Zix3l8q .list {
    margin-bottom: 0rem;
  }
}
.cid-v90Zix3l8q .mbr-text {
  color: #bbbbbb;
}
.cid-v90Zix3l8q .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v90Zix3l8q .list,
.cid-v90Zix3l8q .item-wrap {
  color: #ffffff;
}
.cid-v90Zix3l8q .copyright {
  color: #ffffff;
}
.cid-vh24A6QHTm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vh24A6QHTm .navbar-fixed-top {
  padding-top: 0;
}
.cid-vh24A6QHTm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vh24A6QHTm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-content-top {
  background: #603010;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-vh24A6QHTm .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .nav-link,
.cid-vh24A6QHTm .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-vh24A6QHTm .nav-link:hover,
.cid-vh24A6QHTm .brand-name:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .dropdown-menu {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .dropdown-item:active {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-vh24A6QHTm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vh24A6QHTm .nav-item {
  position: relative;
}
.cid-vh24A6QHTm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vh24A6QHTm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vh24A6QHTm .nav-item .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .content-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #603010;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vh24A6QHTm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vh24A6QHTm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vh24A6QHTm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh24A6QHTm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vh24A6QHTm .content-right-side {
  text-align: center;
}
.cid-vh24A6QHTm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vh24A6QHTm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vh24A6QHTm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vh24A6QHTm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vh24A6QHTm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh24A6QHTm .info-widget:first-child {
  margin-left: 0;
}
.cid-vh24A6QHTm .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vh24A6QHTm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vh24A6QHTm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-vh24A6QHTm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #603010;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-vh24A6QHTm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #603010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vh24A6QHTm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-vh24A6QHTm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-vh24A6QHTm .navbar {
    display: block;
    padding: 0;
  }
  .cid-vh24A6QHTm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vh24A6QHTm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vh24A6QHTm .navbar-toggler {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-vh24A6QHTm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vh24A6QHTm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-vh24A6QHTm .btn-sm {
  padding: 13px 29px;
}
.cid-vh24A6QHTm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vh24A6QHTm .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vh24A6QHTm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh24A6QHTm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vh24A6QHTm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vh24A6QHTm button.navbar-toggler:focus {
  outline: none;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #603010;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh24A6QHTm .collapsed .btn {
  display: flex;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .collapsed button.navbar-toggler {
  display: block;
}
.cid-vh24A6QHTm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vh24A6QHTm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vh24A6QHTm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vh24A6QHTm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .menu-content-top {
    display: flex;
  }
  .cid-vh24A6QHTm .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-vh24A6QHTm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vh24A6QHTm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vh24A6QHTm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vh24A6QHTm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vh24A6QHTm .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing,
  .cid-vh24A6QHTm .navbar-collapse.show {
    display: block !important;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #603010;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vh24A6QHTm img {
    height: 3.8rem !important;
  }
  .cid-vh24A6QHTm .btn {
    display: flex;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-vh24A6QHTm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vh24A6QHTm .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .navbar-toggler {
  position: relative;
}
.cid-vh24A6QHTm .widget-title,
.cid-vh24A6QHTm .widget-icon {
  color: #ffffff;
}
.cid-vh24A6QHTm .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vh24A6QHTm .menu-content-top,
  .cid-vh24A6QHTm .menu-bottom {
    padding: 0 15px;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    align-self: center;
  }
  .cid-vh24A6QHTm .btn {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .widget-icon {
    padding-right: 0;
  }
}
.cid-vh24A6QHTm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #603010;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #edefeb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vh24A6QHTm .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vh24A6QHTm .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-v91unvr7CW {
  align-items: flex-end;
  background-image: url("../../../assets/images/mbr-1920x1275.jpg");
}
.cid-v91unvr7CW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91unvr7CW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91unvr7CW .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v91unvr7CW .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-v91unvr7CW .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v91unvr7CW .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v91unvr7CW .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v91unvr7CW .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91unvr7CW .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91unvr7CW .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-v91unvr7CW .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-v91unvr7CW .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-v91unvr7CW .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #edefeb;
}
.cid-v91unvr7CW .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-v91unvr7CW .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-v91unvr7CW .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-v91unvr7CW .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v91unvr7CW .btn-wrapper {
  margin-top: -10%;
}
.cid-v91unvr7CW .mbr-section-title {
  color: #f4f4f4;
}
.cid-v91unvr7CW .mbr-text {
  color: #f4f4f4;
}
.cid-v91unvr7CW .item-title {
  color: #58595b;
}
.cid-v91unvr7CW .item-title,
.cid-v91unvr7CW .items-wrapper {
  color: #000000;
}
.cid-v91unxrhJD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-v91unxrhJD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91unxrhJD .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v91unxrhJD .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v91unxrhJD .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v91unxrhJD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91unxrhJD .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v91unxrhJD .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v91unxrhJD .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v91unxrhJD .card-title,
.cid-v91unxrhJD .iconfont-wrapper {
  color: #000000;
}
.cid-v91unxrhJD .card-text {
  color: #000000;
}
.cid-v91unxrhJD .content-head {
  max-width: 800px;
}
.cid-v91unxrhJD .mbr-section-title {
  color: #603010;
}
.cid-v91unxrhJD .mbr-section-subtitle {
  text-align: center;
}
.cid-v91unxrhJD .card-title,
.cid-v91unxrhJD .img-wrapper {
  color: #603010;
}
.cid-v91unywoX6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-17-1920x1280.jpg");
}
.cid-v91unywoX6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91unywoX6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91unywoX6 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v91unywoX6 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v91unywoX6 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v91unywoX6 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v91unywoX6 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v91unywoX6 .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffc091;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #603010;
  height: 80px;
  border-radius: 50%;
}
.cid-v91unywoX6 .mbr-section-title {
  color: #ffffff;
}
.cid-v91unywoX6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v91unywoX6 .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v91unywoX6 .card-box .item-footer {
  margin-top: auto;
}
.cid-v91unywoX6 .content-head {
  max-width: 800px;
}
.cid-v91unywoX6 .card-title,
.cid-v91unywoX6 .iconfont-wrapper {
  color: #603010;
}
.cid-vdh4wtl9Ze {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-vdh4wtl9Ze .mbr-section-title {
  margin-bottom: 58px;
  color: #000000;
  text-align: center;
}
.cid-vdh4wtl9Ze .mbr-form-container {
  width: 100%;
  margin-top: 12px;
}
.cid-vdh4wtl9Ze .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 25px;
}
.cid-vdh4wtl9Ze .form-message-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding: 0;
}
.cid-vdh4wtl9Ze form .row {
  margin: 0;
  border: none !important;
}
.cid-vdh4wtl9Ze form .form-group {
  flex-grow: 1;
}
.cid-vdh4wtl9Ze form .form-group input,
.cid-vdh4wtl9Ze form .form-group textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.24);
  border: 1px solid #3d626c !important;
}
.cid-vdh4wtl9Ze form .form-group input:hover,
.cid-vdh4wtl9Ze form .form-group textarea:hover,
.cid-vdh4wtl9Ze form .form-group input :focus,
.cid-vdh4wtl9Ze form .form-group textarea :focus,
.cid-vdh4wtl9Ze form .form-group input :active,
.cid-vdh4wtl9Ze form .form-group textarea :active {
  box-shadow: none !important;
}
.cid-vdh4wtl9Ze .form-group input {
  height: 59px;
  padding: 7px 20px !important;
  color: #012b3a;
  font-size: 18px !important;
}
.cid-vdh4wtl9Ze .form-group textarea {
  padding: 7px 20px !important;
  height: 95px;
  font-size: 18px !important;
}
.cid-vdh4wtl9Ze .form-group {
  margin-bottom: 11px !important;
}
.cid-vdh4wtl9Ze .form-group input:focus {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdh4wtl9Ze .form-group textarea:focus {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdh4wtl9Ze .form-group input:hover {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdh4wtl9Ze .form-group textarea:hover {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdh4wtl9Ze .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
  margin: 5px;
}
.cid-vdh4wtl9Ze a {
  font-weight: 400;
  letter-spacing: 5.4px;
  display: inline-block;
  width: auto;
}
.cid-vdh4wtl9Ze .mbr-section-btn {
  margin-top: 11px;
  text-align: center;
}
.cid-vdh4wtl9Ze .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #603010;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-vdh4wtl9Ze textarea::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdh4wtl9Ze input::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdh4wtl9Ze .container {
  max-width: 1140px;
}
.cid-vdh4wtl9Ze label {
  color: #6c757d;
  font-size: 18px;
  font-family: 'Outfit';
}
.cid-vdh4wtl9Ze .form-check .form-check-input {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-vdh4wtl9Ze .form-check .form-check-input:focus {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-v91unAbFZr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #603010;
}
.cid-v91unAbFZr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91unAbFZr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91unAbFZr .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v91unAbFZr .footer-col {
    flex-direction: column;
  }
}
.cid-v91unAbFZr .row {
  background: #603010;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v91unAbFZr .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v91unAbFZr .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v91unAbFZr .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v91unAbFZr .mbr-section-btn {
    text-align: center;
  }
}
.cid-v91unAbFZr .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v91unAbFZr .soc-item {
  margin: 8px;
}
.cid-v91unAbFZr .soc-item a:hover .mbr-iconfont,
.cid-v91unAbFZr .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v91unAbFZr .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v91unAbFZr .row {
    text-align: center;
  }
  .cid-v91unAbFZr .social-row {
    justify-content: center;
  }
}
.cid-v91unAbFZr .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v91unAbFZr .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v91unAbFZr .list {
    margin-bottom: 0rem;
  }
}
.cid-v91unAbFZr .mbr-text {
  color: #bbbbbb;
}
.cid-v91unAbFZr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v91unAbFZr .list,
.cid-v91unAbFZr .item-wrap {
  color: #ffffff;
}
.cid-v91unAbFZr .copyright {
  color: #ffffff;
}
.cid-vh24A6QHTm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vh24A6QHTm .navbar-fixed-top {
  padding-top: 0;
}
.cid-vh24A6QHTm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vh24A6QHTm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-content-top {
  background: #603010;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-vh24A6QHTm .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .nav-link,
.cid-vh24A6QHTm .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-vh24A6QHTm .nav-link:hover,
.cid-vh24A6QHTm .brand-name:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .dropdown-menu {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .dropdown-item:active {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-vh24A6QHTm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vh24A6QHTm .nav-item {
  position: relative;
}
.cid-vh24A6QHTm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vh24A6QHTm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vh24A6QHTm .nav-item .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .content-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #603010;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vh24A6QHTm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vh24A6QHTm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vh24A6QHTm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh24A6QHTm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vh24A6QHTm .content-right-side {
  text-align: center;
}
.cid-vh24A6QHTm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vh24A6QHTm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vh24A6QHTm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vh24A6QHTm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vh24A6QHTm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh24A6QHTm .info-widget:first-child {
  margin-left: 0;
}
.cid-vh24A6QHTm .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vh24A6QHTm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vh24A6QHTm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-vh24A6QHTm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #603010;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-vh24A6QHTm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #603010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vh24A6QHTm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-vh24A6QHTm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-vh24A6QHTm .navbar {
    display: block;
    padding: 0;
  }
  .cid-vh24A6QHTm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vh24A6QHTm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vh24A6QHTm .navbar-toggler {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-vh24A6QHTm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vh24A6QHTm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-vh24A6QHTm .btn-sm {
  padding: 13px 29px;
}
.cid-vh24A6QHTm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vh24A6QHTm .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vh24A6QHTm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh24A6QHTm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vh24A6QHTm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vh24A6QHTm button.navbar-toggler:focus {
  outline: none;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #603010;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh24A6QHTm .collapsed .btn {
  display: flex;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .collapsed button.navbar-toggler {
  display: block;
}
.cid-vh24A6QHTm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vh24A6QHTm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vh24A6QHTm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vh24A6QHTm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .menu-content-top {
    display: flex;
  }
  .cid-vh24A6QHTm .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-vh24A6QHTm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vh24A6QHTm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vh24A6QHTm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vh24A6QHTm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vh24A6QHTm .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing,
  .cid-vh24A6QHTm .navbar-collapse.show {
    display: block !important;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #603010;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vh24A6QHTm img {
    height: 3.8rem !important;
  }
  .cid-vh24A6QHTm .btn {
    display: flex;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-vh24A6QHTm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vh24A6QHTm .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .navbar-toggler {
  position: relative;
}
.cid-vh24A6QHTm .widget-title,
.cid-vh24A6QHTm .widget-icon {
  color: #ffffff;
}
.cid-vh24A6QHTm .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vh24A6QHTm .menu-content-top,
  .cid-vh24A6QHTm .menu-bottom {
    padding: 0 15px;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    align-self: center;
  }
  .cid-vh24A6QHTm .btn {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .widget-icon {
    padding-right: 0;
  }
}
.cid-vh24A6QHTm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #603010;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #edefeb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vh24A6QHTm .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vh24A6QHTm .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-v91wZIXoVr {
  align-items: flex-end;
  background-image: url("../../../assets/images/mbr-6-1920x1280.jpg");
}
.cid-v91wZIXoVr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91wZIXoVr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91wZIXoVr .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v91wZIXoVr .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-v91wZIXoVr .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v91wZIXoVr .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v91wZIXoVr .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v91wZIXoVr .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91wZIXoVr .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91wZIXoVr .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-v91wZIXoVr .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-v91wZIXoVr .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-v91wZIXoVr .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #edefeb;
}
.cid-v91wZIXoVr .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-v91wZIXoVr .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-v91wZIXoVr .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-v91wZIXoVr .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v91wZIXoVr .btn-wrapper {
  margin-top: -10%;
}
.cid-v91wZIXoVr .mbr-section-title {
  color: #f4f4f4;
}
.cid-v91wZIXoVr .mbr-text {
  color: #f4f4f4;
}
.cid-v91wZIXoVr .item-title {
  color: #58595b;
}
.cid-v91wZIXoVr .item-title,
.cid-v91wZIXoVr .items-wrapper {
  color: #000000;
}
.cid-v91wZK6cNN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-v91wZK6cNN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91wZK6cNN .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v91wZK6cNN .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v91wZK6cNN .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v91wZK6cNN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91wZK6cNN .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v91wZK6cNN .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v91wZK6cNN .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v91wZK6cNN .card-title,
.cid-v91wZK6cNN .iconfont-wrapper {
  color: #000000;
}
.cid-v91wZK6cNN .card-text {
  color: #000000;
}
.cid-v91wZK6cNN .content-head {
  max-width: 800px;
}
.cid-v91wZK6cNN .mbr-section-title {
  color: #603010;
}
.cid-v91wZK6cNN .mbr-section-subtitle {
  text-align: center;
}
.cid-v91wZK6cNN .card-title,
.cid-v91wZK6cNN .img-wrapper {
  color: #603010;
}
.cid-v91wZKCw9s {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-2-1920x1440.jpg");
}
.cid-v91wZKCw9s .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91wZKCw9s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91wZKCw9s .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v91wZKCw9s .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v91wZKCw9s .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v91wZKCw9s .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v91wZKCw9s .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v91wZKCw9s .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffc091;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #603010;
  height: 80px;
  border-radius: 50%;
}
.cid-v91wZKCw9s .mbr-section-title {
  color: #ffffff;
}
.cid-v91wZKCw9s .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v91wZKCw9s .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v91wZKCw9s .card-box .item-footer {
  margin-top: auto;
}
.cid-v91wZKCw9s .content-head {
  max-width: 800px;
}
.cid-v91wZKCw9s .card-title,
.cid-v91wZKCw9s .iconfont-wrapper {
  color: #603010;
}
.cid-vdh4QAYj6r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-vdh4QAYj6r .mbr-section-title {
  margin-bottom: 58px;
  color: #000000;
  text-align: center;
}
.cid-vdh4QAYj6r .mbr-form-container {
  width: 100%;
  margin-top: 12px;
}
.cid-vdh4QAYj6r .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 25px;
}
.cid-vdh4QAYj6r .form-message-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding: 0;
}
.cid-vdh4QAYj6r form .row {
  margin: 0;
  border: none !important;
}
.cid-vdh4QAYj6r form .form-group {
  flex-grow: 1;
}
.cid-vdh4QAYj6r form .form-group input,
.cid-vdh4QAYj6r form .form-group textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.24);
  border: 1px solid #3d626c !important;
}
.cid-vdh4QAYj6r form .form-group input:hover,
.cid-vdh4QAYj6r form .form-group textarea:hover,
.cid-vdh4QAYj6r form .form-group input :focus,
.cid-vdh4QAYj6r form .form-group textarea :focus,
.cid-vdh4QAYj6r form .form-group input :active,
.cid-vdh4QAYj6r form .form-group textarea :active {
  box-shadow: none !important;
}
.cid-vdh4QAYj6r .form-group input {
  height: 59px;
  padding: 7px 20px !important;
  color: #012b3a;
  font-size: 18px !important;
}
.cid-vdh4QAYj6r .form-group textarea {
  padding: 7px 20px !important;
  height: 95px;
  font-size: 18px !important;
}
.cid-vdh4QAYj6r .form-group {
  margin-bottom: 11px !important;
}
.cid-vdh4QAYj6r .form-group input:focus {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdh4QAYj6r .form-group textarea:focus {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdh4QAYj6r .form-group input:hover {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdh4QAYj6r .form-group textarea:hover {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdh4QAYj6r .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
  margin: 5px;
}
.cid-vdh4QAYj6r a {
  font-weight: 400;
  letter-spacing: 5.4px;
  display: inline-block;
  width: auto;
}
.cid-vdh4QAYj6r .mbr-section-btn {
  margin-top: 11px;
  text-align: center;
}
.cid-vdh4QAYj6r .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #603010;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-vdh4QAYj6r textarea::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdh4QAYj6r input::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdh4QAYj6r .container {
  max-width: 1140px;
}
.cid-vdh4QAYj6r label {
  color: #6c757d;
  font-size: 18px;
  font-family: 'Outfit';
}
.cid-vdh4QAYj6r .form-check .form-check-input {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-vdh4QAYj6r .form-check .form-check-input:focus {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-v91wZLqvSP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #603010;
}
.cid-v91wZLqvSP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91wZLqvSP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91wZLqvSP .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v91wZLqvSP .footer-col {
    flex-direction: column;
  }
}
.cid-v91wZLqvSP .row {
  background: #603010;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v91wZLqvSP .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v91wZLqvSP .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v91wZLqvSP .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v91wZLqvSP .mbr-section-btn {
    text-align: center;
  }
}
.cid-v91wZLqvSP .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v91wZLqvSP .soc-item {
  margin: 8px;
}
.cid-v91wZLqvSP .soc-item a:hover .mbr-iconfont,
.cid-v91wZLqvSP .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v91wZLqvSP .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v91wZLqvSP .row {
    text-align: center;
  }
  .cid-v91wZLqvSP .social-row {
    justify-content: center;
  }
}
.cid-v91wZLqvSP .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v91wZLqvSP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v91wZLqvSP .list {
    margin-bottom: 0rem;
  }
}
.cid-v91wZLqvSP .mbr-text {
  color: #bbbbbb;
}
.cid-v91wZLqvSP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v91wZLqvSP .list,
.cid-v91wZLqvSP .item-wrap {
  color: #ffffff;
}
.cid-v91wZLqvSP .copyright {
  color: #ffffff;
}
.cid-vh24A6QHTm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vh24A6QHTm .navbar-fixed-top {
  padding-top: 0;
}
.cid-vh24A6QHTm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vh24A6QHTm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-content-top {
  background: #603010;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-vh24A6QHTm .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .nav-link,
.cid-vh24A6QHTm .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-vh24A6QHTm .nav-link:hover,
.cid-vh24A6QHTm .brand-name:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .dropdown-menu {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .dropdown-item:active {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-vh24A6QHTm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vh24A6QHTm .nav-item {
  position: relative;
}
.cid-vh24A6QHTm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vh24A6QHTm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vh24A6QHTm .nav-item .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .content-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #603010;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vh24A6QHTm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vh24A6QHTm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vh24A6QHTm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh24A6QHTm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vh24A6QHTm .content-right-side {
  text-align: center;
}
.cid-vh24A6QHTm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vh24A6QHTm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vh24A6QHTm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vh24A6QHTm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vh24A6QHTm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh24A6QHTm .info-widget:first-child {
  margin-left: 0;
}
.cid-vh24A6QHTm .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vh24A6QHTm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vh24A6QHTm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-vh24A6QHTm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #603010;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-vh24A6QHTm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #603010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vh24A6QHTm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-vh24A6QHTm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-vh24A6QHTm .navbar {
    display: block;
    padding: 0;
  }
  .cid-vh24A6QHTm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vh24A6QHTm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vh24A6QHTm .navbar-toggler {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-vh24A6QHTm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vh24A6QHTm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-vh24A6QHTm .btn-sm {
  padding: 13px 29px;
}
.cid-vh24A6QHTm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vh24A6QHTm .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vh24A6QHTm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh24A6QHTm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vh24A6QHTm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vh24A6QHTm button.navbar-toggler:focus {
  outline: none;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #603010;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh24A6QHTm .collapsed .btn {
  display: flex;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .collapsed button.navbar-toggler {
  display: block;
}
.cid-vh24A6QHTm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vh24A6QHTm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vh24A6QHTm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vh24A6QHTm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .menu-content-top {
    display: flex;
  }
  .cid-vh24A6QHTm .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-vh24A6QHTm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vh24A6QHTm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vh24A6QHTm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vh24A6QHTm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vh24A6QHTm .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing,
  .cid-vh24A6QHTm .navbar-collapse.show {
    display: block !important;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #603010;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vh24A6QHTm img {
    height: 3.8rem !important;
  }
  .cid-vh24A6QHTm .btn {
    display: flex;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-vh24A6QHTm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vh24A6QHTm .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .navbar-toggler {
  position: relative;
}
.cid-vh24A6QHTm .widget-title,
.cid-vh24A6QHTm .widget-icon {
  color: #ffffff;
}
.cid-vh24A6QHTm .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vh24A6QHTm .menu-content-top,
  .cid-vh24A6QHTm .menu-bottom {
    padding: 0 15px;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    align-self: center;
  }
  .cid-vh24A6QHTm .btn {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .widget-icon {
    padding-right: 0;
  }
}
.cid-vh24A6QHTm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #603010;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #edefeb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vh24A6QHTm .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vh24A6QHTm .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-v91AyO3sLO {
  align-items: flex-end;
  background-image: url("../../../assets/images/mbr-18-1920x1280.jpg");
}
.cid-v91AyO3sLO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91AyO3sLO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91AyO3sLO .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v91AyO3sLO .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-v91AyO3sLO .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v91AyO3sLO .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v91AyO3sLO .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v91AyO3sLO .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91AyO3sLO .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91AyO3sLO .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-v91AyO3sLO .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-v91AyO3sLO .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-v91AyO3sLO .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #edefeb;
}
.cid-v91AyO3sLO .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-v91AyO3sLO .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-v91AyO3sLO .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-v91AyO3sLO .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v91AyO3sLO .btn-wrapper {
  margin-top: -10%;
}
.cid-v91AyO3sLO .mbr-section-title {
  color: #f4f4f4;
}
.cid-v91AyO3sLO .mbr-text {
  color: #f4f4f4;
}
.cid-v91AyO3sLO .item-title {
  color: #58595b;
}
.cid-v91AyO3sLO .item-title,
.cid-v91AyO3sLO .items-wrapper {
  color: #000000;
}
.cid-v91AyPN6L8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-v91AyPN6L8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91AyPN6L8 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v91AyPN6L8 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v91AyPN6L8 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v91AyPN6L8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91AyPN6L8 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v91AyPN6L8 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v91AyPN6L8 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v91AyPN6L8 .card-title,
.cid-v91AyPN6L8 .iconfont-wrapper {
  color: #000000;
}
.cid-v91AyPN6L8 .card-text {
  color: #000000;
}
.cid-v91AyPN6L8 .content-head {
  max-width: 800px;
}
.cid-v91AyPN6L8 .mbr-section-title {
  color: #603010;
}
.cid-v91AyPN6L8 .mbr-section-subtitle {
  text-align: center;
}
.cid-v91AyPN6L8 .card-title,
.cid-v91AyPN6L8 .img-wrapper {
  color: #603010;
}
.cid-v91AyQiwIY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-v91AyQiwIY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91AyQiwIY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91AyQiwIY .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v91AyQiwIY .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v91AyQiwIY .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v91AyQiwIY .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v91AyQiwIY .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v91AyQiwIY .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffc091;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #603010;
  height: 80px;
  border-radius: 50%;
}
.cid-v91AyQiwIY .mbr-section-title {
  color: #ffffff;
}
.cid-v91AyQiwIY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v91AyQiwIY .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v91AyQiwIY .card-box .item-footer {
  margin-top: auto;
}
.cid-v91AyQiwIY .content-head {
  max-width: 800px;
}
.cid-v91AyQiwIY .card-title,
.cid-v91AyQiwIY .iconfont-wrapper {
  color: #603010;
}
.cid-vdh592s24T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-vdh592s24T .mbr-section-title {
  margin-bottom: 58px;
  color: #000000;
  text-align: center;
}
.cid-vdh592s24T .mbr-form-container {
  width: 100%;
  margin-top: 12px;
}
.cid-vdh592s24T .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 25px;
}
.cid-vdh592s24T .form-message-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding: 0;
}
.cid-vdh592s24T form .row {
  margin: 0;
  border: none !important;
}
.cid-vdh592s24T form .form-group {
  flex-grow: 1;
}
.cid-vdh592s24T form .form-group input,
.cid-vdh592s24T form .form-group textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.24);
  border: 1px solid #3d626c !important;
}
.cid-vdh592s24T form .form-group input:hover,
.cid-vdh592s24T form .form-group textarea:hover,
.cid-vdh592s24T form .form-group input :focus,
.cid-vdh592s24T form .form-group textarea :focus,
.cid-vdh592s24T form .form-group input :active,
.cid-vdh592s24T form .form-group textarea :active {
  box-shadow: none !important;
}
.cid-vdh592s24T .form-group input {
  height: 59px;
  padding: 7px 20px !important;
  color: #012b3a;
  font-size: 18px !important;
}
.cid-vdh592s24T .form-group textarea {
  padding: 7px 20px !important;
  height: 95px;
  font-size: 18px !important;
}
.cid-vdh592s24T .form-group {
  margin-bottom: 11px !important;
}
.cid-vdh592s24T .form-group input:focus {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdh592s24T .form-group textarea:focus {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdh592s24T .form-group input:hover {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdh592s24T .form-group textarea:hover {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdh592s24T .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
  margin: 5px;
}
.cid-vdh592s24T a {
  font-weight: 400;
  letter-spacing: 5.4px;
  display: inline-block;
  width: auto;
}
.cid-vdh592s24T .mbr-section-btn {
  margin-top: 11px;
  text-align: center;
}
.cid-vdh592s24T .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #603010;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-vdh592s24T textarea::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdh592s24T input::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdh592s24T .container {
  max-width: 1140px;
}
.cid-vdh592s24T label {
  color: #6c757d;
  font-size: 18px;
  font-family: 'Outfit';
}
.cid-vdh592s24T .form-check .form-check-input {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-vdh592s24T .form-check .form-check-input:focus {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-v91AyR4udu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #603010;
}
.cid-v91AyR4udu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91AyR4udu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91AyR4udu .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v91AyR4udu .footer-col {
    flex-direction: column;
  }
}
.cid-v91AyR4udu .row {
  background: #603010;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v91AyR4udu .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v91AyR4udu .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v91AyR4udu .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v91AyR4udu .mbr-section-btn {
    text-align: center;
  }
}
.cid-v91AyR4udu .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v91AyR4udu .soc-item {
  margin: 8px;
}
.cid-v91AyR4udu .soc-item a:hover .mbr-iconfont,
.cid-v91AyR4udu .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v91AyR4udu .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v91AyR4udu .row {
    text-align: center;
  }
  .cid-v91AyR4udu .social-row {
    justify-content: center;
  }
}
.cid-v91AyR4udu .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v91AyR4udu .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v91AyR4udu .list {
    margin-bottom: 0rem;
  }
}
.cid-v91AyR4udu .mbr-text {
  color: #bbbbbb;
}
.cid-v91AyR4udu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v91AyR4udu .list,
.cid-v91AyR4udu .item-wrap {
  color: #ffffff;
}
.cid-v91AyR4udu .copyright {
  color: #ffffff;
}
.cid-vh24A6QHTm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vh24A6QHTm .navbar-fixed-top {
  padding-top: 0;
}
.cid-vh24A6QHTm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vh24A6QHTm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-content-top {
  background: #603010;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-vh24A6QHTm .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .nav-link,
.cid-vh24A6QHTm .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-vh24A6QHTm .nav-link:hover,
.cid-vh24A6QHTm .brand-name:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .dropdown-menu {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .dropdown-item:active {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-vh24A6QHTm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vh24A6QHTm .nav-item {
  position: relative;
}
.cid-vh24A6QHTm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vh24A6QHTm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vh24A6QHTm .nav-item .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .content-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #603010;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vh24A6QHTm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vh24A6QHTm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vh24A6QHTm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh24A6QHTm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vh24A6QHTm .content-right-side {
  text-align: center;
}
.cid-vh24A6QHTm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vh24A6QHTm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vh24A6QHTm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vh24A6QHTm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vh24A6QHTm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh24A6QHTm .info-widget:first-child {
  margin-left: 0;
}
.cid-vh24A6QHTm .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vh24A6QHTm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vh24A6QHTm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-vh24A6QHTm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #603010;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-vh24A6QHTm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #603010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vh24A6QHTm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-vh24A6QHTm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-vh24A6QHTm .navbar {
    display: block;
    padding: 0;
  }
  .cid-vh24A6QHTm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vh24A6QHTm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vh24A6QHTm .navbar-toggler {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-vh24A6QHTm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vh24A6QHTm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-vh24A6QHTm .btn-sm {
  padding: 13px 29px;
}
.cid-vh24A6QHTm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vh24A6QHTm .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vh24A6QHTm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh24A6QHTm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vh24A6QHTm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vh24A6QHTm button.navbar-toggler:focus {
  outline: none;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #603010;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh24A6QHTm .collapsed .btn {
  display: flex;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .collapsed button.navbar-toggler {
  display: block;
}
.cid-vh24A6QHTm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vh24A6QHTm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vh24A6QHTm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vh24A6QHTm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .menu-content-top {
    display: flex;
  }
  .cid-vh24A6QHTm .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-vh24A6QHTm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vh24A6QHTm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vh24A6QHTm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vh24A6QHTm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vh24A6QHTm .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing,
  .cid-vh24A6QHTm .navbar-collapse.show {
    display: block !important;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #603010;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vh24A6QHTm img {
    height: 3.8rem !important;
  }
  .cid-vh24A6QHTm .btn {
    display: flex;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-vh24A6QHTm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vh24A6QHTm .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .navbar-toggler {
  position: relative;
}
.cid-vh24A6QHTm .widget-title,
.cid-vh24A6QHTm .widget-icon {
  color: #ffffff;
}
.cid-vh24A6QHTm .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vh24A6QHTm .menu-content-top,
  .cid-vh24A6QHTm .menu-bottom {
    padding: 0 15px;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    align-self: center;
  }
  .cid-vh24A6QHTm .btn {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .widget-icon {
    padding-right: 0;
  }
}
.cid-vh24A6QHTm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #603010;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #edefeb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vh24A6QHTm .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vh24A6QHTm .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-v91zEuOFmf {
  align-items: flex-end;
  background-image: url("../../../assets/images/mbr-1920x1199.jpg");
}
.cid-v91zEuOFmf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91zEuOFmf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91zEuOFmf .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v91zEuOFmf .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-v91zEuOFmf .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v91zEuOFmf .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v91zEuOFmf .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v91zEuOFmf .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91zEuOFmf .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91zEuOFmf .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-v91zEuOFmf .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-v91zEuOFmf .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-v91zEuOFmf .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #edefeb;
}
.cid-v91zEuOFmf .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-v91zEuOFmf .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-v91zEuOFmf .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-v91zEuOFmf .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v91zEuOFmf .btn-wrapper {
  margin-top: -10%;
}
.cid-v91zEuOFmf .mbr-section-title {
  color: #f4f4f4;
}
.cid-v91zEuOFmf .mbr-text {
  color: #f4f4f4;
}
.cid-v91zEuOFmf .item-title {
  color: #58595b;
}
.cid-v91zEuOFmf .item-title,
.cid-v91zEuOFmf .items-wrapper {
  color: #000000;
}
.cid-v91zEvLPFW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-v91zEvLPFW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91zEvLPFW .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v91zEvLPFW .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v91zEvLPFW .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v91zEvLPFW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91zEvLPFW .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v91zEvLPFW .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v91zEvLPFW .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v91zEvLPFW .card-title,
.cid-v91zEvLPFW .iconfont-wrapper {
  color: #000000;
}
.cid-v91zEvLPFW .card-text {
  color: #000000;
}
.cid-v91zEvLPFW .content-head {
  max-width: 800px;
}
.cid-v91zEvLPFW .mbr-section-title {
  color: #603010;
}
.cid-v91zEvLPFW .mbr-section-subtitle {
  text-align: center;
}
.cid-v91zEvLPFW .card-title,
.cid-v91zEvLPFW .img-wrapper {
  color: #603010;
}
.cid-v91zEwgejf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-18-1920x1280.jpg");
}
.cid-v91zEwgejf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91zEwgejf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91zEwgejf .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v91zEwgejf .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v91zEwgejf .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v91zEwgejf .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v91zEwgejf .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v91zEwgejf .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffc091;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #603010;
  height: 80px;
  border-radius: 50%;
}
.cid-v91zEwgejf .mbr-section-title {
  color: #ffffff;
}
.cid-v91zEwgejf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v91zEwgejf .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v91zEwgejf .card-box .item-footer {
  margin-top: auto;
}
.cid-v91zEwgejf .content-head {
  max-width: 800px;
}
.cid-v91zEwgejf .card-title,
.cid-v91zEwgejf .iconfont-wrapper {
  color: #603010;
}
.cid-vdh5pzJNH9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-vdh5pzJNH9 .mbr-section-title {
  margin-bottom: 58px;
  color: #000000;
  text-align: center;
}
.cid-vdh5pzJNH9 .mbr-form-container {
  width: 100%;
  margin-top: 12px;
}
.cid-vdh5pzJNH9 .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 25px;
}
.cid-vdh5pzJNH9 .form-message-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding: 0;
}
.cid-vdh5pzJNH9 form .row {
  margin: 0;
  border: none !important;
}
.cid-vdh5pzJNH9 form .form-group {
  flex-grow: 1;
}
.cid-vdh5pzJNH9 form .form-group input,
.cid-vdh5pzJNH9 form .form-group textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.24);
  border: 1px solid #3d626c !important;
}
.cid-vdh5pzJNH9 form .form-group input:hover,
.cid-vdh5pzJNH9 form .form-group textarea:hover,
.cid-vdh5pzJNH9 form .form-group input :focus,
.cid-vdh5pzJNH9 form .form-group textarea :focus,
.cid-vdh5pzJNH9 form .form-group input :active,
.cid-vdh5pzJNH9 form .form-group textarea :active {
  box-shadow: none !important;
}
.cid-vdh5pzJNH9 .form-group input {
  height: 59px;
  padding: 7px 20px !important;
  color: #012b3a;
  font-size: 18px !important;
}
.cid-vdh5pzJNH9 .form-group textarea {
  padding: 7px 20px !important;
  height: 95px;
  font-size: 18px !important;
}
.cid-vdh5pzJNH9 .form-group {
  margin-bottom: 11px !important;
}
.cid-vdh5pzJNH9 .form-group input:focus {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdh5pzJNH9 .form-group textarea:focus {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdh5pzJNH9 .form-group input:hover {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdh5pzJNH9 .form-group textarea:hover {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdh5pzJNH9 .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
  margin: 5px;
}
.cid-vdh5pzJNH9 a {
  font-weight: 400;
  letter-spacing: 5.4px;
  display: inline-block;
  width: auto;
}
.cid-vdh5pzJNH9 .mbr-section-btn {
  margin-top: 11px;
  text-align: center;
}
.cid-vdh5pzJNH9 .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #603010;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-vdh5pzJNH9 textarea::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdh5pzJNH9 input::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdh5pzJNH9 .container {
  max-width: 1140px;
}
.cid-vdh5pzJNH9 label {
  color: #6c757d;
  font-size: 18px;
  font-family: 'Outfit';
}
.cid-vdh5pzJNH9 .form-check .form-check-input {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-vdh5pzJNH9 .form-check .form-check-input:focus {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-v91zEx24VR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #603010;
}
.cid-v91zEx24VR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91zEx24VR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91zEx24VR .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v91zEx24VR .footer-col {
    flex-direction: column;
  }
}
.cid-v91zEx24VR .row {
  background: #603010;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v91zEx24VR .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v91zEx24VR .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v91zEx24VR .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v91zEx24VR .mbr-section-btn {
    text-align: center;
  }
}
.cid-v91zEx24VR .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v91zEx24VR .soc-item {
  margin: 8px;
}
.cid-v91zEx24VR .soc-item a:hover .mbr-iconfont,
.cid-v91zEx24VR .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v91zEx24VR .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v91zEx24VR .row {
    text-align: center;
  }
  .cid-v91zEx24VR .social-row {
    justify-content: center;
  }
}
.cid-v91zEx24VR .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v91zEx24VR .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v91zEx24VR .list {
    margin-bottom: 0rem;
  }
}
.cid-v91zEx24VR .mbr-text {
  color: #bbbbbb;
}
.cid-v91zEx24VR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v91zEx24VR .list,
.cid-v91zEx24VR .item-wrap {
  color: #ffffff;
}
.cid-v91zEx24VR .copyright {
  color: #ffffff;
}
.cid-vh24A6QHTm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vh24A6QHTm .navbar-fixed-top {
  padding-top: 0;
}
.cid-vh24A6QHTm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vh24A6QHTm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-content-top {
  background: #603010;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-vh24A6QHTm .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .nav-link,
.cid-vh24A6QHTm .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-vh24A6QHTm .nav-link:hover,
.cid-vh24A6QHTm .brand-name:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .dropdown-menu {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .dropdown-item:active {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-vh24A6QHTm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vh24A6QHTm .nav-item {
  position: relative;
}
.cid-vh24A6QHTm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vh24A6QHTm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vh24A6QHTm .nav-item .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .content-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #603010;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vh24A6QHTm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vh24A6QHTm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vh24A6QHTm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh24A6QHTm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vh24A6QHTm .content-right-side {
  text-align: center;
}
.cid-vh24A6QHTm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vh24A6QHTm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vh24A6QHTm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vh24A6QHTm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vh24A6QHTm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh24A6QHTm .info-widget:first-child {
  margin-left: 0;
}
.cid-vh24A6QHTm .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vh24A6QHTm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vh24A6QHTm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-vh24A6QHTm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #603010;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-vh24A6QHTm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #603010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vh24A6QHTm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-vh24A6QHTm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-vh24A6QHTm .navbar {
    display: block;
    padding: 0;
  }
  .cid-vh24A6QHTm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vh24A6QHTm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vh24A6QHTm .navbar-toggler {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-vh24A6QHTm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vh24A6QHTm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-vh24A6QHTm .btn-sm {
  padding: 13px 29px;
}
.cid-vh24A6QHTm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vh24A6QHTm .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vh24A6QHTm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh24A6QHTm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vh24A6QHTm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vh24A6QHTm button.navbar-toggler:focus {
  outline: none;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #603010;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh24A6QHTm .collapsed .btn {
  display: flex;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .collapsed button.navbar-toggler {
  display: block;
}
.cid-vh24A6QHTm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vh24A6QHTm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vh24A6QHTm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vh24A6QHTm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .menu-content-top {
    display: flex;
  }
  .cid-vh24A6QHTm .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-vh24A6QHTm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vh24A6QHTm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vh24A6QHTm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vh24A6QHTm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vh24A6QHTm .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing,
  .cid-vh24A6QHTm .navbar-collapse.show {
    display: block !important;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #603010;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vh24A6QHTm img {
    height: 3.8rem !important;
  }
  .cid-vh24A6QHTm .btn {
    display: flex;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-vh24A6QHTm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vh24A6QHTm .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .navbar-toggler {
  position: relative;
}
.cid-vh24A6QHTm .widget-title,
.cid-vh24A6QHTm .widget-icon {
  color: #ffffff;
}
.cid-vh24A6QHTm .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vh24A6QHTm .menu-content-top,
  .cid-vh24A6QHTm .menu-bottom {
    padding: 0 15px;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    align-self: center;
  }
  .cid-vh24A6QHTm .btn {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .widget-icon {
    padding-right: 0;
  }
}
.cid-vh24A6QHTm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #603010;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #edefeb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vh24A6QHTm .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vh24A6QHTm .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-vcZXkilCTm {
  align-items: flex-end;
  background-image: url("../../../assets/images/mbr-19-1920x1280.jpg");
}
.cid-vcZXkilCTm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcZXkilCTm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcZXkilCTm .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vcZXkilCTm .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vcZXkilCTm .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vcZXkilCTm .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vcZXkilCTm .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vcZXkilCTm .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcZXkilCTm .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcZXkilCTm .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vcZXkilCTm .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-vcZXkilCTm .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-vcZXkilCTm .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #edefeb;
}
.cid-vcZXkilCTm .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-vcZXkilCTm .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-vcZXkilCTm .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-vcZXkilCTm .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-vcZXkilCTm .btn-wrapper {
  margin-top: -10%;
}
.cid-vcZXkilCTm .mbr-section-title {
  color: #f4f4f4;
}
.cid-vcZXkilCTm .mbr-text {
  color: #f4f4f4;
}
.cid-vcZXkilCTm .item-title {
  color: #58595b;
}
.cid-vcZXkilCTm .item-title,
.cid-vcZXkilCTm .items-wrapper {
  color: #000000;
}
.cid-v8IzUKwD2H {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-v8IzUKwD2H .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8IzUKwD2H .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v8IzUKwD2H .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8IzUKwD2H .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v8IzUKwD2H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8IzUKwD2H .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v8IzUKwD2H .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v8IzUKwD2H .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v8IzUKwD2H .card-title,
.cid-v8IzUKwD2H .iconfont-wrapper {
  color: #000000;
}
.cid-v8IzUKwD2H .card-text {
  color: #000000;
}
.cid-v8IzUKwD2H .content-head {
  max-width: 800px;
}
.cid-v8IzUKwD2H .mbr-section-title {
  color: #603010;
}
.cid-v8IzUKwD2H .mbr-section-subtitle {
  text-align: center;
}
.cid-v8IzUKwD2H .card-title,
.cid-v8IzUKwD2H .img-wrapper {
  color: #603010;
}
.cid-vepFRjdHks {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-18-1920x1280.jpg");
}
.cid-vepFRjdHks .mbr-fallback-image.disabled {
  display: none;
}
.cid-vepFRjdHks .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vepFRjdHks .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vepFRjdHks .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vepFRjdHks .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vepFRjdHks .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vepFRjdHks .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vepFRjdHks .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffc091;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #603010;
  height: 80px;
  border-radius: 50%;
}
.cid-vepFRjdHks .mbr-section-title {
  color: #ffffff;
}
.cid-vepFRjdHks .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vepFRjdHks .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vepFRjdHks .card-box .item-footer {
  margin-top: auto;
}
.cid-vepFRjdHks .content-head {
  max-width: 800px;
}
.cid-vepFRjdHks .card-title,
.cid-vepFRjdHks .iconfont-wrapper {
  color: #603010;
}
.cid-vdh8nNnkox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-vdh8nNnkox .mbr-section-title {
  margin-bottom: 58px;
  color: #000000;
  text-align: center;
}
.cid-vdh8nNnkox .mbr-form-container {
  width: 100%;
  margin-top: 12px;
}
.cid-vdh8nNnkox .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 25px;
}
.cid-vdh8nNnkox .form-message-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding: 0;
}
.cid-vdh8nNnkox form .row {
  margin: 0;
  border: none !important;
}
.cid-vdh8nNnkox form .form-group {
  flex-grow: 1;
}
.cid-vdh8nNnkox form .form-group input,
.cid-vdh8nNnkox form .form-group textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.24);
  border: 1px solid #3d626c !important;
}
.cid-vdh8nNnkox form .form-group input:hover,
.cid-vdh8nNnkox form .form-group textarea:hover,
.cid-vdh8nNnkox form .form-group input :focus,
.cid-vdh8nNnkox form .form-group textarea :focus,
.cid-vdh8nNnkox form .form-group input :active,
.cid-vdh8nNnkox form .form-group textarea :active {
  box-shadow: none !important;
}
.cid-vdh8nNnkox .form-group input {
  height: 59px;
  padding: 7px 20px !important;
  color: #012b3a;
  font-size: 18px !important;
}
.cid-vdh8nNnkox .form-group textarea {
  padding: 7px 20px !important;
  height: 95px;
  font-size: 18px !important;
}
.cid-vdh8nNnkox .form-group {
  margin-bottom: 11px !important;
}
.cid-vdh8nNnkox .form-group input:focus {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdh8nNnkox .form-group textarea:focus {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdh8nNnkox .form-group input:hover {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdh8nNnkox .form-group textarea:hover {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdh8nNnkox .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
  margin: 5px;
}
.cid-vdh8nNnkox a {
  font-weight: 400;
  letter-spacing: 5.4px;
  display: inline-block;
  width: auto;
}
.cid-vdh8nNnkox .mbr-section-btn {
  margin-top: 11px;
  text-align: center;
}
.cid-vdh8nNnkox .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #603010;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-vdh8nNnkox textarea::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdh8nNnkox input::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdh8nNnkox .container {
  max-width: 1140px;
}
.cid-vdh8nNnkox label {
  color: #6c757d;
  font-size: 18px;
  font-family: 'Outfit';
}
.cid-vdh8nNnkox .form-check .form-check-input {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-vdh8nNnkox .form-check .form-check-input:focus {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-v8IzULwDMY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #603010;
}
.cid-v8IzULwDMY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8IzULwDMY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8IzULwDMY .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v8IzULwDMY .footer-col {
    flex-direction: column;
  }
}
.cid-v8IzULwDMY .row {
  background: #603010;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v8IzULwDMY .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v8IzULwDMY .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v8IzULwDMY .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v8IzULwDMY .mbr-section-btn {
    text-align: center;
  }
}
.cid-v8IzULwDMY .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v8IzULwDMY .soc-item {
  margin: 8px;
}
.cid-v8IzULwDMY .soc-item a:hover .mbr-iconfont,
.cid-v8IzULwDMY .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v8IzULwDMY .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v8IzULwDMY .row {
    text-align: center;
  }
  .cid-v8IzULwDMY .social-row {
    justify-content: center;
  }
}
.cid-v8IzULwDMY .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v8IzULwDMY .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8IzULwDMY .list {
    margin-bottom: 0rem;
  }
}
.cid-v8IzULwDMY .mbr-text {
  color: #bbbbbb;
}
.cid-v8IzULwDMY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8IzULwDMY .list,
.cid-v8IzULwDMY .item-wrap {
  color: #ffffff;
}
.cid-v8IzULwDMY .copyright {
  color: #ffffff;
}
.cid-vh24A6QHTm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vh24A6QHTm .navbar-fixed-top {
  padding-top: 0;
}
.cid-vh24A6QHTm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vh24A6QHTm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-content-top {
  background: #603010;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-vh24A6QHTm .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .nav-link,
.cid-vh24A6QHTm .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-vh24A6QHTm .nav-link:hover,
.cid-vh24A6QHTm .brand-name:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .dropdown-menu {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .dropdown-item:active {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-vh24A6QHTm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vh24A6QHTm .nav-item {
  position: relative;
}
.cid-vh24A6QHTm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vh24A6QHTm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vh24A6QHTm .nav-item .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .content-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #603010;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vh24A6QHTm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vh24A6QHTm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vh24A6QHTm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh24A6QHTm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vh24A6QHTm .content-right-side {
  text-align: center;
}
.cid-vh24A6QHTm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vh24A6QHTm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vh24A6QHTm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vh24A6QHTm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vh24A6QHTm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh24A6QHTm .info-widget:first-child {
  margin-left: 0;
}
.cid-vh24A6QHTm .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vh24A6QHTm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vh24A6QHTm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-vh24A6QHTm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #603010;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-vh24A6QHTm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #603010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vh24A6QHTm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-vh24A6QHTm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-vh24A6QHTm .navbar {
    display: block;
    padding: 0;
  }
  .cid-vh24A6QHTm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vh24A6QHTm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vh24A6QHTm .navbar-toggler {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-vh24A6QHTm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vh24A6QHTm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-vh24A6QHTm .btn-sm {
  padding: 13px 29px;
}
.cid-vh24A6QHTm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vh24A6QHTm .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vh24A6QHTm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh24A6QHTm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vh24A6QHTm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vh24A6QHTm button.navbar-toggler:focus {
  outline: none;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #603010;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh24A6QHTm .collapsed .btn {
  display: flex;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .collapsed button.navbar-toggler {
  display: block;
}
.cid-vh24A6QHTm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vh24A6QHTm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vh24A6QHTm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vh24A6QHTm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .menu-content-top {
    display: flex;
  }
  .cid-vh24A6QHTm .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-vh24A6QHTm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vh24A6QHTm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vh24A6QHTm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vh24A6QHTm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vh24A6QHTm .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing,
  .cid-vh24A6QHTm .navbar-collapse.show {
    display: block !important;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #603010;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vh24A6QHTm img {
    height: 3.8rem !important;
  }
  .cid-vh24A6QHTm .btn {
    display: flex;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-vh24A6QHTm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vh24A6QHTm .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .navbar-toggler {
  position: relative;
}
.cid-vh24A6QHTm .widget-title,
.cid-vh24A6QHTm .widget-icon {
  color: #ffffff;
}
.cid-vh24A6QHTm .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vh24A6QHTm .menu-content-top,
  .cid-vh24A6QHTm .menu-bottom {
    padding: 0 15px;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    align-self: center;
  }
  .cid-vh24A6QHTm .btn {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .widget-icon {
    padding-right: 0;
  }
}
.cid-vh24A6QHTm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #603010;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #edefeb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vh24A6QHTm .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vh24A6QHTm .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-vd0jKvnUdc {
  align-items: flex-end;
  background-image: url("../../../assets/images/mbr-20-1920x1280.jpg");
}
.cid-vd0jKvnUdc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd0jKvnUdc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd0jKvnUdc .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vd0jKvnUdc .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vd0jKvnUdc .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vd0jKvnUdc .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vd0jKvnUdc .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vd0jKvnUdc .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vd0jKvnUdc .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vd0jKvnUdc .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vd0jKvnUdc .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-vd0jKvnUdc .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-vd0jKvnUdc .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #edefeb;
}
.cid-vd0jKvnUdc .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-vd0jKvnUdc .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-vd0jKvnUdc .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-vd0jKvnUdc .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-vd0jKvnUdc .btn-wrapper {
  margin-top: -10%;
}
.cid-vd0jKvnUdc .mbr-section-title {
  color: #f4f4f4;
}
.cid-vd0jKvnUdc .mbr-text {
  color: #f4f4f4;
}
.cid-vd0jKvnUdc .item-title {
  color: #58595b;
}
.cid-vd0jKvnUdc .item-title,
.cid-vd0jKvnUdc .items-wrapper {
  color: #000000;
}
.cid-v8IxizAzzW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-v8IxizAzzW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8IxizAzzW .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v8IxizAzzW .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8IxizAzzW .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v8IxizAzzW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8IxizAzzW .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v8IxizAzzW .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v8IxizAzzW .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v8IxizAzzW .card-title,
.cid-v8IxizAzzW .iconfont-wrapper {
  color: #000000;
}
.cid-v8IxizAzzW .card-text {
  color: #000000;
}
.cid-v8IxizAzzW .content-head {
  max-width: 800px;
}
.cid-v8IxizAzzW .mbr-section-title {
  color: #603010;
}
.cid-v8IxizAzzW .mbr-section-subtitle {
  text-align: center;
}
.cid-v8IxizAzzW .card-title,
.cid-v8IxizAzzW .img-wrapper {
  color: #603010;
}
.cid-vdhaLU9VB1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-vdhaLU9VB1 .mbr-section-title {
  margin-bottom: 58px;
  color: #000000;
  text-align: center;
}
.cid-vdhaLU9VB1 .mbr-form-container {
  width: 100%;
  margin-top: 12px;
}
.cid-vdhaLU9VB1 .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 25px;
}
.cid-vdhaLU9VB1 .form-message-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding: 0;
}
.cid-vdhaLU9VB1 form .row {
  margin: 0;
  border: none !important;
}
.cid-vdhaLU9VB1 form .form-group {
  flex-grow: 1;
}
.cid-vdhaLU9VB1 form .form-group input,
.cid-vdhaLU9VB1 form .form-group textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.24);
  border: 1px solid #3d626c !important;
}
.cid-vdhaLU9VB1 form .form-group input:hover,
.cid-vdhaLU9VB1 form .form-group textarea:hover,
.cid-vdhaLU9VB1 form .form-group input :focus,
.cid-vdhaLU9VB1 form .form-group textarea :focus,
.cid-vdhaLU9VB1 form .form-group input :active,
.cid-vdhaLU9VB1 form .form-group textarea :active {
  box-shadow: none !important;
}
.cid-vdhaLU9VB1 .form-group input {
  height: 59px;
  padding: 7px 20px !important;
  color: #012b3a;
  font-size: 18px !important;
}
.cid-vdhaLU9VB1 .form-group textarea {
  padding: 7px 20px !important;
  height: 95px;
  font-size: 18px !important;
}
.cid-vdhaLU9VB1 .form-group {
  margin-bottom: 11px !important;
}
.cid-vdhaLU9VB1 .form-group input:focus {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdhaLU9VB1 .form-group textarea:focus {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdhaLU9VB1 .form-group input:hover {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdhaLU9VB1 .form-group textarea:hover {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdhaLU9VB1 .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
  margin: 5px;
}
.cid-vdhaLU9VB1 a {
  font-weight: 400;
  letter-spacing: 5.4px;
  display: inline-block;
  width: auto;
}
.cid-vdhaLU9VB1 .mbr-section-btn {
  margin-top: 11px;
  text-align: center;
}
.cid-vdhaLU9VB1 .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #603010;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-vdhaLU9VB1 textarea::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdhaLU9VB1 input::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdhaLU9VB1 .container {
  max-width: 1140px;
}
.cid-vdhaLU9VB1 label {
  color: #6c757d;
  font-size: 18px;
  font-family: 'Outfit';
}
.cid-vdhaLU9VB1 .form-check .form-check-input {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-vdhaLU9VB1 .form-check .form-check-input:focus {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-v8IxiAn1iO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #603010;
}
.cid-v8IxiAn1iO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8IxiAn1iO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8IxiAn1iO .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v8IxiAn1iO .footer-col {
    flex-direction: column;
  }
}
.cid-v8IxiAn1iO .row {
  background: #603010;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v8IxiAn1iO .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v8IxiAn1iO .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v8IxiAn1iO .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v8IxiAn1iO .mbr-section-btn {
    text-align: center;
  }
}
.cid-v8IxiAn1iO .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v8IxiAn1iO .soc-item {
  margin: 8px;
}
.cid-v8IxiAn1iO .soc-item a:hover .mbr-iconfont,
.cid-v8IxiAn1iO .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v8IxiAn1iO .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v8IxiAn1iO .row {
    text-align: center;
  }
  .cid-v8IxiAn1iO .social-row {
    justify-content: center;
  }
}
.cid-v8IxiAn1iO .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v8IxiAn1iO .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8IxiAn1iO .list {
    margin-bottom: 0rem;
  }
}
.cid-v8IxiAn1iO .mbr-text {
  color: #bbbbbb;
}
.cid-v8IxiAn1iO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8IxiAn1iO .list,
.cid-v8IxiAn1iO .item-wrap {
  color: #ffffff;
}
.cid-v8IxiAn1iO .copyright {
  color: #ffffff;
}
.cid-vh24A6QHTm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vh24A6QHTm .navbar-fixed-top {
  padding-top: 0;
}
.cid-vh24A6QHTm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vh24A6QHTm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-content-top {
  background: #603010;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-vh24A6QHTm .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .nav-link,
.cid-vh24A6QHTm .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-vh24A6QHTm .nav-link:hover,
.cid-vh24A6QHTm .brand-name:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .dropdown-menu {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .dropdown-item:active {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-vh24A6QHTm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vh24A6QHTm .nav-item {
  position: relative;
}
.cid-vh24A6QHTm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vh24A6QHTm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vh24A6QHTm .nav-item .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .content-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #603010;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vh24A6QHTm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vh24A6QHTm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vh24A6QHTm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh24A6QHTm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vh24A6QHTm .content-right-side {
  text-align: center;
}
.cid-vh24A6QHTm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vh24A6QHTm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vh24A6QHTm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vh24A6QHTm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vh24A6QHTm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh24A6QHTm .info-widget:first-child {
  margin-left: 0;
}
.cid-vh24A6QHTm .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vh24A6QHTm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vh24A6QHTm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-vh24A6QHTm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #603010;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-vh24A6QHTm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #603010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vh24A6QHTm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-vh24A6QHTm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-vh24A6QHTm .navbar {
    display: block;
    padding: 0;
  }
  .cid-vh24A6QHTm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vh24A6QHTm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vh24A6QHTm .navbar-toggler {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-vh24A6QHTm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vh24A6QHTm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-vh24A6QHTm .btn-sm {
  padding: 13px 29px;
}
.cid-vh24A6QHTm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vh24A6QHTm .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vh24A6QHTm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh24A6QHTm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vh24A6QHTm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vh24A6QHTm button.navbar-toggler:focus {
  outline: none;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #603010;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh24A6QHTm .collapsed .btn {
  display: flex;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .collapsed button.navbar-toggler {
  display: block;
}
.cid-vh24A6QHTm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vh24A6QHTm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vh24A6QHTm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vh24A6QHTm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .menu-content-top {
    display: flex;
  }
  .cid-vh24A6QHTm .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-vh24A6QHTm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vh24A6QHTm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vh24A6QHTm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vh24A6QHTm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vh24A6QHTm .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing,
  .cid-vh24A6QHTm .navbar-collapse.show {
    display: block !important;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #603010;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vh24A6QHTm img {
    height: 3.8rem !important;
  }
  .cid-vh24A6QHTm .btn {
    display: flex;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-vh24A6QHTm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vh24A6QHTm .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .navbar-toggler {
  position: relative;
}
.cid-vh24A6QHTm .widget-title,
.cid-vh24A6QHTm .widget-icon {
  color: #ffffff;
}
.cid-vh24A6QHTm .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vh24A6QHTm .menu-content-top,
  .cid-vh24A6QHTm .menu-bottom {
    padding: 0 15px;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    align-self: center;
  }
  .cid-vh24A6QHTm .btn {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .widget-icon {
    padding-right: 0;
  }
}
.cid-vh24A6QHTm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #603010;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #edefeb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vh24A6QHTm .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vh24A6QHTm .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-v8O6KVoL6K {
  align-items: flex-end;
  background-image: url("../../../assets/images/photo-2025-03-18-16-17-11202201-1080x810.jpg");
}
.cid-v8O6KVoL6K .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8O6KVoL6K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8O6KVoL6K .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8O6KVoL6K .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-v8O6KVoL6K .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v8O6KVoL6K .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v8O6KVoL6K .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v8O6KVoL6K .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8O6KVoL6K .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8O6KVoL6K .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-v8O6KVoL6K .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-v8O6KVoL6K .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-v8O6KVoL6K .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #edefeb;
}
.cid-v8O6KVoL6K .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-v8O6KVoL6K .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-v8O6KVoL6K .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-v8O6KVoL6K .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v8O6KVoL6K .btn-wrapper {
  margin-top: -10%;
}
.cid-v8O6KVoL6K .mbr-section-title {
  color: #f4f4f4;
}
.cid-v8O6KVoL6K .mbr-text {
  color: #f4f4f4;
}
.cid-v8O6KVoL6K .item-title {
  color: #58595b;
}
.cid-v8O6KVoL6K .item-title,
.cid-v8O6KVoL6K .items-wrapper {
  color: #603010;
}
.cid-v8Gax9q1YZ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-v8Gax9q1YZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Gax9q1YZ .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v8Gax9q1YZ .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8Gax9q1YZ .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v8Gax9q1YZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Gax9q1YZ .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v8Gax9q1YZ .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v8Gax9q1YZ .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v8Gax9q1YZ .card-title,
.cid-v8Gax9q1YZ .iconfont-wrapper {
  color: #000000;
}
.cid-v8Gax9q1YZ .card-text {
  color: #000000;
}
.cid-v8Gax9q1YZ .content-head {
  max-width: 800px;
}
.cid-v8Gax9q1YZ .mbr-section-title {
  color: #603010;
}
.cid-v8Gax9q1YZ .mbr-section-subtitle {
  text-align: center;
}
.cid-v8Gax9q1YZ .card-title,
.cid-v8Gax9q1YZ .img-wrapper {
  color: #603010;
}
.cid-v8O9r42ORI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/zanzibar02-540x312.jpg");
}
.cid-v8O9r42ORI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8O9r42ORI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8O9r42ORI .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8O9r42ORI .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v8O9r42ORI .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v8O9r42ORI .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v8O9r42ORI .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v8O9r42ORI .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffc091;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #603010;
  height: 80px;
  border-radius: 50%;
}
.cid-v8O9r42ORI .mbr-section-title {
  color: #ffffff;
}
.cid-v8O9r42ORI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8O9r42ORI .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v8O9r42ORI .card-box .item-footer {
  margin-top: auto;
}
.cid-v8O9r42ORI .content-head {
  max-width: 800px;
}
.cid-v8O9r42ORI .card-title,
.cid-v8O9r42ORI .iconfont-wrapper {
  color: #603010;
}
.cid-vdhb8bmX0U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-vdhb8bmX0U .mbr-section-title {
  margin-bottom: 58px;
  color: #000000;
  text-align: center;
}
.cid-vdhb8bmX0U .mbr-form-container {
  width: 100%;
  margin-top: 12px;
}
.cid-vdhb8bmX0U .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 25px;
}
.cid-vdhb8bmX0U .form-message-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding: 0;
}
.cid-vdhb8bmX0U form .row {
  margin: 0;
  border: none !important;
}
.cid-vdhb8bmX0U form .form-group {
  flex-grow: 1;
}
.cid-vdhb8bmX0U form .form-group input,
.cid-vdhb8bmX0U form .form-group textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.24);
  border: 1px solid #3d626c !important;
}
.cid-vdhb8bmX0U form .form-group input:hover,
.cid-vdhb8bmX0U form .form-group textarea:hover,
.cid-vdhb8bmX0U form .form-group input :focus,
.cid-vdhb8bmX0U form .form-group textarea :focus,
.cid-vdhb8bmX0U form .form-group input :active,
.cid-vdhb8bmX0U form .form-group textarea :active {
  box-shadow: none !important;
}
.cid-vdhb8bmX0U .form-group input {
  height: 59px;
  padding: 7px 20px !important;
  color: #012b3a;
  font-size: 18px !important;
}
.cid-vdhb8bmX0U .form-group textarea {
  padding: 7px 20px !important;
  height: 95px;
  font-size: 18px !important;
}
.cid-vdhb8bmX0U .form-group {
  margin-bottom: 11px !important;
}
.cid-vdhb8bmX0U .form-group input:focus {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdhb8bmX0U .form-group textarea:focus {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdhb8bmX0U .form-group input:hover {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdhb8bmX0U .form-group textarea:hover {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdhb8bmX0U .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
  margin: 5px;
}
.cid-vdhb8bmX0U a {
  font-weight: 400;
  letter-spacing: 5.4px;
  display: inline-block;
  width: auto;
}
.cid-vdhb8bmX0U .mbr-section-btn {
  margin-top: 11px;
  text-align: center;
}
.cid-vdhb8bmX0U .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #603010;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-vdhb8bmX0U textarea::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdhb8bmX0U input::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdhb8bmX0U .container {
  max-width: 1140px;
}
.cid-vdhb8bmX0U label {
  color: #6c757d;
  font-size: 18px;
  font-family: 'Outfit';
}
.cid-vdhb8bmX0U .form-check .form-check-input {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-vdhb8bmX0U .form-check .form-check-input:focus {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-v8Gax9ZsEb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #603010;
}
.cid-v8Gax9ZsEb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Gax9ZsEb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Gax9ZsEb .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v8Gax9ZsEb .footer-col {
    flex-direction: column;
  }
}
.cid-v8Gax9ZsEb .row {
  background: #603010;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v8Gax9ZsEb .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v8Gax9ZsEb .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v8Gax9ZsEb .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v8Gax9ZsEb .mbr-section-btn {
    text-align: center;
  }
}
.cid-v8Gax9ZsEb .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v8Gax9ZsEb .soc-item {
  margin: 8px;
}
.cid-v8Gax9ZsEb .soc-item a:hover .mbr-iconfont,
.cid-v8Gax9ZsEb .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v8Gax9ZsEb .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v8Gax9ZsEb .row {
    text-align: center;
  }
  .cid-v8Gax9ZsEb .social-row {
    justify-content: center;
  }
}
.cid-v8Gax9ZsEb .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v8Gax9ZsEb .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8Gax9ZsEb .list {
    margin-bottom: 0rem;
  }
}
.cid-v8Gax9ZsEb .mbr-text {
  color: #bbbbbb;
}
.cid-v8Gax9ZsEb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8Gax9ZsEb .list,
.cid-v8Gax9ZsEb .item-wrap {
  color: #ffffff;
}
.cid-v8Gax9ZsEb .copyright {
  color: #ffffff;
}
.cid-vh24A6QHTm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vh24A6QHTm .navbar-fixed-top {
  padding-top: 0;
}
.cid-vh24A6QHTm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vh24A6QHTm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-content-top {
  background: #603010;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-vh24A6QHTm .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .nav-link,
.cid-vh24A6QHTm .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-vh24A6QHTm .nav-link:hover,
.cid-vh24A6QHTm .brand-name:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .dropdown-menu {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .dropdown-item:active {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-vh24A6QHTm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vh24A6QHTm .nav-item {
  position: relative;
}
.cid-vh24A6QHTm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vh24A6QHTm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vh24A6QHTm .nav-item .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .content-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #603010;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vh24A6QHTm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vh24A6QHTm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vh24A6QHTm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh24A6QHTm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vh24A6QHTm .content-right-side {
  text-align: center;
}
.cid-vh24A6QHTm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vh24A6QHTm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vh24A6QHTm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vh24A6QHTm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vh24A6QHTm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh24A6QHTm .info-widget:first-child {
  margin-left: 0;
}
.cid-vh24A6QHTm .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vh24A6QHTm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vh24A6QHTm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-vh24A6QHTm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #603010;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-vh24A6QHTm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #603010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vh24A6QHTm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-vh24A6QHTm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-vh24A6QHTm .navbar {
    display: block;
    padding: 0;
  }
  .cid-vh24A6QHTm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vh24A6QHTm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vh24A6QHTm .navbar-toggler {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-vh24A6QHTm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vh24A6QHTm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-vh24A6QHTm .btn-sm {
  padding: 13px 29px;
}
.cid-vh24A6QHTm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vh24A6QHTm .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vh24A6QHTm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh24A6QHTm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vh24A6QHTm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vh24A6QHTm button.navbar-toggler:focus {
  outline: none;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #603010;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh24A6QHTm .collapsed .btn {
  display: flex;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .collapsed button.navbar-toggler {
  display: block;
}
.cid-vh24A6QHTm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vh24A6QHTm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vh24A6QHTm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vh24A6QHTm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .menu-content-top {
    display: flex;
  }
  .cid-vh24A6QHTm .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-vh24A6QHTm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vh24A6QHTm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vh24A6QHTm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vh24A6QHTm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vh24A6QHTm .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing,
  .cid-vh24A6QHTm .navbar-collapse.show {
    display: block !important;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #603010;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vh24A6QHTm img {
    height: 3.8rem !important;
  }
  .cid-vh24A6QHTm .btn {
    display: flex;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-vh24A6QHTm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vh24A6QHTm .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .navbar-toggler {
  position: relative;
}
.cid-vh24A6QHTm .widget-title,
.cid-vh24A6QHTm .widget-icon {
  color: #ffffff;
}
.cid-vh24A6QHTm .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vh24A6QHTm .menu-content-top,
  .cid-vh24A6QHTm .menu-bottom {
    padding: 0 15px;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    align-self: center;
  }
  .cid-vh24A6QHTm .btn {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .widget-icon {
    padding-right: 0;
  }
}
.cid-vh24A6QHTm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #603010;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #edefeb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vh24A6QHTm .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vh24A6QHTm .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-v8OaShejYJ {
  align-items: flex-end;
  background-image: url("../../../assets/images/mbr-5-1920x1440.jpg");
}
.cid-v8OaShejYJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8OaShejYJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8OaShejYJ .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8OaShejYJ .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-v8OaShejYJ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v8OaShejYJ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v8OaShejYJ .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v8OaShejYJ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8OaShejYJ .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8OaShejYJ .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-v8OaShejYJ .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-v8OaShejYJ .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-v8OaShejYJ .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #edefeb;
}
.cid-v8OaShejYJ .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-v8OaShejYJ .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-v8OaShejYJ .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-v8OaShejYJ .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v8OaShejYJ .btn-wrapper {
  margin-top: -10%;
}
.cid-v8OaShejYJ .mbr-section-title {
  color: #f4f4f4;
}
.cid-v8OaShejYJ .mbr-text {
  color: #f4f4f4;
}
.cid-v8OaShejYJ .item-title {
  color: #58595b;
}
.cid-v8OaShejYJ .item-title,
.cid-v8OaShejYJ .items-wrapper {
  color: #000000;
}
.cid-v8GikHSxAW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-v8GikHSxAW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8GikHSxAW .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v8GikHSxAW .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8GikHSxAW .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v8GikHSxAW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8GikHSxAW .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v8GikHSxAW .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v8GikHSxAW .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v8GikHSxAW .card-title,
.cid-v8GikHSxAW .iconfont-wrapper {
  color: #000000;
}
.cid-v8GikHSxAW .card-text {
  color: #000000;
}
.cid-v8GikHSxAW .content-head {
  max-width: 800px;
}
.cid-v8GikHSxAW .mbr-section-title {
  color: #603010;
}
.cid-v8GikHSxAW .mbr-section-subtitle {
  text-align: center;
}
.cid-v8GikHSxAW .card-title,
.cid-v8GikHSxAW .img-wrapper {
  color: #603010;
}
.cid-v8ObIDjelN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/photo-2025-03-18-16-17-12202-1080x810.jpg");
}
.cid-v8ObIDjelN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8ObIDjelN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8ObIDjelN .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8ObIDjelN .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v8ObIDjelN .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v8ObIDjelN .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v8ObIDjelN .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v8ObIDjelN .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffc091;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #603010;
  height: 80px;
  border-radius: 50%;
}
.cid-v8ObIDjelN .mbr-section-title {
  color: #ffffff;
}
.cid-v8ObIDjelN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8ObIDjelN .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v8ObIDjelN .card-box .item-footer {
  margin-top: auto;
}
.cid-v8ObIDjelN .content-head {
  max-width: 800px;
}
.cid-v8ObIDjelN .card-title,
.cid-v8ObIDjelN .iconfont-wrapper {
  color: #603010;
}
.cid-vdhbHIeGDV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-vdhbHIeGDV .mbr-section-title {
  margin-bottom: 58px;
  color: #000000;
  text-align: center;
}
.cid-vdhbHIeGDV .mbr-form-container {
  width: 100%;
  margin-top: 12px;
}
.cid-vdhbHIeGDV .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 25px;
}
.cid-vdhbHIeGDV .form-message-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding: 0;
}
.cid-vdhbHIeGDV form .row {
  margin: 0;
  border: none !important;
}
.cid-vdhbHIeGDV form .form-group {
  flex-grow: 1;
}
.cid-vdhbHIeGDV form .form-group input,
.cid-vdhbHIeGDV form .form-group textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.24);
  border: 1px solid #3d626c !important;
}
.cid-vdhbHIeGDV form .form-group input:hover,
.cid-vdhbHIeGDV form .form-group textarea:hover,
.cid-vdhbHIeGDV form .form-group input :focus,
.cid-vdhbHIeGDV form .form-group textarea :focus,
.cid-vdhbHIeGDV form .form-group input :active,
.cid-vdhbHIeGDV form .form-group textarea :active {
  box-shadow: none !important;
}
.cid-vdhbHIeGDV .form-group input {
  height: 59px;
  padding: 7px 20px !important;
  color: #012b3a;
  font-size: 18px !important;
}
.cid-vdhbHIeGDV .form-group textarea {
  padding: 7px 20px !important;
  height: 95px;
  font-size: 18px !important;
}
.cid-vdhbHIeGDV .form-group {
  margin-bottom: 11px !important;
}
.cid-vdhbHIeGDV .form-group input:focus {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdhbHIeGDV .form-group textarea:focus {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdhbHIeGDV .form-group input:hover {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdhbHIeGDV .form-group textarea:hover {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdhbHIeGDV .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
  margin: 5px;
}
.cid-vdhbHIeGDV a {
  font-weight: 400;
  letter-spacing: 5.4px;
  display: inline-block;
  width: auto;
}
.cid-vdhbHIeGDV .mbr-section-btn {
  margin-top: 11px;
  text-align: center;
}
.cid-vdhbHIeGDV .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #603010;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-vdhbHIeGDV textarea::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdhbHIeGDV input::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdhbHIeGDV .container {
  max-width: 1140px;
}
.cid-vdhbHIeGDV label {
  color: #6c757d;
  font-size: 18px;
  font-family: 'Outfit';
}
.cid-vdhbHIeGDV .form-check .form-check-input {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-vdhbHIeGDV .form-check .form-check-input:focus {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-v8GikJavqh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #603010;
}
.cid-v8GikJavqh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8GikJavqh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8GikJavqh .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v8GikJavqh .footer-col {
    flex-direction: column;
  }
}
.cid-v8GikJavqh .row {
  background: #603010;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v8GikJavqh .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v8GikJavqh .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v8GikJavqh .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v8GikJavqh .mbr-section-btn {
    text-align: center;
  }
}
.cid-v8GikJavqh .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v8GikJavqh .soc-item {
  margin: 8px;
}
.cid-v8GikJavqh .soc-item a:hover .mbr-iconfont,
.cid-v8GikJavqh .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v8GikJavqh .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v8GikJavqh .row {
    text-align: center;
  }
  .cid-v8GikJavqh .social-row {
    justify-content: center;
  }
}
.cid-v8GikJavqh .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v8GikJavqh .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8GikJavqh .list {
    margin-bottom: 0rem;
  }
}
.cid-v8GikJavqh .mbr-text {
  color: #bbbbbb;
}
.cid-v8GikJavqh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8GikJavqh .list,
.cid-v8GikJavqh .item-wrap {
  color: #ffffff;
}
.cid-v8GikJavqh .copyright {
  color: #ffffff;
}
.cid-vh24A6QHTm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vh24A6QHTm .navbar-fixed-top {
  padding-top: 0;
}
.cid-vh24A6QHTm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vh24A6QHTm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-content-top {
  background: #603010;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-vh24A6QHTm .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .nav-link,
.cid-vh24A6QHTm .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-vh24A6QHTm .nav-link:hover,
.cid-vh24A6QHTm .brand-name:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .dropdown-menu {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .dropdown-item:active {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-vh24A6QHTm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vh24A6QHTm .nav-item {
  position: relative;
}
.cid-vh24A6QHTm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vh24A6QHTm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vh24A6QHTm .nav-item .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .content-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #603010;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vh24A6QHTm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vh24A6QHTm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vh24A6QHTm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh24A6QHTm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vh24A6QHTm .content-right-side {
  text-align: center;
}
.cid-vh24A6QHTm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vh24A6QHTm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vh24A6QHTm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vh24A6QHTm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vh24A6QHTm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh24A6QHTm .info-widget:first-child {
  margin-left: 0;
}
.cid-vh24A6QHTm .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vh24A6QHTm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vh24A6QHTm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-vh24A6QHTm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #603010;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-vh24A6QHTm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #603010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vh24A6QHTm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-vh24A6QHTm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-vh24A6QHTm .navbar {
    display: block;
    padding: 0;
  }
  .cid-vh24A6QHTm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vh24A6QHTm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vh24A6QHTm .navbar-toggler {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-vh24A6QHTm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vh24A6QHTm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-vh24A6QHTm .btn-sm {
  padding: 13px 29px;
}
.cid-vh24A6QHTm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vh24A6QHTm .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vh24A6QHTm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh24A6QHTm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vh24A6QHTm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vh24A6QHTm button.navbar-toggler:focus {
  outline: none;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #603010;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh24A6QHTm .collapsed .btn {
  display: flex;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .collapsed button.navbar-toggler {
  display: block;
}
.cid-vh24A6QHTm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vh24A6QHTm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vh24A6QHTm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vh24A6QHTm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .menu-content-top {
    display: flex;
  }
  .cid-vh24A6QHTm .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-vh24A6QHTm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vh24A6QHTm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vh24A6QHTm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vh24A6QHTm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vh24A6QHTm .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing,
  .cid-vh24A6QHTm .navbar-collapse.show {
    display: block !important;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #603010;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vh24A6QHTm img {
    height: 3.8rem !important;
  }
  .cid-vh24A6QHTm .btn {
    display: flex;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-vh24A6QHTm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vh24A6QHTm .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .navbar-toggler {
  position: relative;
}
.cid-vh24A6QHTm .widget-title,
.cid-vh24A6QHTm .widget-icon {
  color: #ffffff;
}
.cid-vh24A6QHTm .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vh24A6QHTm .menu-content-top,
  .cid-vh24A6QHTm .menu-bottom {
    padding: 0 15px;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    align-self: center;
  }
  .cid-vh24A6QHTm .btn {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .widget-icon {
    padding-right: 0;
  }
}
.cid-vh24A6QHTm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #603010;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #edefeb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vh24A6QHTm .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vh24A6QHTm .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-v8Ocp643Sm {
  align-items: flex-end;
  background-image: url("../../../assets/images/pxl-20250206-61313215-2000x1125.jpg");
}
.cid-v8Ocp643Sm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Ocp643Sm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Ocp643Sm .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8Ocp643Sm .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-v8Ocp643Sm .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v8Ocp643Sm .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v8Ocp643Sm .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v8Ocp643Sm .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8Ocp643Sm .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8Ocp643Sm .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-v8Ocp643Sm .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-v8Ocp643Sm .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-v8Ocp643Sm .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #edefeb;
}
.cid-v8Ocp643Sm .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-v8Ocp643Sm .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-v8Ocp643Sm .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-v8Ocp643Sm .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v8Ocp643Sm .btn-wrapper {
  margin-top: -10%;
}
.cid-v8Ocp643Sm .mbr-section-title {
  color: #f4f4f4;
}
.cid-v8Ocp643Sm .mbr-text {
  color: #f4f4f4;
}
.cid-v8Ocp643Sm .item-title {
  color: #58595b;
}
.cid-v8Ocp643Sm .item-title,
.cid-v8Ocp643Sm .items-wrapper {
  color: #603010;
}
.cid-v8GkKJXLTe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-v8GkKJXLTe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8GkKJXLTe .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v8GkKJXLTe .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8GkKJXLTe .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v8GkKJXLTe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8GkKJXLTe .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v8GkKJXLTe .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v8GkKJXLTe .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v8GkKJXLTe .card-title,
.cid-v8GkKJXLTe .iconfont-wrapper {
  color: #000000;
}
.cid-v8GkKJXLTe .card-text {
  color: #000000;
}
.cid-v8GkKJXLTe .content-head {
  max-width: 800px;
}
.cid-v8GkKJXLTe .mbr-section-title {
  color: #603010;
}
.cid-v8GkKJXLTe .mbr-section-subtitle {
  text-align: center;
}
.cid-v8GkKJXLTe .card-title,
.cid-v8GkKJXLTe .img-wrapper {
  color: #603010;
}
.cid-v8Ocqt2yRV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/zanzibar02-540x312.jpg");
}
.cid-v8Ocqt2yRV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Ocqt2yRV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Ocqt2yRV .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8Ocqt2yRV .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v8Ocqt2yRV .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v8Ocqt2yRV .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v8Ocqt2yRV .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v8Ocqt2yRV .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffc091;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #603010;
  height: 80px;
  border-radius: 50%;
}
.cid-v8Ocqt2yRV .mbr-section-title {
  color: #ffffff;
}
.cid-v8Ocqt2yRV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8Ocqt2yRV .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v8Ocqt2yRV .card-box .item-footer {
  margin-top: auto;
}
.cid-v8Ocqt2yRV .content-head {
  max-width: 800px;
}
.cid-v8Ocqt2yRV .card-title,
.cid-v8Ocqt2yRV .iconfont-wrapper {
  color: #603010;
}
.cid-vdhc6joNzm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-vdhc6joNzm .mbr-section-title {
  margin-bottom: 58px;
  color: #000000;
  text-align: center;
}
.cid-vdhc6joNzm .mbr-form-container {
  width: 100%;
  margin-top: 12px;
}
.cid-vdhc6joNzm .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 25px;
}
.cid-vdhc6joNzm .form-message-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding: 0;
}
.cid-vdhc6joNzm form .row {
  margin: 0;
  border: none !important;
}
.cid-vdhc6joNzm form .form-group {
  flex-grow: 1;
}
.cid-vdhc6joNzm form .form-group input,
.cid-vdhc6joNzm form .form-group textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.24);
  border: 1px solid #3d626c !important;
}
.cid-vdhc6joNzm form .form-group input:hover,
.cid-vdhc6joNzm form .form-group textarea:hover,
.cid-vdhc6joNzm form .form-group input :focus,
.cid-vdhc6joNzm form .form-group textarea :focus,
.cid-vdhc6joNzm form .form-group input :active,
.cid-vdhc6joNzm form .form-group textarea :active {
  box-shadow: none !important;
}
.cid-vdhc6joNzm .form-group input {
  height: 59px;
  padding: 7px 20px !important;
  color: #012b3a;
  font-size: 18px !important;
}
.cid-vdhc6joNzm .form-group textarea {
  padding: 7px 20px !important;
  height: 95px;
  font-size: 18px !important;
}
.cid-vdhc6joNzm .form-group {
  margin-bottom: 11px !important;
}
.cid-vdhc6joNzm .form-group input:focus {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdhc6joNzm .form-group textarea:focus {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdhc6joNzm .form-group input:hover {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdhc6joNzm .form-group textarea:hover {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdhc6joNzm .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
  margin: 5px;
}
.cid-vdhc6joNzm a {
  font-weight: 400;
  letter-spacing: 5.4px;
  display: inline-block;
  width: auto;
}
.cid-vdhc6joNzm .mbr-section-btn {
  margin-top: 11px;
  text-align: center;
}
.cid-vdhc6joNzm .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #603010;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-vdhc6joNzm textarea::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdhc6joNzm input::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdhc6joNzm .container {
  max-width: 1140px;
}
.cid-vdhc6joNzm label {
  color: #6c757d;
  font-size: 18px;
  font-family: 'Outfit';
}
.cid-vdhc6joNzm .form-check .form-check-input {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-vdhc6joNzm .form-check .form-check-input:focus {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-v8GkKKMwD8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #603010;
}
.cid-v8GkKKMwD8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8GkKKMwD8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8GkKKMwD8 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v8GkKKMwD8 .footer-col {
    flex-direction: column;
  }
}
.cid-v8GkKKMwD8 .row {
  background: #603010;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v8GkKKMwD8 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v8GkKKMwD8 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v8GkKKMwD8 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v8GkKKMwD8 .mbr-section-btn {
    text-align: center;
  }
}
.cid-v8GkKKMwD8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v8GkKKMwD8 .soc-item {
  margin: 8px;
}
.cid-v8GkKKMwD8 .soc-item a:hover .mbr-iconfont,
.cid-v8GkKKMwD8 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v8GkKKMwD8 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v8GkKKMwD8 .row {
    text-align: center;
  }
  .cid-v8GkKKMwD8 .social-row {
    justify-content: center;
  }
}
.cid-v8GkKKMwD8 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v8GkKKMwD8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8GkKKMwD8 .list {
    margin-bottom: 0rem;
  }
}
.cid-v8GkKKMwD8 .mbr-text {
  color: #bbbbbb;
}
.cid-v8GkKKMwD8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8GkKKMwD8 .list,
.cid-v8GkKKMwD8 .item-wrap {
  color: #ffffff;
}
.cid-v8GkKKMwD8 .copyright {
  color: #ffffff;
}
.cid-vh24A6QHTm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vh24A6QHTm .navbar-fixed-top {
  padding-top: 0;
}
.cid-vh24A6QHTm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vh24A6QHTm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-content-top {
  background: #603010;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-vh24A6QHTm .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .nav-link,
.cid-vh24A6QHTm .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-vh24A6QHTm .nav-link:hover,
.cid-vh24A6QHTm .brand-name:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .dropdown-menu {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .dropdown-item:active {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-vh24A6QHTm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vh24A6QHTm .nav-item {
  position: relative;
}
.cid-vh24A6QHTm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vh24A6QHTm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vh24A6QHTm .nav-item .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .content-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #603010;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vh24A6QHTm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vh24A6QHTm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vh24A6QHTm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh24A6QHTm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vh24A6QHTm .content-right-side {
  text-align: center;
}
.cid-vh24A6QHTm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vh24A6QHTm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vh24A6QHTm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vh24A6QHTm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vh24A6QHTm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh24A6QHTm .info-widget:first-child {
  margin-left: 0;
}
.cid-vh24A6QHTm .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vh24A6QHTm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vh24A6QHTm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-vh24A6QHTm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #603010;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-vh24A6QHTm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #603010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vh24A6QHTm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-vh24A6QHTm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-vh24A6QHTm .navbar {
    display: block;
    padding: 0;
  }
  .cid-vh24A6QHTm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vh24A6QHTm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vh24A6QHTm .navbar-toggler {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-vh24A6QHTm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vh24A6QHTm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-vh24A6QHTm .btn-sm {
  padding: 13px 29px;
}
.cid-vh24A6QHTm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vh24A6QHTm .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vh24A6QHTm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh24A6QHTm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vh24A6QHTm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vh24A6QHTm button.navbar-toggler:focus {
  outline: none;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #603010;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh24A6QHTm .collapsed .btn {
  display: flex;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .collapsed button.navbar-toggler {
  display: block;
}
.cid-vh24A6QHTm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vh24A6QHTm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vh24A6QHTm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vh24A6QHTm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .menu-content-top {
    display: flex;
  }
  .cid-vh24A6QHTm .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-vh24A6QHTm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vh24A6QHTm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vh24A6QHTm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vh24A6QHTm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vh24A6QHTm .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing,
  .cid-vh24A6QHTm .navbar-collapse.show {
    display: block !important;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #603010;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vh24A6QHTm img {
    height: 3.8rem !important;
  }
  .cid-vh24A6QHTm .btn {
    display: flex;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-vh24A6QHTm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vh24A6QHTm .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .navbar-toggler {
  position: relative;
}
.cid-vh24A6QHTm .widget-title,
.cid-vh24A6QHTm .widget-icon {
  color: #ffffff;
}
.cid-vh24A6QHTm .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vh24A6QHTm .menu-content-top,
  .cid-vh24A6QHTm .menu-bottom {
    padding: 0 15px;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    align-self: center;
  }
  .cid-vh24A6QHTm .btn {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .widget-icon {
    padding-right: 0;
  }
}
.cid-vh24A6QHTm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #603010;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #edefeb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vh24A6QHTm .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vh24A6QHTm .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-v8Os8JlnRd {
  align-items: flex-end;
  background-image: url("../../../assets/images/pxl-20241220-30436590-2000x1125.jpg");
}
.cid-v8Os8JlnRd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Os8JlnRd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Os8JlnRd .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8Os8JlnRd .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-v8Os8JlnRd .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v8Os8JlnRd .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v8Os8JlnRd .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v8Os8JlnRd .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8Os8JlnRd .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8Os8JlnRd .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-v8Os8JlnRd .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-v8Os8JlnRd .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-v8Os8JlnRd .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #edefeb;
}
.cid-v8Os8JlnRd .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-v8Os8JlnRd .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-v8Os8JlnRd .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-v8Os8JlnRd .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v8Os8JlnRd .btn-wrapper {
  margin-top: -10%;
}
.cid-v8Os8JlnRd .mbr-section-title {
  color: #f4f4f4;
}
.cid-v8Os8JlnRd .mbr-text {
  color: #f4f4f4;
}
.cid-v8Os8JlnRd .item-title {
  color: #58595b;
}
.cid-v8Os8JlnRd .item-title,
.cid-v8Os8JlnRd .items-wrapper {
  color: #000000;
}
.cid-v8Gpp0VxG6 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-v8Gpp0VxG6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Gpp0VxG6 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v8Gpp0VxG6 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8Gpp0VxG6 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v8Gpp0VxG6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Gpp0VxG6 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v8Gpp0VxG6 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v8Gpp0VxG6 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v8Gpp0VxG6 .card-title,
.cid-v8Gpp0VxG6 .iconfont-wrapper {
  color: #000000;
}
.cid-v8Gpp0VxG6 .card-text {
  color: #000000;
}
.cid-v8Gpp0VxG6 .content-head {
  max-width: 800px;
}
.cid-v8Gpp0VxG6 .mbr-section-title {
  color: #603010;
}
.cid-v8Gpp0VxG6 .mbr-section-subtitle {
  text-align: center;
}
.cid-v8Gpp0VxG6 .card-title,
.cid-v8Gpp0VxG6 .img-wrapper {
  color: #603010;
}
.cid-v8OsclqrHD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/zanzibar02-540x312.jpg");
}
.cid-v8OsclqrHD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8OsclqrHD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8OsclqrHD .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8OsclqrHD .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v8OsclqrHD .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v8OsclqrHD .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v8OsclqrHD .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v8OsclqrHD .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffc091;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #603010;
  height: 80px;
  border-radius: 50%;
}
.cid-v8OsclqrHD .mbr-section-title {
  color: #ffffff;
}
.cid-v8OsclqrHD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8OsclqrHD .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v8OsclqrHD .card-box .item-footer {
  margin-top: auto;
}
.cid-v8OsclqrHD .content-head {
  max-width: 800px;
}
.cid-v8OsclqrHD .card-title,
.cid-v8OsclqrHD .iconfont-wrapper {
  color: #603010;
}
.cid-vdhcuAx0Cr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-vdhcuAx0Cr .mbr-section-title {
  margin-bottom: 58px;
  color: #000000;
  text-align: center;
}
.cid-vdhcuAx0Cr .mbr-form-container {
  width: 100%;
  margin-top: 12px;
}
.cid-vdhcuAx0Cr .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 25px;
}
.cid-vdhcuAx0Cr .form-message-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding: 0;
}
.cid-vdhcuAx0Cr form .row {
  margin: 0;
  border: none !important;
}
.cid-vdhcuAx0Cr form .form-group {
  flex-grow: 1;
}
.cid-vdhcuAx0Cr form .form-group input,
.cid-vdhcuAx0Cr form .form-group textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.24);
  border: 1px solid #3d626c !important;
}
.cid-vdhcuAx0Cr form .form-group input:hover,
.cid-vdhcuAx0Cr form .form-group textarea:hover,
.cid-vdhcuAx0Cr form .form-group input :focus,
.cid-vdhcuAx0Cr form .form-group textarea :focus,
.cid-vdhcuAx0Cr form .form-group input :active,
.cid-vdhcuAx0Cr form .form-group textarea :active {
  box-shadow: none !important;
}
.cid-vdhcuAx0Cr .form-group input {
  height: 59px;
  padding: 7px 20px !important;
  color: #012b3a;
  font-size: 18px !important;
}
.cid-vdhcuAx0Cr .form-group textarea {
  padding: 7px 20px !important;
  height: 95px;
  font-size: 18px !important;
}
.cid-vdhcuAx0Cr .form-group {
  margin-bottom: 11px !important;
}
.cid-vdhcuAx0Cr .form-group input:focus {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdhcuAx0Cr .form-group textarea:focus {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdhcuAx0Cr .form-group input:hover {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdhcuAx0Cr .form-group textarea:hover {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdhcuAx0Cr .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
  margin: 5px;
}
.cid-vdhcuAx0Cr a {
  font-weight: 400;
  letter-spacing: 5.4px;
  display: inline-block;
  width: auto;
}
.cid-vdhcuAx0Cr .mbr-section-btn {
  margin-top: 11px;
  text-align: center;
}
.cid-vdhcuAx0Cr .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #603010;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-vdhcuAx0Cr textarea::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdhcuAx0Cr input::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdhcuAx0Cr .container {
  max-width: 1140px;
}
.cid-vdhcuAx0Cr label {
  color: #6c757d;
  font-size: 18px;
  font-family: 'Outfit';
}
.cid-vdhcuAx0Cr .form-check .form-check-input {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-vdhcuAx0Cr .form-check .form-check-input:focus {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-v8Gpp21FN5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #603010;
}
.cid-v8Gpp21FN5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Gpp21FN5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Gpp21FN5 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v8Gpp21FN5 .footer-col {
    flex-direction: column;
  }
}
.cid-v8Gpp21FN5 .row {
  background: #603010;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v8Gpp21FN5 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v8Gpp21FN5 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v8Gpp21FN5 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v8Gpp21FN5 .mbr-section-btn {
    text-align: center;
  }
}
.cid-v8Gpp21FN5 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v8Gpp21FN5 .soc-item {
  margin: 8px;
}
.cid-v8Gpp21FN5 .soc-item a:hover .mbr-iconfont,
.cid-v8Gpp21FN5 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v8Gpp21FN5 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v8Gpp21FN5 .row {
    text-align: center;
  }
  .cid-v8Gpp21FN5 .social-row {
    justify-content: center;
  }
}
.cid-v8Gpp21FN5 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v8Gpp21FN5 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8Gpp21FN5 .list {
    margin-bottom: 0rem;
  }
}
.cid-v8Gpp21FN5 .mbr-text {
  color: #bbbbbb;
}
.cid-v8Gpp21FN5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8Gpp21FN5 .list,
.cid-v8Gpp21FN5 .item-wrap {
  color: #ffffff;
}
.cid-v8Gpp21FN5 .copyright {
  color: #ffffff;
}
.cid-vh24A6QHTm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vh24A6QHTm .navbar-fixed-top {
  padding-top: 0;
}
.cid-vh24A6QHTm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vh24A6QHTm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-content-top {
  background: #603010;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-vh24A6QHTm .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .nav-link,
.cid-vh24A6QHTm .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-vh24A6QHTm .nav-link:hover,
.cid-vh24A6QHTm .brand-name:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .dropdown-menu {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .dropdown-item:active {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-vh24A6QHTm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vh24A6QHTm .nav-item {
  position: relative;
}
.cid-vh24A6QHTm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vh24A6QHTm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vh24A6QHTm .nav-item .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .content-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #603010;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vh24A6QHTm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vh24A6QHTm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vh24A6QHTm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh24A6QHTm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vh24A6QHTm .content-right-side {
  text-align: center;
}
.cid-vh24A6QHTm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vh24A6QHTm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vh24A6QHTm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vh24A6QHTm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vh24A6QHTm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh24A6QHTm .info-widget:first-child {
  margin-left: 0;
}
.cid-vh24A6QHTm .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vh24A6QHTm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vh24A6QHTm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-vh24A6QHTm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #603010;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-vh24A6QHTm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #603010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vh24A6QHTm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-vh24A6QHTm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-vh24A6QHTm .navbar {
    display: block;
    padding: 0;
  }
  .cid-vh24A6QHTm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vh24A6QHTm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vh24A6QHTm .navbar-toggler {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-vh24A6QHTm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vh24A6QHTm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-vh24A6QHTm .btn-sm {
  padding: 13px 29px;
}
.cid-vh24A6QHTm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vh24A6QHTm .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vh24A6QHTm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh24A6QHTm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vh24A6QHTm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vh24A6QHTm button.navbar-toggler:focus {
  outline: none;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #603010;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh24A6QHTm .collapsed .btn {
  display: flex;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .collapsed button.navbar-toggler {
  display: block;
}
.cid-vh24A6QHTm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vh24A6QHTm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vh24A6QHTm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vh24A6QHTm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .menu-content-top {
    display: flex;
  }
  .cid-vh24A6QHTm .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-vh24A6QHTm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vh24A6QHTm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vh24A6QHTm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vh24A6QHTm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vh24A6QHTm .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing,
  .cid-vh24A6QHTm .navbar-collapse.show {
    display: block !important;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #603010;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vh24A6QHTm img {
    height: 3.8rem !important;
  }
  .cid-vh24A6QHTm .btn {
    display: flex;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-vh24A6QHTm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vh24A6QHTm .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .navbar-toggler {
  position: relative;
}
.cid-vh24A6QHTm .widget-title,
.cid-vh24A6QHTm .widget-icon {
  color: #ffffff;
}
.cid-vh24A6QHTm .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vh24A6QHTm .menu-content-top,
  .cid-vh24A6QHTm .menu-bottom {
    padding: 0 15px;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    align-self: center;
  }
  .cid-vh24A6QHTm .btn {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .widget-icon {
    padding-right: 0;
  }
}
.cid-vh24A6QHTm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #603010;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #edefeb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vh24A6QHTm .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vh24A6QHTm .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-v8OtoYHHrc {
  align-items: flex-end;
  background-image: url("../../../assets/images/pxl-20260201-45108752-2000x1125.jpg");
}
.cid-v8OtoYHHrc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8OtoYHHrc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8OtoYHHrc .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8OtoYHHrc .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-v8OtoYHHrc .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v8OtoYHHrc .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v8OtoYHHrc .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v8OtoYHHrc .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8OtoYHHrc .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8OtoYHHrc .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-v8OtoYHHrc .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-v8OtoYHHrc .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-v8OtoYHHrc .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #edefeb;
}
.cid-v8OtoYHHrc .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-v8OtoYHHrc .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-v8OtoYHHrc .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-v8OtoYHHrc .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v8OtoYHHrc .btn-wrapper {
  margin-top: -10%;
}
.cid-v8OtoYHHrc .mbr-section-title {
  color: #f4f4f4;
}
.cid-v8OtoYHHrc .mbr-text {
  color: #f4f4f4;
}
.cid-v8OtoYHHrc .item-title {
  color: #58595b;
}
.cid-v8OtoYHHrc .item-title,
.cid-v8OtoYHHrc .items-wrapper {
  color: #000000;
}
.cid-v8GRbsll5y {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-v8GRbsll5y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8GRbsll5y .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v8GRbsll5y .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8GRbsll5y .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v8GRbsll5y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8GRbsll5y .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v8GRbsll5y .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v8GRbsll5y .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v8GRbsll5y .card-title,
.cid-v8GRbsll5y .iconfont-wrapper {
  color: #000000;
}
.cid-v8GRbsll5y .card-text {
  color: #000000;
}
.cid-v8GRbsll5y .content-head {
  max-width: 800px;
}
.cid-v8GRbsll5y .mbr-section-title {
  color: #603010;
}
.cid-v8GRbsll5y .mbr-section-subtitle {
  text-align: center;
}
.cid-v8GRbsll5y .card-title,
.cid-v8GRbsll5y .img-wrapper {
  color: #603010;
}
.cid-v8OtwPUQJf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/img-20250210-wa0087-2000x1500.jpg");
}
.cid-v8OtwPUQJf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8OtwPUQJf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8OtwPUQJf .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8OtwPUQJf .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v8OtwPUQJf .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v8OtwPUQJf .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v8OtwPUQJf .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v8OtwPUQJf .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffc091;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #603010;
  height: 80px;
  border-radius: 50%;
}
.cid-v8OtwPUQJf .mbr-section-title {
  color: #ffffff;
}
.cid-v8OtwPUQJf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8OtwPUQJf .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v8OtwPUQJf .card-box .item-footer {
  margin-top: auto;
}
.cid-v8OtwPUQJf .content-head {
  max-width: 800px;
}
.cid-v8OtwPUQJf .card-title,
.cid-v8OtwPUQJf .iconfont-wrapper {
  color: #603010;
}
.cid-vdhi3wCovK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-vdhi3wCovK .mbr-section-title {
  margin-bottom: 58px;
  color: #000000;
  text-align: center;
}
.cid-vdhi3wCovK .mbr-form-container {
  width: 100%;
  margin-top: 12px;
}
.cid-vdhi3wCovK .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 25px;
}
.cid-vdhi3wCovK .form-message-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding: 0;
}
.cid-vdhi3wCovK form .row {
  margin: 0;
  border: none !important;
}
.cid-vdhi3wCovK form .form-group {
  flex-grow: 1;
}
.cid-vdhi3wCovK form .form-group input,
.cid-vdhi3wCovK form .form-group textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.24);
  border: 1px solid #3d626c !important;
}
.cid-vdhi3wCovK form .form-group input:hover,
.cid-vdhi3wCovK form .form-group textarea:hover,
.cid-vdhi3wCovK form .form-group input :focus,
.cid-vdhi3wCovK form .form-group textarea :focus,
.cid-vdhi3wCovK form .form-group input :active,
.cid-vdhi3wCovK form .form-group textarea :active {
  box-shadow: none !important;
}
.cid-vdhi3wCovK .form-group input {
  height: 59px;
  padding: 7px 20px !important;
  color: #012b3a;
  font-size: 18px !important;
}
.cid-vdhi3wCovK .form-group textarea {
  padding: 7px 20px !important;
  height: 95px;
  font-size: 18px !important;
}
.cid-vdhi3wCovK .form-group {
  margin-bottom: 11px !important;
}
.cid-vdhi3wCovK .form-group input:focus {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdhi3wCovK .form-group textarea:focus {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdhi3wCovK .form-group input:hover {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdhi3wCovK .form-group textarea:hover {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdhi3wCovK .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
  margin: 5px;
}
.cid-vdhi3wCovK a {
  font-weight: 400;
  letter-spacing: 5.4px;
  display: inline-block;
  width: auto;
}
.cid-vdhi3wCovK .mbr-section-btn {
  margin-top: 11px;
  text-align: center;
}
.cid-vdhi3wCovK .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #603010;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-vdhi3wCovK textarea::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdhi3wCovK input::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdhi3wCovK .container {
  max-width: 1140px;
}
.cid-vdhi3wCovK label {
  color: #6c757d;
  font-size: 18px;
  font-family: 'Outfit';
}
.cid-vdhi3wCovK .form-check .form-check-input {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-vdhi3wCovK .form-check .form-check-input:focus {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-v8GRbuEzDR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #603010;
}
.cid-v8GRbuEzDR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8GRbuEzDR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8GRbuEzDR .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v8GRbuEzDR .footer-col {
    flex-direction: column;
  }
}
.cid-v8GRbuEzDR .row {
  background: #603010;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v8GRbuEzDR .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v8GRbuEzDR .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v8GRbuEzDR .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v8GRbuEzDR .mbr-section-btn {
    text-align: center;
  }
}
.cid-v8GRbuEzDR .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v8GRbuEzDR .soc-item {
  margin: 8px;
}
.cid-v8GRbuEzDR .soc-item a:hover .mbr-iconfont,
.cid-v8GRbuEzDR .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v8GRbuEzDR .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v8GRbuEzDR .row {
    text-align: center;
  }
  .cid-v8GRbuEzDR .social-row {
    justify-content: center;
  }
}
.cid-v8GRbuEzDR .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v8GRbuEzDR .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8GRbuEzDR .list {
    margin-bottom: 0rem;
  }
}
.cid-v8GRbuEzDR .mbr-text {
  color: #bbbbbb;
}
.cid-v8GRbuEzDR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8GRbuEzDR .list,
.cid-v8GRbuEzDR .item-wrap {
  color: #ffffff;
}
.cid-v8GRbuEzDR .copyright {
  color: #ffffff;
}
.cid-vh24A6QHTm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vh24A6QHTm .navbar-fixed-top {
  padding-top: 0;
}
.cid-vh24A6QHTm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vh24A6QHTm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-content-top {
  background: #603010;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-vh24A6QHTm .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .nav-link,
.cid-vh24A6QHTm .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-vh24A6QHTm .nav-link:hover,
.cid-vh24A6QHTm .brand-name:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .dropdown-menu {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .dropdown-item:active {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-vh24A6QHTm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vh24A6QHTm .nav-item {
  position: relative;
}
.cid-vh24A6QHTm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vh24A6QHTm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vh24A6QHTm .nav-item .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .content-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #603010;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vh24A6QHTm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vh24A6QHTm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vh24A6QHTm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh24A6QHTm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vh24A6QHTm .content-right-side {
  text-align: center;
}
.cid-vh24A6QHTm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vh24A6QHTm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vh24A6QHTm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vh24A6QHTm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vh24A6QHTm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh24A6QHTm .info-widget:first-child {
  margin-left: 0;
}
.cid-vh24A6QHTm .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vh24A6QHTm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vh24A6QHTm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-vh24A6QHTm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #603010;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-vh24A6QHTm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #603010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vh24A6QHTm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-vh24A6QHTm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-vh24A6QHTm .navbar {
    display: block;
    padding: 0;
  }
  .cid-vh24A6QHTm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vh24A6QHTm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vh24A6QHTm .navbar-toggler {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-vh24A6QHTm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vh24A6QHTm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-vh24A6QHTm .btn-sm {
  padding: 13px 29px;
}
.cid-vh24A6QHTm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vh24A6QHTm .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vh24A6QHTm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh24A6QHTm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vh24A6QHTm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vh24A6QHTm button.navbar-toggler:focus {
  outline: none;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #603010;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh24A6QHTm .collapsed .btn {
  display: flex;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .collapsed button.navbar-toggler {
  display: block;
}
.cid-vh24A6QHTm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vh24A6QHTm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vh24A6QHTm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vh24A6QHTm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .menu-content-top {
    display: flex;
  }
  .cid-vh24A6QHTm .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-vh24A6QHTm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vh24A6QHTm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vh24A6QHTm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vh24A6QHTm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vh24A6QHTm .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing,
  .cid-vh24A6QHTm .navbar-collapse.show {
    display: block !important;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #603010;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vh24A6QHTm img {
    height: 3.8rem !important;
  }
  .cid-vh24A6QHTm .btn {
    display: flex;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-vh24A6QHTm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vh24A6QHTm .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .navbar-toggler {
  position: relative;
}
.cid-vh24A6QHTm .widget-title,
.cid-vh24A6QHTm .widget-icon {
  color: #ffffff;
}
.cid-vh24A6QHTm .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vh24A6QHTm .menu-content-top,
  .cid-vh24A6QHTm .menu-bottom {
    padding: 0 15px;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    align-self: center;
  }
  .cid-vh24A6QHTm .btn {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .widget-icon {
    padding-right: 0;
  }
}
.cid-vh24A6QHTm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #603010;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #edefeb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vh24A6QHTm .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vh24A6QHTm .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-v8OrbHi2kw {
  align-items: flex-end;
  background-image: url("../../../assets/images/pxl-20250205-115511656-2000x1125.jpg");
}
.cid-v8OrbHi2kw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8OrbHi2kw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8OrbHi2kw .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8OrbHi2kw .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-v8OrbHi2kw .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v8OrbHi2kw .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v8OrbHi2kw .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v8OrbHi2kw .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8OrbHi2kw .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8OrbHi2kw .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-v8OrbHi2kw .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-v8OrbHi2kw .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-v8OrbHi2kw .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #edefeb;
}
.cid-v8OrbHi2kw .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-v8OrbHi2kw .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-v8OrbHi2kw .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-v8OrbHi2kw .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v8OrbHi2kw .btn-wrapper {
  margin-top: -10%;
}
.cid-v8OrbHi2kw .mbr-section-title {
  color: #f4f4f4;
}
.cid-v8OrbHi2kw .mbr-text {
  color: #f4f4f4;
}
.cid-v8OrbHi2kw .item-title {
  color: #58595b;
}
.cid-v8OrbHi2kw .item-title,
.cid-v8OrbHi2kw .items-wrapper {
  color: #000000;
}
.cid-v8GZgIaaqf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-v8GZgIaaqf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8GZgIaaqf .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v8GZgIaaqf .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8GZgIaaqf .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v8GZgIaaqf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8GZgIaaqf .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v8GZgIaaqf .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v8GZgIaaqf .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v8GZgIaaqf .card-title,
.cid-v8GZgIaaqf .iconfont-wrapper {
  color: #000000;
}
.cid-v8GZgIaaqf .card-text {
  color: #000000;
}
.cid-v8GZgIaaqf .content-head {
  max-width: 800px;
}
.cid-v8GZgIaaqf .mbr-section-title {
  color: #603010;
}
.cid-v8GZgIaaqf .mbr-section-subtitle {
  text-align: center;
}
.cid-v8OgB7vAwS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/zanzibar02-540x312.jpg");
}
.cid-v8OgB7vAwS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8OgB7vAwS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8OgB7vAwS .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8OgB7vAwS .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v8OgB7vAwS .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v8OgB7vAwS .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v8OgB7vAwS .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v8OgB7vAwS .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffc091;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #603010;
  height: 80px;
  border-radius: 50%;
}
.cid-v8OgB7vAwS .mbr-section-title {
  color: #ffffff;
}
.cid-v8OgB7vAwS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8OgB7vAwS .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v8OgB7vAwS .card-box .item-footer {
  margin-top: auto;
}
.cid-v8OgB7vAwS .content-head {
  max-width: 800px;
}
.cid-v8OgB7vAwS .card-title,
.cid-v8OgB7vAwS .iconfont-wrapper {
  color: #603010;
}
.cid-vdhj3huTSO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-vdhj3huTSO .mbr-section-title {
  margin-bottom: 58px;
  color: #000000;
  text-align: center;
}
.cid-vdhj3huTSO .mbr-form-container {
  width: 100%;
  margin-top: 12px;
}
.cid-vdhj3huTSO .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 25px;
}
.cid-vdhj3huTSO .form-message-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding: 0;
}
.cid-vdhj3huTSO form .row {
  margin: 0;
  border: none !important;
}
.cid-vdhj3huTSO form .form-group {
  flex-grow: 1;
}
.cid-vdhj3huTSO form .form-group input,
.cid-vdhj3huTSO form .form-group textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.24);
  border: 1px solid #3d626c !important;
}
.cid-vdhj3huTSO form .form-group input:hover,
.cid-vdhj3huTSO form .form-group textarea:hover,
.cid-vdhj3huTSO form .form-group input :focus,
.cid-vdhj3huTSO form .form-group textarea :focus,
.cid-vdhj3huTSO form .form-group input :active,
.cid-vdhj3huTSO form .form-group textarea :active {
  box-shadow: none !important;
}
.cid-vdhj3huTSO .form-group input {
  height: 59px;
  padding: 7px 20px !important;
  color: #012b3a;
  font-size: 18px !important;
}
.cid-vdhj3huTSO .form-group textarea {
  padding: 7px 20px !important;
  height: 95px;
  font-size: 18px !important;
}
.cid-vdhj3huTSO .form-group {
  margin-bottom: 11px !important;
}
.cid-vdhj3huTSO .form-group input:focus {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdhj3huTSO .form-group textarea:focus {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdhj3huTSO .form-group input:hover {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdhj3huTSO .form-group textarea:hover {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdhj3huTSO .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
  margin: 5px;
}
.cid-vdhj3huTSO a {
  font-weight: 400;
  letter-spacing: 5.4px;
  display: inline-block;
  width: auto;
}
.cid-vdhj3huTSO .mbr-section-btn {
  margin-top: 11px;
  text-align: center;
}
.cid-vdhj3huTSO .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #603010;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-vdhj3huTSO textarea::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdhj3huTSO input::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdhj3huTSO .container {
  max-width: 1140px;
}
.cid-vdhj3huTSO label {
  color: #6c757d;
  font-size: 18px;
  font-family: 'Outfit';
}
.cid-vdhj3huTSO .form-check .form-check-input {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-vdhj3huTSO .form-check .form-check-input:focus {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-v8GZgJQVVd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #603010;
}
.cid-v8GZgJQVVd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8GZgJQVVd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8GZgJQVVd .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v8GZgJQVVd .footer-col {
    flex-direction: column;
  }
}
.cid-v8GZgJQVVd .row {
  background: #603010;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v8GZgJQVVd .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v8GZgJQVVd .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v8GZgJQVVd .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v8GZgJQVVd .mbr-section-btn {
    text-align: center;
  }
}
.cid-v8GZgJQVVd .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v8GZgJQVVd .soc-item {
  margin: 8px;
}
.cid-v8GZgJQVVd .soc-item a:hover .mbr-iconfont,
.cid-v8GZgJQVVd .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v8GZgJQVVd .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v8GZgJQVVd .row {
    text-align: center;
  }
  .cid-v8GZgJQVVd .social-row {
    justify-content: center;
  }
}
.cid-v8GZgJQVVd .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v8GZgJQVVd .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8GZgJQVVd .list {
    margin-bottom: 0rem;
  }
}
.cid-v8GZgJQVVd .mbr-text {
  color: #bbbbbb;
}
.cid-v8GZgJQVVd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8GZgJQVVd .list,
.cid-v8GZgJQVVd .item-wrap {
  color: #ffffff;
}
.cid-v8GZgJQVVd .copyright {
  color: #ffffff;
}
.cid-vh24A6QHTm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vh24A6QHTm .navbar-fixed-top {
  padding-top: 0;
}
.cid-vh24A6QHTm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vh24A6QHTm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-content-top {
  background: #603010;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-vh24A6QHTm .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .nav-link,
.cid-vh24A6QHTm .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-vh24A6QHTm .nav-link:hover,
.cid-vh24A6QHTm .brand-name:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .dropdown-menu {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .dropdown-item:active {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-vh24A6QHTm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vh24A6QHTm .nav-item {
  position: relative;
}
.cid-vh24A6QHTm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vh24A6QHTm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vh24A6QHTm .nav-item .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .content-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #603010;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vh24A6QHTm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vh24A6QHTm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vh24A6QHTm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh24A6QHTm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vh24A6QHTm .content-right-side {
  text-align: center;
}
.cid-vh24A6QHTm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vh24A6QHTm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vh24A6QHTm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vh24A6QHTm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vh24A6QHTm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh24A6QHTm .info-widget:first-child {
  margin-left: 0;
}
.cid-vh24A6QHTm .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vh24A6QHTm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vh24A6QHTm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-vh24A6QHTm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #603010;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-vh24A6QHTm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #603010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vh24A6QHTm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-vh24A6QHTm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-vh24A6QHTm .navbar {
    display: block;
    padding: 0;
  }
  .cid-vh24A6QHTm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vh24A6QHTm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vh24A6QHTm .navbar-toggler {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-vh24A6QHTm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vh24A6QHTm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-vh24A6QHTm .btn-sm {
  padding: 13px 29px;
}
.cid-vh24A6QHTm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vh24A6QHTm .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vh24A6QHTm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh24A6QHTm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vh24A6QHTm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vh24A6QHTm button.navbar-toggler:focus {
  outline: none;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #603010;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh24A6QHTm .collapsed .btn {
  display: flex;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .collapsed button.navbar-toggler {
  display: block;
}
.cid-vh24A6QHTm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vh24A6QHTm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vh24A6QHTm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vh24A6QHTm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .menu-content-top {
    display: flex;
  }
  .cid-vh24A6QHTm .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-vh24A6QHTm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vh24A6QHTm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vh24A6QHTm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vh24A6QHTm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vh24A6QHTm .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing,
  .cid-vh24A6QHTm .navbar-collapse.show {
    display: block !important;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #603010;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vh24A6QHTm img {
    height: 3.8rem !important;
  }
  .cid-vh24A6QHTm .btn {
    display: flex;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-vh24A6QHTm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vh24A6QHTm .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .navbar-toggler {
  position: relative;
}
.cid-vh24A6QHTm .widget-title,
.cid-vh24A6QHTm .widget-icon {
  color: #ffffff;
}
.cid-vh24A6QHTm .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vh24A6QHTm .menu-content-top,
  .cid-vh24A6QHTm .menu-bottom {
    padding: 0 15px;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    align-self: center;
  }
  .cid-vh24A6QHTm .btn {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .widget-icon {
    padding-right: 0;
  }
}
.cid-vh24A6QHTm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #603010;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #edefeb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vh24A6QHTm .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vh24A6QHTm .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-v8OeO24tv3 {
  align-items: flex-end;
  background-image: url("../../../assets/images/pxl-20250208-133240917-2000x1125.jpg");
}
.cid-v8OeO24tv3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8OeO24tv3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8OeO24tv3 .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8OeO24tv3 .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-v8OeO24tv3 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v8OeO24tv3 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v8OeO24tv3 .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v8OeO24tv3 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8OeO24tv3 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8OeO24tv3 .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-v8OeO24tv3 .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-v8OeO24tv3 .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-v8OeO24tv3 .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #edefeb;
}
.cid-v8OeO24tv3 .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-v8OeO24tv3 .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-v8OeO24tv3 .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-v8OeO24tv3 .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v8OeO24tv3 .btn-wrapper {
  margin-top: -10%;
}
.cid-v8OeO24tv3 .mbr-section-title {
  color: #f4f4f4;
}
.cid-v8OeO24tv3 .mbr-text {
  color: #f4f4f4;
}
.cid-v8OeO24tv3 .item-title {
  color: #58595b;
}
.cid-v8OeO24tv3 .item-title,
.cid-v8OeO24tv3 .items-wrapper {
  color: #000000;
}
.cid-v8GToeUaOo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-v8GToeUaOo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8GToeUaOo .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v8GToeUaOo .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8GToeUaOo .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v8GToeUaOo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8GToeUaOo .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v8GToeUaOo .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v8GToeUaOo .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v8GToeUaOo .card-title,
.cid-v8GToeUaOo .iconfont-wrapper {
  color: #000000;
}
.cid-v8GToeUaOo .card-text {
  color: #000000;
}
.cid-v8GToeUaOo .content-head {
  max-width: 800px;
}
.cid-v8GToeUaOo .mbr-section-title {
  color: #603010;
}
.cid-v8GToeUaOo .mbr-section-subtitle {
  text-align: center;
}
.cid-v8GToeUaOo .card-title,
.cid-v8GToeUaOo .img-wrapper {
  color: #603010;
}
.cid-v8OeFjc4dZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/img-20250210-wa0078-2000x1500.jpg");
}
.cid-v8OeFjc4dZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8OeFjc4dZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8OeFjc4dZ .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8OeFjc4dZ .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v8OeFjc4dZ .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v8OeFjc4dZ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v8OeFjc4dZ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v8OeFjc4dZ .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffc091;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #603010;
  height: 80px;
  border-radius: 50%;
}
.cid-v8OeFjc4dZ .mbr-section-title {
  color: #ffffff;
}
.cid-v8OeFjc4dZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8OeFjc4dZ .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v8OeFjc4dZ .card-box .item-footer {
  margin-top: auto;
}
.cid-v8OeFjc4dZ .content-head {
  max-width: 800px;
}
.cid-v8OeFjc4dZ .card-title,
.cid-v8OeFjc4dZ .iconfont-wrapper {
  color: #603010;
}
.cid-vdhjoceHno {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-vdhjoceHno .mbr-section-title {
  margin-bottom: 58px;
  color: #000000;
  text-align: center;
}
.cid-vdhjoceHno .mbr-form-container {
  width: 100%;
  margin-top: 12px;
}
.cid-vdhjoceHno .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 25px;
}
.cid-vdhjoceHno .form-message-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding: 0;
}
.cid-vdhjoceHno form .row {
  margin: 0;
  border: none !important;
}
.cid-vdhjoceHno form .form-group {
  flex-grow: 1;
}
.cid-vdhjoceHno form .form-group input,
.cid-vdhjoceHno form .form-group textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.24);
  border: 1px solid #3d626c !important;
}
.cid-vdhjoceHno form .form-group input:hover,
.cid-vdhjoceHno form .form-group textarea:hover,
.cid-vdhjoceHno form .form-group input :focus,
.cid-vdhjoceHno form .form-group textarea :focus,
.cid-vdhjoceHno form .form-group input :active,
.cid-vdhjoceHno form .form-group textarea :active {
  box-shadow: none !important;
}
.cid-vdhjoceHno .form-group input {
  height: 59px;
  padding: 7px 20px !important;
  color: #012b3a;
  font-size: 18px !important;
}
.cid-vdhjoceHno .form-group textarea {
  padding: 7px 20px !important;
  height: 95px;
  font-size: 18px !important;
}
.cid-vdhjoceHno .form-group {
  margin-bottom: 11px !important;
}
.cid-vdhjoceHno .form-group input:focus {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdhjoceHno .form-group textarea:focus {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdhjoceHno .form-group input:hover {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdhjoceHno .form-group textarea:hover {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdhjoceHno .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
  margin: 5px;
}
.cid-vdhjoceHno a {
  font-weight: 400;
  letter-spacing: 5.4px;
  display: inline-block;
  width: auto;
}
.cid-vdhjoceHno .mbr-section-btn {
  margin-top: 11px;
  text-align: center;
}
.cid-vdhjoceHno .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #603010;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-vdhjoceHno textarea::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdhjoceHno input::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdhjoceHno .container {
  max-width: 1140px;
}
.cid-vdhjoceHno label {
  color: #6c757d;
  font-size: 18px;
  font-family: 'Outfit';
}
.cid-vdhjoceHno .form-check .form-check-input {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-vdhjoceHno .form-check .form-check-input:focus {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-v8GTofLUr6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #603010;
}
.cid-v8GTofLUr6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8GTofLUr6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8GTofLUr6 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v8GTofLUr6 .footer-col {
    flex-direction: column;
  }
}
.cid-v8GTofLUr6 .row {
  background: #603010;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v8GTofLUr6 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v8GTofLUr6 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v8GTofLUr6 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v8GTofLUr6 .mbr-section-btn {
    text-align: center;
  }
}
.cid-v8GTofLUr6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v8GTofLUr6 .soc-item {
  margin: 8px;
}
.cid-v8GTofLUr6 .soc-item a:hover .mbr-iconfont,
.cid-v8GTofLUr6 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v8GTofLUr6 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v8GTofLUr6 .row {
    text-align: center;
  }
  .cid-v8GTofLUr6 .social-row {
    justify-content: center;
  }
}
.cid-v8GTofLUr6 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v8GTofLUr6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8GTofLUr6 .list {
    margin-bottom: 0rem;
  }
}
.cid-v8GTofLUr6 .mbr-text {
  color: #bbbbbb;
}
.cid-v8GTofLUr6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8GTofLUr6 .list,
.cid-v8GTofLUr6 .item-wrap {
  color: #ffffff;
}
.cid-v8GTofLUr6 .copyright {
  color: #ffffff;
}
.cid-vh24A6QHTm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vh24A6QHTm .navbar-fixed-top {
  padding-top: 0;
}
.cid-vh24A6QHTm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vh24A6QHTm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-content-top {
  background: #603010;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-vh24A6QHTm .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .nav-link,
.cid-vh24A6QHTm .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-vh24A6QHTm .nav-link:hover,
.cid-vh24A6QHTm .brand-name:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .dropdown-menu {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .dropdown-item:active {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-vh24A6QHTm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vh24A6QHTm .nav-item {
  position: relative;
}
.cid-vh24A6QHTm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vh24A6QHTm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vh24A6QHTm .nav-item .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .content-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #603010;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vh24A6QHTm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vh24A6QHTm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vh24A6QHTm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh24A6QHTm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vh24A6QHTm .content-right-side {
  text-align: center;
}
.cid-vh24A6QHTm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vh24A6QHTm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vh24A6QHTm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vh24A6QHTm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vh24A6QHTm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh24A6QHTm .info-widget:first-child {
  margin-left: 0;
}
.cid-vh24A6QHTm .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vh24A6QHTm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vh24A6QHTm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-vh24A6QHTm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #603010;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-vh24A6QHTm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #603010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vh24A6QHTm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-vh24A6QHTm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-vh24A6QHTm .navbar {
    display: block;
    padding: 0;
  }
  .cid-vh24A6QHTm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vh24A6QHTm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vh24A6QHTm .navbar-toggler {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-vh24A6QHTm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vh24A6QHTm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-vh24A6QHTm .btn-sm {
  padding: 13px 29px;
}
.cid-vh24A6QHTm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vh24A6QHTm .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vh24A6QHTm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh24A6QHTm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vh24A6QHTm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vh24A6QHTm button.navbar-toggler:focus {
  outline: none;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #603010;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh24A6QHTm .collapsed .btn {
  display: flex;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .collapsed button.navbar-toggler {
  display: block;
}
.cid-vh24A6QHTm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vh24A6QHTm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vh24A6QHTm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vh24A6QHTm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .menu-content-top {
    display: flex;
  }
  .cid-vh24A6QHTm .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-vh24A6QHTm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vh24A6QHTm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vh24A6QHTm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vh24A6QHTm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vh24A6QHTm .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing,
  .cid-vh24A6QHTm .navbar-collapse.show {
    display: block !important;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #603010;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vh24A6QHTm img {
    height: 3.8rem !important;
  }
  .cid-vh24A6QHTm .btn {
    display: flex;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-vh24A6QHTm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vh24A6QHTm .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .navbar-toggler {
  position: relative;
}
.cid-vh24A6QHTm .widget-title,
.cid-vh24A6QHTm .widget-icon {
  color: #ffffff;
}
.cid-vh24A6QHTm .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vh24A6QHTm .menu-content-top,
  .cid-vh24A6QHTm .menu-bottom {
    padding: 0 15px;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    align-self: center;
  }
  .cid-vh24A6QHTm .btn {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .widget-icon {
    padding-right: 0;
  }
}
.cid-vh24A6QHTm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #603010;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #edefeb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vh24A6QHTm .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vh24A6QHTm .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-v8Ow2CJRju {
  align-items: flex-end;
  background-image: url("../../../assets/images/mbr-1-1920x1080.jpg");
}
.cid-v8Ow2CJRju .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Ow2CJRju .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Ow2CJRju .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8Ow2CJRju .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-v8Ow2CJRju .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v8Ow2CJRju .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v8Ow2CJRju .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v8Ow2CJRju .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8Ow2CJRju .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8Ow2CJRju .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-v8Ow2CJRju .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-v8Ow2CJRju .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-v8Ow2CJRju .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #edefeb;
}
.cid-v8Ow2CJRju .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-v8Ow2CJRju .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-v8Ow2CJRju .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-v8Ow2CJRju .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v8Ow2CJRju .btn-wrapper {
  margin-top: -10%;
}
.cid-v8Ow2CJRju .mbr-section-title {
  color: #f4f4f4;
}
.cid-v8Ow2CJRju .mbr-text {
  color: #f4f4f4;
}
.cid-v8Ow2CJRju .item-title {
  color: #58595b;
}
.cid-v8Ow2CJRju .item-title,
.cid-v8Ow2CJRju .items-wrapper {
  color: #603010;
}
.cid-v8IncCegGM {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-v8IncCegGM img,
.cid-v8IncCegGM .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-v8IncCegGM .item:focus,
.cid-v8IncCegGM span:focus {
  outline: none;
}
.cid-v8IncCegGM .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8IncCegGM .item {
    margin-bottom: 1rem;
  }
}
.cid-v8IncCegGM .item-wrapper {
  position: relative;
  background: #603010;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v8IncCegGM .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v8IncCegGM .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v8IncCegGM .item-wrapper .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-v8IncCegGM .item-wrapper .item-footer {
  padding-bottom: 2rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v8IncCegGM .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-v8IncCegGM .item-wrapper .item-footer {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v8IncCegGM .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-v8IncCegGM .item-wrapper .item-footer {
    padding-bottom: 1.25rem;
  }
}
.cid-v8IncCegGM .mbr-section-title {
  color: #232323;
}
.cid-v8IncCegGM .mbr-text,
.cid-v8IncCegGM .mbr-section-btn {
  text-align: center;
}
.cid-v8IncCegGM .item-title {
  text-align: left;
  color: #f5f5f5;
}
.cid-v8IncCegGM .content-head {
  max-width: 800px;
}
.cid-v8IncCegGM .mbr-text,
.cid-v8IncCegGM .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v8IncCegGM .mbr-section-title,
.cid-v8IncCegGM .mbr-section-head .mbr-section-btn {
  color: #603010;
}
.cid-v8Imn3kI5s {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #603010;
}
.cid-v8Imn3kI5s .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Imn3kI5s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Imn3kI5s .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v8Imn3kI5s .footer-col {
    flex-direction: column;
  }
}
.cid-v8Imn3kI5s .row {
  background: #603010;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v8Imn3kI5s .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v8Imn3kI5s .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v8Imn3kI5s .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v8Imn3kI5s .mbr-section-btn {
    text-align: center;
  }
}
.cid-v8Imn3kI5s .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v8Imn3kI5s .soc-item {
  margin: 8px;
}
.cid-v8Imn3kI5s .soc-item a:hover .mbr-iconfont,
.cid-v8Imn3kI5s .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v8Imn3kI5s .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v8Imn3kI5s .row {
    text-align: center;
  }
  .cid-v8Imn3kI5s .social-row {
    justify-content: center;
  }
}
.cid-v8Imn3kI5s .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v8Imn3kI5s .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8Imn3kI5s .list {
    margin-bottom: 0rem;
  }
}
.cid-v8Imn3kI5s .mbr-text {
  color: #bbbbbb;
}
.cid-v8Imn3kI5s .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8Imn3kI5s .list,
.cid-v8Imn3kI5s .item-wrap {
  color: #ffffff;
}
.cid-v8Imn3kI5s .copyright {
  color: #ffffff;
}
.cid-vh24A6QHTm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vh24A6QHTm .navbar-fixed-top {
  padding-top: 0;
}
.cid-vh24A6QHTm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vh24A6QHTm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-content-top {
  background: #603010;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-vh24A6QHTm .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .nav-link,
.cid-vh24A6QHTm .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-vh24A6QHTm .nav-link:hover,
.cid-vh24A6QHTm .brand-name:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .dropdown-menu {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .dropdown-item:active {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-vh24A6QHTm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vh24A6QHTm .nav-item {
  position: relative;
}
.cid-vh24A6QHTm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vh24A6QHTm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vh24A6QHTm .nav-item .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .content-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #603010;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vh24A6QHTm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vh24A6QHTm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vh24A6QHTm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh24A6QHTm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vh24A6QHTm .content-right-side {
  text-align: center;
}
.cid-vh24A6QHTm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vh24A6QHTm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vh24A6QHTm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vh24A6QHTm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vh24A6QHTm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh24A6QHTm .info-widget:first-child {
  margin-left: 0;
}
.cid-vh24A6QHTm .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vh24A6QHTm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vh24A6QHTm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-vh24A6QHTm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #603010;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-vh24A6QHTm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #603010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vh24A6QHTm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-vh24A6QHTm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-vh24A6QHTm .navbar {
    display: block;
    padding: 0;
  }
  .cid-vh24A6QHTm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vh24A6QHTm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vh24A6QHTm .navbar-toggler {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-vh24A6QHTm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vh24A6QHTm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-vh24A6QHTm .btn-sm {
  padding: 13px 29px;
}
.cid-vh24A6QHTm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vh24A6QHTm .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vh24A6QHTm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh24A6QHTm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vh24A6QHTm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vh24A6QHTm button.navbar-toggler:focus {
  outline: none;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #603010;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh24A6QHTm .collapsed .btn {
  display: flex;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .collapsed button.navbar-toggler {
  display: block;
}
.cid-vh24A6QHTm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vh24A6QHTm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vh24A6QHTm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vh24A6QHTm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .menu-content-top {
    display: flex;
  }
  .cid-vh24A6QHTm .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-vh24A6QHTm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vh24A6QHTm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vh24A6QHTm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vh24A6QHTm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vh24A6QHTm .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing,
  .cid-vh24A6QHTm .navbar-collapse.show {
    display: block !important;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #603010;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vh24A6QHTm img {
    height: 3.8rem !important;
  }
  .cid-vh24A6QHTm .btn {
    display: flex;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-vh24A6QHTm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vh24A6QHTm .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .navbar-toggler {
  position: relative;
}
.cid-vh24A6QHTm .widget-title,
.cid-vh24A6QHTm .widget-icon {
  color: #ffffff;
}
.cid-vh24A6QHTm .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vh24A6QHTm .menu-content-top,
  .cid-vh24A6QHTm .menu-bottom {
    padding: 0 15px;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    align-self: center;
  }
  .cid-vh24A6QHTm .btn {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .widget-icon {
    padding-right: 0;
  }
}
.cid-vh24A6QHTm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #603010;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #edefeb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vh24A6QHTm .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vh24A6QHTm .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-v8PAX8RYqv {
  align-items: flex-end;
  background-image: url("../../../assets/images/maasai-cultural-tour-for-families-1-1200x550.png");
}
.cid-v8PAX8RYqv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8PAX8RYqv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8PAX8RYqv .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8PAX8RYqv .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-v8PAX8RYqv .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v8PAX8RYqv .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v8PAX8RYqv .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v8PAX8RYqv .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8PAX8RYqv .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8PAX8RYqv .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-v8PAX8RYqv .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-v8PAX8RYqv .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-v8PAX8RYqv .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #edefeb;
}
.cid-v8PAX8RYqv .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-v8PAX8RYqv .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-v8PAX8RYqv .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-v8PAX8RYqv .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v8PAX8RYqv .btn-wrapper {
  margin-top: -10%;
}
.cid-v8PAX8RYqv .mbr-section-title {
  color: #f4f4f4;
}
.cid-v8PAX8RYqv .mbr-text {
  color: #f4f4f4;
}
.cid-v8PAX8RYqv .item-title {
  color: #58595b;
}
.cid-v8PAX8RYqv .item-title,
.cid-v8PAX8RYqv .items-wrapper {
  color: #603010;
}
.cid-v8IGr8qAXC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-v8IGr8qAXC img,
.cid-v8IGr8qAXC .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-v8IGr8qAXC .item:focus,
.cid-v8IGr8qAXC span:focus {
  outline: none;
}
.cid-v8IGr8qAXC .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8IGr8qAXC .item {
    margin-bottom: 1rem;
  }
}
.cid-v8IGr8qAXC .item-wrapper {
  position: relative;
  background: #603010;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v8IGr8qAXC .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v8IGr8qAXC .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v8IGr8qAXC .item-wrapper .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-v8IGr8qAXC .item-wrapper .item-footer {
  padding-bottom: 2rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v8IGr8qAXC .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-v8IGr8qAXC .item-wrapper .item-footer {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v8IGr8qAXC .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-v8IGr8qAXC .item-wrapper .item-footer {
    padding-bottom: 1.25rem;
  }
}
.cid-v8IGr8qAXC .mbr-section-title {
  color: #232323;
}
.cid-v8IGr8qAXC .mbr-text,
.cid-v8IGr8qAXC .mbr-section-btn {
  text-align: center;
}
.cid-v8IGr8qAXC .item-title {
  text-align: left;
  color: #f5f5f5;
}
.cid-v8IGr8qAXC .content-head {
  max-width: 800px;
}
.cid-v8IGr8qAXC .mbr-text,
.cid-v8IGr8qAXC .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v8IGr8qAXC .mbr-section-title,
.cid-v8IGr8qAXC .mbr-section-head .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v8IGr8YRT7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #603010;
}
.cid-v8IGr8YRT7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8IGr8YRT7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8IGr8YRT7 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v8IGr8YRT7 .footer-col {
    flex-direction: column;
  }
}
.cid-v8IGr8YRT7 .row {
  background: #603010;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v8IGr8YRT7 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v8IGr8YRT7 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v8IGr8YRT7 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v8IGr8YRT7 .mbr-section-btn {
    text-align: center;
  }
}
.cid-v8IGr8YRT7 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v8IGr8YRT7 .soc-item {
  margin: 8px;
}
.cid-v8IGr8YRT7 .soc-item a:hover .mbr-iconfont,
.cid-v8IGr8YRT7 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v8IGr8YRT7 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v8IGr8YRT7 .row {
    text-align: center;
  }
  .cid-v8IGr8YRT7 .social-row {
    justify-content: center;
  }
}
.cid-v8IGr8YRT7 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v8IGr8YRT7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8IGr8YRT7 .list {
    margin-bottom: 0rem;
  }
}
.cid-v8IGr8YRT7 .mbr-text {
  color: #bbbbbb;
}
.cid-v8IGr8YRT7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8IGr8YRT7 .list,
.cid-v8IGr8YRT7 .item-wrap {
  color: #ffffff;
}
.cid-v8IGr8YRT7 .copyright {
  color: #ffffff;
}
.cid-vh24A6QHTm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vh24A6QHTm .navbar-fixed-top {
  padding-top: 0;
}
.cid-vh24A6QHTm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vh24A6QHTm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-content-top {
  background: #603010;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-vh24A6QHTm .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .nav-link,
.cid-vh24A6QHTm .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-vh24A6QHTm .nav-link:hover,
.cid-vh24A6QHTm .brand-name:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .dropdown-menu {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .dropdown-item:active {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-vh24A6QHTm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vh24A6QHTm .nav-item {
  position: relative;
}
.cid-vh24A6QHTm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vh24A6QHTm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vh24A6QHTm .nav-item .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .content-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #603010;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vh24A6QHTm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vh24A6QHTm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vh24A6QHTm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh24A6QHTm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vh24A6QHTm .content-right-side {
  text-align: center;
}
.cid-vh24A6QHTm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vh24A6QHTm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vh24A6QHTm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vh24A6QHTm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vh24A6QHTm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh24A6QHTm .info-widget:first-child {
  margin-left: 0;
}
.cid-vh24A6QHTm .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vh24A6QHTm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vh24A6QHTm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-vh24A6QHTm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #603010;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-vh24A6QHTm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #603010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vh24A6QHTm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-vh24A6QHTm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-vh24A6QHTm .navbar {
    display: block;
    padding: 0;
  }
  .cid-vh24A6QHTm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vh24A6QHTm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vh24A6QHTm .navbar-toggler {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-vh24A6QHTm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vh24A6QHTm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-vh24A6QHTm .btn-sm {
  padding: 13px 29px;
}
.cid-vh24A6QHTm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vh24A6QHTm .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vh24A6QHTm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh24A6QHTm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vh24A6QHTm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vh24A6QHTm button.navbar-toggler:focus {
  outline: none;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #603010;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh24A6QHTm .collapsed .btn {
  display: flex;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .collapsed button.navbar-toggler {
  display: block;
}
.cid-vh24A6QHTm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vh24A6QHTm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vh24A6QHTm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vh24A6QHTm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .menu-content-top {
    display: flex;
  }
  .cid-vh24A6QHTm .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-vh24A6QHTm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vh24A6QHTm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vh24A6QHTm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vh24A6QHTm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vh24A6QHTm .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing,
  .cid-vh24A6QHTm .navbar-collapse.show {
    display: block !important;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #603010;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vh24A6QHTm img {
    height: 3.8rem !important;
  }
  .cid-vh24A6QHTm .btn {
    display: flex;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-vh24A6QHTm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vh24A6QHTm .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .navbar-toggler {
  position: relative;
}
.cid-vh24A6QHTm .widget-title,
.cid-vh24A6QHTm .widget-icon {
  color: #ffffff;
}
.cid-vh24A6QHTm .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vh24A6QHTm .menu-content-top,
  .cid-vh24A6QHTm .menu-bottom {
    padding: 0 15px;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    align-self: center;
  }
  .cid-vh24A6QHTm .btn {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .widget-icon {
    padding-right: 0;
  }
}
.cid-vh24A6QHTm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #603010;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #edefeb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vh24A6QHTm .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vh24A6QHTm .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-v8O5rnELlf {
  align-items: flex-end;
  background-image: url("../../../assets/images/pxl-20250208-60627913-2000x1125.jpg");
}
.cid-v8O5rnELlf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8O5rnELlf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8O5rnELlf .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8O5rnELlf .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-v8O5rnELlf .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v8O5rnELlf .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v8O5rnELlf .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v8O5rnELlf .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8O5rnELlf .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8O5rnELlf .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-v8O5rnELlf .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-v8O5rnELlf .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-v8O5rnELlf .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #edefeb;
}
.cid-v8O5rnELlf .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-v8O5rnELlf .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-v8O5rnELlf .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-v8O5rnELlf .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v8O5rnELlf .btn-wrapper {
  margin-top: -10%;
}
.cid-v8O5rnELlf .mbr-section-title {
  color: #f4f4f4;
}
.cid-v8O5rnELlf .mbr-text {
  color: #f4f4f4;
}
.cid-v8O5rnELlf .item-title {
  color: #58595b;
}
.cid-v8O5rnELlf .item-title,
.cid-v8O5rnELlf .items-wrapper {
  color: #603010;
}
.cid-v8FZwbJoKq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-v8FZwbJoKq img,
.cid-v8FZwbJoKq .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v8FZwbJoKq .item:focus,
.cid-v8FZwbJoKq span:focus {
  outline: none;
}
.cid-v8FZwbJoKq .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8FZwbJoKq .item {
    margin-bottom: 1rem;
  }
}
.cid-v8FZwbJoKq .item-wrapper {
  position: relative;
  background: #603010;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v8FZwbJoKq .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v8FZwbJoKq .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v8FZwbJoKq .item-wrapper .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-v8FZwbJoKq .item-wrapper .item-footer {
  padding-bottom: 2rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v8FZwbJoKq .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-v8FZwbJoKq .item-wrapper .item-footer {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v8FZwbJoKq .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-v8FZwbJoKq .item-wrapper .item-footer {
    padding-bottom: 1.25rem;
  }
}
.cid-v8FZwbJoKq .mbr-section-title {
  color: #232323;
}
.cid-v8FZwbJoKq .mbr-text,
.cid-v8FZwbJoKq .mbr-section-btn {
  text-align: center;
}
.cid-v8FZwbJoKq .item-title {
  text-align: left;
  color: #f5f5f5;
}
.cid-v8FZwbJoKq .content-head {
  max-width: 800px;
}
.cid-v8FZwbJoKq .mbr-text,
.cid-v8FZwbJoKq .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v8y6HwHKFT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #603010;
}
.cid-v8y6HwHKFT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8y6HwHKFT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8y6HwHKFT .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v8y6HwHKFT .footer-col {
    flex-direction: column;
  }
}
.cid-v8y6HwHKFT .row {
  background: #603010;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v8y6HwHKFT .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v8y6HwHKFT .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v8y6HwHKFT .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v8y6HwHKFT .mbr-section-btn {
    text-align: center;
  }
}
.cid-v8y6HwHKFT .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v8y6HwHKFT .soc-item {
  margin: 8px;
}
.cid-v8y6HwHKFT .soc-item a:hover .mbr-iconfont,
.cid-v8y6HwHKFT .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v8y6HwHKFT .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v8y6HwHKFT .row {
    text-align: center;
  }
  .cid-v8y6HwHKFT .social-row {
    justify-content: center;
  }
}
.cid-v8y6HwHKFT .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v8y6HwHKFT .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8y6HwHKFT .list {
    margin-bottom: 0rem;
  }
}
.cid-v8y6HwHKFT .mbr-text {
  color: #bbbbbb;
}
.cid-v8y6HwHKFT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8y6HwHKFT .list,
.cid-v8y6HwHKFT .item-wrap {
  color: #ffffff;
}
.cid-v8y6HwHKFT .copyright {
  color: #ffffff;
}
.cid-vh24A6QHTm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vh24A6QHTm .navbar-fixed-top {
  padding-top: 0;
}
.cid-vh24A6QHTm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vh24A6QHTm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-content-top {
  background: #603010;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-vh24A6QHTm .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .nav-link,
.cid-vh24A6QHTm .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-vh24A6QHTm .nav-link:hover,
.cid-vh24A6QHTm .brand-name:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .dropdown-menu {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .dropdown-item:active {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-vh24A6QHTm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vh24A6QHTm .nav-item {
  position: relative;
}
.cid-vh24A6QHTm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vh24A6QHTm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vh24A6QHTm .nav-item .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .content-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #603010;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vh24A6QHTm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vh24A6QHTm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vh24A6QHTm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh24A6QHTm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vh24A6QHTm .content-right-side {
  text-align: center;
}
.cid-vh24A6QHTm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vh24A6QHTm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vh24A6QHTm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vh24A6QHTm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vh24A6QHTm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh24A6QHTm .info-widget:first-child {
  margin-left: 0;
}
.cid-vh24A6QHTm .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vh24A6QHTm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vh24A6QHTm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-vh24A6QHTm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #603010;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-vh24A6QHTm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #603010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vh24A6QHTm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-vh24A6QHTm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-vh24A6QHTm .navbar {
    display: block;
    padding: 0;
  }
  .cid-vh24A6QHTm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vh24A6QHTm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vh24A6QHTm .navbar-toggler {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-vh24A6QHTm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vh24A6QHTm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-vh24A6QHTm .btn-sm {
  padding: 13px 29px;
}
.cid-vh24A6QHTm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vh24A6QHTm .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vh24A6QHTm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh24A6QHTm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vh24A6QHTm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vh24A6QHTm button.navbar-toggler:focus {
  outline: none;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #603010;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh24A6QHTm .collapsed .btn {
  display: flex;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .collapsed button.navbar-toggler {
  display: block;
}
.cid-vh24A6QHTm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vh24A6QHTm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vh24A6QHTm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vh24A6QHTm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .menu-content-top {
    display: flex;
  }
  .cid-vh24A6QHTm .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-vh24A6QHTm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vh24A6QHTm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vh24A6QHTm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vh24A6QHTm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vh24A6QHTm .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing,
  .cid-vh24A6QHTm .navbar-collapse.show {
    display: block !important;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #603010;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vh24A6QHTm img {
    height: 3.8rem !important;
  }
  .cid-vh24A6QHTm .btn {
    display: flex;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-vh24A6QHTm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vh24A6QHTm .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .navbar-toggler {
  position: relative;
}
.cid-vh24A6QHTm .widget-title,
.cid-vh24A6QHTm .widget-icon {
  color: #ffffff;
}
.cid-vh24A6QHTm .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vh24A6QHTm .menu-content-top,
  .cid-vh24A6QHTm .menu-bottom {
    padding: 0 15px;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    align-self: center;
  }
  .cid-vh24A6QHTm .btn {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .widget-icon {
    padding-right: 0;
  }
}
.cid-vh24A6QHTm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #603010;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #edefeb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vh24A6QHTm .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vh24A6QHTm .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-vghH1XVc56 {
  padding-top: 12rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/ruaha1-1-600x400201-600x400.jpg");
}
.cid-vghH1XVc56::before {
  content: '';
  position: absolute;
  left: 41%;
  bottom: 7rem;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #603010 -10%, transparent 80%);
  z-index: 1;
}
.cid-vghH1XVc56 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vghH1XVc56 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-vghH1XVc56 .container {
    padding: 0 16px;
  }
}
.cid-vghH1XVc56 .row {
  position: relative;
  justify-content: space-between;
}
.cid-vghH1XVc56 .row .card {
  justify-content: space-between;
}
.cid-vghH1XVc56 .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-vghH1XVc56 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vghH1XVc56 .title-wrapper .mbr-section-title span {
  color: #603010;
}
.cid-vghH1XVc56 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vghH1XVc56 .contacts-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-vghH1XVc56 .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-vghH1XVc56 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-vghH1XVc56 .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vghH1XVc56 .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-vghH1XVc56 .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #603010;
}
.cid-vghH1XVc56 .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #603010;
  margin-right: 20px;
}
.cid-vghH1XVc56 .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-vghH1XVc56 .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vghH1XVc56 .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-vghH1XVc56 .dragArea.row .mbr-text {
  margin-bottom: 24px !important;
}
.cid-vghH1XVc56 .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-vghH1XVc56 .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-vghH1XVc56 .dragArea.row .form-group .form-control {
  padding: 20px 24px;
  border: none !important;
  box-shadow: none;
  border-radius: 14px !important;
  background-color: #603010;
}
.cid-vghH1XVc56 .dragArea.row .form-group .form-control:hover,
.cid-vghH1XVc56 .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-vghH1XVc56 .dragArea.row .form-group .form-control::placeholder {
  color: #f5f5f5;
}
.cid-vghH1XVc56 .dragArea.row .form-group textarea {
  min-height: 250px;
}
.cid-vghH1XVc56 .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-vghH1XVc56 .dragArea.row .form-group .form-check .form-check-input {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  border-radius: 0;
}
.cid-vghH1XVc56 .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vghH1XVc56 .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-vghH1XVc56 .mbr-section-title {
  color: #000000;
}
.cid-vghH1XVc56 .mbr-text {
  color: #000000;
}
.cid-vghH1XVc56 .mbr-contact {
  color: #000000;
}
.cid-vghH1XVc56 label {
  color: #000000;
}
.cid-v86p4cMzkB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #603010;
}
.cid-v86p4cMzkB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v86p4cMzkB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v86p4cMzkB .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v86p4cMzkB .footer-col {
    flex-direction: column;
  }
}
.cid-v86p4cMzkB .row {
  background: #603010;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v86p4cMzkB .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v86p4cMzkB .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v86p4cMzkB .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v86p4cMzkB .mbr-section-btn {
    text-align: center;
  }
}
.cid-v86p4cMzkB .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v86p4cMzkB .soc-item {
  margin: 8px;
}
.cid-v86p4cMzkB .soc-item a:hover .mbr-iconfont,
.cid-v86p4cMzkB .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v86p4cMzkB .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v86p4cMzkB .row {
    text-align: center;
  }
  .cid-v86p4cMzkB .social-row {
    justify-content: center;
  }
}
.cid-v86p4cMzkB .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v86p4cMzkB .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v86p4cMzkB .list {
    margin-bottom: 0rem;
  }
}
.cid-v86p4cMzkB .mbr-text {
  color: #bbbbbb;
}
.cid-v86p4cMzkB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v86p4cMzkB .list,
.cid-v86p4cMzkB .item-wrap {
  color: #ffffff;
}
.cid-v86p4cMzkB .copyright {
  color: #ffffff;
}
.cid-vh24A6QHTm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vh24A6QHTm .navbar-fixed-top {
  padding-top: 0;
}
.cid-vh24A6QHTm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vh24A6QHTm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-content-top {
  background: #603010;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-vh24A6QHTm .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .nav-link,
.cid-vh24A6QHTm .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-vh24A6QHTm .nav-link:hover,
.cid-vh24A6QHTm .brand-name:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .dropdown-menu {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .dropdown-item:active {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-vh24A6QHTm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vh24A6QHTm .nav-item {
  position: relative;
}
.cid-vh24A6QHTm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vh24A6QHTm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vh24A6QHTm .nav-item .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .content-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #603010;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vh24A6QHTm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vh24A6QHTm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vh24A6QHTm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh24A6QHTm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vh24A6QHTm .content-right-side {
  text-align: center;
}
.cid-vh24A6QHTm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vh24A6QHTm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vh24A6QHTm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vh24A6QHTm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vh24A6QHTm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh24A6QHTm .info-widget:first-child {
  margin-left: 0;
}
.cid-vh24A6QHTm .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vh24A6QHTm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vh24A6QHTm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-vh24A6QHTm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #603010;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-vh24A6QHTm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #603010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vh24A6QHTm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-vh24A6QHTm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-vh24A6QHTm .navbar {
    display: block;
    padding: 0;
  }
  .cid-vh24A6QHTm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vh24A6QHTm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vh24A6QHTm .navbar-toggler {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-vh24A6QHTm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vh24A6QHTm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-vh24A6QHTm .btn-sm {
  padding: 13px 29px;
}
.cid-vh24A6QHTm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vh24A6QHTm .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vh24A6QHTm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh24A6QHTm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vh24A6QHTm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vh24A6QHTm button.navbar-toggler:focus {
  outline: none;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #603010;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh24A6QHTm .collapsed .btn {
  display: flex;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .collapsed button.navbar-toggler {
  display: block;
}
.cid-vh24A6QHTm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vh24A6QHTm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vh24A6QHTm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vh24A6QHTm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .menu-content-top {
    display: flex;
  }
  .cid-vh24A6QHTm .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-vh24A6QHTm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vh24A6QHTm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vh24A6QHTm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vh24A6QHTm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vh24A6QHTm .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing,
  .cid-vh24A6QHTm .navbar-collapse.show {
    display: block !important;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #603010;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vh24A6QHTm img {
    height: 3.8rem !important;
  }
  .cid-vh24A6QHTm .btn {
    display: flex;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-vh24A6QHTm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vh24A6QHTm .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .navbar-toggler {
  position: relative;
}
.cid-vh24A6QHTm .widget-title,
.cid-vh24A6QHTm .widget-icon {
  color: #ffffff;
}
.cid-vh24A6QHTm .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vh24A6QHTm .menu-content-top,
  .cid-vh24A6QHTm .menu-bottom {
    padding: 0 15px;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    align-self: center;
  }
  .cid-vh24A6QHTm .btn {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .widget-icon {
    padding-right: 0;
  }
}
.cid-vh24A6QHTm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #603010;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #edefeb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vh24A6QHTm .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vh24A6QHTm .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-v8IR92ZpXK {
  display: flex;
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-1920x941.jpeg");
}
.cid-v8IR92ZpXK .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v8IR92ZpXK {
    align-items: flex-end;
  }
  .cid-v8IR92ZpXK .row {
    justify-content: flex-start;
  }
  .cid-v8IR92ZpXK .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v8IR92ZpXK .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v8IR92ZpXK {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v8IR92ZpXK .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v8IR92ZpXK .content-wrap {
    width: 100%;
  }
}
.cid-v8IR92ZpXK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8IR92ZpXK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8IR92ZpXK .mbr-section-title,
.cid-v8IR92ZpXK .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-v8IR92ZpXK .mbr-text,
.cid-v8IR92ZpXK .mbr-section-btn {
  text-align: left;
}
.cid-v8IR92ZpXK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v8IRIlVMCI {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-v8IRIlVMCI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8IRIlVMCI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8IRIlVMCI .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-v8IRIlVMCI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v8IRIlVMCI .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v8IRIlVMCI .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v8IRIlVMCI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v8IRIlVMCI .mbr-section-title {
  color: #603010;
  text-align: left;
}
.cid-v8IRIlVMCI .mbr-text,
.cid-v8IRIlVMCI .mbr-section-btn {
  color: #19303d;
  text-align: justify;
}
.cid-vfmmjVhYl4 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-vfmmjVhYl4::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #603010 -10%, transparent 80%);
}
.cid-vfmmjVhYl4::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #603010 -10%, transparent 80%);
}
.cid-vfmmjVhYl4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfmmjVhYl4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-vfmmjVhYl4 .container {
    padding: 0 16px;
  }
}
.cid-vfmmjVhYl4 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-vfmmjVhYl4 .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-vfmmjVhYl4 .content-wrapper {
  margin-bottom: 80px;
}
.cid-vfmmjVhYl4 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vfmmjVhYl4 .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-vfmmjVhYl4 .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-vfmmjVhYl4 .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vfmmjVhYl4 .mbr-section-btn-main {
  margin-bottom: 14px;
}
.cid-vfmmjVhYl4 .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-vfmmjVhYl4 .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-vfmmjVhYl4 .item .item-wrapper {
    padding: 32px;
  }
}
.cid-vfmmjVhYl4 .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vfmmjVhYl4 .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-vfmmjVhYl4 .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-vfmmjVhYl4 .item .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #603010;
}
.cid-vfmmjVhYl4 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vfmmjVhYl4 .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-vfmmjVhYl4 .mbr-section-title {
  color: #000000;
}
.cid-vfmmjVhYl4 .mbr-text,
.cid-vfmmjVhYl4 .text-wrap {
  color: #603010;
  text-align: center;
}
.cid-vfmmjVhYl4 .item-title {
  color: #603010;
}
.cid-vfmmjVhYl4 .item-text {
  color: #000000;
}
.cid-vfmmjVhYl4 .mbr-section-title,
.cid-vfmmjVhYl4 .mbr-section-btn {
  text-align: center;
}
.cid-vgiP6TwwEy {
  background-image: url("../../../assets/images/mbr-25-1920x1280.jpg");
}
.cid-vgiP6TwwEy .text-content {
  padding-top: 90px;
  padding-bottom: 90px;
}
.cid-vgiP6TwwEy .text-content .btn-bgr {
  z-index: 0;
}
.cid-vgiP6TwwEy .mbr-overlay {
  background: linear-gradient(90deg, #603010, #ffffff);
}
.cid-vgiP6TwwEy h3 {
  color: #000000;
  font-weight: 300;
}
.cid-vgiP6TwwEy p {
  color: #464646;
}
.cid-vgiP6TwwEy h2 {
  color: #000000;
}
.cid-vgiP6TwwEy .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-vgiP6TwwEy .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-vgiP6TwwEy .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vgiP6TwwEy .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-vgiP6TwwEy .text-content {
    width: 100%;
  }
}
.cid-vgiP6TwwEy .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-vgiP6TwwEy .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-vgiP6TwwEy .mbr-text {
    text-align: center;
  }
}
.cid-vgiP6TwwEy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgiP6TwwEy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgiP6TwwEy .mbr-section-btn,
.cid-vgiP6TwwEy .mbr-section-title {
  color: #603010;
}
.cid-v8IQQpfXKA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #603010;
}
.cid-v8IQQpfXKA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8IQQpfXKA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8IQQpfXKA .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v8IQQpfXKA .footer-col {
    flex-direction: column;
  }
}
.cid-v8IQQpfXKA .row {
  background: #603010;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v8IQQpfXKA .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v8IQQpfXKA .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v8IQQpfXKA .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v8IQQpfXKA .mbr-section-btn {
    text-align: center;
  }
}
.cid-v8IQQpfXKA .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v8IQQpfXKA .soc-item {
  margin: 8px;
}
.cid-v8IQQpfXKA .soc-item a:hover .mbr-iconfont,
.cid-v8IQQpfXKA .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v8IQQpfXKA .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v8IQQpfXKA .row {
    text-align: center;
  }
  .cid-v8IQQpfXKA .social-row {
    justify-content: center;
  }
}
.cid-v8IQQpfXKA .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v8IQQpfXKA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8IQQpfXKA .list {
    margin-bottom: 0rem;
  }
}
.cid-v8IQQpfXKA .mbr-text {
  color: #bbbbbb;
}
.cid-v8IQQpfXKA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8IQQpfXKA .list,
.cid-v8IQQpfXKA .item-wrap {
  color: #ffffff;
}
.cid-v8IQQpfXKA .copyright {
  color: #ffffff;
}
.cid-vh24A6QHTm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vh24A6QHTm .navbar-fixed-top {
  padding-top: 0;
}
.cid-vh24A6QHTm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vh24A6QHTm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-content-top {
  background: #603010;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-vh24A6QHTm .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .nav-link,
.cid-vh24A6QHTm .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-vh24A6QHTm .nav-link:hover,
.cid-vh24A6QHTm .brand-name:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .dropdown-menu {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .dropdown-item:active {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-vh24A6QHTm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vh24A6QHTm .nav-item {
  position: relative;
}
.cid-vh24A6QHTm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vh24A6QHTm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vh24A6QHTm .nav-item .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .content-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #603010;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vh24A6QHTm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vh24A6QHTm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vh24A6QHTm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh24A6QHTm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vh24A6QHTm .content-right-side {
  text-align: center;
}
.cid-vh24A6QHTm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vh24A6QHTm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vh24A6QHTm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vh24A6QHTm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vh24A6QHTm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh24A6QHTm .info-widget:first-child {
  margin-left: 0;
}
.cid-vh24A6QHTm .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vh24A6QHTm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vh24A6QHTm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-vh24A6QHTm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #603010;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-vh24A6QHTm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #603010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vh24A6QHTm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-vh24A6QHTm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-vh24A6QHTm .navbar {
    display: block;
    padding: 0;
  }
  .cid-vh24A6QHTm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vh24A6QHTm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vh24A6QHTm .navbar-toggler {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-vh24A6QHTm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vh24A6QHTm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-vh24A6QHTm .btn-sm {
  padding: 13px 29px;
}
.cid-vh24A6QHTm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vh24A6QHTm .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vh24A6QHTm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh24A6QHTm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vh24A6QHTm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vh24A6QHTm button.navbar-toggler:focus {
  outline: none;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #603010;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh24A6QHTm .collapsed .btn {
  display: flex;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .collapsed button.navbar-toggler {
  display: block;
}
.cid-vh24A6QHTm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vh24A6QHTm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vh24A6QHTm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vh24A6QHTm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .menu-content-top {
    display: flex;
  }
  .cid-vh24A6QHTm .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-vh24A6QHTm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vh24A6QHTm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vh24A6QHTm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vh24A6QHTm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vh24A6QHTm .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing,
  .cid-vh24A6QHTm .navbar-collapse.show {
    display: block !important;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #603010;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vh24A6QHTm img {
    height: 3.8rem !important;
  }
  .cid-vh24A6QHTm .btn {
    display: flex;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-vh24A6QHTm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vh24A6QHTm .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .navbar-toggler {
  position: relative;
}
.cid-vh24A6QHTm .widget-title,
.cid-vh24A6QHTm .widget-icon {
  color: #ffffff;
}
.cid-vh24A6QHTm .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vh24A6QHTm .menu-content-top,
  .cid-vh24A6QHTm .menu-bottom {
    padding: 0 15px;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    align-self: center;
  }
  .cid-vh24A6QHTm .btn {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .widget-icon {
    padding-right: 0;
  }
}
.cid-vh24A6QHTm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #603010;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #edefeb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vh24A6QHTm .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vh24A6QHTm .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-v8O2KvZG0u {
  padding-top: 12rem;
  padding-bottom: 12rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/img-20260102-wa0027-2000x2000.jpg");
}
.cid-v8O2KvZG0u .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8O2KvZG0u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8O2KvZG0u .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8O2KvZG0u .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-v8O2KvZG0u .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v8O2KvZG0u .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v8O2KvZG0u .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v8O2KvZG0u .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8O2KvZG0u .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8O2KvZG0u .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-v8O2KvZG0u .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-v8O2KvZG0u .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-v8O2KvZG0u .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #edefeb;
}
.cid-v8O2KvZG0u .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-v8O2KvZG0u .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-v8O2KvZG0u .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-v8O2KvZG0u .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v8O2KvZG0u .btn-wrapper {
  margin-top: -10%;
}
.cid-v8O2KvZG0u .mbr-section-title {
  color: #f4f4f4;
}
.cid-v8O2KvZG0u .mbr-text {
  color: #f4f4f4;
}
.cid-v8O2KvZG0u .item-title {
  color: #58595b;
}
.cid-v8O2KvZG0u .item-title,
.cid-v8O2KvZG0u .items-wrapper {
  color: #603010;
}
.cid-v8g8XgRVoX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-v8g8XgRVoX img,
.cid-v8g8XgRVoX .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-v8g8XgRVoX .item:focus,
.cid-v8g8XgRVoX span:focus {
  outline: none;
}
.cid-v8g8XgRVoX .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8g8XgRVoX .item {
    margin-bottom: 1rem;
  }
}
.cid-v8g8XgRVoX .item-wrapper {
  position: relative;
  background: #603010;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v8g8XgRVoX .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v8g8XgRVoX .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v8g8XgRVoX .item-wrapper .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-v8g8XgRVoX .item-wrapper .item-footer {
  padding-bottom: 2rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v8g8XgRVoX .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-v8g8XgRVoX .item-wrapper .item-footer {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v8g8XgRVoX .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-v8g8XgRVoX .item-wrapper .item-footer {
    padding-bottom: 1.25rem;
  }
}
.cid-v8g8XgRVoX .mbr-section-title {
  color: #232323;
}
.cid-v8g8XgRVoX .mbr-text,
.cid-v8g8XgRVoX .mbr-section-btn {
  text-align: center;
}
.cid-v8g8XgRVoX .item-title {
  text-align: left;
  color: #f5f5f5;
}
.cid-v8g8XgRVoX .content-head {
  max-width: 800px;
}
.cid-v8g8XgRVoX .mbr-text,
.cid-v8g8XgRVoX .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v86p4cMzkB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #603010;
}
.cid-v86p4cMzkB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v86p4cMzkB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v86p4cMzkB .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v86p4cMzkB .footer-col {
    flex-direction: column;
  }
}
.cid-v86p4cMzkB .row {
  background: #603010;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v86p4cMzkB .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v86p4cMzkB .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v86p4cMzkB .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v86p4cMzkB .mbr-section-btn {
    text-align: center;
  }
}
.cid-v86p4cMzkB .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v86p4cMzkB .soc-item {
  margin: 8px;
}
.cid-v86p4cMzkB .soc-item a:hover .mbr-iconfont,
.cid-v86p4cMzkB .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v86p4cMzkB .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v86p4cMzkB .row {
    text-align: center;
  }
  .cid-v86p4cMzkB .social-row {
    justify-content: center;
  }
}
.cid-v86p4cMzkB .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v86p4cMzkB .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v86p4cMzkB .list {
    margin-bottom: 0rem;
  }
}
.cid-v86p4cMzkB .mbr-text {
  color: #bbbbbb;
}
.cid-v86p4cMzkB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v86p4cMzkB .list,
.cid-v86p4cMzkB .item-wrap {
  color: #ffffff;
}
.cid-v86p4cMzkB .copyright {
  color: #ffffff;
}
.cid-vh24A6QHTm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vh24A6QHTm .navbar-fixed-top {
  padding-top: 0;
}
.cid-vh24A6QHTm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vh24A6QHTm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-content-top {
  background: #603010;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-vh24A6QHTm .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .nav-link,
.cid-vh24A6QHTm .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-vh24A6QHTm .nav-link:hover,
.cid-vh24A6QHTm .brand-name:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .dropdown-menu {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .dropdown-item:active {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-vh24A6QHTm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vh24A6QHTm .nav-item {
  position: relative;
}
.cid-vh24A6QHTm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vh24A6QHTm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vh24A6QHTm .nav-item .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .content-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #603010;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vh24A6QHTm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vh24A6QHTm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vh24A6QHTm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh24A6QHTm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vh24A6QHTm .content-right-side {
  text-align: center;
}
.cid-vh24A6QHTm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vh24A6QHTm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vh24A6QHTm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vh24A6QHTm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vh24A6QHTm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh24A6QHTm .info-widget:first-child {
  margin-left: 0;
}
.cid-vh24A6QHTm .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vh24A6QHTm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vh24A6QHTm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-vh24A6QHTm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #603010;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-vh24A6QHTm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #603010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vh24A6QHTm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-vh24A6QHTm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-vh24A6QHTm .navbar {
    display: block;
    padding: 0;
  }
  .cid-vh24A6QHTm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vh24A6QHTm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vh24A6QHTm .navbar-toggler {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-vh24A6QHTm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vh24A6QHTm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-vh24A6QHTm .btn-sm {
  padding: 13px 29px;
}
.cid-vh24A6QHTm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vh24A6QHTm .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vh24A6QHTm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh24A6QHTm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vh24A6QHTm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vh24A6QHTm button.navbar-toggler:focus {
  outline: none;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #603010;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh24A6QHTm .collapsed .btn {
  display: flex;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .collapsed button.navbar-toggler {
  display: block;
}
.cid-vh24A6QHTm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vh24A6QHTm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vh24A6QHTm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vh24A6QHTm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .menu-content-top {
    display: flex;
  }
  .cid-vh24A6QHTm .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-vh24A6QHTm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vh24A6QHTm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vh24A6QHTm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vh24A6QHTm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vh24A6QHTm .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing,
  .cid-vh24A6QHTm .navbar-collapse.show {
    display: block !important;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #603010;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vh24A6QHTm img {
    height: 3.8rem !important;
  }
  .cid-vh24A6QHTm .btn {
    display: flex;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-vh24A6QHTm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vh24A6QHTm .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .navbar-toggler {
  position: relative;
}
.cid-vh24A6QHTm .widget-title,
.cid-vh24A6QHTm .widget-icon {
  color: #ffffff;
}
.cid-vh24A6QHTm .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vh24A6QHTm .menu-content-top,
  .cid-vh24A6QHTm .menu-bottom {
    padding: 0 15px;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    align-self: center;
  }
  .cid-vh24A6QHTm .btn {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .widget-icon {
    padding-right: 0;
  }
}
.cid-vh24A6QHTm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #603010;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #edefeb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vh24A6QHTm .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vh24A6QHTm .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-v8OHSaeLt2 {
  align-items: flex-end;
  background-image: url("../../../assets/images/mbr-1920x1321.jpg");
}
.cid-v8OHSaeLt2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8OHSaeLt2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8OHSaeLt2 .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8OHSaeLt2 .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-v8OHSaeLt2 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v8OHSaeLt2 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v8OHSaeLt2 .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v8OHSaeLt2 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8OHSaeLt2 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8OHSaeLt2 .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-v8OHSaeLt2 .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-v8OHSaeLt2 .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-v8OHSaeLt2 .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #edefeb;
}
.cid-v8OHSaeLt2 .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-v8OHSaeLt2 .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-v8OHSaeLt2 .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-v8OHSaeLt2 .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v8OHSaeLt2 .btn-wrapper {
  margin-top: -10%;
}
.cid-v8OHSaeLt2 .mbr-section-title {
  color: #f4f4f4;
}
.cid-v8OHSaeLt2 .mbr-text {
  color: #f4f4f4;
}
.cid-v8OHSaeLt2 .item-title {
  color: #58595b;
}
.cid-v8OHSaeLt2 .item-title,
.cid-v8OHSaeLt2 .items-wrapper {
  color: #603010;
}
.cid-v8Is7Ul4FM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-v8Is7Ul4FM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Is7Ul4FM .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v8Is7Ul4FM .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8Is7Ul4FM .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v8Is7Ul4FM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Is7Ul4FM .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v8Is7Ul4FM .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v8Is7Ul4FM .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v8Is7Ul4FM .card-title,
.cid-v8Is7Ul4FM .iconfont-wrapper {
  color: #000000;
}
.cid-v8Is7Ul4FM .card-text {
  color: #000000;
}
.cid-v8Is7Ul4FM .content-head {
  max-width: 800px;
}
.cid-v8Is7Ul4FM .mbr-section-title {
  color: #603010;
}
.cid-v8Is7Ul4FM .mbr-section-subtitle {
  text-align: center;
}
.cid-v8Is7Ul4FM .card-title,
.cid-v8Is7Ul4FM .img-wrapper {
  color: #603010;
}
.cid-v8OHxy2BM6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/zanzibar02-540x312.jpg");
}
.cid-v8OHxy2BM6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8OHxy2BM6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8OHxy2BM6 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8OHxy2BM6 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v8OHxy2BM6 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v8OHxy2BM6 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v8OHxy2BM6 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v8OHxy2BM6 .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffc091;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #603010;
  height: 80px;
  border-radius: 50%;
}
.cid-v8OHxy2BM6 .mbr-section-title {
  color: #ffffff;
}
.cid-v8OHxy2BM6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8OHxy2BM6 .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v8OHxy2BM6 .card-box .item-footer {
  margin-top: auto;
}
.cid-v8OHxy2BM6 .content-head {
  max-width: 800px;
}
.cid-v8OHxy2BM6 .card-title,
.cid-v8OHxy2BM6 .iconfont-wrapper {
  color: #603010;
}
.cid-vdgRFgtc2C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-vdgRFgtc2C .mbr-section-title {
  margin-bottom: 58px;
  color: #000000;
  text-align: center;
}
.cid-vdgRFgtc2C .mbr-form-container {
  width: 100%;
  margin-top: 12px;
}
.cid-vdgRFgtc2C .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 25px;
}
.cid-vdgRFgtc2C .form-message-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding: 0;
}
.cid-vdgRFgtc2C form .row {
  margin: 0;
  border: none !important;
}
.cid-vdgRFgtc2C form .form-group {
  flex-grow: 1;
}
.cid-vdgRFgtc2C form .form-group input,
.cid-vdgRFgtc2C form .form-group textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.24);
  border: 1px solid #3d626c !important;
}
.cid-vdgRFgtc2C form .form-group input:hover,
.cid-vdgRFgtc2C form .form-group textarea:hover,
.cid-vdgRFgtc2C form .form-group input :focus,
.cid-vdgRFgtc2C form .form-group textarea :focus,
.cid-vdgRFgtc2C form .form-group input :active,
.cid-vdgRFgtc2C form .form-group textarea :active {
  box-shadow: none !important;
}
.cid-vdgRFgtc2C .form-group input {
  height: 59px;
  padding: 7px 20px !important;
  color: #012b3a;
  font-size: 18px !important;
}
.cid-vdgRFgtc2C .form-group textarea {
  padding: 7px 20px !important;
  height: 95px;
  font-size: 18px !important;
}
.cid-vdgRFgtc2C .form-group {
  margin-bottom: 11px !important;
}
.cid-vdgRFgtc2C .form-group input:focus {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgRFgtc2C .form-group textarea:focus {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgRFgtc2C .form-group input:hover {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgRFgtc2C .form-group textarea:hover {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgRFgtc2C .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
  margin: 5px;
}
.cid-vdgRFgtc2C a {
  font-weight: 400;
  letter-spacing: 5.4px;
  display: inline-block;
  width: auto;
}
.cid-vdgRFgtc2C .mbr-section-btn {
  margin-top: 11px;
  text-align: center;
}
.cid-vdgRFgtc2C .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #603010;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-vdgRFgtc2C textarea::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdgRFgtc2C input::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdgRFgtc2C .container {
  max-width: 1140px;
}
.cid-vdgRFgtc2C label {
  color: #6c757d;
  font-size: 18px;
  font-family: 'Outfit';
}
.cid-vdgRFgtc2C .form-check .form-check-input {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-vdgRFgtc2C .form-check .form-check-input:focus {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-v8Is7VcejO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #603010;
}
.cid-v8Is7VcejO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Is7VcejO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Is7VcejO .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v8Is7VcejO .footer-col {
    flex-direction: column;
  }
}
.cid-v8Is7VcejO .row {
  background: #603010;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v8Is7VcejO .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v8Is7VcejO .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v8Is7VcejO .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v8Is7VcejO .mbr-section-btn {
    text-align: center;
  }
}
.cid-v8Is7VcejO .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v8Is7VcejO .soc-item {
  margin: 8px;
}
.cid-v8Is7VcejO .soc-item a:hover .mbr-iconfont,
.cid-v8Is7VcejO .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v8Is7VcejO .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v8Is7VcejO .row {
    text-align: center;
  }
  .cid-v8Is7VcejO .social-row {
    justify-content: center;
  }
}
.cid-v8Is7VcejO .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v8Is7VcejO .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8Is7VcejO .list {
    margin-bottom: 0rem;
  }
}
.cid-v8Is7VcejO .mbr-text {
  color: #bbbbbb;
}
.cid-v8Is7VcejO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8Is7VcejO .list,
.cid-v8Is7VcejO .item-wrap {
  color: #ffffff;
}
.cid-v8Is7VcejO .copyright {
  color: #ffffff;
}
.cid-vh24A6QHTm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vh24A6QHTm .navbar-fixed-top {
  padding-top: 0;
}
.cid-vh24A6QHTm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vh24A6QHTm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-content-top {
  background: #603010;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-vh24A6QHTm .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .nav-link,
.cid-vh24A6QHTm .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-vh24A6QHTm .nav-link:hover,
.cid-vh24A6QHTm .brand-name:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .dropdown-menu {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .dropdown-item:active {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-vh24A6QHTm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vh24A6QHTm .nav-item {
  position: relative;
}
.cid-vh24A6QHTm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vh24A6QHTm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vh24A6QHTm .nav-item .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .content-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #603010;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vh24A6QHTm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vh24A6QHTm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vh24A6QHTm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh24A6QHTm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vh24A6QHTm .content-right-side {
  text-align: center;
}
.cid-vh24A6QHTm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vh24A6QHTm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vh24A6QHTm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vh24A6QHTm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vh24A6QHTm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh24A6QHTm .info-widget:first-child {
  margin-left: 0;
}
.cid-vh24A6QHTm .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vh24A6QHTm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vh24A6QHTm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-vh24A6QHTm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #603010;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-vh24A6QHTm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #603010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vh24A6QHTm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-vh24A6QHTm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-vh24A6QHTm .navbar {
    display: block;
    padding: 0;
  }
  .cid-vh24A6QHTm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vh24A6QHTm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vh24A6QHTm .navbar-toggler {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-vh24A6QHTm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vh24A6QHTm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-vh24A6QHTm .btn-sm {
  padding: 13px 29px;
}
.cid-vh24A6QHTm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vh24A6QHTm .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vh24A6QHTm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh24A6QHTm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vh24A6QHTm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vh24A6QHTm button.navbar-toggler:focus {
  outline: none;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #603010;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh24A6QHTm .collapsed .btn {
  display: flex;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .collapsed button.navbar-toggler {
  display: block;
}
.cid-vh24A6QHTm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vh24A6QHTm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vh24A6QHTm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vh24A6QHTm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .menu-content-top {
    display: flex;
  }
  .cid-vh24A6QHTm .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-vh24A6QHTm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vh24A6QHTm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vh24A6QHTm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vh24A6QHTm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vh24A6QHTm .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing,
  .cid-vh24A6QHTm .navbar-collapse.show {
    display: block !important;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #603010;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vh24A6QHTm img {
    height: 3.8rem !important;
  }
  .cid-vh24A6QHTm .btn {
    display: flex;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-vh24A6QHTm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vh24A6QHTm .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .navbar-toggler {
  position: relative;
}
.cid-vh24A6QHTm .widget-title,
.cid-vh24A6QHTm .widget-icon {
  color: #ffffff;
}
.cid-vh24A6QHTm .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vh24A6QHTm .menu-content-top,
  .cid-vh24A6QHTm .menu-bottom {
    padding: 0 15px;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    align-self: center;
  }
  .cid-vh24A6QHTm .btn {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .widget-icon {
    padding-right: 0;
  }
}
.cid-vh24A6QHTm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #603010;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #edefeb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vh24A6QHTm .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vh24A6QHTm .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-v8PhuOk1IC {
  align-items: flex-end;
  background-image: url("../../../assets/images/safari-1440x810.jpg");
}
.cid-v8PhuOk1IC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8PhuOk1IC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8PhuOk1IC .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8PhuOk1IC .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-v8PhuOk1IC .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v8PhuOk1IC .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v8PhuOk1IC .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v8PhuOk1IC .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8PhuOk1IC .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8PhuOk1IC .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-v8PhuOk1IC .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-v8PhuOk1IC .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-v8PhuOk1IC .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #edefeb;
}
.cid-v8PhuOk1IC .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-v8PhuOk1IC .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-v8PhuOk1IC .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-v8PhuOk1IC .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v8PhuOk1IC .btn-wrapper {
  margin-top: -10%;
}
.cid-v8PhuOk1IC .mbr-section-title {
  color: #f4f4f4;
}
.cid-v8PhuOk1IC .mbr-text {
  color: #f4f4f4;
}
.cid-v8PhuOk1IC .item-title {
  color: #58595b;
}
.cid-v8PhuOk1IC .item-title,
.cid-v8PhuOk1IC .items-wrapper {
  color: #603010;
}
.cid-vcqR6UhIrM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vcqR6UhIrM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcqR6UhIrM .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vcqR6UhIrM .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vcqR6UhIrM .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vcqR6UhIrM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcqR6UhIrM .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vcqR6UhIrM .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcqR6UhIrM .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vcqR6UhIrM .card-title,
.cid-vcqR6UhIrM .iconfont-wrapper {
  color: #000000;
}
.cid-vcqR6UhIrM .card-text {
  color: #000000;
}
.cid-vcqR6UhIrM .content-head {
  max-width: 800px;
}
.cid-vcqR6UhIrM .mbr-section-title {
  color: #603010;
}
.cid-vcqR6UhIrM .mbr-section-subtitle {
  text-align: center;
}
.cid-vcqR6UhIrM .card-title,
.cid-vcqR6UhIrM .img-wrapper {
  color: #603010;
}
.cid-v8PhvFvpsD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-7-1920x1280.jpg");
}
.cid-v8PhvFvpsD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8PhvFvpsD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8PhvFvpsD .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8PhvFvpsD .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v8PhvFvpsD .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v8PhvFvpsD .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v8PhvFvpsD .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v8PhvFvpsD .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffc091;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #603010;
  height: 80px;
  border-radius: 50%;
}
.cid-v8PhvFvpsD .mbr-section-title {
  color: #ffffff;
}
.cid-v8PhvFvpsD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8PhvFvpsD .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v8PhvFvpsD .card-box .item-footer {
  margin-top: auto;
}
.cid-v8PhvFvpsD .content-head {
  max-width: 800px;
}
.cid-v8PhvFvpsD .card-title,
.cid-v8PhvFvpsD .iconfont-wrapper {
  color: #603010;
}
.cid-vdgSjDocgE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-vdgSjDocgE .mbr-section-title {
  margin-bottom: 58px;
  color: #000000;
  text-align: center;
}
.cid-vdgSjDocgE .mbr-form-container {
  width: 100%;
  margin-top: 12px;
}
.cid-vdgSjDocgE .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 25px;
}
.cid-vdgSjDocgE .form-message-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding: 0;
}
.cid-vdgSjDocgE form .row {
  margin: 0;
  border: none !important;
}
.cid-vdgSjDocgE form .form-group {
  flex-grow: 1;
}
.cid-vdgSjDocgE form .form-group input,
.cid-vdgSjDocgE form .form-group textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.24);
  border: 1px solid #3d626c !important;
}
.cid-vdgSjDocgE form .form-group input:hover,
.cid-vdgSjDocgE form .form-group textarea:hover,
.cid-vdgSjDocgE form .form-group input :focus,
.cid-vdgSjDocgE form .form-group textarea :focus,
.cid-vdgSjDocgE form .form-group input :active,
.cid-vdgSjDocgE form .form-group textarea :active {
  box-shadow: none !important;
}
.cid-vdgSjDocgE .form-group input {
  height: 59px;
  padding: 7px 20px !important;
  color: #012b3a;
  font-size: 18px !important;
}
.cid-vdgSjDocgE .form-group textarea {
  padding: 7px 20px !important;
  height: 95px;
  font-size: 18px !important;
}
.cid-vdgSjDocgE .form-group {
  margin-bottom: 11px !important;
}
.cid-vdgSjDocgE .form-group input:focus {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgSjDocgE .form-group textarea:focus {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgSjDocgE .form-group input:hover {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgSjDocgE .form-group textarea:hover {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgSjDocgE .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
  margin: 5px;
}
.cid-vdgSjDocgE a {
  font-weight: 400;
  letter-spacing: 5.4px;
  display: inline-block;
  width: auto;
}
.cid-vdgSjDocgE .mbr-section-btn {
  margin-top: 11px;
  text-align: center;
}
.cid-vdgSjDocgE .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #603010;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-vdgSjDocgE textarea::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdgSjDocgE input::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdgSjDocgE .container {
  max-width: 1140px;
}
.cid-vdgSjDocgE label {
  color: #6c757d;
  font-size: 18px;
  font-family: 'Outfit';
}
.cid-vdgSjDocgE .form-check .form-check-input {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-vdgSjDocgE .form-check .form-check-input:focus {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-v8IthLPVUC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #603010;
}
.cid-v8IthLPVUC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8IthLPVUC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8IthLPVUC .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v8IthLPVUC .footer-col {
    flex-direction: column;
  }
}
.cid-v8IthLPVUC .row {
  background: #603010;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v8IthLPVUC .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v8IthLPVUC .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v8IthLPVUC .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v8IthLPVUC .mbr-section-btn {
    text-align: center;
  }
}
.cid-v8IthLPVUC .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v8IthLPVUC .soc-item {
  margin: 8px;
}
.cid-v8IthLPVUC .soc-item a:hover .mbr-iconfont,
.cid-v8IthLPVUC .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v8IthLPVUC .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v8IthLPVUC .row {
    text-align: center;
  }
  .cid-v8IthLPVUC .social-row {
    justify-content: center;
  }
}
.cid-v8IthLPVUC .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v8IthLPVUC .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8IthLPVUC .list {
    margin-bottom: 0rem;
  }
}
.cid-v8IthLPVUC .mbr-text {
  color: #bbbbbb;
}
.cid-v8IthLPVUC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8IthLPVUC .list,
.cid-v8IthLPVUC .item-wrap {
  color: #ffffff;
}
.cid-v8IthLPVUC .copyright {
  color: #ffffff;
}
.cid-vh24A6QHTm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vh24A6QHTm .navbar-fixed-top {
  padding-top: 0;
}
.cid-vh24A6QHTm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vh24A6QHTm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-content-top {
  background: #603010;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-vh24A6QHTm .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .nav-link,
.cid-vh24A6QHTm .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-vh24A6QHTm .nav-link:hover,
.cid-vh24A6QHTm .brand-name:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .dropdown-menu {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .dropdown-item:active {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-vh24A6QHTm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vh24A6QHTm .nav-item {
  position: relative;
}
.cid-vh24A6QHTm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vh24A6QHTm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vh24A6QHTm .nav-item .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .content-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #603010;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vh24A6QHTm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vh24A6QHTm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vh24A6QHTm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh24A6QHTm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vh24A6QHTm .content-right-side {
  text-align: center;
}
.cid-vh24A6QHTm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vh24A6QHTm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vh24A6QHTm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vh24A6QHTm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vh24A6QHTm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh24A6QHTm .info-widget:first-child {
  margin-left: 0;
}
.cid-vh24A6QHTm .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vh24A6QHTm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vh24A6QHTm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-vh24A6QHTm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #603010;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-vh24A6QHTm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #603010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vh24A6QHTm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-vh24A6QHTm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-vh24A6QHTm .navbar {
    display: block;
    padding: 0;
  }
  .cid-vh24A6QHTm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vh24A6QHTm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vh24A6QHTm .navbar-toggler {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-vh24A6QHTm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vh24A6QHTm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-vh24A6QHTm .btn-sm {
  padding: 13px 29px;
}
.cid-vh24A6QHTm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vh24A6QHTm .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vh24A6QHTm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh24A6QHTm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vh24A6QHTm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vh24A6QHTm button.navbar-toggler:focus {
  outline: none;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #603010;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh24A6QHTm .collapsed .btn {
  display: flex;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .collapsed button.navbar-toggler {
  display: block;
}
.cid-vh24A6QHTm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vh24A6QHTm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vh24A6QHTm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vh24A6QHTm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .menu-content-top {
    display: flex;
  }
  .cid-vh24A6QHTm .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-vh24A6QHTm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vh24A6QHTm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vh24A6QHTm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vh24A6QHTm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vh24A6QHTm .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing,
  .cid-vh24A6QHTm .navbar-collapse.show {
    display: block !important;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #603010;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vh24A6QHTm img {
    height: 3.8rem !important;
  }
  .cid-vh24A6QHTm .btn {
    display: flex;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-vh24A6QHTm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vh24A6QHTm .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .navbar-toggler {
  position: relative;
}
.cid-vh24A6QHTm .widget-title,
.cid-vh24A6QHTm .widget-icon {
  color: #ffffff;
}
.cid-vh24A6QHTm .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vh24A6QHTm .menu-content-top,
  .cid-vh24A6QHTm .menu-bottom {
    padding: 0 15px;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    align-self: center;
  }
  .cid-vh24A6QHTm .btn {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .widget-icon {
    padding-right: 0;
  }
}
.cid-vh24A6QHTm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #603010;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #edefeb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vh24A6QHTm .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vh24A6QHTm .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-v8PuhFwJfS {
  align-items: flex-end;
  background-image: url("../../../assets/images/mbr-1920x981.jpg");
}
.cid-v8PuhFwJfS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8PuhFwJfS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8PuhFwJfS .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8PuhFwJfS .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-v8PuhFwJfS .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v8PuhFwJfS .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v8PuhFwJfS .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v8PuhFwJfS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8PuhFwJfS .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8PuhFwJfS .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-v8PuhFwJfS .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-v8PuhFwJfS .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-v8PuhFwJfS .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #edefeb;
}
.cid-v8PuhFwJfS .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-v8PuhFwJfS .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-v8PuhFwJfS .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-v8PuhFwJfS .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v8PuhFwJfS .btn-wrapper {
  margin-top: -10%;
}
.cid-v8PuhFwJfS .mbr-section-title {
  color: #f4f4f4;
}
.cid-v8PuhFwJfS .mbr-text {
  color: #f4f4f4;
}
.cid-v8PuhFwJfS .item-title {
  color: #58595b;
}
.cid-v8PuhFwJfS .item-title,
.cid-v8PuhFwJfS .items-wrapper {
  color: #603010;
}
.cid-v8IukwykgV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-v8IukwykgV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8IukwykgV .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v8IukwykgV .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8IukwykgV .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v8IukwykgV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8IukwykgV .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v8IukwykgV .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v8IukwykgV .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v8IukwykgV .card-title,
.cid-v8IukwykgV .iconfont-wrapper {
  color: #000000;
}
.cid-v8IukwykgV .card-text {
  color: #000000;
}
.cid-v8IukwykgV .content-head {
  max-width: 800px;
}
.cid-v8IukwykgV .mbr-section-title {
  color: #603010;
}
.cid-v8IukwykgV .mbr-section-subtitle {
  text-align: center;
}
.cid-v8IukwykgV .card-title,
.cid-v8IukwykgV .img-wrapper {
  color: #603010;
}
.cid-v8Pum5D3Od {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-7-1920x1280.jpg");
}
.cid-v8Pum5D3Od .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Pum5D3Od .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Pum5D3Od .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8Pum5D3Od .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v8Pum5D3Od .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v8Pum5D3Od .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v8Pum5D3Od .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v8Pum5D3Od .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffc091;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #603010;
  height: 80px;
  border-radius: 50%;
}
.cid-v8Pum5D3Od .mbr-section-title {
  color: #ffffff;
}
.cid-v8Pum5D3Od .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8Pum5D3Od .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v8Pum5D3Od .card-box .item-footer {
  margin-top: auto;
}
.cid-v8Pum5D3Od .content-head {
  max-width: 800px;
}
.cid-v8Pum5D3Od .card-title,
.cid-v8Pum5D3Od .iconfont-wrapper {
  color: #603010;
}
.cid-vdgSAOaCYR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-vdgSAOaCYR .mbr-section-title {
  margin-bottom: 58px;
  color: #000000;
  text-align: center;
}
.cid-vdgSAOaCYR .mbr-form-container {
  width: 100%;
  margin-top: 12px;
}
.cid-vdgSAOaCYR .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 25px;
}
.cid-vdgSAOaCYR .form-message-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding: 0;
}
.cid-vdgSAOaCYR form .row {
  margin: 0;
  border: none !important;
}
.cid-vdgSAOaCYR form .form-group {
  flex-grow: 1;
}
.cid-vdgSAOaCYR form .form-group input,
.cid-vdgSAOaCYR form .form-group textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.24);
  border: 1px solid #3d626c !important;
}
.cid-vdgSAOaCYR form .form-group input:hover,
.cid-vdgSAOaCYR form .form-group textarea:hover,
.cid-vdgSAOaCYR form .form-group input :focus,
.cid-vdgSAOaCYR form .form-group textarea :focus,
.cid-vdgSAOaCYR form .form-group input :active,
.cid-vdgSAOaCYR form .form-group textarea :active {
  box-shadow: none !important;
}
.cid-vdgSAOaCYR .form-group input {
  height: 59px;
  padding: 7px 20px !important;
  color: #012b3a;
  font-size: 18px !important;
}
.cid-vdgSAOaCYR .form-group textarea {
  padding: 7px 20px !important;
  height: 95px;
  font-size: 18px !important;
}
.cid-vdgSAOaCYR .form-group {
  margin-bottom: 11px !important;
}
.cid-vdgSAOaCYR .form-group input:focus {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgSAOaCYR .form-group textarea:focus {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgSAOaCYR .form-group input:hover {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgSAOaCYR .form-group textarea:hover {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgSAOaCYR .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
  margin: 5px;
}
.cid-vdgSAOaCYR a {
  font-weight: 400;
  letter-spacing: 5.4px;
  display: inline-block;
  width: auto;
}
.cid-vdgSAOaCYR .mbr-section-btn {
  margin-top: 11px;
  text-align: center;
}
.cid-vdgSAOaCYR .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #603010;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-vdgSAOaCYR textarea::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdgSAOaCYR input::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdgSAOaCYR .container {
  max-width: 1140px;
}
.cid-vdgSAOaCYR label {
  color: #6c757d;
  font-size: 18px;
  font-family: 'Outfit';
}
.cid-vdgSAOaCYR .form-check .form-check-input {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-vdgSAOaCYR .form-check .form-check-input:focus {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-v8IukxskKs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #603010;
}
.cid-v8IukxskKs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8IukxskKs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8IukxskKs .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v8IukxskKs .footer-col {
    flex-direction: column;
  }
}
.cid-v8IukxskKs .row {
  background: #603010;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v8IukxskKs .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v8IukxskKs .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v8IukxskKs .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v8IukxskKs .mbr-section-btn {
    text-align: center;
  }
}
.cid-v8IukxskKs .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v8IukxskKs .soc-item {
  margin: 8px;
}
.cid-v8IukxskKs .soc-item a:hover .mbr-iconfont,
.cid-v8IukxskKs .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v8IukxskKs .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v8IukxskKs .row {
    text-align: center;
  }
  .cid-v8IukxskKs .social-row {
    justify-content: center;
  }
}
.cid-v8IukxskKs .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v8IukxskKs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8IukxskKs .list {
    margin-bottom: 0rem;
  }
}
.cid-v8IukxskKs .mbr-text {
  color: #bbbbbb;
}
.cid-v8IukxskKs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8IukxskKs .list,
.cid-v8IukxskKs .item-wrap {
  color: #ffffff;
}
.cid-v8IukxskKs .copyright {
  color: #ffffff;
}
.cid-vh24A6QHTm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vh24A6QHTm .navbar-fixed-top {
  padding-top: 0;
}
.cid-vh24A6QHTm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vh24A6QHTm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-content-top {
  background: #603010;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-vh24A6QHTm .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .nav-link,
.cid-vh24A6QHTm .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-vh24A6QHTm .nav-link:hover,
.cid-vh24A6QHTm .brand-name:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .dropdown-menu {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .dropdown-item:active {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-vh24A6QHTm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vh24A6QHTm .nav-item {
  position: relative;
}
.cid-vh24A6QHTm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vh24A6QHTm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vh24A6QHTm .nav-item .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .content-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #603010;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vh24A6QHTm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vh24A6QHTm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vh24A6QHTm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh24A6QHTm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vh24A6QHTm .content-right-side {
  text-align: center;
}
.cid-vh24A6QHTm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vh24A6QHTm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vh24A6QHTm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vh24A6QHTm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vh24A6QHTm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh24A6QHTm .info-widget:first-child {
  margin-left: 0;
}
.cid-vh24A6QHTm .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vh24A6QHTm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vh24A6QHTm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-vh24A6QHTm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #603010;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-vh24A6QHTm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #603010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vh24A6QHTm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-vh24A6QHTm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-vh24A6QHTm .navbar {
    display: block;
    padding: 0;
  }
  .cid-vh24A6QHTm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vh24A6QHTm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vh24A6QHTm .navbar-toggler {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-vh24A6QHTm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vh24A6QHTm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-vh24A6QHTm .btn-sm {
  padding: 13px 29px;
}
.cid-vh24A6QHTm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vh24A6QHTm .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vh24A6QHTm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh24A6QHTm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vh24A6QHTm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vh24A6QHTm button.navbar-toggler:focus {
  outline: none;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #603010;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh24A6QHTm .collapsed .btn {
  display: flex;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .collapsed button.navbar-toggler {
  display: block;
}
.cid-vh24A6QHTm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vh24A6QHTm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vh24A6QHTm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vh24A6QHTm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .menu-content-top {
    display: flex;
  }
  .cid-vh24A6QHTm .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-vh24A6QHTm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vh24A6QHTm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vh24A6QHTm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vh24A6QHTm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vh24A6QHTm .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing,
  .cid-vh24A6QHTm .navbar-collapse.show {
    display: block !important;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #603010;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vh24A6QHTm img {
    height: 3.8rem !important;
  }
  .cid-vh24A6QHTm .btn {
    display: flex;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-vh24A6QHTm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vh24A6QHTm .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .navbar-toggler {
  position: relative;
}
.cid-vh24A6QHTm .widget-title,
.cid-vh24A6QHTm .widget-icon {
  color: #ffffff;
}
.cid-vh24A6QHTm .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vh24A6QHTm .menu-content-top,
  .cid-vh24A6QHTm .menu-bottom {
    padding: 0 15px;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    align-self: center;
  }
  .cid-vh24A6QHTm .btn {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .widget-icon {
    padding-right: 0;
  }
}
.cid-vh24A6QHTm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #603010;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #edefeb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vh24A6QHTm .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vh24A6QHTm .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-v8Pj5w8Tsb {
  align-items: flex-end;
  background-image: url("../../../assets/images/1daysafari-1080x776.jpg");
}
.cid-v8Pj5w8Tsb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Pj5w8Tsb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Pj5w8Tsb .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8Pj5w8Tsb .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-v8Pj5w8Tsb .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v8Pj5w8Tsb .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v8Pj5w8Tsb .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v8Pj5w8Tsb .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8Pj5w8Tsb .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8Pj5w8Tsb .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-v8Pj5w8Tsb .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-v8Pj5w8Tsb .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-v8Pj5w8Tsb .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #edefeb;
}
.cid-v8Pj5w8Tsb .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-v8Pj5w8Tsb .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-v8Pj5w8Tsb .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-v8Pj5w8Tsb .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v8Pj5w8Tsb .btn-wrapper {
  margin-top: -10%;
}
.cid-v8Pj5w8Tsb .mbr-section-title {
  color: #f4f4f4;
}
.cid-v8Pj5w8Tsb .mbr-text {
  color: #f4f4f4;
}
.cid-v8Pj5w8Tsb .item-title {
  color: #58595b;
}
.cid-v8Pj5w8Tsb .item-title,
.cid-v8Pj5w8Tsb .items-wrapper {
  color: #603010;
}
.cid-v8IqNxKSC4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-v8IqNxKSC4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8IqNxKSC4 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v8IqNxKSC4 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8IqNxKSC4 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v8IqNxKSC4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8IqNxKSC4 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v8IqNxKSC4 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v8IqNxKSC4 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v8IqNxKSC4 .card-title,
.cid-v8IqNxKSC4 .iconfont-wrapper {
  color: #000000;
}
.cid-v8IqNxKSC4 .card-text {
  color: #000000;
}
.cid-v8IqNxKSC4 .content-head {
  max-width: 800px;
}
.cid-v8IqNxKSC4 .mbr-section-title {
  color: #603010;
}
.cid-v8IqNxKSC4 .mbr-section-subtitle {
  text-align: center;
}
.cid-v8IqNxKSC4 .card-title,
.cid-v8IqNxKSC4 .img-wrapper {
  color: #603010;
}
.cid-v8Pj0gb8WB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/zanzibar02-540x312.jpg");
}
.cid-v8Pj0gb8WB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Pj0gb8WB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Pj0gb8WB .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8Pj0gb8WB .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v8Pj0gb8WB .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v8Pj0gb8WB .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v8Pj0gb8WB .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v8Pj0gb8WB .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffc091;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #603010;
  height: 80px;
  border-radius: 50%;
}
.cid-v8Pj0gb8WB .mbr-section-title {
  color: #ffffff;
}
.cid-v8Pj0gb8WB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8Pj0gb8WB .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v8Pj0gb8WB .card-box .item-footer {
  margin-top: auto;
}
.cid-v8Pj0gb8WB .content-head {
  max-width: 800px;
}
.cid-v8Pj0gb8WB .card-title,
.cid-v8Pj0gb8WB .iconfont-wrapper {
  color: #603010;
}
.cid-vdgNqXjXho {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-vdgNqXjXho .mbr-section-title {
  margin-bottom: 58px;
  color: #000000;
  text-align: center;
}
.cid-vdgNqXjXho .mbr-form-container {
  width: 100%;
  margin-top: 12px;
}
.cid-vdgNqXjXho .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 25px;
}
.cid-vdgNqXjXho .form-message-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding: 0;
}
.cid-vdgNqXjXho form .row {
  margin: 0;
  border: none !important;
}
.cid-vdgNqXjXho form .form-group {
  flex-grow: 1;
}
.cid-vdgNqXjXho form .form-group input,
.cid-vdgNqXjXho form .form-group textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.24);
  border: 1px solid #3d626c !important;
}
.cid-vdgNqXjXho form .form-group input:hover,
.cid-vdgNqXjXho form .form-group textarea:hover,
.cid-vdgNqXjXho form .form-group input :focus,
.cid-vdgNqXjXho form .form-group textarea :focus,
.cid-vdgNqXjXho form .form-group input :active,
.cid-vdgNqXjXho form .form-group textarea :active {
  box-shadow: none !important;
}
.cid-vdgNqXjXho .form-group input {
  height: 59px;
  padding: 7px 20px !important;
  color: #012b3a;
  font-size: 18px !important;
}
.cid-vdgNqXjXho .form-group textarea {
  padding: 7px 20px !important;
  height: 95px;
  font-size: 18px !important;
}
.cid-vdgNqXjXho .form-group {
  margin-bottom: 11px !important;
}
.cid-vdgNqXjXho .form-group input:focus {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgNqXjXho .form-group textarea:focus {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgNqXjXho .form-group input:hover {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgNqXjXho .form-group textarea:hover {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgNqXjXho .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
  margin: 5px;
}
.cid-vdgNqXjXho a {
  font-weight: 400;
  letter-spacing: 5.4px;
  display: inline-block;
  width: auto;
}
.cid-vdgNqXjXho .mbr-section-btn {
  margin-top: 11px;
  text-align: center;
}
.cid-vdgNqXjXho .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #603010;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-vdgNqXjXho textarea::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdgNqXjXho input::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdgNqXjXho .container {
  max-width: 1140px;
}
.cid-vdgNqXjXho label {
  color: #6c757d;
  font-size: 18px;
  font-family: 'Outfit';
}
.cid-vdgNqXjXho .form-check .form-check-input {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-vdgNqXjXho .form-check .form-check-input:focus {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-v8IqNyn2tT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #603010;
}
.cid-v8IqNyn2tT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8IqNyn2tT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8IqNyn2tT .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v8IqNyn2tT .footer-col {
    flex-direction: column;
  }
}
.cid-v8IqNyn2tT .row {
  background: #603010;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v8IqNyn2tT .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v8IqNyn2tT .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v8IqNyn2tT .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v8IqNyn2tT .mbr-section-btn {
    text-align: center;
  }
}
.cid-v8IqNyn2tT .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v8IqNyn2tT .soc-item {
  margin: 8px;
}
.cid-v8IqNyn2tT .soc-item a:hover .mbr-iconfont,
.cid-v8IqNyn2tT .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v8IqNyn2tT .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v8IqNyn2tT .row {
    text-align: center;
  }
  .cid-v8IqNyn2tT .social-row {
    justify-content: center;
  }
}
.cid-v8IqNyn2tT .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v8IqNyn2tT .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8IqNyn2tT .list {
    margin-bottom: 0rem;
  }
}
.cid-v8IqNyn2tT .mbr-text {
  color: #bbbbbb;
}
.cid-v8IqNyn2tT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8IqNyn2tT .list,
.cid-v8IqNyn2tT .item-wrap {
  color: #ffffff;
}
.cid-v8IqNyn2tT .copyright {
  color: #ffffff;
}
.cid-vh24A6QHTm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vh24A6QHTm .navbar-fixed-top {
  padding-top: 0;
}
.cid-vh24A6QHTm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vh24A6QHTm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-content-top {
  background: #603010;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-vh24A6QHTm .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .nav-link,
.cid-vh24A6QHTm .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-vh24A6QHTm .nav-link:hover,
.cid-vh24A6QHTm .brand-name:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .dropdown-menu {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .dropdown-item:active {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-vh24A6QHTm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vh24A6QHTm .nav-item {
  position: relative;
}
.cid-vh24A6QHTm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vh24A6QHTm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vh24A6QHTm .nav-item .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .content-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #603010;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vh24A6QHTm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vh24A6QHTm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vh24A6QHTm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh24A6QHTm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vh24A6QHTm .content-right-side {
  text-align: center;
}
.cid-vh24A6QHTm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vh24A6QHTm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vh24A6QHTm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vh24A6QHTm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vh24A6QHTm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh24A6QHTm .info-widget:first-child {
  margin-left: 0;
}
.cid-vh24A6QHTm .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vh24A6QHTm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vh24A6QHTm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-vh24A6QHTm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #603010;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-vh24A6QHTm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #603010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vh24A6QHTm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-vh24A6QHTm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-vh24A6QHTm .navbar {
    display: block;
    padding: 0;
  }
  .cid-vh24A6QHTm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vh24A6QHTm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vh24A6QHTm .navbar-toggler {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-vh24A6QHTm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vh24A6QHTm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-vh24A6QHTm .btn-sm {
  padding: 13px 29px;
}
.cid-vh24A6QHTm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vh24A6QHTm .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vh24A6QHTm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh24A6QHTm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vh24A6QHTm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vh24A6QHTm button.navbar-toggler:focus {
  outline: none;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #603010;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh24A6QHTm .collapsed .btn {
  display: flex;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .collapsed button.navbar-toggler {
  display: block;
}
.cid-vh24A6QHTm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vh24A6QHTm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vh24A6QHTm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vh24A6QHTm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .menu-content-top {
    display: flex;
  }
  .cid-vh24A6QHTm .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-vh24A6QHTm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vh24A6QHTm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vh24A6QHTm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vh24A6QHTm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vh24A6QHTm .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing,
  .cid-vh24A6QHTm .navbar-collapse.show {
    display: block !important;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #603010;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vh24A6QHTm img {
    height: 3.8rem !important;
  }
  .cid-vh24A6QHTm .btn {
    display: flex;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-vh24A6QHTm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vh24A6QHTm .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .navbar-toggler {
  position: relative;
}
.cid-vh24A6QHTm .widget-title,
.cid-vh24A6QHTm .widget-icon {
  color: #ffffff;
}
.cid-vh24A6QHTm .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vh24A6QHTm .menu-content-top,
  .cid-vh24A6QHTm .menu-bottom {
    padding: 0 15px;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    align-self: center;
  }
  .cid-vh24A6QHTm .btn {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .widget-icon {
    padding-right: 0;
  }
}
.cid-vh24A6QHTm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #603010;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #edefeb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vh24A6QHTm .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vh24A6QHTm .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-v8Pxte3aEE {
  align-items: flex-end;
  background-image: url("../../../assets/images/mbr-4-1920x1440.jpg");
}
.cid-v8Pxte3aEE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Pxte3aEE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Pxte3aEE .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8Pxte3aEE .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-v8Pxte3aEE .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v8Pxte3aEE .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v8Pxte3aEE .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v8Pxte3aEE .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8Pxte3aEE .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8Pxte3aEE .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-v8Pxte3aEE .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-v8Pxte3aEE .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-v8Pxte3aEE .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #edefeb;
}
.cid-v8Pxte3aEE .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-v8Pxte3aEE .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-v8Pxte3aEE .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-v8Pxte3aEE .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v8Pxte3aEE .btn-wrapper {
  margin-top: -10%;
}
.cid-v8Pxte3aEE .mbr-section-title {
  color: #f4f4f4;
}
.cid-v8Pxte3aEE .mbr-text {
  color: #f4f4f4;
}
.cid-v8Pxte3aEE .item-title {
  color: #58595b;
}
.cid-v8Pxte3aEE .item-title,
.cid-v8Pxte3aEE .items-wrapper {
  color: #000000;
}
.cid-v8IvOeDgNw {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-v8IvOeDgNw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8IvOeDgNw .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v8IvOeDgNw .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8IvOeDgNw .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v8IvOeDgNw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8IvOeDgNw .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v8IvOeDgNw .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v8IvOeDgNw .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v8IvOeDgNw .card-title,
.cid-v8IvOeDgNw .iconfont-wrapper {
  color: #000000;
}
.cid-v8IvOeDgNw .card-text {
  color: #000000;
}
.cid-v8IvOeDgNw .content-head {
  max-width: 800px;
}
.cid-v8IvOeDgNw .mbr-section-title {
  color: #603010;
}
.cid-v8IvOeDgNw .mbr-section-subtitle {
  text-align: center;
}
.cid-v8IvOeDgNw .card-title,
.cid-v8IvOeDgNw .img-wrapper {
  color: #603010;
}
.cid-v8PxoVjKij {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1279.jpg");
}
.cid-v8PxoVjKij .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8PxoVjKij .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8PxoVjKij .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8PxoVjKij .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v8PxoVjKij .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v8PxoVjKij .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v8PxoVjKij .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v8PxoVjKij .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffc091;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #603010;
  height: 80px;
  border-radius: 50%;
}
.cid-v8PxoVjKij .mbr-section-title {
  color: #ffffff;
}
.cid-v8PxoVjKij .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8PxoVjKij .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v8PxoVjKij .card-box .item-footer {
  margin-top: auto;
}
.cid-v8PxoVjKij .content-head {
  max-width: 800px;
}
.cid-v8PxoVjKij .card-title,
.cid-v8PxoVjKij .iconfont-wrapper {
  color: #603010;
}
.cid-vdh8OLMESR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-vdh8OLMESR .mbr-section-title {
  margin-bottom: 58px;
  color: #000000;
  text-align: center;
}
.cid-vdh8OLMESR .mbr-form-container {
  width: 100%;
  margin-top: 12px;
}
.cid-vdh8OLMESR .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 25px;
}
.cid-vdh8OLMESR .form-message-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding: 0;
}
.cid-vdh8OLMESR form .row {
  margin: 0;
  border: none !important;
}
.cid-vdh8OLMESR form .form-group {
  flex-grow: 1;
}
.cid-vdh8OLMESR form .form-group input,
.cid-vdh8OLMESR form .form-group textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.24);
  border: 1px solid #3d626c !important;
}
.cid-vdh8OLMESR form .form-group input:hover,
.cid-vdh8OLMESR form .form-group textarea:hover,
.cid-vdh8OLMESR form .form-group input :focus,
.cid-vdh8OLMESR form .form-group textarea :focus,
.cid-vdh8OLMESR form .form-group input :active,
.cid-vdh8OLMESR form .form-group textarea :active {
  box-shadow: none !important;
}
.cid-vdh8OLMESR .form-group input {
  height: 59px;
  padding: 7px 20px !important;
  color: #012b3a;
  font-size: 18px !important;
}
.cid-vdh8OLMESR .form-group textarea {
  padding: 7px 20px !important;
  height: 95px;
  font-size: 18px !important;
}
.cid-vdh8OLMESR .form-group {
  margin-bottom: 11px !important;
}
.cid-vdh8OLMESR .form-group input:focus {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdh8OLMESR .form-group textarea:focus {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdh8OLMESR .form-group input:hover {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdh8OLMESR .form-group textarea:hover {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdh8OLMESR .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
  margin: 5px;
}
.cid-vdh8OLMESR a {
  font-weight: 400;
  letter-spacing: 5.4px;
  display: inline-block;
  width: auto;
}
.cid-vdh8OLMESR .mbr-section-btn {
  margin-top: 11px;
  text-align: center;
}
.cid-vdh8OLMESR .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #603010;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-vdh8OLMESR textarea::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdh8OLMESR input::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdh8OLMESR .container {
  max-width: 1140px;
}
.cid-vdh8OLMESR label {
  color: #6c757d;
  font-size: 18px;
  font-family: 'Outfit';
}
.cid-vdh8OLMESR .form-check .form-check-input {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-vdh8OLMESR .form-check .form-check-input:focus {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-v8IvOfnoVF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #603010;
}
.cid-v8IvOfnoVF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8IvOfnoVF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8IvOfnoVF .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v8IvOfnoVF .footer-col {
    flex-direction: column;
  }
}
.cid-v8IvOfnoVF .row {
  background: #603010;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v8IvOfnoVF .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v8IvOfnoVF .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v8IvOfnoVF .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v8IvOfnoVF .mbr-section-btn {
    text-align: center;
  }
}
.cid-v8IvOfnoVF .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v8IvOfnoVF .soc-item {
  margin: 8px;
}
.cid-v8IvOfnoVF .soc-item a:hover .mbr-iconfont,
.cid-v8IvOfnoVF .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v8IvOfnoVF .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v8IvOfnoVF .row {
    text-align: center;
  }
  .cid-v8IvOfnoVF .social-row {
    justify-content: center;
  }
}
.cid-v8IvOfnoVF .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v8IvOfnoVF .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8IvOfnoVF .list {
    margin-bottom: 0rem;
  }
}
.cid-v8IvOfnoVF .mbr-text {
  color: #bbbbbb;
}
.cid-v8IvOfnoVF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8IvOfnoVF .list,
.cid-v8IvOfnoVF .item-wrap {
  color: #ffffff;
}
.cid-v8IvOfnoVF .copyright {
  color: #ffffff;
}
.cid-vh24A6QHTm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vh24A6QHTm .navbar-fixed-top {
  padding-top: 0;
}
.cid-vh24A6QHTm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vh24A6QHTm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-content-top {
  background: #603010;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-vh24A6QHTm .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .nav-link,
.cid-vh24A6QHTm .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-vh24A6QHTm .nav-link:hover,
.cid-vh24A6QHTm .brand-name:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .dropdown-menu {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .dropdown-item:active {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-vh24A6QHTm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vh24A6QHTm .nav-item {
  position: relative;
}
.cid-vh24A6QHTm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vh24A6QHTm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vh24A6QHTm .nav-item .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .content-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #603010;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vh24A6QHTm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vh24A6QHTm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vh24A6QHTm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh24A6QHTm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vh24A6QHTm .content-right-side {
  text-align: center;
}
.cid-vh24A6QHTm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vh24A6QHTm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vh24A6QHTm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vh24A6QHTm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vh24A6QHTm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh24A6QHTm .info-widget:first-child {
  margin-left: 0;
}
.cid-vh24A6QHTm .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vh24A6QHTm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vh24A6QHTm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-vh24A6QHTm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #603010;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-vh24A6QHTm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #603010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vh24A6QHTm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-vh24A6QHTm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-vh24A6QHTm .navbar {
    display: block;
    padding: 0;
  }
  .cid-vh24A6QHTm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vh24A6QHTm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vh24A6QHTm .navbar-toggler {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-vh24A6QHTm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vh24A6QHTm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-vh24A6QHTm .btn-sm {
  padding: 13px 29px;
}
.cid-vh24A6QHTm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vh24A6QHTm .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vh24A6QHTm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh24A6QHTm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vh24A6QHTm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vh24A6QHTm button.navbar-toggler:focus {
  outline: none;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #603010;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh24A6QHTm .collapsed .btn {
  display: flex;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .collapsed button.navbar-toggler {
  display: block;
}
.cid-vh24A6QHTm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vh24A6QHTm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vh24A6QHTm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vh24A6QHTm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .menu-content-top {
    display: flex;
  }
  .cid-vh24A6QHTm .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-vh24A6QHTm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vh24A6QHTm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vh24A6QHTm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vh24A6QHTm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vh24A6QHTm .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing,
  .cid-vh24A6QHTm .navbar-collapse.show {
    display: block !important;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #603010;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vh24A6QHTm img {
    height: 3.8rem !important;
  }
  .cid-vh24A6QHTm .btn {
    display: flex;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-vh24A6QHTm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vh24A6QHTm .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .navbar-toggler {
  position: relative;
}
.cid-vh24A6QHTm .widget-title,
.cid-vh24A6QHTm .widget-icon {
  color: #ffffff;
}
.cid-vh24A6QHTm .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vh24A6QHTm .menu-content-top,
  .cid-vh24A6QHTm .menu-bottom {
    padding: 0 15px;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    align-self: center;
  }
  .cid-vh24A6QHTm .btn {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .widget-icon {
    padding-right: 0;
  }
}
.cid-vh24A6QHTm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #603010;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #edefeb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vh24A6QHTm .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vh24A6QHTm .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-vdzWWbDc2k {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vdzWWbDc2k .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdzWWbDc2k .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vdzWWbDc2k .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdzWWbDc2k .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vdzWWbDc2k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdzWWbDc2k .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdzWWbDc2k .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vdzWWbDc2k .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vdzWWbDc2k .card-title,
.cid-vdzWWbDc2k .iconfont-wrapper {
  color: #000000;
}
.cid-vdzWWbDc2k .card-text {
  color: #000000;
}
.cid-vdzWWbDc2k .content-head {
  max-width: 800px;
}
.cid-vdzWWbDc2k .mbr-section-title {
  color: #603010;
}
.cid-vdzWWbDc2k .mbr-section-subtitle {
  text-align: center;
}
.cid-vdzWWbDc2k .card-title,
.cid-vdzWWbDc2k .img-wrapper {
  color: #603010;
}
.cid-vdzWWdEAZc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #603010;
}
.cid-vdzWWdEAZc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdzWWdEAZc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdzWWdEAZc .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vdzWWdEAZc .footer-col {
    flex-direction: column;
  }
}
.cid-vdzWWdEAZc .row {
  background: #603010;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vdzWWdEAZc .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vdzWWdEAZc .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vdzWWdEAZc .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vdzWWdEAZc .mbr-section-btn {
    text-align: center;
  }
}
.cid-vdzWWdEAZc .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vdzWWdEAZc .soc-item {
  margin: 8px;
}
.cid-vdzWWdEAZc .soc-item a:hover .mbr-iconfont,
.cid-vdzWWdEAZc .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vdzWWdEAZc .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vdzWWdEAZc .row {
    text-align: center;
  }
  .cid-vdzWWdEAZc .social-row {
    justify-content: center;
  }
}
.cid-vdzWWdEAZc .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vdzWWdEAZc .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vdzWWdEAZc .list {
    margin-bottom: 0rem;
  }
}
.cid-vdzWWdEAZc .mbr-text {
  color: #bbbbbb;
}
.cid-vdzWWdEAZc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vdzWWdEAZc .list,
.cid-vdzWWdEAZc .item-wrap {
  color: #ffffff;
}
.cid-vdzWWdEAZc .copyright {
  color: #ffffff;
}
.cid-vh24A6QHTm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vh24A6QHTm .navbar-fixed-top {
  padding-top: 0;
}
.cid-vh24A6QHTm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vh24A6QHTm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-content-top {
  background: #603010;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-vh24A6QHTm .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .nav-link,
.cid-vh24A6QHTm .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-vh24A6QHTm .nav-link:hover,
.cid-vh24A6QHTm .brand-name:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .dropdown-menu {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .dropdown-item:active {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-vh24A6QHTm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vh24A6QHTm .nav-item {
  position: relative;
}
.cid-vh24A6QHTm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vh24A6QHTm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vh24A6QHTm .nav-item .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .content-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #603010;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vh24A6QHTm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vh24A6QHTm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vh24A6QHTm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh24A6QHTm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vh24A6QHTm .content-right-side {
  text-align: center;
}
.cid-vh24A6QHTm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vh24A6QHTm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vh24A6QHTm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vh24A6QHTm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vh24A6QHTm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh24A6QHTm .info-widget:first-child {
  margin-left: 0;
}
.cid-vh24A6QHTm .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vh24A6QHTm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vh24A6QHTm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-vh24A6QHTm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #603010;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-vh24A6QHTm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #603010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vh24A6QHTm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-vh24A6QHTm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-vh24A6QHTm .navbar {
    display: block;
    padding: 0;
  }
  .cid-vh24A6QHTm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vh24A6QHTm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vh24A6QHTm .navbar-toggler {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-vh24A6QHTm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vh24A6QHTm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-vh24A6QHTm .btn-sm {
  padding: 13px 29px;
}
.cid-vh24A6QHTm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vh24A6QHTm .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vh24A6QHTm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh24A6QHTm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vh24A6QHTm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vh24A6QHTm button.navbar-toggler:focus {
  outline: none;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #603010;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh24A6QHTm .collapsed .btn {
  display: flex;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .collapsed button.navbar-toggler {
  display: block;
}
.cid-vh24A6QHTm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vh24A6QHTm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vh24A6QHTm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vh24A6QHTm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .menu-content-top {
    display: flex;
  }
  .cid-vh24A6QHTm .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-vh24A6QHTm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vh24A6QHTm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vh24A6QHTm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vh24A6QHTm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vh24A6QHTm .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing,
  .cid-vh24A6QHTm .navbar-collapse.show {
    display: block !important;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #603010;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vh24A6QHTm img {
    height: 3.8rem !important;
  }
  .cid-vh24A6QHTm .btn {
    display: flex;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-vh24A6QHTm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vh24A6QHTm .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .navbar-toggler {
  position: relative;
}
.cid-vh24A6QHTm .widget-title,
.cid-vh24A6QHTm .widget-icon {
  color: #ffffff;
}
.cid-vh24A6QHTm .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vh24A6QHTm .menu-content-top,
  .cid-vh24A6QHTm .menu-bottom {
    padding: 0 15px;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    align-self: center;
  }
  .cid-vh24A6QHTm .btn {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .widget-icon {
    padding-right: 0;
  }
}
.cid-vh24A6QHTm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #603010;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #edefeb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vh24A6QHTm .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vh24A6QHTm .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-vdA0nFHcHH {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vdA0nFHcHH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdA0nFHcHH .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vdA0nFHcHH .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdA0nFHcHH .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vdA0nFHcHH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdA0nFHcHH .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdA0nFHcHH .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vdA0nFHcHH .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vdA0nFHcHH .card-title,
.cid-vdA0nFHcHH .iconfont-wrapper {
  color: #000000;
}
.cid-vdA0nFHcHH .card-text {
  color: #000000;
}
.cid-vdA0nFHcHH .content-head {
  max-width: 800px;
}
.cid-vdA0nFHcHH .mbr-section-title {
  color: #603010;
}
.cid-vdA0nFHcHH .mbr-section-subtitle {
  text-align: center;
}
.cid-vdA0nFHcHH .card-title,
.cid-vdA0nFHcHH .img-wrapper {
  color: #603010;
}
.cid-vdA0nGsTx5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #603010;
}
.cid-vdA0nGsTx5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdA0nGsTx5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdA0nGsTx5 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vdA0nGsTx5 .footer-col {
    flex-direction: column;
  }
}
.cid-vdA0nGsTx5 .row {
  background: #603010;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vdA0nGsTx5 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vdA0nGsTx5 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vdA0nGsTx5 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vdA0nGsTx5 .mbr-section-btn {
    text-align: center;
  }
}
.cid-vdA0nGsTx5 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vdA0nGsTx5 .soc-item {
  margin: 8px;
}
.cid-vdA0nGsTx5 .soc-item a:hover .mbr-iconfont,
.cid-vdA0nGsTx5 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vdA0nGsTx5 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vdA0nGsTx5 .row {
    text-align: center;
  }
  .cid-vdA0nGsTx5 .social-row {
    justify-content: center;
  }
}
.cid-vdA0nGsTx5 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vdA0nGsTx5 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vdA0nGsTx5 .list {
    margin-bottom: 0rem;
  }
}
.cid-vdA0nGsTx5 .mbr-text {
  color: #bbbbbb;
}
.cid-vdA0nGsTx5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vdA0nGsTx5 .list,
.cid-vdA0nGsTx5 .item-wrap {
  color: #ffffff;
}
.cid-vdA0nGsTx5 .copyright {
  color: #ffffff;
}
.cid-vh24A6QHTm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vh24A6QHTm .navbar-fixed-top {
  padding-top: 0;
}
.cid-vh24A6QHTm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vh24A6QHTm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-content-top {
  background: #603010;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-vh24A6QHTm .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .nav-link,
.cid-vh24A6QHTm .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-vh24A6QHTm .nav-link:hover,
.cid-vh24A6QHTm .brand-name:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .dropdown-menu {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .dropdown-item:active {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-vh24A6QHTm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vh24A6QHTm .nav-item {
  position: relative;
}
.cid-vh24A6QHTm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vh24A6QHTm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vh24A6QHTm .nav-item .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .content-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #603010;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vh24A6QHTm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vh24A6QHTm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vh24A6QHTm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh24A6QHTm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vh24A6QHTm .content-right-side {
  text-align: center;
}
.cid-vh24A6QHTm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vh24A6QHTm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vh24A6QHTm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vh24A6QHTm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vh24A6QHTm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh24A6QHTm .info-widget:first-child {
  margin-left: 0;
}
.cid-vh24A6QHTm .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vh24A6QHTm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vh24A6QHTm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-vh24A6QHTm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #603010;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-vh24A6QHTm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #603010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vh24A6QHTm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-vh24A6QHTm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-vh24A6QHTm .navbar {
    display: block;
    padding: 0;
  }
  .cid-vh24A6QHTm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vh24A6QHTm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vh24A6QHTm .navbar-toggler {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-vh24A6QHTm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vh24A6QHTm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-vh24A6QHTm .btn-sm {
  padding: 13px 29px;
}
.cid-vh24A6QHTm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vh24A6QHTm .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vh24A6QHTm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh24A6QHTm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vh24A6QHTm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vh24A6QHTm button.navbar-toggler:focus {
  outline: none;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #603010;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh24A6QHTm .collapsed .btn {
  display: flex;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .collapsed button.navbar-toggler {
  display: block;
}
.cid-vh24A6QHTm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vh24A6QHTm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vh24A6QHTm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vh24A6QHTm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .menu-content-top {
    display: flex;
  }
  .cid-vh24A6QHTm .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-vh24A6QHTm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vh24A6QHTm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vh24A6QHTm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vh24A6QHTm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vh24A6QHTm .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing,
  .cid-vh24A6QHTm .navbar-collapse.show {
    display: block !important;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #603010;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vh24A6QHTm img {
    height: 3.8rem !important;
  }
  .cid-vh24A6QHTm .btn {
    display: flex;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-vh24A6QHTm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vh24A6QHTm .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .navbar-toggler {
  position: relative;
}
.cid-vh24A6QHTm .widget-title,
.cid-vh24A6QHTm .widget-icon {
  color: #ffffff;
}
.cid-vh24A6QHTm .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vh24A6QHTm .menu-content-top,
  .cid-vh24A6QHTm .menu-bottom {
    padding: 0 15px;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    align-self: center;
  }
  .cid-vh24A6QHTm .btn {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .widget-icon {
    padding-right: 0;
  }
}
.cid-vh24A6QHTm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #603010;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #edefeb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vh24A6QHTm .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vh24A6QHTm .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-vdA4Hrb64O {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vdA4Hrb64O .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdA4Hrb64O .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vdA4Hrb64O .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdA4Hrb64O .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vdA4Hrb64O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdA4Hrb64O .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdA4Hrb64O .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vdA4Hrb64O .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vdA4Hrb64O .card-title,
.cid-vdA4Hrb64O .iconfont-wrapper {
  color: #000000;
}
.cid-vdA4Hrb64O .card-text {
  color: #000000;
}
.cid-vdA4Hrb64O .content-head {
  max-width: 800px;
}
.cid-vdA4Hrb64O .mbr-section-title {
  color: #603010;
}
.cid-vdA4Hrb64O .mbr-section-subtitle {
  text-align: center;
}
.cid-vdA4Hrb64O .card-title,
.cid-vdA4Hrb64O .img-wrapper {
  color: #603010;
}
.cid-vdA4HrUevB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #603010;
}
.cid-vdA4HrUevB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdA4HrUevB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdA4HrUevB .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vdA4HrUevB .footer-col {
    flex-direction: column;
  }
}
.cid-vdA4HrUevB .row {
  background: #603010;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vdA4HrUevB .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vdA4HrUevB .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vdA4HrUevB .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vdA4HrUevB .mbr-section-btn {
    text-align: center;
  }
}
.cid-vdA4HrUevB .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vdA4HrUevB .soc-item {
  margin: 8px;
}
.cid-vdA4HrUevB .soc-item a:hover .mbr-iconfont,
.cid-vdA4HrUevB .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vdA4HrUevB .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vdA4HrUevB .row {
    text-align: center;
  }
  .cid-vdA4HrUevB .social-row {
    justify-content: center;
  }
}
.cid-vdA4HrUevB .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vdA4HrUevB .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vdA4HrUevB .list {
    margin-bottom: 0rem;
  }
}
.cid-vdA4HrUevB .mbr-text {
  color: #bbbbbb;
}
.cid-vdA4HrUevB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vdA4HrUevB .list,
.cid-vdA4HrUevB .item-wrap {
  color: #ffffff;
}
.cid-vdA4HrUevB .copyright {
  color: #ffffff;
}
.cid-vh24A6QHTm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vh24A6QHTm .navbar-fixed-top {
  padding-top: 0;
}
.cid-vh24A6QHTm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vh24A6QHTm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-content-top {
  background: #603010;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-vh24A6QHTm .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .nav-link,
.cid-vh24A6QHTm .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-vh24A6QHTm .nav-link:hover,
.cid-vh24A6QHTm .brand-name:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .dropdown-menu {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .dropdown-item:active {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-vh24A6QHTm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vh24A6QHTm .nav-item {
  position: relative;
}
.cid-vh24A6QHTm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vh24A6QHTm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vh24A6QHTm .nav-item .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .content-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #603010;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vh24A6QHTm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vh24A6QHTm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vh24A6QHTm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh24A6QHTm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vh24A6QHTm .content-right-side {
  text-align: center;
}
.cid-vh24A6QHTm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vh24A6QHTm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vh24A6QHTm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vh24A6QHTm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vh24A6QHTm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh24A6QHTm .info-widget:first-child {
  margin-left: 0;
}
.cid-vh24A6QHTm .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vh24A6QHTm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vh24A6QHTm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-vh24A6QHTm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #603010;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-vh24A6QHTm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #603010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vh24A6QHTm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-vh24A6QHTm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-vh24A6QHTm .navbar {
    display: block;
    padding: 0;
  }
  .cid-vh24A6QHTm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vh24A6QHTm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vh24A6QHTm .navbar-toggler {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-vh24A6QHTm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vh24A6QHTm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-vh24A6QHTm .btn-sm {
  padding: 13px 29px;
}
.cid-vh24A6QHTm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vh24A6QHTm .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vh24A6QHTm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh24A6QHTm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vh24A6QHTm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vh24A6QHTm button.navbar-toggler:focus {
  outline: none;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #603010;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh24A6QHTm .collapsed .btn {
  display: flex;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .collapsed button.navbar-toggler {
  display: block;
}
.cid-vh24A6QHTm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vh24A6QHTm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vh24A6QHTm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vh24A6QHTm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .menu-content-top {
    display: flex;
  }
  .cid-vh24A6QHTm .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-vh24A6QHTm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vh24A6QHTm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vh24A6QHTm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vh24A6QHTm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vh24A6QHTm .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing,
  .cid-vh24A6QHTm .navbar-collapse.show {
    display: block !important;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #603010;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vh24A6QHTm img {
    height: 3.8rem !important;
  }
  .cid-vh24A6QHTm .btn {
    display: flex;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-vh24A6QHTm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vh24A6QHTm .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .navbar-toggler {
  position: relative;
}
.cid-vh24A6QHTm .widget-title,
.cid-vh24A6QHTm .widget-icon {
  color: #ffffff;
}
.cid-vh24A6QHTm .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vh24A6QHTm .menu-content-top,
  .cid-vh24A6QHTm .menu-bottom {
    padding: 0 15px;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    align-self: center;
  }
  .cid-vh24A6QHTm .btn {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .widget-icon {
    padding-right: 0;
  }
}
.cid-vh24A6QHTm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #603010;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #edefeb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vh24A6QHTm .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vh24A6QHTm .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-vdAgzbwmjH {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vdAgzbwmjH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdAgzbwmjH .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vdAgzbwmjH .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdAgzbwmjH .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vdAgzbwmjH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdAgzbwmjH .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdAgzbwmjH .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vdAgzbwmjH .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vdAgzbwmjH .card-title,
.cid-vdAgzbwmjH .iconfont-wrapper {
  color: #000000;
}
.cid-vdAgzbwmjH .card-text {
  color: #000000;
}
.cid-vdAgzbwmjH .content-head {
  max-width: 800px;
}
.cid-vdAgzbwmjH .mbr-section-title {
  color: #603010;
}
.cid-vdAgzbwmjH .mbr-section-subtitle {
  text-align: center;
}
.cid-vdAgzbwmjH .card-title,
.cid-vdAgzbwmjH .img-wrapper {
  color: #603010;
}
.cid-vdAgzdoOh0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #603010;
}
.cid-vdAgzdoOh0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdAgzdoOh0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdAgzdoOh0 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vdAgzdoOh0 .footer-col {
    flex-direction: column;
  }
}
.cid-vdAgzdoOh0 .row {
  background: #603010;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vdAgzdoOh0 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vdAgzdoOh0 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vdAgzdoOh0 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vdAgzdoOh0 .mbr-section-btn {
    text-align: center;
  }
}
.cid-vdAgzdoOh0 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vdAgzdoOh0 .soc-item {
  margin: 8px;
}
.cid-vdAgzdoOh0 .soc-item a:hover .mbr-iconfont,
.cid-vdAgzdoOh0 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vdAgzdoOh0 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vdAgzdoOh0 .row {
    text-align: center;
  }
  .cid-vdAgzdoOh0 .social-row {
    justify-content: center;
  }
}
.cid-vdAgzdoOh0 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vdAgzdoOh0 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vdAgzdoOh0 .list {
    margin-bottom: 0rem;
  }
}
.cid-vdAgzdoOh0 .mbr-text {
  color: #bbbbbb;
}
.cid-vdAgzdoOh0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vdAgzdoOh0 .list,
.cid-vdAgzdoOh0 .item-wrap {
  color: #ffffff;
}
.cid-vdAgzdoOh0 .copyright {
  color: #ffffff;
}
.cid-vh24A6QHTm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vh24A6QHTm .navbar-fixed-top {
  padding-top: 0;
}
.cid-vh24A6QHTm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vh24A6QHTm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-content-top {
  background: #603010;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-vh24A6QHTm .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .nav-link,
.cid-vh24A6QHTm .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-vh24A6QHTm .nav-link:hover,
.cid-vh24A6QHTm .brand-name:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .dropdown-menu {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .dropdown-item:active {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-vh24A6QHTm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vh24A6QHTm .nav-item {
  position: relative;
}
.cid-vh24A6QHTm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vh24A6QHTm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vh24A6QHTm .nav-item .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .content-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #603010;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vh24A6QHTm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vh24A6QHTm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vh24A6QHTm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh24A6QHTm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vh24A6QHTm .content-right-side {
  text-align: center;
}
.cid-vh24A6QHTm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vh24A6QHTm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vh24A6QHTm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vh24A6QHTm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vh24A6QHTm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh24A6QHTm .info-widget:first-child {
  margin-left: 0;
}
.cid-vh24A6QHTm .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vh24A6QHTm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vh24A6QHTm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-vh24A6QHTm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #603010;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-vh24A6QHTm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #603010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vh24A6QHTm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-vh24A6QHTm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-vh24A6QHTm .navbar {
    display: block;
    padding: 0;
  }
  .cid-vh24A6QHTm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vh24A6QHTm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vh24A6QHTm .navbar-toggler {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-vh24A6QHTm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vh24A6QHTm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-vh24A6QHTm .btn-sm {
  padding: 13px 29px;
}
.cid-vh24A6QHTm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vh24A6QHTm .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vh24A6QHTm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh24A6QHTm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vh24A6QHTm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vh24A6QHTm button.navbar-toggler:focus {
  outline: none;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #603010;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh24A6QHTm .collapsed .btn {
  display: flex;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .collapsed button.navbar-toggler {
  display: block;
}
.cid-vh24A6QHTm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vh24A6QHTm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vh24A6QHTm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vh24A6QHTm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .menu-content-top {
    display: flex;
  }
  .cid-vh24A6QHTm .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-vh24A6QHTm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vh24A6QHTm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vh24A6QHTm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vh24A6QHTm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vh24A6QHTm .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing,
  .cid-vh24A6QHTm .navbar-collapse.show {
    display: block !important;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #603010;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vh24A6QHTm img {
    height: 3.8rem !important;
  }
  .cid-vh24A6QHTm .btn {
    display: flex;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-vh24A6QHTm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vh24A6QHTm .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .navbar-toggler {
  position: relative;
}
.cid-vh24A6QHTm .widget-title,
.cid-vh24A6QHTm .widget-icon {
  color: #ffffff;
}
.cid-vh24A6QHTm .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vh24A6QHTm .menu-content-top,
  .cid-vh24A6QHTm .menu-bottom {
    padding: 0 15px;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    align-self: center;
  }
  .cid-vh24A6QHTm .btn {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .widget-icon {
    padding-right: 0;
  }
}
.cid-vh24A6QHTm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #603010;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #edefeb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vh24A6QHTm .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vh24A6QHTm .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-veeDIwi8rF {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-veeDIwi8rF .mbr-fallback-image.disabled {
  display: none;
}
.cid-veeDIwi8rF .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-veeDIwi8rF .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veeDIwi8rF .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-veeDIwi8rF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veeDIwi8rF .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veeDIwi8rF .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veeDIwi8rF .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-veeDIwi8rF .card-title,
.cid-veeDIwi8rF .iconfont-wrapper {
  color: #000000;
}
.cid-veeDIwi8rF .card-text {
  color: #000000;
}
.cid-veeDIwi8rF .content-head {
  max-width: 800px;
}
.cid-veeDIwi8rF .mbr-section-title {
  color: #603010;
}
.cid-veeDIwi8rF .mbr-section-subtitle {
  text-align: center;
}
.cid-veeDIwi8rF .card-title,
.cid-veeDIwi8rF .img-wrapper {
  color: #603010;
}
.cid-veeDIwC5ry {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #603010;
}
.cid-veeDIwC5ry .mbr-fallback-image.disabled {
  display: none;
}
.cid-veeDIwC5ry .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veeDIwC5ry .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-veeDIwC5ry .footer-col {
    flex-direction: column;
  }
}
.cid-veeDIwC5ry .row {
  background: #603010;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-veeDIwC5ry .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veeDIwC5ry .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veeDIwC5ry .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-veeDIwC5ry .mbr-section-btn {
    text-align: center;
  }
}
.cid-veeDIwC5ry .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-veeDIwC5ry .soc-item {
  margin: 8px;
}
.cid-veeDIwC5ry .soc-item a:hover .mbr-iconfont,
.cid-veeDIwC5ry .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-veeDIwC5ry .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-veeDIwC5ry .row {
    text-align: center;
  }
  .cid-veeDIwC5ry .social-row {
    justify-content: center;
  }
}
.cid-veeDIwC5ry .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-veeDIwC5ry .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-veeDIwC5ry .list {
    margin-bottom: 0rem;
  }
}
.cid-veeDIwC5ry .mbr-text {
  color: #bbbbbb;
}
.cid-veeDIwC5ry .mbr-section-subtitle {
  color: #ffffff;
}
.cid-veeDIwC5ry .list,
.cid-veeDIwC5ry .item-wrap {
  color: #ffffff;
}
.cid-veeDIwC5ry .copyright {
  color: #ffffff;
}
.cid-vh24A6QHTm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vh24A6QHTm .navbar-fixed-top {
  padding-top: 0;
}
.cid-vh24A6QHTm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vh24A6QHTm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-content-top {
  background: #603010;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-vh24A6QHTm .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .nav-link,
.cid-vh24A6QHTm .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-vh24A6QHTm .nav-link:hover,
.cid-vh24A6QHTm .brand-name:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .dropdown-menu {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .dropdown-item:active {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-vh24A6QHTm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vh24A6QHTm .nav-item {
  position: relative;
}
.cid-vh24A6QHTm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vh24A6QHTm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vh24A6QHTm .nav-item .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .content-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #603010;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vh24A6QHTm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vh24A6QHTm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vh24A6QHTm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh24A6QHTm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vh24A6QHTm .content-right-side {
  text-align: center;
}
.cid-vh24A6QHTm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vh24A6QHTm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vh24A6QHTm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vh24A6QHTm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vh24A6QHTm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh24A6QHTm .info-widget:first-child {
  margin-left: 0;
}
.cid-vh24A6QHTm .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vh24A6QHTm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vh24A6QHTm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-vh24A6QHTm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #603010;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-vh24A6QHTm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #603010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vh24A6QHTm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-vh24A6QHTm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-vh24A6QHTm .navbar {
    display: block;
    padding: 0;
  }
  .cid-vh24A6QHTm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vh24A6QHTm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vh24A6QHTm .navbar-toggler {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-vh24A6QHTm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vh24A6QHTm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-vh24A6QHTm .btn-sm {
  padding: 13px 29px;
}
.cid-vh24A6QHTm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vh24A6QHTm .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vh24A6QHTm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh24A6QHTm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vh24A6QHTm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vh24A6QHTm button.navbar-toggler:focus {
  outline: none;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #603010;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh24A6QHTm .collapsed .btn {
  display: flex;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .collapsed button.navbar-toggler {
  display: block;
}
.cid-vh24A6QHTm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vh24A6QHTm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vh24A6QHTm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vh24A6QHTm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .menu-content-top {
    display: flex;
  }
  .cid-vh24A6QHTm .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-vh24A6QHTm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vh24A6QHTm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vh24A6QHTm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vh24A6QHTm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vh24A6QHTm .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing,
  .cid-vh24A6QHTm .navbar-collapse.show {
    display: block !important;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #603010;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vh24A6QHTm img {
    height: 3.8rem !important;
  }
  .cid-vh24A6QHTm .btn {
    display: flex;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-vh24A6QHTm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vh24A6QHTm .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .navbar-toggler {
  position: relative;
}
.cid-vh24A6QHTm .widget-title,
.cid-vh24A6QHTm .widget-icon {
  color: #ffffff;
}
.cid-vh24A6QHTm .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vh24A6QHTm .menu-content-top,
  .cid-vh24A6QHTm .menu-bottom {
    padding: 0 15px;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    align-self: center;
  }
  .cid-vh24A6QHTm .btn {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .widget-icon {
    padding-right: 0;
  }
}
.cid-vh24A6QHTm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #603010;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #edefeb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vh24A6QHTm .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vh24A6QHTm .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-veq62iZz0e {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veq62iZz0e .mbr-fallback-image.disabled {
  display: none;
}
.cid-veq62iZz0e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veq62iZz0e .card-wrapper {
  background: #603010;
}
@media (max-width: 767px) {
  .cid-veq62iZz0e .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veq62iZz0e .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veq62iZz0e .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-veq62iZz0e .mbr-text,
.cid-veq62iZz0e .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-veq62iZz0e .card-title,
.cid-veq62iZz0e .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-veq5Zd4O4I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veq5Zd4O4I img,
.cid-veq5Zd4O4I .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-veq5Zd4O4I .item:focus,
.cid-veq5Zd4O4I span:focus {
  outline: none;
}
.cid-veq5Zd4O4I .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-veq5Zd4O4I .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-veq5Zd4O4I .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-veq5Zd4O4I .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-veq5Zd4O4I .mbr-section-btn {
  margin-top: auto !important;
}
.cid-veq5Zd4O4I .mbr-section-title {
  color: #232323;
}
.cid-veq5Zd4O4I .mbr-text,
.cid-veq5Zd4O4I .mbr-section-btn {
  text-align: left;
}
.cid-veq5Zd4O4I .item-title {
  text-align: center;
}
.cid-veq5Zd4O4I .item-subtitle {
  text-align: center;
}
.cid-veq5ziWTwV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #603010;
}
.cid-veq5ziWTwV .mbr-fallback-image.disabled {
  display: none;
}
.cid-veq5ziWTwV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veq5ziWTwV .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-veq5ziWTwV .footer-col {
    flex-direction: column;
  }
}
.cid-veq5ziWTwV .row {
  background: #603010;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-veq5ziWTwV .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veq5ziWTwV .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veq5ziWTwV .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-veq5ziWTwV .mbr-section-btn {
    text-align: center;
  }
}
.cid-veq5ziWTwV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-veq5ziWTwV .soc-item {
  margin: 8px;
}
.cid-veq5ziWTwV .soc-item a:hover .mbr-iconfont,
.cid-veq5ziWTwV .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-veq5ziWTwV .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-veq5ziWTwV .row {
    text-align: center;
  }
  .cid-veq5ziWTwV .social-row {
    justify-content: center;
  }
}
.cid-veq5ziWTwV .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-veq5ziWTwV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-veq5ziWTwV .list {
    margin-bottom: 0rem;
  }
}
.cid-veq5ziWTwV .mbr-text {
  color: #bbbbbb;
}
.cid-veq5ziWTwV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-veq5ziWTwV .list,
.cid-veq5ziWTwV .item-wrap {
  color: #ffffff;
}
.cid-veq5ziWTwV .copyright {
  color: #ffffff;
}
.cid-vh24A6QHTm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vh24A6QHTm .navbar-fixed-top {
  padding-top: 0;
}
.cid-vh24A6QHTm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vh24A6QHTm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-content-top {
  background: #603010;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-vh24A6QHTm .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .nav-link,
.cid-vh24A6QHTm .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-vh24A6QHTm .nav-link:hover,
.cid-vh24A6QHTm .brand-name:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .dropdown-menu {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .dropdown-item:active {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-vh24A6QHTm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vh24A6QHTm .nav-item {
  position: relative;
}
.cid-vh24A6QHTm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vh24A6QHTm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vh24A6QHTm .nav-item .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .content-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #603010;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vh24A6QHTm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vh24A6QHTm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vh24A6QHTm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh24A6QHTm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vh24A6QHTm .content-right-side {
  text-align: center;
}
.cid-vh24A6QHTm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vh24A6QHTm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vh24A6QHTm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vh24A6QHTm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vh24A6QHTm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh24A6QHTm .info-widget:first-child {
  margin-left: 0;
}
.cid-vh24A6QHTm .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vh24A6QHTm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vh24A6QHTm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-vh24A6QHTm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #603010;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-vh24A6QHTm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #603010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vh24A6QHTm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-vh24A6QHTm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-vh24A6QHTm .navbar {
    display: block;
    padding: 0;
  }
  .cid-vh24A6QHTm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vh24A6QHTm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vh24A6QHTm .navbar-toggler {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-vh24A6QHTm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vh24A6QHTm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-vh24A6QHTm .btn-sm {
  padding: 13px 29px;
}
.cid-vh24A6QHTm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vh24A6QHTm .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vh24A6QHTm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh24A6QHTm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vh24A6QHTm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vh24A6QHTm button.navbar-toggler:focus {
  outline: none;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #603010;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh24A6QHTm .collapsed .btn {
  display: flex;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .collapsed button.navbar-toggler {
  display: block;
}
.cid-vh24A6QHTm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vh24A6QHTm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vh24A6QHTm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vh24A6QHTm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .menu-content-top {
    display: flex;
  }
  .cid-vh24A6QHTm .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-vh24A6QHTm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vh24A6QHTm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vh24A6QHTm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vh24A6QHTm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vh24A6QHTm .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing,
  .cid-vh24A6QHTm .navbar-collapse.show {
    display: block !important;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #603010;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vh24A6QHTm img {
    height: 3.8rem !important;
  }
  .cid-vh24A6QHTm .btn {
    display: flex;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-vh24A6QHTm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vh24A6QHTm .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .navbar-toggler {
  position: relative;
}
.cid-vh24A6QHTm .widget-title,
.cid-vh24A6QHTm .widget-icon {
  color: #ffffff;
}
.cid-vh24A6QHTm .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vh24A6QHTm .menu-content-top,
  .cid-vh24A6QHTm .menu-bottom {
    padding: 0 15px;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    align-self: center;
  }
  .cid-vh24A6QHTm .btn {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .widget-icon {
    padding-right: 0;
  }
}
.cid-vh24A6QHTm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #603010;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #edefeb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vh24A6QHTm .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vh24A6QHTm .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-veq84uuLmn {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-veq84uuLmn h6 {
  line-height: 1.2;
}
.cid-veq84uuLmn img,
.cid-veq84uuLmn .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-veq84uuLmn img,
  .cid-veq84uuLmn .item-img {
    height: 300px;
    object-fit: cover;
  }
}
.cid-veq84uuLmn .item:focus,
.cid-veq84uuLmn span:focus {
  outline: none;
}
.cid-veq84uuLmn .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-veq84uuLmn .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-veq84uuLmn .mbr-section-title {
  color: #603010;
}
.cid-veq84uuLmn .mbr-text,
.cid-veq84uuLmn .mbr-section-btn {
  color: #000000;
}
.cid-veq84uuLmn .item-title {
  color: #000000;
  text-align: center;
}
.cid-veq84uuLmn .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-veq84uuLmn .item-text {
  color: #000000;
  text-align: center;
}
.cid-veq84uuLmn .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-veq84uuLmn img,
  .cid-veq84uuLmn .item-img {
    height: 300px;
    object-fit: cover;
  }
  .cid-veq84uuLmn .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veq6Jdfxqm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #603010;
}
.cid-veq6Jdfxqm .mbr-fallback-image.disabled {
  display: none;
}
.cid-veq6Jdfxqm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veq6Jdfxqm .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-veq6Jdfxqm .footer-col {
    flex-direction: column;
  }
}
.cid-veq6Jdfxqm .row {
  background: #603010;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-veq6Jdfxqm .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veq6Jdfxqm .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veq6Jdfxqm .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-veq6Jdfxqm .mbr-section-btn {
    text-align: center;
  }
}
.cid-veq6Jdfxqm .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-veq6Jdfxqm .soc-item {
  margin: 8px;
}
.cid-veq6Jdfxqm .soc-item a:hover .mbr-iconfont,
.cid-veq6Jdfxqm .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-veq6Jdfxqm .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-veq6Jdfxqm .row {
    text-align: center;
  }
  .cid-veq6Jdfxqm .social-row {
    justify-content: center;
  }
}
.cid-veq6Jdfxqm .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-veq6Jdfxqm .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-veq6Jdfxqm .list {
    margin-bottom: 0rem;
  }
}
.cid-veq6Jdfxqm .mbr-text {
  color: #bbbbbb;
}
.cid-veq6Jdfxqm .mbr-section-subtitle {
  color: #ffffff;
}
.cid-veq6Jdfxqm .list,
.cid-veq6Jdfxqm .item-wrap {
  color: #ffffff;
}
.cid-veq6Jdfxqm .copyright {
  color: #ffffff;
}
.cid-vh24A6QHTm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vh24A6QHTm .navbar-fixed-top {
  padding-top: 0;
}
.cid-vh24A6QHTm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vh24A6QHTm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-content-top {
  background: #603010;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-vh24A6QHTm .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .nav-link,
.cid-vh24A6QHTm .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-vh24A6QHTm .nav-link:hover,
.cid-vh24A6QHTm .brand-name:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .dropdown-menu {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .dropdown-item:active {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-vh24A6QHTm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vh24A6QHTm .nav-item {
  position: relative;
}
.cid-vh24A6QHTm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vh24A6QHTm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vh24A6QHTm .nav-item .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .content-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #603010;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vh24A6QHTm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vh24A6QHTm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vh24A6QHTm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh24A6QHTm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vh24A6QHTm .content-right-side {
  text-align: center;
}
.cid-vh24A6QHTm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vh24A6QHTm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vh24A6QHTm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vh24A6QHTm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vh24A6QHTm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh24A6QHTm .info-widget:first-child {
  margin-left: 0;
}
.cid-vh24A6QHTm .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vh24A6QHTm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vh24A6QHTm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-vh24A6QHTm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #603010;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-vh24A6QHTm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #603010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vh24A6QHTm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-vh24A6QHTm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-vh24A6QHTm .navbar {
    display: block;
    padding: 0;
  }
  .cid-vh24A6QHTm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vh24A6QHTm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vh24A6QHTm .navbar-toggler {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-vh24A6QHTm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vh24A6QHTm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-vh24A6QHTm .btn-sm {
  padding: 13px 29px;
}
.cid-vh24A6QHTm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vh24A6QHTm .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vh24A6QHTm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh24A6QHTm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vh24A6QHTm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vh24A6QHTm button.navbar-toggler:focus {
  outline: none;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #603010;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh24A6QHTm .collapsed .btn {
  display: flex;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .collapsed button.navbar-toggler {
  display: block;
}
.cid-vh24A6QHTm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vh24A6QHTm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vh24A6QHTm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vh24A6QHTm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .menu-content-top {
    display: flex;
  }
  .cid-vh24A6QHTm .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-vh24A6QHTm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vh24A6QHTm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vh24A6QHTm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vh24A6QHTm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vh24A6QHTm .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing,
  .cid-vh24A6QHTm .navbar-collapse.show {
    display: block !important;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #603010;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vh24A6QHTm img {
    height: 3.8rem !important;
  }
  .cid-vh24A6QHTm .btn {
    display: flex;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-vh24A6QHTm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vh24A6QHTm .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .navbar-toggler {
  position: relative;
}
.cid-vh24A6QHTm .widget-title,
.cid-vh24A6QHTm .widget-icon {
  color: #ffffff;
}
.cid-vh24A6QHTm .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vh24A6QHTm .menu-content-top,
  .cid-vh24A6QHTm .menu-bottom {
    padding: 0 15px;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    align-self: center;
  }
  .cid-vh24A6QHTm .btn {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .widget-icon {
    padding-right: 0;
  }
}
.cid-vh24A6QHTm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #603010;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #edefeb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vh24A6QHTm .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vh24A6QHTm .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-vfRrO3dYiL {
  align-items: flex-end;
  background-image: url("../../../assets/images/mbr-22-1920x1280.jpg");
}
.cid-vfRrO3dYiL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfRrO3dYiL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfRrO3dYiL .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vfRrO3dYiL .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vfRrO3dYiL .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vfRrO3dYiL .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vfRrO3dYiL .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vfRrO3dYiL .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vfRrO3dYiL .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfRrO3dYiL .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vfRrO3dYiL .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-vfRrO3dYiL .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-vfRrO3dYiL .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #edefeb;
}
.cid-vfRrO3dYiL .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-vfRrO3dYiL .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-vfRrO3dYiL .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-vfRrO3dYiL .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-vfRrO3dYiL .btn-wrapper {
  margin-top: -10%;
}
.cid-vfRrO3dYiL .mbr-section-title {
  color: #f4f4f4;
}
.cid-vfRrO3dYiL .mbr-text {
  color: #f4f4f4;
}
.cid-vfRrO3dYiL .item-title {
  color: #58595b;
}
.cid-vfRrO3dYiL .item-title,
.cid-vfRrO3dYiL .items-wrapper {
  color: #603010;
}
.cid-vfRrO3KGUN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vfRrO3KGUN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfRrO3KGUN .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vfRrO3KGUN .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vfRrO3KGUN .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vfRrO3KGUN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfRrO3KGUN .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfRrO3KGUN .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfRrO3KGUN .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vfRrO3KGUN .card-title,
.cid-vfRrO3KGUN .iconfont-wrapper {
  color: #000000;
}
.cid-vfRrO3KGUN .card-text {
  color: #000000;
}
.cid-vfRrO3KGUN .content-head {
  max-width: 800px;
}
.cid-vfRrO3KGUN .mbr-section-title {
  color: #603010;
}
.cid-vfRrO3KGUN .mbr-section-subtitle {
  text-align: center;
}
.cid-vfRrO3KGUN .card-title,
.cid-vfRrO3KGUN .img-wrapper {
  color: #603010;
}
.cid-vfRxCXWBoH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-18-1920x1280.jpg");
}
.cid-vfRxCXWBoH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfRxCXWBoH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfRxCXWBoH .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vfRxCXWBoH .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vfRxCXWBoH .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfRxCXWBoH .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vfRxCXWBoH .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vfRxCXWBoH .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffc091;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #603010;
  height: 80px;
  border-radius: 50%;
}
.cid-vfRxCXWBoH .mbr-section-title {
  color: #ffffff;
}
.cid-vfRxCXWBoH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vfRxCXWBoH .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vfRxCXWBoH .card-box .item-footer {
  margin-top: auto;
}
.cid-vfRxCXWBoH .content-head {
  max-width: 800px;
}
.cid-vfRxCXWBoH .card-title,
.cid-vfRxCXWBoH .iconfont-wrapper {
  color: #603010;
}
.cid-vfRrO5c4Ji {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-vfRrO5c4Ji .mbr-section-title {
  margin-bottom: 58px;
  color: #000000;
  text-align: center;
}
.cid-vfRrO5c4Ji .mbr-form-container {
  width: 100%;
  margin-top: 12px;
}
.cid-vfRrO5c4Ji .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 25px;
}
.cid-vfRrO5c4Ji .form-message-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding: 0;
}
.cid-vfRrO5c4Ji form .row {
  margin: 0;
  border: none !important;
}
.cid-vfRrO5c4Ji form .form-group {
  flex-grow: 1;
}
.cid-vfRrO5c4Ji form .form-group input,
.cid-vfRrO5c4Ji form .form-group textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.24);
  border: 1px solid #3d626c !important;
}
.cid-vfRrO5c4Ji form .form-group input:hover,
.cid-vfRrO5c4Ji form .form-group textarea:hover,
.cid-vfRrO5c4Ji form .form-group input :focus,
.cid-vfRrO5c4Ji form .form-group textarea :focus,
.cid-vfRrO5c4Ji form .form-group input :active,
.cid-vfRrO5c4Ji form .form-group textarea :active {
  box-shadow: none !important;
}
.cid-vfRrO5c4Ji .form-group input {
  height: 59px;
  padding: 7px 20px !important;
  color: #012b3a;
  font-size: 18px !important;
}
.cid-vfRrO5c4Ji .form-group textarea {
  padding: 7px 20px !important;
  height: 95px;
  font-size: 18px !important;
}
.cid-vfRrO5c4Ji .form-group {
  margin-bottom: 11px !important;
}
.cid-vfRrO5c4Ji .form-group input:focus {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vfRrO5c4Ji .form-group textarea:focus {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vfRrO5c4Ji .form-group input:hover {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vfRrO5c4Ji .form-group textarea:hover {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vfRrO5c4Ji .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
  margin: 5px;
}
.cid-vfRrO5c4Ji a {
  font-weight: 400;
  letter-spacing: 5.4px;
  display: inline-block;
  width: auto;
}
.cid-vfRrO5c4Ji .mbr-section-btn {
  margin-top: 11px;
  text-align: center;
}
.cid-vfRrO5c4Ji .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #603010;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-vfRrO5c4Ji textarea::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vfRrO5c4Ji input::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vfRrO5c4Ji .container {
  max-width: 1140px;
}
.cid-vfRrO5c4Ji label {
  color: #6c757d;
  font-size: 18px;
  font-family: 'Outfit';
}
.cid-vfRrO5c4Ji .form-check .form-check-input {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-vfRrO5c4Ji .form-check .form-check-input:focus {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-vfRrO5WeT0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #603010;
}
.cid-vfRrO5WeT0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfRrO5WeT0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfRrO5WeT0 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vfRrO5WeT0 .footer-col {
    flex-direction: column;
  }
}
.cid-vfRrO5WeT0 .row {
  background: #603010;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vfRrO5WeT0 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vfRrO5WeT0 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vfRrO5WeT0 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vfRrO5WeT0 .mbr-section-btn {
    text-align: center;
  }
}
.cid-vfRrO5WeT0 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vfRrO5WeT0 .soc-item {
  margin: 8px;
}
.cid-vfRrO5WeT0 .soc-item a:hover .mbr-iconfont,
.cid-vfRrO5WeT0 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vfRrO5WeT0 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vfRrO5WeT0 .row {
    text-align: center;
  }
  .cid-vfRrO5WeT0 .social-row {
    justify-content: center;
  }
}
.cid-vfRrO5WeT0 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vfRrO5WeT0 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vfRrO5WeT0 .list {
    margin-bottom: 0rem;
  }
}
.cid-vfRrO5WeT0 .mbr-text {
  color: #bbbbbb;
}
.cid-vfRrO5WeT0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vfRrO5WeT0 .list,
.cid-vfRrO5WeT0 .item-wrap {
  color: #ffffff;
}
.cid-vfRrO5WeT0 .copyright {
  color: #ffffff;
}
.cid-vh24A6QHTm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vh24A6QHTm .navbar-fixed-top {
  padding-top: 0;
}
.cid-vh24A6QHTm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vh24A6QHTm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-content-top {
  background: #603010;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-vh24A6QHTm .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .nav-link,
.cid-vh24A6QHTm .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-vh24A6QHTm .nav-link:hover,
.cid-vh24A6QHTm .brand-name:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .dropdown-menu {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .dropdown-item:active {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-vh24A6QHTm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vh24A6QHTm .nav-item {
  position: relative;
}
.cid-vh24A6QHTm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vh24A6QHTm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vh24A6QHTm .nav-item .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .content-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #603010;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vh24A6QHTm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vh24A6QHTm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vh24A6QHTm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh24A6QHTm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vh24A6QHTm .content-right-side {
  text-align: center;
}
.cid-vh24A6QHTm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vh24A6QHTm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vh24A6QHTm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vh24A6QHTm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vh24A6QHTm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh24A6QHTm .info-widget:first-child {
  margin-left: 0;
}
.cid-vh24A6QHTm .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vh24A6QHTm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vh24A6QHTm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-vh24A6QHTm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #603010;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-vh24A6QHTm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #603010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vh24A6QHTm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-vh24A6QHTm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-vh24A6QHTm .navbar {
    display: block;
    padding: 0;
  }
  .cid-vh24A6QHTm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vh24A6QHTm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vh24A6QHTm .navbar-toggler {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-vh24A6QHTm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vh24A6QHTm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-vh24A6QHTm .btn-sm {
  padding: 13px 29px;
}
.cid-vh24A6QHTm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vh24A6QHTm .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vh24A6QHTm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh24A6QHTm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vh24A6QHTm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vh24A6QHTm button.navbar-toggler:focus {
  outline: none;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #603010;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh24A6QHTm .collapsed .btn {
  display: flex;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .collapsed button.navbar-toggler {
  display: block;
}
.cid-vh24A6QHTm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vh24A6QHTm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vh24A6QHTm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vh24A6QHTm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .menu-content-top {
    display: flex;
  }
  .cid-vh24A6QHTm .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-vh24A6QHTm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vh24A6QHTm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vh24A6QHTm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vh24A6QHTm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vh24A6QHTm .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing,
  .cid-vh24A6QHTm .navbar-collapse.show {
    display: block !important;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #603010;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vh24A6QHTm img {
    height: 3.8rem !important;
  }
  .cid-vh24A6QHTm .btn {
    display: flex;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-vh24A6QHTm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vh24A6QHTm .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .navbar-toggler {
  position: relative;
}
.cid-vh24A6QHTm .widget-title,
.cid-vh24A6QHTm .widget-icon {
  color: #ffffff;
}
.cid-vh24A6QHTm .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vh24A6QHTm .menu-content-top,
  .cid-vh24A6QHTm .menu-bottom {
    padding: 0 15px;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    align-self: center;
  }
  .cid-vh24A6QHTm .btn {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .widget-icon {
    padding-right: 0;
  }
}
.cid-vh24A6QHTm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #603010;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #edefeb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vh24A6QHTm .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vh24A6QHTm .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-vg60dz48RZ {
  align-items: flex-end;
  background-image: url("../../../assets/images/mbr-21-1920x1280.jpg");
}
.cid-vg60dz48RZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg60dz48RZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg60dz48RZ .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vg60dz48RZ .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vg60dz48RZ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vg60dz48RZ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vg60dz48RZ .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vg60dz48RZ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vg60dz48RZ .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vg60dz48RZ .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vg60dz48RZ .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-vg60dz48RZ .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-vg60dz48RZ .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #edefeb;
}
.cid-vg60dz48RZ .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-vg60dz48RZ .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-vg60dz48RZ .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-vg60dz48RZ .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-vg60dz48RZ .btn-wrapper {
  margin-top: -10%;
}
.cid-vg60dz48RZ .mbr-section-title {
  color: #f4f4f4;
}
.cid-vg60dz48RZ .mbr-text {
  color: #f4f4f4;
}
.cid-vg60dz48RZ .item-title {
  color: #58595b;
}
.cid-vg60dz48RZ .item-title,
.cid-vg60dz48RZ .items-wrapper {
  color: #603010;
}
.cid-vg60dzImZo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vg60dzImZo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg60dzImZo .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vg60dzImZo .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vg60dzImZo .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vg60dzImZo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg60dzImZo .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vg60dzImZo .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vg60dzImZo .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vg60dzImZo .card-title,
.cid-vg60dzImZo .iconfont-wrapper {
  color: #000000;
}
.cid-vg60dzImZo .card-text {
  color: #000000;
}
.cid-vg60dzImZo .content-head {
  max-width: 800px;
}
.cid-vg60dzImZo .mbr-section-title {
  color: #603010;
}
.cid-vg60dzImZo .mbr-section-subtitle {
  text-align: center;
}
.cid-vg60dzImZo .card-title,
.cid-vg60dzImZo .img-wrapper {
  color: #603010;
}
.cid-vg72tKBY0B {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-18-1920x1280.jpg");
}
.cid-vg72tKBY0B .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg72tKBY0B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg72tKBY0B .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vg72tKBY0B .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vg72tKBY0B .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vg72tKBY0B .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vg72tKBY0B .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vg72tKBY0B .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffc091;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #603010;
  height: 80px;
  border-radius: 50%;
}
.cid-vg72tKBY0B .mbr-section-title {
  color: #ffffff;
}
.cid-vg72tKBY0B .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vg72tKBY0B .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vg72tKBY0B .card-box .item-footer {
  margin-top: auto;
}
.cid-vg72tKBY0B .content-head {
  max-width: 800px;
}
.cid-vg72tKBY0B .card-title,
.cid-vg72tKBY0B .iconfont-wrapper {
  color: #603010;
}
.cid-vg60dB5w0z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-vg60dB5w0z .mbr-section-title {
  margin-bottom: 58px;
  color: #000000;
  text-align: center;
}
.cid-vg60dB5w0z .mbr-form-container {
  width: 100%;
  margin-top: 12px;
}
.cid-vg60dB5w0z .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 25px;
}
.cid-vg60dB5w0z .form-message-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding: 0;
}
.cid-vg60dB5w0z form .row {
  margin: 0;
  border: none !important;
}
.cid-vg60dB5w0z form .form-group {
  flex-grow: 1;
}
.cid-vg60dB5w0z form .form-group input,
.cid-vg60dB5w0z form .form-group textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.24);
  border: 1px solid #3d626c !important;
}
.cid-vg60dB5w0z form .form-group input:hover,
.cid-vg60dB5w0z form .form-group textarea:hover,
.cid-vg60dB5w0z form .form-group input :focus,
.cid-vg60dB5w0z form .form-group textarea :focus,
.cid-vg60dB5w0z form .form-group input :active,
.cid-vg60dB5w0z form .form-group textarea :active {
  box-shadow: none !important;
}
.cid-vg60dB5w0z .form-group input {
  height: 59px;
  padding: 7px 20px !important;
  color: #012b3a;
  font-size: 18px !important;
}
.cid-vg60dB5w0z .form-group textarea {
  padding: 7px 20px !important;
  height: 95px;
  font-size: 18px !important;
}
.cid-vg60dB5w0z .form-group {
  margin-bottom: 11px !important;
}
.cid-vg60dB5w0z .form-group input:focus {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vg60dB5w0z .form-group textarea:focus {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vg60dB5w0z .form-group input:hover {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vg60dB5w0z .form-group textarea:hover {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vg60dB5w0z .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
  margin: 5px;
}
.cid-vg60dB5w0z a {
  font-weight: 400;
  letter-spacing: 5.4px;
  display: inline-block;
  width: auto;
}
.cid-vg60dB5w0z .mbr-section-btn {
  margin-top: 11px;
  text-align: center;
}
.cid-vg60dB5w0z .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #603010;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-vg60dB5w0z textarea::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vg60dB5w0z input::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vg60dB5w0z .container {
  max-width: 1140px;
}
.cid-vg60dB5w0z label {
  color: #6c757d;
  font-size: 18px;
  font-family: 'Outfit';
}
.cid-vg60dB5w0z .form-check .form-check-input {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-vg60dB5w0z .form-check .form-check-input:focus {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-vg60dC5vot {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #603010;
}
.cid-vg60dC5vot .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg60dC5vot .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg60dC5vot .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vg60dC5vot .footer-col {
    flex-direction: column;
  }
}
.cid-vg60dC5vot .row {
  background: #603010;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vg60dC5vot .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vg60dC5vot .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vg60dC5vot .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vg60dC5vot .mbr-section-btn {
    text-align: center;
  }
}
.cid-vg60dC5vot .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vg60dC5vot .soc-item {
  margin: 8px;
}
.cid-vg60dC5vot .soc-item a:hover .mbr-iconfont,
.cid-vg60dC5vot .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vg60dC5vot .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vg60dC5vot .row {
    text-align: center;
  }
  .cid-vg60dC5vot .social-row {
    justify-content: center;
  }
}
.cid-vg60dC5vot .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vg60dC5vot .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vg60dC5vot .list {
    margin-bottom: 0rem;
  }
}
.cid-vg60dC5vot .mbr-text {
  color: #bbbbbb;
}
.cid-vg60dC5vot .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vg60dC5vot .list,
.cid-vg60dC5vot .item-wrap {
  color: #ffffff;
}
.cid-vg60dC5vot .copyright {
  color: #ffffff;
}
.cid-vh24A6QHTm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vh24A6QHTm .navbar-fixed-top {
  padding-top: 0;
}
.cid-vh24A6QHTm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vh24A6QHTm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-content-top {
  background: #603010;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-vh24A6QHTm .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .nav-link,
.cid-vh24A6QHTm .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-vh24A6QHTm .nav-link:hover,
.cid-vh24A6QHTm .brand-name:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .dropdown-menu {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .dropdown-item:active {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-vh24A6QHTm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vh24A6QHTm .nav-item {
  position: relative;
}
.cid-vh24A6QHTm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vh24A6QHTm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vh24A6QHTm .nav-item .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .content-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #603010;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vh24A6QHTm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vh24A6QHTm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vh24A6QHTm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh24A6QHTm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vh24A6QHTm .content-right-side {
  text-align: center;
}
.cid-vh24A6QHTm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vh24A6QHTm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vh24A6QHTm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vh24A6QHTm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vh24A6QHTm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh24A6QHTm .info-widget:first-child {
  margin-left: 0;
}
.cid-vh24A6QHTm .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vh24A6QHTm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vh24A6QHTm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-vh24A6QHTm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #603010;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-vh24A6QHTm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #603010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vh24A6QHTm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-vh24A6QHTm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-vh24A6QHTm .navbar {
    display: block;
    padding: 0;
  }
  .cid-vh24A6QHTm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vh24A6QHTm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vh24A6QHTm .navbar-toggler {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-vh24A6QHTm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vh24A6QHTm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-vh24A6QHTm .btn-sm {
  padding: 13px 29px;
}
.cid-vh24A6QHTm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vh24A6QHTm .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vh24A6QHTm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh24A6QHTm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vh24A6QHTm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vh24A6QHTm button.navbar-toggler:focus {
  outline: none;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #603010;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh24A6QHTm .collapsed .btn {
  display: flex;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .collapsed button.navbar-toggler {
  display: block;
}
.cid-vh24A6QHTm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vh24A6QHTm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vh24A6QHTm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vh24A6QHTm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .menu-content-top {
    display: flex;
  }
  .cid-vh24A6QHTm .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-vh24A6QHTm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vh24A6QHTm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vh24A6QHTm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vh24A6QHTm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vh24A6QHTm .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing,
  .cid-vh24A6QHTm .navbar-collapse.show {
    display: block !important;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #603010;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vh24A6QHTm img {
    height: 3.8rem !important;
  }
  .cid-vh24A6QHTm .btn {
    display: flex;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-vh24A6QHTm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vh24A6QHTm .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .navbar-toggler {
  position: relative;
}
.cid-vh24A6QHTm .widget-title,
.cid-vh24A6QHTm .widget-icon {
  color: #ffffff;
}
.cid-vh24A6QHTm .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vh24A6QHTm .menu-content-top,
  .cid-vh24A6QHTm .menu-bottom {
    padding: 0 15px;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    align-self: center;
  }
  .cid-vh24A6QHTm .btn {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .widget-icon {
    padding-right: 0;
  }
}
.cid-vh24A6QHTm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #603010;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #edefeb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vh24A6QHTm .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vh24A6QHTm .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-vg68bC52LY {
  align-items: flex-end;
  background-image: url("../../../assets/images/mbr-7-1920x1440.jpg");
}
.cid-vg68bC52LY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg68bC52LY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg68bC52LY .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vg68bC52LY .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vg68bC52LY .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vg68bC52LY .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vg68bC52LY .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vg68bC52LY .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vg68bC52LY .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vg68bC52LY .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vg68bC52LY .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-vg68bC52LY .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-vg68bC52LY .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #edefeb;
}
.cid-vg68bC52LY .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-vg68bC52LY .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-vg68bC52LY .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-vg68bC52LY .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-vg68bC52LY .btn-wrapper {
  margin-top: -10%;
}
.cid-vg68bC52LY .mbr-section-title {
  color: #f4f4f4;
}
.cid-vg68bC52LY .mbr-text {
  color: #f4f4f4;
}
.cid-vg68bC52LY .item-title {
  color: #58595b;
}
.cid-vg68bC52LY .item-title,
.cid-vg68bC52LY .items-wrapper {
  color: #603010;
}
.cid-vg68bCH5l4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vg68bCH5l4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg68bCH5l4 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vg68bCH5l4 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vg68bCH5l4 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vg68bCH5l4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg68bCH5l4 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vg68bCH5l4 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vg68bCH5l4 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vg68bCH5l4 .card-title,
.cid-vg68bCH5l4 .iconfont-wrapper {
  color: #000000;
}
.cid-vg68bCH5l4 .card-text {
  color: #000000;
}
.cid-vg68bCH5l4 .content-head {
  max-width: 800px;
}
.cid-vg68bCH5l4 .mbr-section-title {
  color: #603010;
}
.cid-vg68bCH5l4 .mbr-section-subtitle {
  text-align: center;
}
.cid-vg68bCH5l4 .card-title,
.cid-vg68bCH5l4 .img-wrapper {
  color: #603010;
}
.cid-vg70bLmC9N {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-18-1920x1280.jpg");
}
.cid-vg70bLmC9N .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg70bLmC9N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg70bLmC9N .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vg70bLmC9N .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vg70bLmC9N .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vg70bLmC9N .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vg70bLmC9N .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vg70bLmC9N .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffc091;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #603010;
  height: 80px;
  border-radius: 50%;
}
.cid-vg70bLmC9N .mbr-section-title {
  color: #ffffff;
}
.cid-vg70bLmC9N .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vg70bLmC9N .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vg70bLmC9N .card-box .item-footer {
  margin-top: auto;
}
.cid-vg70bLmC9N .content-head {
  max-width: 800px;
}
.cid-vg70bLmC9N .card-title,
.cid-vg70bLmC9N .iconfont-wrapper {
  color: #603010;
}
.cid-vg68bDOiFD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-vg68bDOiFD .mbr-section-title {
  margin-bottom: 58px;
  color: #000000;
  text-align: center;
}
.cid-vg68bDOiFD .mbr-form-container {
  width: 100%;
  margin-top: 12px;
}
.cid-vg68bDOiFD .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 25px;
}
.cid-vg68bDOiFD .form-message-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding: 0;
}
.cid-vg68bDOiFD form .row {
  margin: 0;
  border: none !important;
}
.cid-vg68bDOiFD form .form-group {
  flex-grow: 1;
}
.cid-vg68bDOiFD form .form-group input,
.cid-vg68bDOiFD form .form-group textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.24);
  border: 1px solid #3d626c !important;
}
.cid-vg68bDOiFD form .form-group input:hover,
.cid-vg68bDOiFD form .form-group textarea:hover,
.cid-vg68bDOiFD form .form-group input :focus,
.cid-vg68bDOiFD form .form-group textarea :focus,
.cid-vg68bDOiFD form .form-group input :active,
.cid-vg68bDOiFD form .form-group textarea :active {
  box-shadow: none !important;
}
.cid-vg68bDOiFD .form-group input {
  height: 59px;
  padding: 7px 20px !important;
  color: #012b3a;
  font-size: 18px !important;
}
.cid-vg68bDOiFD .form-group textarea {
  padding: 7px 20px !important;
  height: 95px;
  font-size: 18px !important;
}
.cid-vg68bDOiFD .form-group {
  margin-bottom: 11px !important;
}
.cid-vg68bDOiFD .form-group input:focus {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vg68bDOiFD .form-group textarea:focus {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vg68bDOiFD .form-group input:hover {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vg68bDOiFD .form-group textarea:hover {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vg68bDOiFD .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
  margin: 5px;
}
.cid-vg68bDOiFD a {
  font-weight: 400;
  letter-spacing: 5.4px;
  display: inline-block;
  width: auto;
}
.cid-vg68bDOiFD .mbr-section-btn {
  margin-top: 11px;
  text-align: center;
}
.cid-vg68bDOiFD .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #603010;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-vg68bDOiFD textarea::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vg68bDOiFD input::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vg68bDOiFD .container {
  max-width: 1140px;
}
.cid-vg68bDOiFD label {
  color: #6c757d;
  font-size: 18px;
  font-family: 'Outfit';
}
.cid-vg68bDOiFD .form-check .form-check-input {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-vg68bDOiFD .form-check .form-check-input:focus {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-vg68bEFS6h {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #603010;
}
.cid-vg68bEFS6h .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg68bEFS6h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg68bEFS6h .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vg68bEFS6h .footer-col {
    flex-direction: column;
  }
}
.cid-vg68bEFS6h .row {
  background: #603010;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vg68bEFS6h .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vg68bEFS6h .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vg68bEFS6h .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vg68bEFS6h .mbr-section-btn {
    text-align: center;
  }
}
.cid-vg68bEFS6h .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vg68bEFS6h .soc-item {
  margin: 8px;
}
.cid-vg68bEFS6h .soc-item a:hover .mbr-iconfont,
.cid-vg68bEFS6h .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vg68bEFS6h .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vg68bEFS6h .row {
    text-align: center;
  }
  .cid-vg68bEFS6h .social-row {
    justify-content: center;
  }
}
.cid-vg68bEFS6h .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vg68bEFS6h .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vg68bEFS6h .list {
    margin-bottom: 0rem;
  }
}
.cid-vg68bEFS6h .mbr-text {
  color: #bbbbbb;
}
.cid-vg68bEFS6h .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vg68bEFS6h .list,
.cid-vg68bEFS6h .item-wrap {
  color: #ffffff;
}
.cid-vg68bEFS6h .copyright {
  color: #ffffff;
}
.cid-vh24A6QHTm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vh24A6QHTm .navbar-fixed-top {
  padding-top: 0;
}
.cid-vh24A6QHTm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vh24A6QHTm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-content-top {
  background: #603010;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-vh24A6QHTm .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .nav-link,
.cid-vh24A6QHTm .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-vh24A6QHTm .nav-link:hover,
.cid-vh24A6QHTm .brand-name:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .dropdown-menu {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .dropdown-item:active {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-vh24A6QHTm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vh24A6QHTm .nav-item {
  position: relative;
}
.cid-vh24A6QHTm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vh24A6QHTm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vh24A6QHTm .nav-item .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .content-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #603010;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vh24A6QHTm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vh24A6QHTm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vh24A6QHTm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh24A6QHTm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vh24A6QHTm .content-right-side {
  text-align: center;
}
.cid-vh24A6QHTm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vh24A6QHTm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vh24A6QHTm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vh24A6QHTm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vh24A6QHTm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh24A6QHTm .info-widget:first-child {
  margin-left: 0;
}
.cid-vh24A6QHTm .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vh24A6QHTm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vh24A6QHTm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-vh24A6QHTm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #603010;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-vh24A6QHTm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #603010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vh24A6QHTm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-vh24A6QHTm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-vh24A6QHTm .navbar {
    display: block;
    padding: 0;
  }
  .cid-vh24A6QHTm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vh24A6QHTm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vh24A6QHTm .navbar-toggler {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-vh24A6QHTm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vh24A6QHTm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-vh24A6QHTm .btn-sm {
  padding: 13px 29px;
}
.cid-vh24A6QHTm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vh24A6QHTm .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vh24A6QHTm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh24A6QHTm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vh24A6QHTm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vh24A6QHTm button.navbar-toggler:focus {
  outline: none;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #603010;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh24A6QHTm .collapsed .btn {
  display: flex;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .collapsed button.navbar-toggler {
  display: block;
}
.cid-vh24A6QHTm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vh24A6QHTm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vh24A6QHTm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vh24A6QHTm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .menu-content-top {
    display: flex;
  }
  .cid-vh24A6QHTm .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-vh24A6QHTm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vh24A6QHTm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vh24A6QHTm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vh24A6QHTm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vh24A6QHTm .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing,
  .cid-vh24A6QHTm .navbar-collapse.show {
    display: block !important;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #603010;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vh24A6QHTm img {
    height: 3.8rem !important;
  }
  .cid-vh24A6QHTm .btn {
    display: flex;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-vh24A6QHTm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vh24A6QHTm .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .navbar-toggler {
  position: relative;
}
.cid-vh24A6QHTm .widget-title,
.cid-vh24A6QHTm .widget-icon {
  color: #ffffff;
}
.cid-vh24A6QHTm .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vh24A6QHTm .menu-content-top,
  .cid-vh24A6QHTm .menu-bottom {
    padding: 0 15px;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    align-self: center;
  }
  .cid-vh24A6QHTm .btn {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .widget-icon {
    padding-right: 0;
  }
}
.cid-vh24A6QHTm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #603010;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #edefeb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vh24A6QHTm .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vh24A6QHTm .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-vg7knUSebs {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vg7knUSebs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg7knUSebs .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-vg7knUSebs .container {
    padding: 0 22px;
  }
}
.cid-vg7knUSebs .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-vg7knUSebs .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-vg7knUSebs .content-wrapper img {
  height: 510px;
  object-fit: cover;
  border-radius: 12rem 0 0 0 !important;
}
@media (max-width: 992px) {
  .cid-vg7knUSebs .content-wrapper img {
    height: 350px;
  }
}
.cid-vg7knUSebs .mbr-section-title {
  color: #000000;
}
.cid-vg7knUSebs .mbr-section-title,
.cid-vg7knUSebs .title-wrapper {
  text-align: center;
  color: #603010;
}
.cid-vg7l6qa42F {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-vg7l6qa42F img,
.cid-vg7l6qa42F .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vg7l6qa42F .item:focus,
.cid-vg7l6qa42F span:focus {
  outline: none;
}
.cid-vg7l6qa42F .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vg7l6qa42F .item {
    margin-bottom: 1rem;
  }
}
.cid-vg7l6qa42F .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vg7l6qa42F .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vg7l6qa42F .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vg7l6qa42F .item-wrapper .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-vg7l6qa42F .item-wrapper .item-footer {
  padding-bottom: 2rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vg7l6qa42F .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-vg7l6qa42F .item-wrapper .item-footer {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vg7l6qa42F .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-vg7l6qa42F .item-wrapper .item-footer {
    padding-bottom: 1.25rem;
  }
}
.cid-vg7l6qa42F .mbr-section-title {
  color: #232323;
}
.cid-vg7l6qa42F .mbr-text,
.cid-vg7l6qa42F .mbr-section-btn {
  text-align: center;
}
.cid-vg7l6qa42F .item-title {
  text-align: left;
  color: #603010;
}
.cid-vg7l6qa42F .content-head {
  max-width: 800px;
}
.cid-vg7l6qa42F .mbr-text,
.cid-vg7l6qa42F .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-vg7jqD4oHF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #603010;
}
.cid-vg7jqD4oHF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg7jqD4oHF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg7jqD4oHF .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vg7jqD4oHF .footer-col {
    flex-direction: column;
  }
}
.cid-vg7jqD4oHF .row {
  background: #603010;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vg7jqD4oHF .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vg7jqD4oHF .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vg7jqD4oHF .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vg7jqD4oHF .mbr-section-btn {
    text-align: center;
  }
}
.cid-vg7jqD4oHF .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vg7jqD4oHF .soc-item {
  margin: 8px;
}
.cid-vg7jqD4oHF .soc-item a:hover .mbr-iconfont,
.cid-vg7jqD4oHF .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vg7jqD4oHF .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vg7jqD4oHF .row {
    text-align: center;
  }
  .cid-vg7jqD4oHF .social-row {
    justify-content: center;
  }
}
.cid-vg7jqD4oHF .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vg7jqD4oHF .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vg7jqD4oHF .list {
    margin-bottom: 0rem;
  }
}
.cid-vg7jqD4oHF .mbr-text {
  color: #bbbbbb;
}
.cid-vg7jqD4oHF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vg7jqD4oHF .list,
.cid-vg7jqD4oHF .item-wrap {
  color: #ffffff;
}
.cid-vg7jqD4oHF .copyright {
  color: #ffffff;
}
.cid-vh24A6QHTm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vh24A6QHTm .navbar-fixed-top {
  padding-top: 0;
}
.cid-vh24A6QHTm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vh24A6QHTm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-content-top {
  background: #603010;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-vh24A6QHTm .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .nav-link,
.cid-vh24A6QHTm .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-vh24A6QHTm .nav-link:hover,
.cid-vh24A6QHTm .brand-name:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .dropdown-menu {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .dropdown-item:active {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-vh24A6QHTm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vh24A6QHTm .nav-item {
  position: relative;
}
.cid-vh24A6QHTm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vh24A6QHTm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vh24A6QHTm .nav-item .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .content-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #603010;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vh24A6QHTm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vh24A6QHTm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vh24A6QHTm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh24A6QHTm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vh24A6QHTm .content-right-side {
  text-align: center;
}
.cid-vh24A6QHTm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vh24A6QHTm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vh24A6QHTm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vh24A6QHTm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vh24A6QHTm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh24A6QHTm .info-widget:first-child {
  margin-left: 0;
}
.cid-vh24A6QHTm .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vh24A6QHTm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vh24A6QHTm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-vh24A6QHTm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #603010;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-vh24A6QHTm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #603010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vh24A6QHTm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-vh24A6QHTm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-vh24A6QHTm .navbar {
    display: block;
    padding: 0;
  }
  .cid-vh24A6QHTm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vh24A6QHTm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vh24A6QHTm .navbar-toggler {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-vh24A6QHTm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vh24A6QHTm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-vh24A6QHTm .btn-sm {
  padding: 13px 29px;
}
.cid-vh24A6QHTm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vh24A6QHTm .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vh24A6QHTm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh24A6QHTm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vh24A6QHTm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vh24A6QHTm button.navbar-toggler:focus {
  outline: none;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #603010;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh24A6QHTm .collapsed .btn {
  display: flex;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .collapsed button.navbar-toggler {
  display: block;
}
.cid-vh24A6QHTm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vh24A6QHTm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vh24A6QHTm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vh24A6QHTm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .menu-content-top {
    display: flex;
  }
  .cid-vh24A6QHTm .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-vh24A6QHTm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vh24A6QHTm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vh24A6QHTm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vh24A6QHTm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vh24A6QHTm .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing,
  .cid-vh24A6QHTm .navbar-collapse.show {
    display: block !important;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #603010;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vh24A6QHTm img {
    height: 3.8rem !important;
  }
  .cid-vh24A6QHTm .btn {
    display: flex;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-vh24A6QHTm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vh24A6QHTm .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .navbar-toggler {
  position: relative;
}
.cid-vh24A6QHTm .widget-title,
.cid-vh24A6QHTm .widget-icon {
  color: #ffffff;
}
.cid-vh24A6QHTm .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vh24A6QHTm .menu-content-top,
  .cid-vh24A6QHTm .menu-bottom {
    padding: 0 15px;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    align-self: center;
  }
  .cid-vh24A6QHTm .btn {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .widget-icon {
    padding-right: 0;
  }
}
.cid-vh24A6QHTm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #603010;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #edefeb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vh24A6QHTm .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vh24A6QHTm .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-vgcpWGrnkT {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgcpWGrnkT .mbr-text {
  color: #000000;
}
.cid-vgcpWGrnkT .mbr-section-subtitle {
  color: #000000;
}
.cid-vgcpWGrnkT .mbr-section-title {
  color: #603010;
}
.cid-vgcqY65mpU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgcqY65mpU h6 {
  line-height: 1.2;
}
.cid-vgcqY65mpU img,
.cid-vgcqY65mpU .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-vgcqY65mpU img,
  .cid-vgcqY65mpU .item-img {
    height: 300px;
    object-fit: cover;
  }
}
.cid-vgcqY65mpU .item:focus,
.cid-vgcqY65mpU span:focus {
  outline: none;
}
.cid-vgcqY65mpU .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-vgcqY65mpU .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vgcqY65mpU .mbr-section-title {
  color: #000000;
}
.cid-vgcqY65mpU .mbr-text,
.cid-vgcqY65mpU .mbr-section-btn {
  color: #000000;
}
.cid-vgcqY65mpU .item-title {
  color: #000000;
  text-align: center;
}
.cid-vgcqY65mpU .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vgcqY65mpU .item-text {
  color: #000000;
  text-align: center;
}
.cid-vgcqY65mpU .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-vgcqY65mpU img,
  .cid-vgcqY65mpU .item-img {
    height: 300px;
    object-fit: cover;
  }
  .cid-vgcqY65mpU .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vgcqJSEozL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vgcqJSEozL .mbr-text {
  color: #000000;
}
.cid-vgcqJSEozL .mbr-section-subtitle {
  color: #000000;
}
.cid-vgcqJSEozL .mbr-section-title {
  color: #000000;
}
.cid-vgcp4mXgdB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #603010;
}
.cid-vgcp4mXgdB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgcp4mXgdB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgcp4mXgdB .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vgcp4mXgdB .footer-col {
    flex-direction: column;
  }
}
.cid-vgcp4mXgdB .row {
  background: #603010;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vgcp4mXgdB .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vgcp4mXgdB .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vgcp4mXgdB .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vgcp4mXgdB .mbr-section-btn {
    text-align: center;
  }
}
.cid-vgcp4mXgdB .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vgcp4mXgdB .soc-item {
  margin: 8px;
}
.cid-vgcp4mXgdB .soc-item a:hover .mbr-iconfont,
.cid-vgcp4mXgdB .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vgcp4mXgdB .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vgcp4mXgdB .row {
    text-align: center;
  }
  .cid-vgcp4mXgdB .social-row {
    justify-content: center;
  }
}
.cid-vgcp4mXgdB .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vgcp4mXgdB .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vgcp4mXgdB .list {
    margin-bottom: 0rem;
  }
}
.cid-vgcp4mXgdB .mbr-text {
  color: #bbbbbb;
}
.cid-vgcp4mXgdB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vgcp4mXgdB .list,
.cid-vgcp4mXgdB .item-wrap {
  color: #ffffff;
}
.cid-vgcp4mXgdB .copyright {
  color: #ffffff;
}
.cid-vh24A6QHTm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vh24A6QHTm .navbar-fixed-top {
  padding-top: 0;
}
.cid-vh24A6QHTm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vh24A6QHTm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-content-top {
  background: #603010;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-vh24A6QHTm .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .nav-link,
.cid-vh24A6QHTm .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-vh24A6QHTm .nav-link:hover,
.cid-vh24A6QHTm .brand-name:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .dropdown-menu {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .dropdown-item:active {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-vh24A6QHTm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vh24A6QHTm .nav-item {
  position: relative;
}
.cid-vh24A6QHTm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vh24A6QHTm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vh24A6QHTm .nav-item .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .content-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #603010;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vh24A6QHTm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vh24A6QHTm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vh24A6QHTm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh24A6QHTm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vh24A6QHTm .content-right-side {
  text-align: center;
}
.cid-vh24A6QHTm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vh24A6QHTm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vh24A6QHTm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vh24A6QHTm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vh24A6QHTm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh24A6QHTm .info-widget:first-child {
  margin-left: 0;
}
.cid-vh24A6QHTm .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vh24A6QHTm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vh24A6QHTm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-vh24A6QHTm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #603010;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-vh24A6QHTm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #603010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vh24A6QHTm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-vh24A6QHTm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-vh24A6QHTm .navbar {
    display: block;
    padding: 0;
  }
  .cid-vh24A6QHTm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vh24A6QHTm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vh24A6QHTm .navbar-toggler {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-vh24A6QHTm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vh24A6QHTm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-vh24A6QHTm .btn-sm {
  padding: 13px 29px;
}
.cid-vh24A6QHTm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vh24A6QHTm .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vh24A6QHTm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh24A6QHTm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vh24A6QHTm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vh24A6QHTm button.navbar-toggler:focus {
  outline: none;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #603010;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh24A6QHTm .collapsed .btn {
  display: flex;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .collapsed button.navbar-toggler {
  display: block;
}
.cid-vh24A6QHTm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vh24A6QHTm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vh24A6QHTm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vh24A6QHTm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .menu-content-top {
    display: flex;
  }
  .cid-vh24A6QHTm .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-vh24A6QHTm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vh24A6QHTm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vh24A6QHTm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vh24A6QHTm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vh24A6QHTm .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing,
  .cid-vh24A6QHTm .navbar-collapse.show {
    display: block !important;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #603010;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vh24A6QHTm img {
    height: 3.8rem !important;
  }
  .cid-vh24A6QHTm .btn {
    display: flex;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-vh24A6QHTm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vh24A6QHTm .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .navbar-toggler {
  position: relative;
}
.cid-vh24A6QHTm .widget-title,
.cid-vh24A6QHTm .widget-icon {
  color: #ffffff;
}
.cid-vh24A6QHTm .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vh24A6QHTm .menu-content-top,
  .cid-vh24A6QHTm .menu-bottom {
    padding: 0 15px;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    align-self: center;
  }
  .cid-vh24A6QHTm .btn {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .widget-icon {
    padding-right: 0;
  }
}
.cid-vh24A6QHTm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #603010;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #edefeb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vh24A6QHTm .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vh24A6QHTm .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-vgcu1MBanm {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgcu1MBanm .mbr-text {
  color: #000000;
}
.cid-vgcu1MBanm .mbr-section-subtitle {
  color: #000000;
}
.cid-vgcu1MBanm .mbr-section-title {
  color: #603010;
}
.cid-vgcu1NjSSd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgcu1NjSSd h6 {
  line-height: 1.2;
}
.cid-vgcu1NjSSd img,
.cid-vgcu1NjSSd .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-vgcu1NjSSd img,
  .cid-vgcu1NjSSd .item-img {
    height: 300px;
    object-fit: cover;
  }
}
.cid-vgcu1NjSSd .item:focus,
.cid-vgcu1NjSSd span:focus {
  outline: none;
}
.cid-vgcu1NjSSd .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-vgcu1NjSSd .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vgcu1NjSSd .mbr-section-title {
  color: #000000;
}
.cid-vgcu1NjSSd .mbr-text,
.cid-vgcu1NjSSd .mbr-section-btn {
  color: #000000;
}
.cid-vgcu1NjSSd .item-title {
  color: #000000;
  text-align: center;
}
.cid-vgcu1NjSSd .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vgcu1NjSSd .item-text {
  color: #000000;
  text-align: center;
}
.cid-vgcu1NjSSd .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-vgcu1NjSSd img,
  .cid-vgcu1NjSSd .item-img {
    height: 300px;
    object-fit: cover;
  }
  .cid-vgcu1NjSSd .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vgcu1OkGOs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vgcu1OkGOs .mbr-text {
  color: #000000;
}
.cid-vgcu1OkGOs .mbr-section-subtitle {
  color: #000000;
}
.cid-vgcu1OkGOs .mbr-section-title {
  color: #000000;
}
.cid-vgcu1OWnxb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #603010;
}
.cid-vgcu1OWnxb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgcu1OWnxb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgcu1OWnxb .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vgcu1OWnxb .footer-col {
    flex-direction: column;
  }
}
.cid-vgcu1OWnxb .row {
  background: #603010;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vgcu1OWnxb .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vgcu1OWnxb .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vgcu1OWnxb .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vgcu1OWnxb .mbr-section-btn {
    text-align: center;
  }
}
.cid-vgcu1OWnxb .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vgcu1OWnxb .soc-item {
  margin: 8px;
}
.cid-vgcu1OWnxb .soc-item a:hover .mbr-iconfont,
.cid-vgcu1OWnxb .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vgcu1OWnxb .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vgcu1OWnxb .row {
    text-align: center;
  }
  .cid-vgcu1OWnxb .social-row {
    justify-content: center;
  }
}
.cid-vgcu1OWnxb .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vgcu1OWnxb .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vgcu1OWnxb .list {
    margin-bottom: 0rem;
  }
}
.cid-vgcu1OWnxb .mbr-text {
  color: #bbbbbb;
}
.cid-vgcu1OWnxb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vgcu1OWnxb .list,
.cid-vgcu1OWnxb .item-wrap {
  color: #ffffff;
}
.cid-vgcu1OWnxb .copyright {
  color: #ffffff;
}
.cid-vh24A6QHTm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vh24A6QHTm .navbar-fixed-top {
  padding-top: 0;
}
.cid-vh24A6QHTm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vh24A6QHTm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-content-top {
  background: #603010;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-vh24A6QHTm .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .nav-link,
.cid-vh24A6QHTm .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-vh24A6QHTm .nav-link:hover,
.cid-vh24A6QHTm .brand-name:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .dropdown-menu {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .dropdown-item:active {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-vh24A6QHTm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vh24A6QHTm .nav-item {
  position: relative;
}
.cid-vh24A6QHTm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vh24A6QHTm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vh24A6QHTm .nav-item .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .content-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #603010;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vh24A6QHTm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vh24A6QHTm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vh24A6QHTm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh24A6QHTm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vh24A6QHTm .content-right-side {
  text-align: center;
}
.cid-vh24A6QHTm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vh24A6QHTm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vh24A6QHTm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vh24A6QHTm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vh24A6QHTm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh24A6QHTm .info-widget:first-child {
  margin-left: 0;
}
.cid-vh24A6QHTm .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vh24A6QHTm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vh24A6QHTm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-vh24A6QHTm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #603010;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-vh24A6QHTm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #603010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vh24A6QHTm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-vh24A6QHTm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-vh24A6QHTm .navbar {
    display: block;
    padding: 0;
  }
  .cid-vh24A6QHTm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vh24A6QHTm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vh24A6QHTm .navbar-toggler {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-vh24A6QHTm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vh24A6QHTm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-vh24A6QHTm .btn-sm {
  padding: 13px 29px;
}
.cid-vh24A6QHTm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vh24A6QHTm .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vh24A6QHTm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh24A6QHTm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vh24A6QHTm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vh24A6QHTm button.navbar-toggler:focus {
  outline: none;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #603010;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh24A6QHTm .collapsed .btn {
  display: flex;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .collapsed button.navbar-toggler {
  display: block;
}
.cid-vh24A6QHTm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vh24A6QHTm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vh24A6QHTm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vh24A6QHTm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .menu-content-top {
    display: flex;
  }
  .cid-vh24A6QHTm .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-vh24A6QHTm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vh24A6QHTm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vh24A6QHTm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vh24A6QHTm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vh24A6QHTm .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing,
  .cid-vh24A6QHTm .navbar-collapse.show {
    display: block !important;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #603010;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vh24A6QHTm img {
    height: 3.8rem !important;
  }
  .cid-vh24A6QHTm .btn {
    display: flex;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-vh24A6QHTm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vh24A6QHTm .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .navbar-toggler {
  position: relative;
}
.cid-vh24A6QHTm .widget-title,
.cid-vh24A6QHTm .widget-icon {
  color: #ffffff;
}
.cid-vh24A6QHTm .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vh24A6QHTm .menu-content-top,
  .cid-vh24A6QHTm .menu-bottom {
    padding: 0 15px;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    align-self: center;
  }
  .cid-vh24A6QHTm .btn {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .widget-icon {
    padding-right: 0;
  }
}
.cid-vh24A6QHTm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #603010;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #edefeb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vh24A6QHTm .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vh24A6QHTm .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-vgcCwQ4B07 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgcCwQ4B07 .mbr-text {
  color: #000000;
}
.cid-vgcCwQ4B07 .mbr-section-subtitle {
  color: #000000;
}
.cid-vgcCwQ4B07 .mbr-section-title {
  color: #603010;
  text-align: center;
}
.cid-vgcCwQJoJ3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgcCwQJoJ3 h6 {
  line-height: 1.2;
}
.cid-vgcCwQJoJ3 img,
.cid-vgcCwQJoJ3 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-vgcCwQJoJ3 img,
  .cid-vgcCwQJoJ3 .item-img {
    height: 300px;
    object-fit: cover;
  }
}
.cid-vgcCwQJoJ3 .item:focus,
.cid-vgcCwQJoJ3 span:focus {
  outline: none;
}
.cid-vgcCwQJoJ3 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-vgcCwQJoJ3 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vgcCwQJoJ3 .mbr-section-title {
  color: #000000;
}
.cid-vgcCwQJoJ3 .mbr-text,
.cid-vgcCwQJoJ3 .mbr-section-btn {
  color: #000000;
}
.cid-vgcCwQJoJ3 .item-title {
  color: #000000;
  text-align: center;
}
.cid-vgcCwQJoJ3 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vgcCwQJoJ3 .item-text {
  color: #000000;
  text-align: center;
}
.cid-vgcCwQJoJ3 .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-vgcCwQJoJ3 img,
  .cid-vgcCwQJoJ3 .item-img {
    height: 300px;
    object-fit: cover;
  }
  .cid-vgcCwQJoJ3 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vgcCwRzOFh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vgcCwRzOFh .mbr-text {
  color: #000000;
}
.cid-vgcCwRzOFh .mbr-section-subtitle {
  color: #000000;
}
.cid-vgcCwRzOFh .mbr-section-title {
  color: #000000;
}
.cid-vgcCwSbg3a {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #603010;
}
.cid-vgcCwSbg3a .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgcCwSbg3a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgcCwSbg3a .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vgcCwSbg3a .footer-col {
    flex-direction: column;
  }
}
.cid-vgcCwSbg3a .row {
  background: #603010;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vgcCwSbg3a .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vgcCwSbg3a .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vgcCwSbg3a .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vgcCwSbg3a .mbr-section-btn {
    text-align: center;
  }
}
.cid-vgcCwSbg3a .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vgcCwSbg3a .soc-item {
  margin: 8px;
}
.cid-vgcCwSbg3a .soc-item a:hover .mbr-iconfont,
.cid-vgcCwSbg3a .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vgcCwSbg3a .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vgcCwSbg3a .row {
    text-align: center;
  }
  .cid-vgcCwSbg3a .social-row {
    justify-content: center;
  }
}
.cid-vgcCwSbg3a .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vgcCwSbg3a .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vgcCwSbg3a .list {
    margin-bottom: 0rem;
  }
}
.cid-vgcCwSbg3a .mbr-text {
  color: #bbbbbb;
}
.cid-vgcCwSbg3a .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vgcCwSbg3a .list,
.cid-vgcCwSbg3a .item-wrap {
  color: #ffffff;
}
.cid-vgcCwSbg3a .copyright {
  color: #ffffff;
}
.cid-vh24A6QHTm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vh24A6QHTm .navbar-fixed-top {
  padding-top: 0;
}
.cid-vh24A6QHTm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vh24A6QHTm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-content-top {
  background: #603010;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-vh24A6QHTm .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .nav-link,
.cid-vh24A6QHTm .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-vh24A6QHTm .nav-link:hover,
.cid-vh24A6QHTm .brand-name:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .dropdown-menu {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .dropdown-item:active {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-vh24A6QHTm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vh24A6QHTm .nav-item {
  position: relative;
}
.cid-vh24A6QHTm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vh24A6QHTm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vh24A6QHTm .nav-item .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .content-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #603010;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vh24A6QHTm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vh24A6QHTm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vh24A6QHTm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh24A6QHTm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vh24A6QHTm .content-right-side {
  text-align: center;
}
.cid-vh24A6QHTm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vh24A6QHTm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vh24A6QHTm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vh24A6QHTm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vh24A6QHTm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh24A6QHTm .info-widget:first-child {
  margin-left: 0;
}
.cid-vh24A6QHTm .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vh24A6QHTm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vh24A6QHTm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-vh24A6QHTm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #603010;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-vh24A6QHTm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #603010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vh24A6QHTm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-vh24A6QHTm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-vh24A6QHTm .navbar {
    display: block;
    padding: 0;
  }
  .cid-vh24A6QHTm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vh24A6QHTm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vh24A6QHTm .navbar-toggler {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-vh24A6QHTm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vh24A6QHTm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-vh24A6QHTm .btn-sm {
  padding: 13px 29px;
}
.cid-vh24A6QHTm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vh24A6QHTm .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vh24A6QHTm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh24A6QHTm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vh24A6QHTm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vh24A6QHTm button.navbar-toggler:focus {
  outline: none;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #603010;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh24A6QHTm .collapsed .btn {
  display: flex;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .collapsed button.navbar-toggler {
  display: block;
}
.cid-vh24A6QHTm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vh24A6QHTm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vh24A6QHTm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vh24A6QHTm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .menu-content-top {
    display: flex;
  }
  .cid-vh24A6QHTm .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-vh24A6QHTm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vh24A6QHTm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vh24A6QHTm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vh24A6QHTm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vh24A6QHTm .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing,
  .cid-vh24A6QHTm .navbar-collapse.show {
    display: block !important;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #603010;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vh24A6QHTm img {
    height: 3.8rem !important;
  }
  .cid-vh24A6QHTm .btn {
    display: flex;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-vh24A6QHTm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vh24A6QHTm .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .navbar-toggler {
  position: relative;
}
.cid-vh24A6QHTm .widget-title,
.cid-vh24A6QHTm .widget-icon {
  color: #ffffff;
}
.cid-vh24A6QHTm .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vh24A6QHTm .menu-content-top,
  .cid-vh24A6QHTm .menu-bottom {
    padding: 0 15px;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    align-self: center;
  }
  .cid-vh24A6QHTm .btn {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .widget-icon {
    padding-right: 0;
  }
}
.cid-vh24A6QHTm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #603010;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #edefeb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vh24A6QHTm .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vh24A6QHTm .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-vgcJqMms7J {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgcJqMms7J .mbr-text {
  color: #000000;
}
.cid-vgcJqMms7J .mbr-section-subtitle {
  color: #000000;
}
.cid-vgcJqMms7J .mbr-section-title {
  color: #603010;
  text-align: center;
}
.cid-vgcJqN67UT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgcJqN67UT h6 {
  line-height: 1.2;
}
.cid-vgcJqN67UT img,
.cid-vgcJqN67UT .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-vgcJqN67UT img,
  .cid-vgcJqN67UT .item-img {
    height: 300px;
    object-fit: cover;
  }
}
.cid-vgcJqN67UT .item:focus,
.cid-vgcJqN67UT span:focus {
  outline: none;
}
.cid-vgcJqN67UT .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-vgcJqN67UT .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vgcJqN67UT .mbr-section-title {
  color: #000000;
}
.cid-vgcJqN67UT .mbr-text,
.cid-vgcJqN67UT .mbr-section-btn {
  color: #000000;
}
.cid-vgcJqN67UT .item-title {
  color: #000000;
  text-align: center;
}
.cid-vgcJqN67UT .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vgcJqN67UT .item-text {
  color: #000000;
  text-align: center;
}
.cid-vgcJqN67UT .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-vgcJqN67UT img,
  .cid-vgcJqN67UT .item-img {
    height: 300px;
    object-fit: cover;
  }
  .cid-vgcJqN67UT .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vgcJqO91kL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vgcJqO91kL .mbr-text {
  color: #000000;
}
.cid-vgcJqO91kL .mbr-section-subtitle {
  color: #000000;
}
.cid-vgcJqO91kL .mbr-section-title {
  color: #000000;
}
.cid-vgcJqOONye {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #603010;
}
.cid-vgcJqOONye .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgcJqOONye .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgcJqOONye .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vgcJqOONye .footer-col {
    flex-direction: column;
  }
}
.cid-vgcJqOONye .row {
  background: #603010;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vgcJqOONye .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vgcJqOONye .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vgcJqOONye .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vgcJqOONye .mbr-section-btn {
    text-align: center;
  }
}
.cid-vgcJqOONye .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vgcJqOONye .soc-item {
  margin: 8px;
}
.cid-vgcJqOONye .soc-item a:hover .mbr-iconfont,
.cid-vgcJqOONye .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vgcJqOONye .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vgcJqOONye .row {
    text-align: center;
  }
  .cid-vgcJqOONye .social-row {
    justify-content: center;
  }
}
.cid-vgcJqOONye .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vgcJqOONye .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vgcJqOONye .list {
    margin-bottom: 0rem;
  }
}
.cid-vgcJqOONye .mbr-text {
  color: #bbbbbb;
}
.cid-vgcJqOONye .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vgcJqOONye .list,
.cid-vgcJqOONye .item-wrap {
  color: #ffffff;
}
.cid-vgcJqOONye .copyright {
  color: #ffffff;
}
.cid-vh24A6QHTm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vh24A6QHTm .navbar-fixed-top {
  padding-top: 0;
}
.cid-vh24A6QHTm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vh24A6QHTm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-content-top {
  background: #603010;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-vh24A6QHTm .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .nav-link,
.cid-vh24A6QHTm .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-vh24A6QHTm .nav-link:hover,
.cid-vh24A6QHTm .brand-name:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .dropdown-menu {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .dropdown-item:active {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-vh24A6QHTm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vh24A6QHTm .nav-item {
  position: relative;
}
.cid-vh24A6QHTm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vh24A6QHTm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vh24A6QHTm .nav-item .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .content-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #603010;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vh24A6QHTm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vh24A6QHTm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vh24A6QHTm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh24A6QHTm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vh24A6QHTm .content-right-side {
  text-align: center;
}
.cid-vh24A6QHTm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vh24A6QHTm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vh24A6QHTm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vh24A6QHTm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vh24A6QHTm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh24A6QHTm .info-widget:first-child {
  margin-left: 0;
}
.cid-vh24A6QHTm .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vh24A6QHTm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vh24A6QHTm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-vh24A6QHTm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #603010;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-vh24A6QHTm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #603010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vh24A6QHTm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-vh24A6QHTm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-vh24A6QHTm .navbar {
    display: block;
    padding: 0;
  }
  .cid-vh24A6QHTm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vh24A6QHTm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vh24A6QHTm .navbar-toggler {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-vh24A6QHTm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vh24A6QHTm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-vh24A6QHTm .btn-sm {
  padding: 13px 29px;
}
.cid-vh24A6QHTm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vh24A6QHTm .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vh24A6QHTm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh24A6QHTm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vh24A6QHTm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vh24A6QHTm button.navbar-toggler:focus {
  outline: none;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #603010;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh24A6QHTm .collapsed .btn {
  display: flex;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .collapsed button.navbar-toggler {
  display: block;
}
.cid-vh24A6QHTm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vh24A6QHTm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vh24A6QHTm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vh24A6QHTm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .menu-content-top {
    display: flex;
  }
  .cid-vh24A6QHTm .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-vh24A6QHTm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vh24A6QHTm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vh24A6QHTm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vh24A6QHTm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vh24A6QHTm .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing,
  .cid-vh24A6QHTm .navbar-collapse.show {
    display: block !important;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #603010;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vh24A6QHTm img {
    height: 3.8rem !important;
  }
  .cid-vh24A6QHTm .btn {
    display: flex;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-vh24A6QHTm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vh24A6QHTm .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .navbar-toggler {
  position: relative;
}
.cid-vh24A6QHTm .widget-title,
.cid-vh24A6QHTm .widget-icon {
  color: #ffffff;
}
.cid-vh24A6QHTm .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vh24A6QHTm .menu-content-top,
  .cid-vh24A6QHTm .menu-bottom {
    padding: 0 15px;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    align-self: center;
  }
  .cid-vh24A6QHTm .btn {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .widget-icon {
    padding-right: 0;
  }
}
.cid-vh24A6QHTm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #603010;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #edefeb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vh24A6QHTm .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vh24A6QHTm .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-v8K5jkH1JI {
  align-items: flex-end;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-v8K5jkH1JI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8K5jkH1JI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8K5jkH1JI .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8K5jkH1JI .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-v8K5jkH1JI .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v8K5jkH1JI .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v8K5jkH1JI .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v8K5jkH1JI .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8K5jkH1JI .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8K5jkH1JI .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-v8K5jkH1JI .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-v8K5jkH1JI .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-v8K5jkH1JI .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #edefeb;
}
.cid-v8K5jkH1JI .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-v8K5jkH1JI .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-v8K5jkH1JI .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-v8K5jkH1JI .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v8K5jkH1JI .btn-wrapper {
  margin-top: -10%;
}
.cid-v8K5jkH1JI .mbr-section-title {
  color: #f4f4f4;
}
.cid-v8K5jkH1JI .mbr-text {
  color: #f4f4f4;
}
.cid-v8K5jkH1JI .item-title {
  color: #58595b;
}
.cid-v8K5jkH1JI .item-title,
.cid-v8K5jkH1JI .items-wrapper {
  color: #603010;
}
.cid-v8xu48IMMS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-v8xu48IMMS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8xu48IMMS .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v8xu48IMMS .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8xu48IMMS .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v8xu48IMMS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8xu48IMMS .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v8xu48IMMS .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v8xu48IMMS .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v8xu48IMMS .card-title,
.cid-v8xu48IMMS .iconfont-wrapper {
  color: #000000;
}
.cid-v8xu48IMMS .card-text {
  color: #000000;
}
.cid-v8xu48IMMS .content-head {
  max-width: 800px;
}
.cid-v8xu48IMMS .mbr-section-title {
  color: #603010;
}
.cid-v8xu48IMMS .mbr-section-subtitle {
  text-align: center;
}
.cid-v8xu48IMMS .card-title,
.cid-v8xu48IMMS .img-wrapper {
  color: #603010;
}
.cid-v8K3g6h92D {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/zanzibar02-540x312.jpg");
}
.cid-v8K3g6h92D .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8K3g6h92D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8K3g6h92D .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8K3g6h92D .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v8K3g6h92D .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v8K3g6h92D .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v8K3g6h92D .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v8K3g6h92D .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffc091;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #603010;
  height: 80px;
  border-radius: 50%;
}
.cid-v8K3g6h92D .mbr-section-title {
  color: #ffffff;
}
.cid-v8K3g6h92D .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8K3g6h92D .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v8K3g6h92D .card-box .item-footer {
  margin-top: auto;
}
.cid-v8K3g6h92D .content-head {
  max-width: 800px;
}
.cid-v8K3g6h92D .card-title,
.cid-v8K3g6h92D .iconfont-wrapper {
  color: #603010;
}
.cid-v8K1m9ef3l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-v8K1m9ef3l .mbr-section-title {
  margin-bottom: 58px;
  color: #000000;
  text-align: center;
}
.cid-v8K1m9ef3l .mbr-form-container {
  width: 100%;
  margin-top: 12px;
}
.cid-v8K1m9ef3l .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 25px;
}
.cid-v8K1m9ef3l .form-message-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding: 0;
}
.cid-v8K1m9ef3l form .row {
  margin: 0;
  border: none !important;
}
.cid-v8K1m9ef3l form .form-group {
  flex-grow: 1;
}
.cid-v8K1m9ef3l form .form-group input,
.cid-v8K1m9ef3l form .form-group textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.24);
  border: 1px solid #3d626c !important;
}
.cid-v8K1m9ef3l form .form-group input:hover,
.cid-v8K1m9ef3l form .form-group textarea:hover,
.cid-v8K1m9ef3l form .form-group input :focus,
.cid-v8K1m9ef3l form .form-group textarea :focus,
.cid-v8K1m9ef3l form .form-group input :active,
.cid-v8K1m9ef3l form .form-group textarea :active {
  box-shadow: none !important;
}
.cid-v8K1m9ef3l .form-group input {
  height: 59px;
  padding: 7px 20px !important;
  color: #012b3a;
  font-size: 18px !important;
}
.cid-v8K1m9ef3l .form-group textarea {
  padding: 7px 20px !important;
  height: 95px;
  font-size: 18px !important;
}
.cid-v8K1m9ef3l .form-group {
  margin-bottom: 11px !important;
}
.cid-v8K1m9ef3l .form-group input:focus {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-v8K1m9ef3l .form-group textarea:focus {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-v8K1m9ef3l .form-group input:hover {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-v8K1m9ef3l .form-group textarea:hover {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-v8K1m9ef3l .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
  margin: 5px;
}
.cid-v8K1m9ef3l a {
  font-weight: 400;
  letter-spacing: 5.4px;
  display: inline-block;
  width: auto;
}
.cid-v8K1m9ef3l .mbr-section-btn {
  margin-top: 11px;
  text-align: center;
}
.cid-v8K1m9ef3l .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #603010;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-v8K1m9ef3l textarea::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-v8K1m9ef3l input::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-v8K1m9ef3l .container {
  max-width: 1140px;
}
.cid-v8K1m9ef3l label {
  color: #6c757d;
  font-size: 18px;
  font-family: 'Outfit';
}
.cid-v8K1m9ef3l .form-check .form-check-input {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-v8K1m9ef3l .form-check .form-check-input:focus {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-v8xu49Rp3F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #603010;
}
.cid-v8xu49Rp3F .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8xu49Rp3F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8xu49Rp3F .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v8xu49Rp3F .footer-col {
    flex-direction: column;
  }
}
.cid-v8xu49Rp3F .row {
  background: #603010;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v8xu49Rp3F .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v8xu49Rp3F .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v8xu49Rp3F .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v8xu49Rp3F .mbr-section-btn {
    text-align: center;
  }
}
.cid-v8xu49Rp3F .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v8xu49Rp3F .soc-item {
  margin: 8px;
}
.cid-v8xu49Rp3F .soc-item a:hover .mbr-iconfont,
.cid-v8xu49Rp3F .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v8xu49Rp3F .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v8xu49Rp3F .row {
    text-align: center;
  }
  .cid-v8xu49Rp3F .social-row {
    justify-content: center;
  }
}
.cid-v8xu49Rp3F .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v8xu49Rp3F .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8xu49Rp3F .list {
    margin-bottom: 0rem;
  }
}
.cid-v8xu49Rp3F .mbr-text {
  color: #bbbbbb;
}
.cid-v8xu49Rp3F .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8xu49Rp3F .list,
.cid-v8xu49Rp3F .item-wrap {
  color: #ffffff;
}
.cid-v8xu49Rp3F .copyright {
  color: #ffffff;
}
.cid-vh24A6QHTm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vh24A6QHTm .navbar-fixed-top {
  padding-top: 0;
}
.cid-vh24A6QHTm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vh24A6QHTm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-content-top {
  background: #603010;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-vh24A6QHTm .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .nav-link,
.cid-vh24A6QHTm .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-vh24A6QHTm .nav-link:hover,
.cid-vh24A6QHTm .brand-name:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .dropdown-menu {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .dropdown-item:active {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-vh24A6QHTm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vh24A6QHTm .nav-item {
  position: relative;
}
.cid-vh24A6QHTm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vh24A6QHTm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vh24A6QHTm .nav-item .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .content-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #603010;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vh24A6QHTm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vh24A6QHTm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vh24A6QHTm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh24A6QHTm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vh24A6QHTm .content-right-side {
  text-align: center;
}
.cid-vh24A6QHTm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vh24A6QHTm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vh24A6QHTm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vh24A6QHTm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vh24A6QHTm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh24A6QHTm .info-widget:first-child {
  margin-left: 0;
}
.cid-vh24A6QHTm .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vh24A6QHTm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vh24A6QHTm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-vh24A6QHTm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #603010;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-vh24A6QHTm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #603010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vh24A6QHTm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-vh24A6QHTm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-vh24A6QHTm .navbar {
    display: block;
    padding: 0;
  }
  .cid-vh24A6QHTm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vh24A6QHTm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vh24A6QHTm .navbar-toggler {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-vh24A6QHTm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vh24A6QHTm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-vh24A6QHTm .btn-sm {
  padding: 13px 29px;
}
.cid-vh24A6QHTm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vh24A6QHTm .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vh24A6QHTm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh24A6QHTm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vh24A6QHTm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vh24A6QHTm button.navbar-toggler:focus {
  outline: none;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #603010;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh24A6QHTm .collapsed .btn {
  display: flex;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .collapsed button.navbar-toggler {
  display: block;
}
.cid-vh24A6QHTm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vh24A6QHTm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vh24A6QHTm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vh24A6QHTm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .menu-content-top {
    display: flex;
  }
  .cid-vh24A6QHTm .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-vh24A6QHTm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vh24A6QHTm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vh24A6QHTm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vh24A6QHTm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vh24A6QHTm .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing,
  .cid-vh24A6QHTm .navbar-collapse.show {
    display: block !important;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #603010;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vh24A6QHTm img {
    height: 3.8rem !important;
  }
  .cid-vh24A6QHTm .btn {
    display: flex;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-vh24A6QHTm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vh24A6QHTm .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .navbar-toggler {
  position: relative;
}
.cid-vh24A6QHTm .widget-title,
.cid-vh24A6QHTm .widget-icon {
  color: #ffffff;
}
.cid-vh24A6QHTm .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vh24A6QHTm .menu-content-top,
  .cid-vh24A6QHTm .menu-bottom {
    padding: 0 15px;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    align-self: center;
  }
  .cid-vh24A6QHTm .btn {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .widget-icon {
    padding-right: 0;
  }
}
.cid-vh24A6QHTm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #603010;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #edefeb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vh24A6QHTm .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vh24A6QHTm .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-v8NVD2S8ca {
  align-items: flex-end;
  background-image: url("../../../assets/images/img-20260102-wa0052-1-1920x2560.jpeg");
}
.cid-v8NVD2S8ca .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8NVD2S8ca .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8NVD2S8ca .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8NVD2S8ca .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-v8NVD2S8ca .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v8NVD2S8ca .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v8NVD2S8ca .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v8NVD2S8ca .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8NVD2S8ca .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8NVD2S8ca .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-v8NVD2S8ca .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-v8NVD2S8ca .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-v8NVD2S8ca .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #edefeb;
}
.cid-v8NVD2S8ca .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-v8NVD2S8ca .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-v8NVD2S8ca .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-v8NVD2S8ca .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v8NVD2S8ca .btn-wrapper {
  margin-top: -10%;
}
.cid-v8NVD2S8ca .mbr-section-title {
  color: #f4f4f4;
}
.cid-v8NVD2S8ca .mbr-text {
  color: #f4f4f4;
}
.cid-v8NVD2S8ca .item-title {
  color: #58595b;
}
.cid-v8NVD2S8ca .item-title,
.cid-v8NVD2S8ca .items-wrapper {
  color: #603010;
}
.cid-v8xyiK4FFe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-v8xyiK4FFe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8xyiK4FFe .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v8xyiK4FFe .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8xyiK4FFe .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v8xyiK4FFe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8xyiK4FFe .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v8xyiK4FFe .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v8xyiK4FFe .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v8xyiK4FFe .card-title,
.cid-v8xyiK4FFe .iconfont-wrapper {
  color: #000000;
}
.cid-v8xyiK4FFe .card-text {
  color: #000000;
}
.cid-v8xyiK4FFe .content-head {
  max-width: 800px;
}
.cid-v8xyiK4FFe .mbr-section-title {
  color: #603010;
}
.cid-v8xyiK4FFe .mbr-section-subtitle {
  text-align: center;
}
.cid-v8xyiK4FFe .card-title,
.cid-v8xyiK4FFe .img-wrapper {
  color: #603010;
}
.cid-v8NY5IhQwZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/zanzibar02-540x312.jpg");
}
.cid-v8NY5IhQwZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8NY5IhQwZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8NY5IhQwZ .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8NY5IhQwZ .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v8NY5IhQwZ .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v8NY5IhQwZ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v8NY5IhQwZ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v8NY5IhQwZ .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffc091;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #603010;
  height: 80px;
  border-radius: 50%;
}
.cid-v8NY5IhQwZ .mbr-section-title {
  color: #ffffff;
}
.cid-v8NY5IhQwZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8NY5IhQwZ .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v8NY5IhQwZ .card-box .item-footer {
  margin-top: auto;
}
.cid-v8NY5IhQwZ .content-head {
  max-width: 800px;
}
.cid-v8NY5IhQwZ .card-title,
.cid-v8NY5IhQwZ .iconfont-wrapper {
  color: #603010;
}
.cid-vdgNeK7VMT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-vdgNeK7VMT .mbr-section-title {
  margin-bottom: 58px;
  color: #000000;
  text-align: center;
}
.cid-vdgNeK7VMT .mbr-form-container {
  width: 100%;
  margin-top: 12px;
}
.cid-vdgNeK7VMT .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 25px;
}
.cid-vdgNeK7VMT .form-message-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding: 0;
}
.cid-vdgNeK7VMT form .row {
  margin: 0;
  border: none !important;
}
.cid-vdgNeK7VMT form .form-group {
  flex-grow: 1;
}
.cid-vdgNeK7VMT form .form-group input,
.cid-vdgNeK7VMT form .form-group textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.24);
  border: 1px solid #3d626c !important;
}
.cid-vdgNeK7VMT form .form-group input:hover,
.cid-vdgNeK7VMT form .form-group textarea:hover,
.cid-vdgNeK7VMT form .form-group input :focus,
.cid-vdgNeK7VMT form .form-group textarea :focus,
.cid-vdgNeK7VMT form .form-group input :active,
.cid-vdgNeK7VMT form .form-group textarea :active {
  box-shadow: none !important;
}
.cid-vdgNeK7VMT .form-group input {
  height: 59px;
  padding: 7px 20px !important;
  color: #012b3a;
  font-size: 18px !important;
}
.cid-vdgNeK7VMT .form-group textarea {
  padding: 7px 20px !important;
  height: 95px;
  font-size: 18px !important;
}
.cid-vdgNeK7VMT .form-group {
  margin-bottom: 11px !important;
}
.cid-vdgNeK7VMT .form-group input:focus {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgNeK7VMT .form-group textarea:focus {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgNeK7VMT .form-group input:hover {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgNeK7VMT .form-group textarea:hover {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdgNeK7VMT .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
  margin: 5px;
}
.cid-vdgNeK7VMT a {
  font-weight: 400;
  letter-spacing: 5.4px;
  display: inline-block;
  width: auto;
}
.cid-vdgNeK7VMT .mbr-section-btn {
  margin-top: 11px;
  text-align: center;
}
.cid-vdgNeK7VMT .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #603010;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-vdgNeK7VMT textarea::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdgNeK7VMT input::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdgNeK7VMT .container {
  max-width: 1140px;
}
.cid-vdgNeK7VMT label {
  color: #6c757d;
  font-size: 18px;
  font-family: 'Outfit';
}
.cid-vdgNeK7VMT .form-check .form-check-input {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-vdgNeK7VMT .form-check .form-check-input:focus {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-v8xyiLdVL1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #603010;
}
.cid-v8xyiLdVL1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8xyiLdVL1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8xyiLdVL1 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v8xyiLdVL1 .footer-col {
    flex-direction: column;
  }
}
.cid-v8xyiLdVL1 .row {
  background: #603010;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v8xyiLdVL1 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v8xyiLdVL1 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v8xyiLdVL1 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v8xyiLdVL1 .mbr-section-btn {
    text-align: center;
  }
}
.cid-v8xyiLdVL1 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v8xyiLdVL1 .soc-item {
  margin: 8px;
}
.cid-v8xyiLdVL1 .soc-item a:hover .mbr-iconfont,
.cid-v8xyiLdVL1 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v8xyiLdVL1 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v8xyiLdVL1 .row {
    text-align: center;
  }
  .cid-v8xyiLdVL1 .social-row {
    justify-content: center;
  }
}
.cid-v8xyiLdVL1 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v8xyiLdVL1 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8xyiLdVL1 .list {
    margin-bottom: 0rem;
  }
}
.cid-v8xyiLdVL1 .mbr-text {
  color: #bbbbbb;
}
.cid-v8xyiLdVL1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8xyiLdVL1 .list,
.cid-v8xyiLdVL1 .item-wrap {
  color: #ffffff;
}
.cid-v8xyiLdVL1 .copyright {
  color: #ffffff;
}
.cid-vh24A6QHTm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vh24A6QHTm .navbar-fixed-top {
  padding-top: 0;
}
.cid-vh24A6QHTm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vh24A6QHTm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-content-top {
  background: #603010;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-vh24A6QHTm .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .nav-link,
.cid-vh24A6QHTm .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-vh24A6QHTm .nav-link:hover,
.cid-vh24A6QHTm .brand-name:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .dropdown-menu {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .dropdown-item:active {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-vh24A6QHTm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vh24A6QHTm .nav-item {
  position: relative;
}
.cid-vh24A6QHTm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vh24A6QHTm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vh24A6QHTm .nav-item .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .content-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #603010;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vh24A6QHTm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vh24A6QHTm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vh24A6QHTm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh24A6QHTm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vh24A6QHTm .content-right-side {
  text-align: center;
}
.cid-vh24A6QHTm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vh24A6QHTm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vh24A6QHTm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vh24A6QHTm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vh24A6QHTm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh24A6QHTm .info-widget:first-child {
  margin-left: 0;
}
.cid-vh24A6QHTm .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vh24A6QHTm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vh24A6QHTm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-vh24A6QHTm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #603010;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-vh24A6QHTm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #603010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vh24A6QHTm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-vh24A6QHTm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-vh24A6QHTm .navbar {
    display: block;
    padding: 0;
  }
  .cid-vh24A6QHTm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vh24A6QHTm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vh24A6QHTm .navbar-toggler {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-vh24A6QHTm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vh24A6QHTm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-vh24A6QHTm .btn-sm {
  padding: 13px 29px;
}
.cid-vh24A6QHTm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vh24A6QHTm .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vh24A6QHTm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh24A6QHTm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vh24A6QHTm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vh24A6QHTm button.navbar-toggler:focus {
  outline: none;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #603010;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh24A6QHTm .collapsed .btn {
  display: flex;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .collapsed button.navbar-toggler {
  display: block;
}
.cid-vh24A6QHTm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vh24A6QHTm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vh24A6QHTm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vh24A6QHTm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .menu-content-top {
    display: flex;
  }
  .cid-vh24A6QHTm .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-vh24A6QHTm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vh24A6QHTm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vh24A6QHTm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vh24A6QHTm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vh24A6QHTm .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing,
  .cid-vh24A6QHTm .navbar-collapse.show {
    display: block !important;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #603010;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vh24A6QHTm img {
    height: 3.8rem !important;
  }
  .cid-vh24A6QHTm .btn {
    display: flex;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-vh24A6QHTm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vh24A6QHTm .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .navbar-toggler {
  position: relative;
}
.cid-vh24A6QHTm .widget-title,
.cid-vh24A6QHTm .widget-icon {
  color: #ffffff;
}
.cid-vh24A6QHTm .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vh24A6QHTm .menu-content-top,
  .cid-vh24A6QHTm .menu-bottom {
    padding: 0 15px;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    align-self: center;
  }
  .cid-vh24A6QHTm .btn {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .widget-icon {
    padding-right: 0;
  }
}
.cid-vh24A6QHTm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #603010;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #edefeb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vh24A6QHTm .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vh24A6QHTm .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-vdAA0dVEV5 {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vdAA0dVEV5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdAA0dVEV5 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vdAA0dVEV5 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdAA0dVEV5 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vdAA0dVEV5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdAA0dVEV5 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdAA0dVEV5 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vdAA0dVEV5 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vdAA0dVEV5 .card-title,
.cid-vdAA0dVEV5 .iconfont-wrapper {
  color: #000000;
}
.cid-vdAA0dVEV5 .card-text {
  color: #000000;
}
.cid-vdAA0dVEV5 .content-head {
  max-width: 800px;
}
.cid-vdAA0dVEV5 .mbr-section-title {
  color: #603010;
}
.cid-vdAA0dVEV5 .mbr-section-subtitle {
  text-align: center;
}
.cid-vdAA0dVEV5 .card-title,
.cid-vdAA0dVEV5 .img-wrapper {
  color: #603010;
}
.cid-vdAA0ez5m9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #603010;
}
.cid-vdAA0ez5m9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdAA0ez5m9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdAA0ez5m9 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vdAA0ez5m9 .footer-col {
    flex-direction: column;
  }
}
.cid-vdAA0ez5m9 .row {
  background: #603010;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vdAA0ez5m9 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vdAA0ez5m9 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vdAA0ez5m9 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vdAA0ez5m9 .mbr-section-btn {
    text-align: center;
  }
}
.cid-vdAA0ez5m9 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vdAA0ez5m9 .soc-item {
  margin: 8px;
}
.cid-vdAA0ez5m9 .soc-item a:hover .mbr-iconfont,
.cid-vdAA0ez5m9 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vdAA0ez5m9 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vdAA0ez5m9 .row {
    text-align: center;
  }
  .cid-vdAA0ez5m9 .social-row {
    justify-content: center;
  }
}
.cid-vdAA0ez5m9 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vdAA0ez5m9 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vdAA0ez5m9 .list {
    margin-bottom: 0rem;
  }
}
.cid-vdAA0ez5m9 .mbr-text {
  color: #bbbbbb;
}
.cid-vdAA0ez5m9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vdAA0ez5m9 .list,
.cid-vdAA0ez5m9 .item-wrap {
  color: #ffffff;
}
.cid-vdAA0ez5m9 .copyright {
  color: #ffffff;
}
.cid-vh24A6QHTm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vh24A6QHTm .navbar-fixed-top {
  padding-top: 0;
}
.cid-vh24A6QHTm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vh24A6QHTm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-content-top {
  background: #603010;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-vh24A6QHTm .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .nav-link,
.cid-vh24A6QHTm .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-vh24A6QHTm .nav-link:hover,
.cid-vh24A6QHTm .brand-name:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .dropdown-menu {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .dropdown-item:active {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-vh24A6QHTm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vh24A6QHTm .nav-item {
  position: relative;
}
.cid-vh24A6QHTm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vh24A6QHTm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vh24A6QHTm .nav-item .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .content-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #603010;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vh24A6QHTm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vh24A6QHTm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vh24A6QHTm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh24A6QHTm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vh24A6QHTm .content-right-side {
  text-align: center;
}
.cid-vh24A6QHTm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vh24A6QHTm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vh24A6QHTm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vh24A6QHTm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vh24A6QHTm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh24A6QHTm .info-widget:first-child {
  margin-left: 0;
}
.cid-vh24A6QHTm .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vh24A6QHTm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vh24A6QHTm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-vh24A6QHTm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #603010;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-vh24A6QHTm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #603010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vh24A6QHTm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-vh24A6QHTm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-vh24A6QHTm .navbar {
    display: block;
    padding: 0;
  }
  .cid-vh24A6QHTm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vh24A6QHTm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vh24A6QHTm .navbar-toggler {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-vh24A6QHTm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vh24A6QHTm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-vh24A6QHTm .btn-sm {
  padding: 13px 29px;
}
.cid-vh24A6QHTm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vh24A6QHTm .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vh24A6QHTm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh24A6QHTm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vh24A6QHTm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vh24A6QHTm button.navbar-toggler:focus {
  outline: none;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #603010;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh24A6QHTm .collapsed .btn {
  display: flex;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .collapsed button.navbar-toggler {
  display: block;
}
.cid-vh24A6QHTm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vh24A6QHTm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vh24A6QHTm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vh24A6QHTm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .menu-content-top {
    display: flex;
  }
  .cid-vh24A6QHTm .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-vh24A6QHTm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vh24A6QHTm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vh24A6QHTm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vh24A6QHTm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vh24A6QHTm .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing,
  .cid-vh24A6QHTm .navbar-collapse.show {
    display: block !important;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #603010;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vh24A6QHTm img {
    height: 3.8rem !important;
  }
  .cid-vh24A6QHTm .btn {
    display: flex;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-vh24A6QHTm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vh24A6QHTm .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .navbar-toggler {
  position: relative;
}
.cid-vh24A6QHTm .widget-title,
.cid-vh24A6QHTm .widget-icon {
  color: #ffffff;
}
.cid-vh24A6QHTm .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vh24A6QHTm .menu-content-top,
  .cid-vh24A6QHTm .menu-bottom {
    padding: 0 15px;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    align-self: center;
  }
  .cid-vh24A6QHTm .btn {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .widget-icon {
    padding-right: 0;
  }
}
.cid-vh24A6QHTm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #603010;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #edefeb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vh24A6QHTm .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vh24A6QHTm .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-vgB57tRhN6 {
  align-items: flex-end;
  background-image: url("../../../assets/images/pxl-20250206-61313215-2000x1125.jpg");
}
.cid-vgB57tRhN6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgB57tRhN6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgB57tRhN6 .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vgB57tRhN6 .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vgB57tRhN6 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vgB57tRhN6 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vgB57tRhN6 .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vgB57tRhN6 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgB57tRhN6 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgB57tRhN6 .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vgB57tRhN6 .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-vgB57tRhN6 .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-vgB57tRhN6 .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #edefeb;
}
.cid-vgB57tRhN6 .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-vgB57tRhN6 .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-vgB57tRhN6 .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-vgB57tRhN6 .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-vgB57tRhN6 .btn-wrapper {
  margin-top: -10%;
}
.cid-vgB57tRhN6 .mbr-section-title {
  color: #f4f4f4;
}
.cid-vgB57tRhN6 .mbr-text {
  color: #f4f4f4;
}
.cid-vgB57tRhN6 .item-title {
  color: #58595b;
}
.cid-vgB57tRhN6 .item-title,
.cid-vgB57tRhN6 .items-wrapper {
  color: #603010;
}
.cid-vgB57udFCK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vgB57udFCK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgB57udFCK .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vgB57udFCK .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vgB57udFCK .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vgB57udFCK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgB57udFCK .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vgB57udFCK .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vgB57udFCK .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vgB57udFCK .card-title,
.cid-vgB57udFCK .iconfont-wrapper {
  color: #000000;
}
.cid-vgB57udFCK .card-text {
  color: #000000;
}
.cid-vgB57udFCK .content-head {
  max-width: 800px;
}
.cid-vgB57udFCK .mbr-section-title {
  color: #603010;
}
.cid-vgB57udFCK .mbr-section-subtitle {
  text-align: center;
}
.cid-vgB57udFCK .card-title,
.cid-vgB57udFCK .img-wrapper {
  color: #603010;
}
.cid-vgB57uQOWh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/zanzibar02-540x312.jpg");
}
.cid-vgB57uQOWh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgB57uQOWh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgB57uQOWh .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vgB57uQOWh .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vgB57uQOWh .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vgB57uQOWh .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vgB57uQOWh .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vgB57uQOWh .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffc091;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #603010;
  height: 80px;
  border-radius: 50%;
}
.cid-vgB57uQOWh .mbr-section-title {
  color: #ffffff;
}
.cid-vgB57uQOWh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vgB57uQOWh .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vgB57uQOWh .card-box .item-footer {
  margin-top: auto;
}
.cid-vgB57uQOWh .content-head {
  max-width: 800px;
}
.cid-vgB57uQOWh .card-title,
.cid-vgB57uQOWh .iconfont-wrapper {
  color: #603010;
}
.cid-vgB57viVOS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-vgB57viVOS .mbr-section-title {
  margin-bottom: 58px;
  color: #000000;
  text-align: center;
}
.cid-vgB57viVOS .mbr-form-container {
  width: 100%;
  margin-top: 12px;
}
.cid-vgB57viVOS .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 25px;
}
.cid-vgB57viVOS .form-message-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding: 0;
}
.cid-vgB57viVOS form .row {
  margin: 0;
  border: none !important;
}
.cid-vgB57viVOS form .form-group {
  flex-grow: 1;
}
.cid-vgB57viVOS form .form-group input,
.cid-vgB57viVOS form .form-group textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.24);
  border: 1px solid #3d626c !important;
}
.cid-vgB57viVOS form .form-group input:hover,
.cid-vgB57viVOS form .form-group textarea:hover,
.cid-vgB57viVOS form .form-group input :focus,
.cid-vgB57viVOS form .form-group textarea :focus,
.cid-vgB57viVOS form .form-group input :active,
.cid-vgB57viVOS form .form-group textarea :active {
  box-shadow: none !important;
}
.cid-vgB57viVOS .form-group input {
  height: 59px;
  padding: 7px 20px !important;
  color: #012b3a;
  font-size: 18px !important;
}
.cid-vgB57viVOS .form-group textarea {
  padding: 7px 20px !important;
  height: 95px;
  font-size: 18px !important;
}
.cid-vgB57viVOS .form-group {
  margin-bottom: 11px !important;
}
.cid-vgB57viVOS .form-group input:focus {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vgB57viVOS .form-group textarea:focus {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vgB57viVOS .form-group input:hover {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vgB57viVOS .form-group textarea:hover {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vgB57viVOS .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
  margin: 5px;
}
.cid-vgB57viVOS a {
  font-weight: 400;
  letter-spacing: 5.4px;
  display: inline-block;
  width: auto;
}
.cid-vgB57viVOS .mbr-section-btn {
  margin-top: 11px;
  text-align: center;
}
.cid-vgB57viVOS .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #603010;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-vgB57viVOS textarea::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vgB57viVOS input::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vgB57viVOS .container {
  max-width: 1140px;
}
.cid-vgB57viVOS label {
  color: #6c757d;
  font-size: 18px;
  font-family: 'Outfit';
}
.cid-vgB57viVOS .form-check .form-check-input {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-vgB57viVOS .form-check .form-check-input:focus {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-vgB57vU4Me {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #603010;
}
.cid-vgB57vU4Me .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgB57vU4Me .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgB57vU4Me .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vgB57vU4Me .footer-col {
    flex-direction: column;
  }
}
.cid-vgB57vU4Me .row {
  background: #603010;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vgB57vU4Me .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vgB57vU4Me .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vgB57vU4Me .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vgB57vU4Me .mbr-section-btn {
    text-align: center;
  }
}
.cid-vgB57vU4Me .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vgB57vU4Me .soc-item {
  margin: 8px;
}
.cid-vgB57vU4Me .soc-item a:hover .mbr-iconfont,
.cid-vgB57vU4Me .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vgB57vU4Me .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vgB57vU4Me .row {
    text-align: center;
  }
  .cid-vgB57vU4Me .social-row {
    justify-content: center;
  }
}
.cid-vgB57vU4Me .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vgB57vU4Me .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vgB57vU4Me .list {
    margin-bottom: 0rem;
  }
}
.cid-vgB57vU4Me .mbr-text {
  color: #bbbbbb;
}
.cid-vgB57vU4Me .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vgB57vU4Me .list,
.cid-vgB57vU4Me .item-wrap {
  color: #ffffff;
}
.cid-vgB57vU4Me .copyright {
  color: #ffffff;
}
.cid-vh24A6QHTm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vh24A6QHTm .navbar-fixed-top {
  padding-top: 0;
}
.cid-vh24A6QHTm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vh24A6QHTm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vh24A6QHTm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .menu-content-top {
  background: #603010;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-vh24A6QHTm .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .nav-link,
.cid-vh24A6QHTm .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-vh24A6QHTm .nav-link:hover,
.cid-vh24A6QHTm .brand-name:hover {
  color: #000000 !important;
}
.cid-vh24A6QHTm .dropdown-menu {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .dropdown-item:active {
  background-color: #ffffff;
}
.cid-vh24A6QHTm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-vh24A6QHTm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vh24A6QHTm .nav-item {
  position: relative;
}
.cid-vh24A6QHTm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vh24A6QHTm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vh24A6QHTm .nav-item .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .content-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #603010;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vh24A6QHTm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vh24A6QHTm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vh24A6QHTm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vh24A6QHTm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh24A6QHTm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vh24A6QHTm .content-right-side {
  text-align: center;
}
.cid-vh24A6QHTm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vh24A6QHTm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vh24A6QHTm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vh24A6QHTm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vh24A6QHTm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh24A6QHTm .info-widget:first-child {
  margin-left: 0;
}
.cid-vh24A6QHTm .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vh24A6QHTm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vh24A6QHTm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vh24A6QHTm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-vh24A6QHTm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vh24A6QHTm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #603010;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-vh24A6QHTm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #603010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vh24A6QHTm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-vh24A6QHTm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-vh24A6QHTm .navbar {
    display: block;
    padding: 0;
  }
  .cid-vh24A6QHTm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vh24A6QHTm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vh24A6QHTm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vh24A6QHTm .navbar-toggler {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-vh24A6QHTm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vh24A6QHTm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-vh24A6QHTm .btn-sm {
  padding: 13px 29px;
}
.cid-vh24A6QHTm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vh24A6QHTm .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vh24A6QHTm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vh24A6QHTm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh24A6QHTm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vh24A6QHTm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vh24A6QHTm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vh24A6QHTm button.navbar-toggler:focus {
  outline: none;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #603010;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh24A6QHTm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh24A6QHTm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh24A6QHTm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh24A6QHTm .collapsed .btn {
  display: flex;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vh24A6QHTm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vh24A6QHTm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh24A6QHTm .collapsed button.navbar-toggler {
  display: block;
}
.cid-vh24A6QHTm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vh24A6QHTm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vh24A6QHTm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vh24A6QHTm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vh24A6QHTm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vh24A6QHTm .menu-content-top {
    display: flex;
  }
  .cid-vh24A6QHTm .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-vh24A6QHTm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vh24A6QHTm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vh24A6QHTm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vh24A6QHTm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vh24A6QHTm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vh24A6QHTm .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing,
  .cid-vh24A6QHTm .navbar-collapse.show {
    display: block !important;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #603010;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vh24A6QHTm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vh24A6QHTm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vh24A6QHTm img {
    height: 3.8rem !important;
  }
  .cid-vh24A6QHTm .btn {
    display: flex;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-vh24A6QHTm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vh24A6QHTm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vh24A6QHTm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vh24A6QHTm .nav-link:focus {
  outline: none;
}
.cid-vh24A6QHTm .navbar-toggler {
  position: relative;
}
.cid-vh24A6QHTm .widget-title,
.cid-vh24A6QHTm .widget-icon {
  color: #ffffff;
}
.cid-vh24A6QHTm .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-vh24A6QHTm .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-vh24A6QHTm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vh24A6QHTm .menu-content-top,
  .cid-vh24A6QHTm .menu-bottom {
    padding: 0 15px;
  }
  .cid-vh24A6QHTm button.navbar-toggler {
    align-self: center;
  }
  .cid-vh24A6QHTm .btn {
    margin-left: 0;
  }
  .cid-vh24A6QHTm .widget-icon {
    padding-right: 0;
  }
}
.cid-vh24A6QHTm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #603010;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vh24A6QHTm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #edefeb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vh24A6QHTm .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vh24A6QHTm .menu-content-top .right-wrap p {
  color: #ffffff;
}
.cid-vh2i1uqg2z {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vh2i1uqg2z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh2i1uqg2z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh2shJtRpD {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vh2shJtRpD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh2shJtRpD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh2shJtRpD .mbr-section-title {
  color: #603010;
}
.cid-vh2h1io8Kr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-vh2h1io8Kr img,
.cid-vh2h1io8Kr .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vh2h1io8Kr .item:focus,
.cid-vh2h1io8Kr span:focus {
  outline: none;
}
.cid-vh2h1io8Kr .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh2h1io8Kr .item {
    margin-bottom: 1rem;
  }
}
.cid-vh2h1io8Kr .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vh2h1io8Kr .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vh2h1io8Kr .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vh2h1io8Kr .item-wrapper .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-vh2h1io8Kr .item-wrapper .item-footer {
  padding-bottom: 2rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vh2h1io8Kr .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-vh2h1io8Kr .item-wrapper .item-footer {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vh2h1io8Kr .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-vh2h1io8Kr .item-wrapper .item-footer {
    padding-bottom: 1.25rem;
  }
}
.cid-vh2h1io8Kr .mbr-section-title {
  color: #232323;
}
.cid-vh2h1io8Kr .mbr-text,
.cid-vh2h1io8Kr .mbr-section-btn {
  text-align: center;
}
.cid-vh2h1io8Kr .item-title {
  text-align: left;
  color: #603010;
}
.cid-vh2h1io8Kr .content-head {
  max-width: 800px;
}
.cid-vh2h1io8Kr .mbr-text,
.cid-vh2h1io8Kr .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-vh2h1jkJGd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #603010;
}
.cid-vh2h1jkJGd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh2h1jkJGd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh2h1jkJGd .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vh2h1jkJGd .footer-col {
    flex-direction: column;
  }
}
.cid-vh2h1jkJGd .row {
  background: #603010;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vh2h1jkJGd .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vh2h1jkJGd .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vh2h1jkJGd .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vh2h1jkJGd .mbr-section-btn {
    text-align: center;
  }
}
.cid-vh2h1jkJGd .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vh2h1jkJGd .soc-item {
  margin: 8px;
}
.cid-vh2h1jkJGd .soc-item a:hover .mbr-iconfont,
.cid-vh2h1jkJGd .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vh2h1jkJGd .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vh2h1jkJGd .row {
    text-align: center;
  }
  .cid-vh2h1jkJGd .social-row {
    justify-content: center;
  }
}
.cid-vh2h1jkJGd .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vh2h1jkJGd .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vh2h1jkJGd .list {
    margin-bottom: 0rem;
  }
}
.cid-vh2h1jkJGd .mbr-text {
  color: #bbbbbb;
}
.cid-vh2h1jkJGd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vh2h1jkJGd .list,
.cid-vh2h1jkJGd .item-wrap {
  color: #ffffff;
}
.cid-vh2h1jkJGd .copyright {
  color: #ffffff;
}
.cid-vh2h1kneu5 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vh2h1kneu5 .navbar-fixed-top {
  padding-top: 0;
}
.cid-vh2h1kneu5 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vh2h1kneu5 .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vh2h1kneu5 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vh2h1kneu5 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vh2h1kneu5 .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vh2h1kneu5 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vh2h1kneu5 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vh2h1kneu5 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vh2h1kneu5 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vh2h1kneu5 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vh2h1kneu5 .menu-content-top {
  background: #603010;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vh2h1kneu5 .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-vh2h1kneu5 .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vh2h1kneu5 .nav-link,
.cid-vh2h1kneu5 .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-vh2h1kneu5 .nav-link:hover,
.cid-vh2h1kneu5 .brand-name:hover {
  color: #000000 !important;
}
.cid-vh2h1kneu5 .dropdown-menu {
  background-color: #ffffff;
}
.cid-vh2h1kneu5 .dropdown-item:active {
  background-color: #ffffff;
}
.cid-vh2h1kneu5 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-vh2h1kneu5 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vh2h1kneu5 .nav-item {
  position: relative;
}
.cid-vh2h1kneu5 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vh2h1kneu5 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vh2h1kneu5 .nav-item .nav-link:focus {
  outline: none;
}
.cid-vh2h1kneu5 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh2h1kneu5 .content-text {
  margin-bottom: 0;
}
.cid-vh2h1kneu5 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vh2h1kneu5 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #603010;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vh2h1kneu5 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vh2h1kneu5 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vh2h1kneu5 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vh2h1kneu5 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh2h1kneu5 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vh2h1kneu5 .content-right-side {
  text-align: center;
}
.cid-vh2h1kneu5 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vh2h1kneu5 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vh2h1kneu5 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vh2h1kneu5 .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vh2h1kneu5 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh2h1kneu5 .info-widget:first-child {
  margin-left: 0;
}
.cid-vh2h1kneu5 .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-vh2h1kneu5 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vh2h1kneu5 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vh2h1kneu5 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vh2h1kneu5 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-vh2h1kneu5 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vh2h1kneu5 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #603010;
}
@media (min-width: 992px) {
  .cid-vh2h1kneu5 .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-vh2h1kneu5 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #603010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vh2h1kneu5 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-vh2h1kneu5 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vh2h1kneu5 .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-vh2h1kneu5 .navbar {
    display: block;
    padding: 0;
  }
  .cid-vh2h1kneu5 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vh2h1kneu5 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vh2h1kneu5 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vh2h1kneu5 .navbar-toggler {
    display: none;
  }
  .cid-vh2h1kneu5 .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-vh2h1kneu5 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vh2h1kneu5 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-vh2h1kneu5 .btn-sm {
  padding: 13px 29px;
}
.cid-vh2h1kneu5 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vh2h1kneu5 .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vh2h1kneu5 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vh2h1kneu5 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vh2h1kneu5 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vh2h1kneu5 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vh2h1kneu5 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vh2h1kneu5 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vh2h1kneu5 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh2h1kneu5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh2h1kneu5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh2h1kneu5 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vh2h1kneu5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vh2h1kneu5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh2h1kneu5 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vh2h1kneu5 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh2h1kneu5 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vh2h1kneu5 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vh2h1kneu5 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vh2h1kneu5 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vh2h1kneu5 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vh2h1kneu5 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vh2h1kneu5 button.navbar-toggler:focus {
  outline: none;
}
.cid-vh2h1kneu5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #603010;
}
.cid-vh2h1kneu5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh2h1kneu5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh2h1kneu5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh2h1kneu5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh2h1kneu5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh2h1kneu5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh2h1kneu5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh2h1kneu5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh2h1kneu5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh2h1kneu5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh2h1kneu5 .collapsed .btn {
  display: flex;
}
.cid-vh2h1kneu5 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vh2h1kneu5 .collapsed .navbar-collapse.collapsing,
.cid-vh2h1kneu5 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vh2h1kneu5 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vh2h1kneu5 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vh2h1kneu5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vh2h1kneu5 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vh2h1kneu5 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vh2h1kneu5 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vh2h1kneu5 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vh2h1kneu5 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vh2h1kneu5 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vh2h1kneu5 .collapsed button.navbar-toggler {
  display: block;
}
.cid-vh2h1kneu5 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vh2h1kneu5 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vh2h1kneu5 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vh2h1kneu5 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vh2h1kneu5 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vh2h1kneu5 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vh2h1kneu5 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vh2h1kneu5 .menu-content-top {
    display: flex;
  }
  .cid-vh2h1kneu5 .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-vh2h1kneu5 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vh2h1kneu5 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vh2h1kneu5 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vh2h1kneu5 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vh2h1kneu5 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vh2h1kneu5 .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-vh2h1kneu5 .navbar-collapse.collapsing,
  .cid-vh2h1kneu5 .navbar-collapse.show {
    display: block !important;
  }
  .cid-vh2h1kneu5 .navbar-collapse.collapsing .navbar-nav,
  .cid-vh2h1kneu5 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vh2h1kneu5 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vh2h1kneu5 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vh2h1kneu5 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vh2h1kneu5 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #603010;
  }
  .cid-vh2h1kneu5 .navbar-collapse.collapsing .navbar-buttons,
  .cid-vh2h1kneu5 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vh2h1kneu5 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vh2h1kneu5 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vh2h1kneu5 img {
    height: 3.8rem !important;
  }
  .cid-vh2h1kneu5 .btn {
    display: flex;
  }
  .cid-vh2h1kneu5 button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vh2h1kneu5 .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-vh2h1kneu5 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vh2h1kneu5 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vh2h1kneu5 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vh2h1kneu5 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vh2h1kneu5 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vh2h1kneu5 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vh2h1kneu5 .nav-link:focus {
  outline: none;
}
.cid-vh2h1kneu5 .navbar-toggler {
  position: relative;
}
.cid-vh2h1kneu5 .widget-title,
.cid-vh2h1kneu5 .widget-icon {
  color: #ffffff;
}
.cid-vh2h1kneu5 .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-vh2h1kneu5 .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-vh2h1kneu5 .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vh2h1kneu5 .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-vh2h1kneu5 .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-vh2h1kneu5 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vh2h1kneu5 .menu-content-top,
  .cid-vh2h1kneu5 .menu-bottom {
    padding: 0 15px;
  }
  .cid-vh2h1kneu5 button.navbar-toggler {
    align-self: center;
  }
  .cid-vh2h1kneu5 .btn {
    margin-left: 0;
  }
  .cid-vh2h1kneu5 .widget-icon {
    padding-right: 0;
  }
}
.cid-vh2h1kneu5 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vh2h1kneu5 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #603010;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vh2h1kneu5 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vh2h1kneu5 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #edefeb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vh2h1kneu5 .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vh2h1kneu5 .menu-content-top .right-wrap p {
  color: #ffffff;
}
