.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Instrument Sans;
}
.display-1 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 4rem;
  line-height: 1.15;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.15;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.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.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f9f6e0 !important;
}
.bg-success {
  background-color: #474a48 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #e07548 !important;
}
.bg-danger {
  background-color: #c2222e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f9f6e0 !important;
  border-color: #f9f6e0 !important;
  color: #b7a523 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #b7a523 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e0b548 !important;
  border-color: #e0b548 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #e7c774 !important;
  border-color: #e7c774 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e7c774 !important;
  border-color: #e7c774 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #474a48 !important;
  border-color: #474a48 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #606461 !important;
  border-color: #606461 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #606461 !important;
  border-color: #606461 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e07548 !important;
  border-color: #e07548 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #e79674 !important;
  border-color: #e79674 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #e79674 !important;
  border-color: #e79674 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c2222e !important;
  border-color: #c2222e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #dd3a47 !important;
  border-color: #dd3a47 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #dd3a47 !important;
  border-color: #dd3a47 !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: #f9f6e0;
  color: #f9f6e0;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ebe197 !important;
  background-color: transparent !important;
  border-color: #ebe197 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #b7a523 !important;
  background-color: #f9f6e0 !important;
  border-color: #f9f6e0 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e0b548;
  color: #e0b548;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b3891e !important;
  background-color: transparent !important;
  border-color: #b3891e !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e0b548 !important;
  border-color: #e0b548 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #474a48;
  color: #474a48;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1d1e1d !important;
  background-color: transparent !important;
  border-color: #1d1e1d !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #474a48 !important;
  border-color: #474a48 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #e07548;
  color: #e07548;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b34a1e !important;
  background-color: transparent !important;
  border-color: #b34a1e !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e07548 !important;
  border-color: #e07548 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #c2222e;
  color: #c2222e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #78151d !important;
  background-color: transparent !important;
  border-color: #78151d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c2222e !important;
  border-color: #c2222e !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: #f9f6e0 !important;
}
.text-secondary {
  color: #e0b548 !important;
}
.text-success {
  color: #474a48 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #e07548 !important;
}
.text-danger {
  color: #c2222e !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #e8dd8b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a67f1c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #151615 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a6451c !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #6b1319 !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: #f9f6e0;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #e07548;
}
.alert-danger {
  background-color: #c2222e;
}
.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: #f9f6e0;
  border-color: #f9f6e0;
  color: #ccb827;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f9f6e0;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #babdbb;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fef9f6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e87c84;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #f9f6e0 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #f9f6e0;
}
/* 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: #f9f6e0;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f9f6e0;
}
.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: #f9f6e0;
  border-bottom-color: #f9f6e0;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f9f6e0 !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: #e0b548 !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='%23f9f6e0' %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;
}
html,
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 20px 24px;
  border-radius: 4px !important;
  font-weight: 400 !important;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
  transform: scale(1.1);
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: rotate(135deg);
  transition: all 0.5s ease-in-out;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  transform: rotate(-45deg);
}
img {
  border-radius: .5rem !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vjFNljLiGv {
  background-color: transparent;
}
.cid-vjFNljLiGv .navbar-dropdown {
  background-color: #282828 !important;
  padding: 0;
}
.cid-vjFNljLiGv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #282828 !important;
  background: #282828;
}
.cid-vjFNljLiGv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vjFNljLiGv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vjFNljLiGv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vjFNljLiGv .menu_box .navbar.opened,
  .cid-vjFNljLiGv .menu_box .navbar-collapse {
    background-color: #282828 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vjFNljLiGv .navbar-dropdown {
  position: relative !important;
}
.cid-vjFNljLiGv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vjFNljLiGv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vjFNljLiGv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vjFNljLiGv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vjFNljLiGv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vjFNljLiGv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vjFNljLiGv .offcanvas-body .mbr-text,
  .cid-vjFNljLiGv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vjFNljLiGv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vjFNljLiGv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vjFNljLiGv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f9f6e0;
  }
  .cid-vjFNljLiGv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vjFNljLiGv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vjFNljLiGv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vjFNljLiGv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vjFNljLiGv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vjFNljLiGv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vjFNljLiGv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vjFNljLiGv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vjFNljLiGv li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    padding: 4px 20px !important;
    margin: 0;
    border-right: 1px solid #72716b;
  }
  .cid-vjFNljLiGv .lg_brand {
    margin: 0 1rem;
  }
  .cid-vjFNljLiGv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vjFNljLiGv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vjFNljLiGv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vjFNljLiGv .nav-item {
    margin: 0 !important;
  }
}
.cid-vjFNljLiGv .nav-item .nav-link {
  transition: all 0.5s ease-out;
  position: relative;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vjFNljLiGv .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-vjFNljLiGv .nav-item .nav-link::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  bottom: -12px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-vjFNljLiGv .nav-item .nav-link:hover,
.cid-vjFNljLiGv .nav-item .nav-link:focus {
  color: #e0b548 !important;
}
.cid-vjFNljLiGv .nav-item .nav-link:hover::before,
.cid-vjFNljLiGv .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vjFNljLiGv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vjFNljLiGv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vjFNljLiGv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vjFNljLiGv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vjFNljLiGv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vjFNljLiGv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vjFNljLiGv .offcanvas_box {
    display: none;
  }
}
.cid-vjFNljLiGv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vjFNljLiGv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vjFNljLiGv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vjFNljLiGv .container {
  display: flex;
  margin: auto;
}
.cid-vjFNljLiGv .iconfont-wrapper {
  color: #f9f6e0;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vjFNljLiGv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vjFNljLiGv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vjFNljLiGv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vjFNljLiGv .navbar-nav {
    margin: 0;
  }
}
.cid-vjFNljLiGv .dropdown-menu,
.cid-vjFNljLiGv .navbar.opened {
  background-color: false !important;
}
.cid-vjFNljLiGv .nav-item:focus,
.cid-vjFNljLiGv .nav-link:focus {
  outline: none;
}
.cid-vjFNljLiGv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjFNljLiGv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjFNljLiGv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjFNljLiGv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjFNljLiGv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjFNljLiGv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjFNljLiGv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vjFNljLiGv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vjFNljLiGv .navbar.opened {
  transition: all 0.3s;
}
.cid-vjFNljLiGv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vjFNljLiGv .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vjFNljLiGv .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-vjFNljLiGv .navbar.collapsed {
  justify-content: center;
}
.cid-vjFNljLiGv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjFNljLiGv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vjFNljLiGv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjFNljLiGv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjFNljLiGv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjFNljLiGv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vjFNljLiGv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vjFNljLiGv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vjFNljLiGv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vjFNljLiGv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjFNljLiGv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjFNljLiGv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vjFNljLiGv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjFNljLiGv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vjFNljLiGv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjFNljLiGv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vjFNljLiGv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vjFNljLiGv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vjFNljLiGv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vjFNljLiGv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjFNljLiGv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vjFNljLiGv .navbar.navbar-short {
  min-height: 60px;
}
.cid-vjFNljLiGv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vjFNljLiGv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vjFNljLiGv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vjFNljLiGv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vjFNljLiGv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjFNljLiGv .dropdown-item.active,
.cid-vjFNljLiGv .dropdown-item:active {
  background-color: transparent;
}
.cid-vjFNljLiGv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-vjFNljLiGv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjFNljLiGv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjFNljLiGv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjFNljLiGv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vjFNljLiGv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vjFNljLiGv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #282828;
  background: #474a48;
}
.cid-vjFNljLiGv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f6e0;
}
.cid-vjFNljLiGv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjFNljLiGv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjFNljLiGv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjFNljLiGv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjFNljLiGv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjFNljLiGv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjFNljLiGv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjFNljLiGv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjFNljLiGv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vjFNljLiGv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjFNljLiGv .navbar {
    height: 70px;
  }
  .cid-vjFNljLiGv .navbar.opened {
    height: auto;
  }
  .cid-vjFNljLiGv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjFNljLiGv .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vjFNljLiGv .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-vjFNljLiGv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 200px;
}
.cid-vjFNljLiGv .navbar-caption:hover {
  color: #e0b548;
}
@media (min-width: 992px) {
  .cid-vjFNljLiGv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vjFNljLiGv .text_widget {
  margin-bottom: 32px;
}
.cid-vjFNljLiGv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vjFNljLiGv .text_widget a:hover,
.cid-vjFNljLiGv .text_widget a:focus {
  opacity: .6;
}
.cid-vjFNljLiGv .mbr-section-subtitle {
  color: #F9F6E0;
  text-align: center;
}
.cid-vjFNljLiGv .navbar-caption {
  color: #F9F6E0;
}
.cid-vjFNljLiGv .mbr-text {
  color: #F9F6E0;
  text-align: center;
}
.cid-vjFNljLiGv .mbr-section-subtitle,
.cid-vjFNljLiGv .text_widget,
.cid-vjFNljLiGv .mbr-section-btn {
  text-align: center;
}
.cid-vjFNljLiGv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vjFNlAj9RW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474a48;
}
.cid-vjFNlAj9RW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjFNlAj9RW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vjFNlAj9RW .container {
    padding: 0 24px;
  }
}
.cid-vjFNlAj9RW .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-vjFNlAj9RW .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-vjFNlAj9RW .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vjFNlAj9RW .image-wrapper img {
    height: 350px;
  }
}
.cid-vjFNlAj9RW .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vjFNlAj9RW .content-wrapper .mbr-section-title span {
  color: #e0b548;
}
.cid-vjFNlAj9RW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vjFNlAj9RW .content-wrapper .mbr-desc {
  margin: 32px 0 0;
}
@media (max-width: 992px) {
  .cid-vjFNlAj9RW .content-wrapper .mbr-desc {
    margin: 24px 0 0;
  }
}
.cid-vjFNlAj9RW .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vjFNlAj9RW .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vjFNlAj9RW .mbr-section-title {
  color: #F9F6E0;
}
.cid-vjFNlAj9RW .mbr-text {
  color: #F9F6E0;
}
.cid-vjFNlAj9RW .mbr-desc {
  color: #E0B548;
}
.cid-vjFNlAj9RW .mbr-section-title,
.cid-vjFNlAj9RW .mbr-section-btn {
  color: #e0b548;
}
.cid-vjFNwP3Zyi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474a48;
}
.cid-vjFNwP3Zyi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjFNwP3Zyi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjFNwP3Zyi .row {
  margin: 0 -8px;
}
.cid-vjFNwP3Zyi .row .card {
  padding: 0 8px;
}
.cid-vjFNwP3Zyi .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
  background-color: #282828;
}
@media (max-width: 1440px) {
  .cid-vjFNwP3Zyi .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vjFNwP3Zyi .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-vjFNwP3Zyi .card-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vjFNwP3Zyi .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vjFNwP3Zyi .card-wrapper .card-wrap .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-vjFNwP3Zyi .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vjFNwP3Zyi .image-wrapper {
  height: 100%;
}
.cid-vjFNwP3Zyi .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vjFNwP3Zyi .image-wrapper img {
    height: 300px;
  }
}
.cid-vjFNwP3Zyi .mbr-section-title {
  color: #2c2c26;
}
.cid-vjFNwP3Zyi .mbr-text,
.cid-vjFNwP3Zyi .text-wrapper {
  color: #f9f6e0;
}
.cid-vjFNwP3Zyi .mbr-section-title,
.cid-vjFNwP3Zyi .mbr-section-btn {
  color: #e0b548;
}
.cid-vjFNvQlQvD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474a48;
}
.cid-vjFNvQlQvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjFNvQlQvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjFNvQlQvD .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vjFNvQlQvD .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vjFNvQlQvD .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vjFNvQlQvD .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vjFNvQlQvD .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vjFNvQlQvD .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vjFNvQlQvD .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vjFNvQlQvD .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vjFNvQlQvD .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vjFNvQlQvD .image-wrapper {
  padding-left: 68px;
  padding-left: 0;
  padding-right: 68px;
}
@media (max-width: 992px) {
  .cid-vjFNvQlQvD .image-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vjFNvQlQvD .image-wrapper {
    padding-right: 0;
  }
}
.cid-vjFNvQlQvD .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vjFNvQlQvD .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-vjFNvQlQvD .image-wrapper img {
    height: 350px;
  }
}
.cid-vjFNvQlQvD .mbr-label {
  color: #a6adbf;
}
.cid-vjFNvQlQvD .mbr-section-title {
  color: #e0b548;
}
.cid-vjFNvQlQvD .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vjFNvQlQvD .mbr-text,
.cid-vjFNvQlQvD .text-wrapper {
  color: #666666;
}
.cid-vjFNvQlQvD .mbr-text,
.cid-vjFNvQlQvD .text-wrapper,
.cid-vjFNvQlQvD .mbr-section-btn {
  color: #f9f6e0;
}
.cid-vjFNGGlGMW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474a48;
}
.cid-vjFNGGlGMW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjFNGGlGMW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjFNGGlGMW .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vjFNGGlGMW .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vjFNGGlGMW .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-vjFNGGlGMW .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vjFNGGlGMW .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vjFNGGlGMW .item {
    margin-bottom: 40px;
  }
}
.cid-vjFNGGlGMW .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vjFNGGlGMW .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vjFNGGlGMW .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vjFNGGlGMW .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #f9f6e0;
  background-color: #e0b548;
}
.cid-vjFNGGlGMW .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-vjFNGGlGMW .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vjFNGGlGMW .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vjFNGGlGMW .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vjFNGGlGMW .mbr-section-title,
.cid-vjFNGGlGMW .title-wrapper {
  color: #e0b548;
  text-align: center;
}
.cid-vjFNGGlGMW .card-title {
  color: #323432;
}
.cid-vjFNGGlGMW .card-text {
  color: #f9f6e0;
}
.cid-vjFNGGlGMW .card-title,
.cid-vjFNGGlGMW .mbr-section-btn,
.cid-vjFNGGlGMW .iconfont-wrapper {
  color: #e0b548;
}
.cid-vjFNwXLRHw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474a48;
}
.cid-vjFNwXLRHw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjFNwXLRHw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjFNwXLRHw .row {
  margin: 0 -8px;
}
.cid-vjFNwXLRHw .row .card {
  padding: 0 8px;
}
.cid-vjFNwXLRHw .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
  background-color: #282828;
}
@media (max-width: 1440px) {
  .cid-vjFNwXLRHw .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vjFNwXLRHw .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-vjFNwXLRHw .card-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vjFNwXLRHw .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vjFNwXLRHw .card-wrapper .card-wrap .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-vjFNwXLRHw .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vjFNwXLRHw .image-wrapper {
  height: 100%;
}
.cid-vjFNwXLRHw .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vjFNwXLRHw .image-wrapper img {
    height: 300px;
  }
}
.cid-vjFNwXLRHw .mbr-section-title {
  color: #2c2c26;
}
.cid-vjFNwXLRHw .mbr-text,
.cid-vjFNwXLRHw .text-wrapper {
  color: #f9f6e0;
}
.cid-vjFNwXLRHw .mbr-section-title,
.cid-vjFNwXLRHw .mbr-section-btn {
  color: #e0b548;
}
.cid-vjFNKXGuP8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474a48;
}
.cid-vjFNKXGuP8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjFNKXGuP8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjFNKXGuP8 .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vjFNKXGuP8 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vjFNKXGuP8 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vjFNKXGuP8 .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-vjFNKXGuP8 .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vjFNKXGuP8 .item {
    margin-bottom: 16px;
  }
}
.cid-vjFNKXGuP8 .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 450px;
}
@media (max-width: 992px) {
  .cid-vjFNKXGuP8 .item .item-wrapper {
    height: 350px;
  }
}
.cid-vjFNKXGuP8 .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, #272b2e, transparent);
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-vjFNKXGuP8 .item .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vjFNKXGuP8 .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vjFNKXGuP8 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vjFNKXGuP8 .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vjFNKXGuP8 .item .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-vjFNKXGuP8 .item .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-vjFNKXGuP8 .item .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #ffffff;
  margin: 0;
}
.cid-vjFNKXGuP8 .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-vjFNKXGuP8 .item-tag {
  color: #ffffff;
}
.cid-vjFNKXGuP8 .item-name {
  color: #ffffff;
}
.cid-vjFNKXGuP8 .mbr-section-title,
.cid-vjFNKXGuP8 .mbr-section-btn {
  color: #e0b548;
}
.cid-vjFNMrdQyM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474a48;
}
.cid-vjFNMrdQyM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjFNMrdQyM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vjFNMrdQyM .container {
    padding: 0 24px;
  }
}
.cid-vjFNMrdQyM .row {
  border-top: 1px solid #72716b;
}
@media (min-width: 992px) {
  .cid-vjFNMrdQyM .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-vjFNMrdQyM .row {
    border: none;
  }
}
.cid-vjFNMrdQyM .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vjFNMrdQyM .row .card {
    padding: 0 16px;
  }
}
.cid-vjFNMrdQyM .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vjFNMrdQyM .content-wrapper {
    padding: 24px;
  }
}
.cid-vjFNMrdQyM .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vjFNMrdQyM .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-vjFNMrdQyM .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vjFNMrdQyM .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-vjFNMrdQyM .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vjFNMrdQyM .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-vjFNMrdQyM .panel-group .card {
  padding: 32px;
  border-top: 1px solid #72716b;
  border-left: 1px solid #72716b;
  border-radius: 0 !important;
}
.cid-vjFNMrdQyM .panel-group .card:first-child {
  border-top: none;
}
@media (max-width: 992px) {
  .cid-vjFNMrdQyM .panel-group .card:first-child {
    border-top: 1px solid #72716b;
  }
}
@media (max-width: 992px) {
  .cid-vjFNMrdQyM .panel-group .card {
    padding: 24px;
    border-left: none;
  }
}
.cid-vjFNMrdQyM .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-vjFNMrdQyM .panel-group .card .card-header .panel-title {
  display: block;
}
.cid-vjFNMrdQyM .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  display: inline;
  padding-left: 24px;
  border-left: 1px solid #e0b548;
}
.cid-vjFNMrdQyM .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin: 0;
}
.cid-vjFNMrdQyM .panel-group .card .card-header .panel-title .panel-title-edit span {
  color: #f9f6e0;
}
.cid-vjFNMrdQyM .panel-group .card .panel-collapse .panel-body {
  padding-top: 32px;
}
@media (max-width: 992px) {
  .cid-vjFNMrdQyM .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-vjFNMrdQyM .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vjFNMrdQyM .mbr-section-title {
  color: #F9F6E0;
}
.cid-vjFNMrdQyM .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-vjFNMrdQyM .panel-title-edit {
  color: #E0B548;
}
.cid-vjFNMrdQyM .panel-text {
  color: #F9F6E0;
}
.cid-vjFNMrdQyM .mbr-section-title,
.cid-vjFNMrdQyM .mbr-section-btn {
  text-align: right;
  color: #e0b548;
}
.cid-vjFNOEMUbH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474a48;
}
.cid-vjFNOEMUbH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjFNOEMUbH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjFNOEMUbH .content-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vjFNOEMUbH .content-wrapper .card-wrapper {
  padding: 70px;
  background-color: #282828;
  width: 60%;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-vjFNOEMUbH .content-wrapper .card-wrapper {
    width: 100%;
    padding: 20px;
  }
}
.cid-vjFNOEMUbH .content-wrapper .card-wrapper .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vjFNOEMUbH .content-wrapper .card-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vjFNOEMUbH .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vjFNOEMUbH .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vjFNOEMUbH .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vjFNOEMUbH .content-wrapper .card-wrapper .form-wrap {
  display: flex;
  justify-content: center;
}
.cid-vjFNOEMUbH .content-wrapper .card-wrapper .form-wrap form {
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-vjFNOEMUbH .content-wrapper .card-wrapper .form-wrap form {
    width: 100%;
  }
}
.cid-vjFNOEMUbH .content-wrapper .card-wrapper .form-wrap form .dragArea.row {
  margin: 0;
}
.cid-vjFNOEMUbH .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-vjFNOEMUbH .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vjFNOEMUbH .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control {
  background-color: #474a48;
  padding: 21.5px 30px;
  font-weight: 400;
  box-shadow: none;
  border: none !important;
  margin-bottom: 0;
}
.cid-vjFNOEMUbH .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .3;
}
.cid-vjFNOEMUbH .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control:hover,
.cid-vjFNOEMUbH .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
@media (max-width: 992px) {
  .cid-vjFNOEMUbH .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group textarea {
    padding: 24px 16px;
  }
}
.cid-vjFNOEMUbH .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vjFNOEMUbH .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-vjFNOEMUbH .content-wrapper .card-wrapper .form-wrap form .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vjFNOEMUbH .content-wrapper .card-wrapper .form-wrap form .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
}
.cid-vjFNOEMUbH .mbr-section-title {
  color: #e0b548;
  text-align: center;
}
.cid-vjFNOEMUbH .mbr-text,
.cid-vjFNOEMUbH .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vjFNOEMUbH .form-control {
  color: #ffffff !important;
}
.cid-vjFNS5xwOr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #474a48;
}
.cid-vjFNS5xwOr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjFNS5xwOr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjFNS5xwOr .card-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-vjFNS5xwOr .card-wrapper {
    margin: 3px 0;
  }
}
.cid-vjFNS5xwOr .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-vjFNS5xwOr .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-vjFNTQYO6b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474a48;
}
.cid-vjFNTQYO6b .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjFNTQYO6b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjFNTQYO6b .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vjFNTQYO6b .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vjFNTQYO6b .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-vjFNTQYO6b .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vjFNTQYO6b .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vjFNTQYO6b .item {
    margin-bottom: 20px;
  }
}
.cid-vjFNTQYO6b .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vjFNTQYO6b .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vjFNTQYO6b .item .item-wrapper .card-box .card-title_1,
.cid-vjFNTQYO6b .item .item-wrapper .card-box .card-title_2,
.cid-vjFNTQYO6b .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 40px;
}
.cid-vjFNTQYO6b .item .item-wrapper .iconfont-wrapper {
  text-align: center;
}
.cid-vjFNTQYO6b .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #f9f6e0;
  background-color: #e0b548;
}
.cid-vjFNTQYO6b .item .card_1 {
  background-color: #282828;
}
.cid-vjFNTQYO6b .item .card_2 {
  background-color: #282828;
}
.cid-vjFNTQYO6b .item .card_3 {
  background-color: #282828;
}
.cid-vjFNTQYO6b .btn-wrapper {
  margin-top: -6%;
}
.cid-vjFNTQYO6b .mbr-section-title,
.cid-vjFNTQYO6b .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vjFNTQYO6b .card-title_1 {
  color: #f1f5eb;
  text-align: center;
}
.cid-vjFNTQYO6b .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-vjFNTQYO6b .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-vjFNTQYO6b .card-title_1,
.cid-vjFNTQYO6b .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vjFNTQYO6b .card-title_2,
.cid-vjFNTQYO6b .mbr-section-btn {
  color: #ffffff;
}
.cid-vjFNTQYO6b .card-title_3,
.cid-vjFNTQYO6b .mbr-section-btn {
  color: #ffffff;
}
.cid-vjFNVbHC8i {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2f2f2f;
}
.cid-vjFNVbHC8i .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjFNVbHC8i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjFNVbHC8i .row {
  justify-content: center;
}
.cid-vjFNVbHC8i .card {
  justify-content: center;
}
.cid-vjFNVbHC8i .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vjFNVbHC8i .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vjFNVbHC8i .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vjFNVbHC8i .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vjFNVbHC8i .nav-wrapper .list .item-wrap:hover,
.cid-vjFNVbHC8i .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-vjFNVbHC8i .list,
.cid-vjFNVbHC8i .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vjFWKRNCce {
  background-color: transparent;
}
.cid-vjFWKRNCce .navbar-dropdown {
  background-color: #282828 !important;
  padding: 0;
}
.cid-vjFWKRNCce .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #282828 !important;
  background: #282828;
}
.cid-vjFWKRNCce .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vjFWKRNCce .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vjFWKRNCce .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vjFWKRNCce .menu_box .navbar.opened,
  .cid-vjFWKRNCce .menu_box .navbar-collapse {
    background-color: #282828 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vjFWKRNCce .navbar-dropdown {
  position: relative !important;
}
.cid-vjFWKRNCce .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vjFWKRNCce .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vjFWKRNCce .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vjFWKRNCce .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vjFWKRNCce .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vjFWKRNCce .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vjFWKRNCce .offcanvas-body .mbr-text,
  .cid-vjFWKRNCce .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vjFWKRNCce .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vjFWKRNCce .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vjFWKRNCce .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f9f6e0;
  }
  .cid-vjFWKRNCce .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vjFWKRNCce .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vjFWKRNCce .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vjFWKRNCce .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vjFWKRNCce ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vjFWKRNCce .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vjFWKRNCce .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vjFWKRNCce .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vjFWKRNCce li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    padding: 4px 20px !important;
    margin: 0;
    border-right: 1px solid #72716b;
  }
  .cid-vjFWKRNCce .lg_brand {
    margin: 0 1rem;
  }
  .cid-vjFWKRNCce .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vjFWKRNCce .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vjFWKRNCce .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vjFWKRNCce .nav-item {
    margin: 0 !important;
  }
}
.cid-vjFWKRNCce .nav-item .nav-link {
  transition: all 0.5s ease-out;
  position: relative;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vjFWKRNCce .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-vjFWKRNCce .nav-item .nav-link::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  bottom: -12px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-vjFWKRNCce .nav-item .nav-link:hover,
.cid-vjFWKRNCce .nav-item .nav-link:focus {
  color: #e0b548 !important;
}
.cid-vjFWKRNCce .nav-item .nav-link:hover::before,
.cid-vjFWKRNCce .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vjFWKRNCce .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vjFWKRNCce .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vjFWKRNCce .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vjFWKRNCce .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vjFWKRNCce .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vjFWKRNCce .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vjFWKRNCce .offcanvas_box {
    display: none;
  }
}
.cid-vjFWKRNCce .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vjFWKRNCce .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vjFWKRNCce .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vjFWKRNCce .container {
  display: flex;
  margin: auto;
}
.cid-vjFWKRNCce .iconfont-wrapper {
  color: #f9f6e0;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vjFWKRNCce .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vjFWKRNCce .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vjFWKRNCce .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vjFWKRNCce .navbar-nav {
    margin: 0;
  }
}
.cid-vjFWKRNCce .dropdown-menu,
.cid-vjFWKRNCce .navbar.opened {
  background-color: false !important;
}
.cid-vjFWKRNCce .nav-item:focus,
.cid-vjFWKRNCce .nav-link:focus {
  outline: none;
}
.cid-vjFWKRNCce .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjFWKRNCce .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjFWKRNCce .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjFWKRNCce .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjFWKRNCce .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjFWKRNCce .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjFWKRNCce .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vjFWKRNCce .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vjFWKRNCce .navbar.opened {
  transition: all 0.3s;
}
.cid-vjFWKRNCce .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vjFWKRNCce .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vjFWKRNCce .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-vjFWKRNCce .navbar.collapsed {
  justify-content: center;
}
.cid-vjFWKRNCce .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjFWKRNCce .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vjFWKRNCce .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjFWKRNCce .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjFWKRNCce .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjFWKRNCce .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vjFWKRNCce .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vjFWKRNCce .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vjFWKRNCce .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vjFWKRNCce .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjFWKRNCce .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjFWKRNCce .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vjFWKRNCce .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjFWKRNCce .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vjFWKRNCce .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjFWKRNCce .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vjFWKRNCce .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vjFWKRNCce .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vjFWKRNCce .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vjFWKRNCce .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjFWKRNCce .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vjFWKRNCce .navbar.navbar-short {
  min-height: 60px;
}
.cid-vjFWKRNCce .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vjFWKRNCce .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vjFWKRNCce .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vjFWKRNCce .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vjFWKRNCce .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjFWKRNCce .dropdown-item.active,
.cid-vjFWKRNCce .dropdown-item:active {
  background-color: transparent;
}
.cid-vjFWKRNCce .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-vjFWKRNCce .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjFWKRNCce .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjFWKRNCce .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjFWKRNCce ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vjFWKRNCce .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vjFWKRNCce button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #282828;
  background: #474a48;
}
.cid-vjFWKRNCce button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f6e0;
}
.cid-vjFWKRNCce button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjFWKRNCce button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjFWKRNCce button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjFWKRNCce button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjFWKRNCce nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjFWKRNCce nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjFWKRNCce nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjFWKRNCce nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjFWKRNCce a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vjFWKRNCce .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjFWKRNCce .navbar {
    height: 70px;
  }
  .cid-vjFWKRNCce .navbar.opened {
    height: auto;
  }
  .cid-vjFWKRNCce .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjFWKRNCce .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vjFWKRNCce .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-vjFWKRNCce .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 200px;
}
.cid-vjFWKRNCce .navbar-caption:hover {
  color: #e0b548;
}
@media (min-width: 992px) {
  .cid-vjFWKRNCce .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vjFWKRNCce .text_widget {
  margin-bottom: 32px;
}
.cid-vjFWKRNCce .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vjFWKRNCce .text_widget a:hover,
.cid-vjFWKRNCce .text_widget a:focus {
  opacity: .6;
}
.cid-vjFWKRNCce .mbr-section-subtitle {
  color: #F9F6E0;
  text-align: center;
}
.cid-vjFWKRNCce .navbar-caption {
  color: #F9F6E0;
}
.cid-vjFWKRNCce .mbr-text {
  color: #F9F6E0;
  text-align: center;
}
.cid-vjFWKRNCce .mbr-section-subtitle,
.cid-vjFWKRNCce .text_widget,
.cid-vjFWKRNCce .mbr-section-btn {
  text-align: center;
}
.cid-vjFWKRNCce a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vjFWKSLeXA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474a48;
}
.cid-vjFWKSLeXA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjFWKSLeXA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjFWKSLeXA .row {
  justify-content: center;
}
.cid-vjFWKSLeXA .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vjFWKSLeXA .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-vjFWKSLeXA .container {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-vjFWKSLeXA .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vjFWKSLeXA .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vjFWKSLeXA .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vjFWKSLeXA .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vjFWKSLeXA .content-wrapper .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-vjFWKSLeXA .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-vjFWKSLeXA .content-wrapper .list .item-wrap:hover,
.cid-vjFWKSLeXA .content-wrapper .list .item-wrap:focus {
  color: #f2ac2b;
}
.cid-vjFWKSLeXA .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-vjFWKSLeXA .mbr-section-title {
  color: #e0b548;
}
.cid-vjFWKSLeXA .mbr-text {
  color: #f9f6e0;
}
.cid-vjFWKSLeXA .list {
  color: #d2d2df;
}
.cid-vjFWKXSqQL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #474a48;
}
.cid-vjFWKXSqQL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjFWKXSqQL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjFWKXSqQL .card-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-vjFWKXSqQL .card-wrapper {
    margin: 3px 0;
  }
}
.cid-vjFWKXSqQL .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-vjFWKXSqQL .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-vjFWKYk0BH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474a48;
}
.cid-vjFWKYk0BH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjFWKYk0BH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjFWKYk0BH .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vjFWKYk0BH .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vjFWKYk0BH .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-vjFWKYk0BH .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vjFWKYk0BH .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vjFWKYk0BH .item {
    margin-bottom: 20px;
  }
}
.cid-vjFWKYk0BH .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vjFWKYk0BH .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vjFWKYk0BH .item .item-wrapper .card-box .card-title_1,
.cid-vjFWKYk0BH .item .item-wrapper .card-box .card-title_2,
.cid-vjFWKYk0BH .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 40px;
}
.cid-vjFWKYk0BH .item .item-wrapper .iconfont-wrapper {
  text-align: center;
}
.cid-vjFWKYk0BH .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #f9f6e0;
  background-color: #e0b548;
}
.cid-vjFWKYk0BH .item .card_1 {
  background-color: #282828;
}
.cid-vjFWKYk0BH .item .card_2 {
  background-color: #282828;
}
.cid-vjFWKYk0BH .item .card_3 {
  background-color: #282828;
}
.cid-vjFWKYk0BH .btn-wrapper {
  margin-top: -6%;
}
.cid-vjFWKYk0BH .mbr-section-title,
.cid-vjFWKYk0BH .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vjFWKYk0BH .card-title_1 {
  color: #f1f5eb;
  text-align: center;
}
.cid-vjFWKYk0BH .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-vjFWKYk0BH .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-vjFWKYk0BH .card-title_1,
.cid-vjFWKYk0BH .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vjFWKYk0BH .card-title_2,
.cid-vjFWKYk0BH .mbr-section-btn {
  color: #ffffff;
}
.cid-vjFWKYk0BH .card-title_3,
.cid-vjFWKYk0BH .mbr-section-btn {
  color: #ffffff;
}
.cid-vjFWKYLV44 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2f2f2f;
}
.cid-vjFWKYLV44 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjFWKYLV44 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjFWKYLV44 .row {
  justify-content: center;
}
.cid-vjFWKYLV44 .card {
  justify-content: center;
}
.cid-vjFWKYLV44 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vjFWKYLV44 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vjFWKYLV44 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vjFWKYLV44 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vjFWKYLV44 .nav-wrapper .list .item-wrap:hover,
.cid-vjFWKYLV44 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-vjFWKYLV44 .list,
.cid-vjFWKYLV44 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vjFWOZaYaP {
  background-color: transparent;
}
.cid-vjFWOZaYaP .navbar-dropdown {
  background-color: #282828 !important;
  padding: 0;
}
.cid-vjFWOZaYaP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #282828 !important;
  background: #282828;
}
.cid-vjFWOZaYaP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vjFWOZaYaP .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vjFWOZaYaP .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vjFWOZaYaP .menu_box .navbar.opened,
  .cid-vjFWOZaYaP .menu_box .navbar-collapse {
    background-color: #282828 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vjFWOZaYaP .navbar-dropdown {
  position: relative !important;
}
.cid-vjFWOZaYaP .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vjFWOZaYaP .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vjFWOZaYaP .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vjFWOZaYaP .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vjFWOZaYaP .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vjFWOZaYaP .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vjFWOZaYaP .offcanvas-body .mbr-text,
  .cid-vjFWOZaYaP .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vjFWOZaYaP .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vjFWOZaYaP .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vjFWOZaYaP .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f9f6e0;
  }
  .cid-vjFWOZaYaP .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vjFWOZaYaP .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vjFWOZaYaP .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vjFWOZaYaP .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vjFWOZaYaP ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vjFWOZaYaP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vjFWOZaYaP .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vjFWOZaYaP .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vjFWOZaYaP li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    padding: 4px 20px !important;
    margin: 0;
    border-right: 1px solid #72716b;
  }
  .cid-vjFWOZaYaP .lg_brand {
    margin: 0 1rem;
  }
  .cid-vjFWOZaYaP .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vjFWOZaYaP .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vjFWOZaYaP .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vjFWOZaYaP .nav-item {
    margin: 0 !important;
  }
}
.cid-vjFWOZaYaP .nav-item .nav-link {
  transition: all 0.5s ease-out;
  position: relative;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vjFWOZaYaP .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-vjFWOZaYaP .nav-item .nav-link::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  bottom: -12px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-vjFWOZaYaP .nav-item .nav-link:hover,
.cid-vjFWOZaYaP .nav-item .nav-link:focus {
  color: #e0b548 !important;
}
.cid-vjFWOZaYaP .nav-item .nav-link:hover::before,
.cid-vjFWOZaYaP .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vjFWOZaYaP .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vjFWOZaYaP .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vjFWOZaYaP .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vjFWOZaYaP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vjFWOZaYaP .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vjFWOZaYaP .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vjFWOZaYaP .offcanvas_box {
    display: none;
  }
}
.cid-vjFWOZaYaP .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vjFWOZaYaP .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vjFWOZaYaP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vjFWOZaYaP .container {
  display: flex;
  margin: auto;
}
.cid-vjFWOZaYaP .iconfont-wrapper {
  color: #f9f6e0;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vjFWOZaYaP .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vjFWOZaYaP .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vjFWOZaYaP .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vjFWOZaYaP .navbar-nav {
    margin: 0;
  }
}
.cid-vjFWOZaYaP .dropdown-menu,
.cid-vjFWOZaYaP .navbar.opened {
  background-color: false !important;
}
.cid-vjFWOZaYaP .nav-item:focus,
.cid-vjFWOZaYaP .nav-link:focus {
  outline: none;
}
.cid-vjFWOZaYaP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjFWOZaYaP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjFWOZaYaP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjFWOZaYaP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjFWOZaYaP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjFWOZaYaP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjFWOZaYaP .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vjFWOZaYaP .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vjFWOZaYaP .navbar.opened {
  transition: all 0.3s;
}
.cid-vjFWOZaYaP .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vjFWOZaYaP .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vjFWOZaYaP .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-vjFWOZaYaP .navbar.collapsed {
  justify-content: center;
}
.cid-vjFWOZaYaP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjFWOZaYaP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vjFWOZaYaP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjFWOZaYaP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjFWOZaYaP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjFWOZaYaP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vjFWOZaYaP .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vjFWOZaYaP .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vjFWOZaYaP .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vjFWOZaYaP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjFWOZaYaP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjFWOZaYaP .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vjFWOZaYaP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjFWOZaYaP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vjFWOZaYaP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjFWOZaYaP .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vjFWOZaYaP .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vjFWOZaYaP .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vjFWOZaYaP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vjFWOZaYaP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjFWOZaYaP .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vjFWOZaYaP .navbar.navbar-short {
  min-height: 60px;
}
.cid-vjFWOZaYaP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vjFWOZaYaP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vjFWOZaYaP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vjFWOZaYaP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vjFWOZaYaP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjFWOZaYaP .dropdown-item.active,
.cid-vjFWOZaYaP .dropdown-item:active {
  background-color: transparent;
}
.cid-vjFWOZaYaP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-vjFWOZaYaP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjFWOZaYaP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjFWOZaYaP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjFWOZaYaP ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vjFWOZaYaP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vjFWOZaYaP button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #282828;
  background: #474a48;
}
.cid-vjFWOZaYaP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f6e0;
}
.cid-vjFWOZaYaP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjFWOZaYaP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjFWOZaYaP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjFWOZaYaP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjFWOZaYaP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjFWOZaYaP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjFWOZaYaP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjFWOZaYaP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjFWOZaYaP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vjFWOZaYaP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjFWOZaYaP .navbar {
    height: 70px;
  }
  .cid-vjFWOZaYaP .navbar.opened {
    height: auto;
  }
  .cid-vjFWOZaYaP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjFWOZaYaP .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vjFWOZaYaP .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-vjFWOZaYaP .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 200px;
}
.cid-vjFWOZaYaP .navbar-caption:hover {
  color: #e0b548;
}
@media (min-width: 992px) {
  .cid-vjFWOZaYaP .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vjFWOZaYaP .text_widget {
  margin-bottom: 32px;
}
.cid-vjFWOZaYaP .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vjFWOZaYaP .text_widget a:hover,
.cid-vjFWOZaYaP .text_widget a:focus {
  opacity: .6;
}
.cid-vjFWOZaYaP .mbr-section-subtitle {
  color: #F9F6E0;
  text-align: center;
}
.cid-vjFWOZaYaP .navbar-caption {
  color: #F9F6E0;
}
.cid-vjFWOZaYaP .mbr-text {
  color: #F9F6E0;
  text-align: center;
}
.cid-vjFWOZaYaP .mbr-section-subtitle,
.cid-vjFWOZaYaP .text_widget,
.cid-vjFWOZaYaP .mbr-section-btn {
  text-align: center;
}
.cid-vjFWOZaYaP a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vjFWP0brwY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474a48;
}
.cid-vjFWP0brwY .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vjFWP0brwY .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vjFWP0brwY .container {
    padding: 0 24px;
  }
}
.cid-vjFWP0brwY .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vjFWP0brwY .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vjFWP0brwY .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vjFWP0brwY .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vjFWP0brwY .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vjFWP0brwY .mbr-section-btn {
    text-align: left;
  }
}
.cid-vjFWP0brwY .mbr-section-title {
  color: #e0b548;
}
.cid-vjFWP0brwY .mbr-text {
  color: #f9f6e0;
}
.cid-vjFWP0brwY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjFWP0brwY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjFWP0brwY .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vjFWP0brwY .container {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-vjFWP0brwY .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vjFWP0brwY .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vjFWP0brwY .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vjFWP0brwY .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vjFWP0brwY .content-wrapper .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-vjFWP0brwY .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-vjFWP0brwY .content-wrapper .list .item-wrap:hover,
.cid-vjFWP0brwY .content-wrapper .list .item-wrap:focus {
  color: #f2ac2b;
}
.cid-vjFWP0brwY .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-vjFWP0brwY .list {
  color: #d2d2df;
}
.cid-vjFWP3URaJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #474a48;
}
.cid-vjFWP3URaJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjFWP3URaJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjFWP3URaJ .card-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-vjFWP3URaJ .card-wrapper {
    margin: 3px 0;
  }
}
.cid-vjFWP3URaJ .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-vjFWP3URaJ .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-vjFWP4kNoY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474a48;
}
.cid-vjFWP4kNoY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjFWP4kNoY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjFWP4kNoY .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vjFWP4kNoY .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vjFWP4kNoY .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-vjFWP4kNoY .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vjFWP4kNoY .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vjFWP4kNoY .item {
    margin-bottom: 20px;
  }
}
.cid-vjFWP4kNoY .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vjFWP4kNoY .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vjFWP4kNoY .item .item-wrapper .card-box .card-title_1,
.cid-vjFWP4kNoY .item .item-wrapper .card-box .card-title_2,
.cid-vjFWP4kNoY .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 40px;
}
.cid-vjFWP4kNoY .item .item-wrapper .iconfont-wrapper {
  text-align: center;
}
.cid-vjFWP4kNoY .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #f9f6e0;
  background-color: #e0b548;
}
.cid-vjFWP4kNoY .item .card_1 {
  background-color: #282828;
}
.cid-vjFWP4kNoY .item .card_2 {
  background-color: #282828;
}
.cid-vjFWP4kNoY .item .card_3 {
  background-color: #282828;
}
.cid-vjFWP4kNoY .btn-wrapper {
  margin-top: -6%;
}
.cid-vjFWP4kNoY .mbr-section-title,
.cid-vjFWP4kNoY .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vjFWP4kNoY .card-title_1 {
  color: #f1f5eb;
  text-align: center;
}
.cid-vjFWP4kNoY .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-vjFWP4kNoY .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-vjFWP4kNoY .card-title_1,
.cid-vjFWP4kNoY .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vjFWP4kNoY .card-title_2,
.cid-vjFWP4kNoY .mbr-section-btn {
  color: #ffffff;
}
.cid-vjFWP4kNoY .card-title_3,
.cid-vjFWP4kNoY .mbr-section-btn {
  color: #ffffff;
}
.cid-vjFWP4JzLu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2f2f2f;
}
.cid-vjFWP4JzLu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjFWP4JzLu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjFWP4JzLu .row {
  justify-content: center;
}
.cid-vjFWP4JzLu .card {
  justify-content: center;
}
.cid-vjFWP4JzLu .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vjFWP4JzLu .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vjFWP4JzLu .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vjFWP4JzLu .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vjFWP4JzLu .nav-wrapper .list .item-wrap:hover,
.cid-vjFWP4JzLu .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-vjFWP4JzLu .list,
.cid-vjFWP4JzLu .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vjFWT5JmI1 {
  background-color: transparent;
}
.cid-vjFWT5JmI1 .navbar-dropdown {
  background-color: #282828 !important;
  padding: 0;
}
.cid-vjFWT5JmI1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #282828 !important;
  background: #282828;
}
.cid-vjFWT5JmI1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vjFWT5JmI1 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vjFWT5JmI1 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vjFWT5JmI1 .menu_box .navbar.opened,
  .cid-vjFWT5JmI1 .menu_box .navbar-collapse {
    background-color: #282828 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vjFWT5JmI1 .navbar-dropdown {
  position: relative !important;
}
.cid-vjFWT5JmI1 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vjFWT5JmI1 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vjFWT5JmI1 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vjFWT5JmI1 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vjFWT5JmI1 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vjFWT5JmI1 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vjFWT5JmI1 .offcanvas-body .mbr-text,
  .cid-vjFWT5JmI1 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vjFWT5JmI1 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vjFWT5JmI1 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vjFWT5JmI1 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f9f6e0;
  }
  .cid-vjFWT5JmI1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vjFWT5JmI1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vjFWT5JmI1 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vjFWT5JmI1 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vjFWT5JmI1 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vjFWT5JmI1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vjFWT5JmI1 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vjFWT5JmI1 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vjFWT5JmI1 li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    padding: 4px 20px !important;
    margin: 0;
    border-right: 1px solid #72716b;
  }
  .cid-vjFWT5JmI1 .lg_brand {
    margin: 0 1rem;
  }
  .cid-vjFWT5JmI1 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vjFWT5JmI1 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vjFWT5JmI1 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vjFWT5JmI1 .nav-item {
    margin: 0 !important;
  }
}
.cid-vjFWT5JmI1 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  position: relative;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vjFWT5JmI1 .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-vjFWT5JmI1 .nav-item .nav-link::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  bottom: -12px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-vjFWT5JmI1 .nav-item .nav-link:hover,
.cid-vjFWT5JmI1 .nav-item .nav-link:focus {
  color: #e0b548 !important;
}
.cid-vjFWT5JmI1 .nav-item .nav-link:hover::before,
.cid-vjFWT5JmI1 .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vjFWT5JmI1 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vjFWT5JmI1 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vjFWT5JmI1 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vjFWT5JmI1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vjFWT5JmI1 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vjFWT5JmI1 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vjFWT5JmI1 .offcanvas_box {
    display: none;
  }
}
.cid-vjFWT5JmI1 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vjFWT5JmI1 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vjFWT5JmI1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vjFWT5JmI1 .container {
  display: flex;
  margin: auto;
}
.cid-vjFWT5JmI1 .iconfont-wrapper {
  color: #f9f6e0;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vjFWT5JmI1 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vjFWT5JmI1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vjFWT5JmI1 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vjFWT5JmI1 .navbar-nav {
    margin: 0;
  }
}
.cid-vjFWT5JmI1 .dropdown-menu,
.cid-vjFWT5JmI1 .navbar.opened {
  background-color: false !important;
}
.cid-vjFWT5JmI1 .nav-item:focus,
.cid-vjFWT5JmI1 .nav-link:focus {
  outline: none;
}
.cid-vjFWT5JmI1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjFWT5JmI1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjFWT5JmI1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjFWT5JmI1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjFWT5JmI1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjFWT5JmI1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjFWT5JmI1 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vjFWT5JmI1 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vjFWT5JmI1 .navbar.opened {
  transition: all 0.3s;
}
.cid-vjFWT5JmI1 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vjFWT5JmI1 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vjFWT5JmI1 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-vjFWT5JmI1 .navbar.collapsed {
  justify-content: center;
}
.cid-vjFWT5JmI1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjFWT5JmI1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vjFWT5JmI1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjFWT5JmI1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjFWT5JmI1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjFWT5JmI1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vjFWT5JmI1 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vjFWT5JmI1 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vjFWT5JmI1 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vjFWT5JmI1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjFWT5JmI1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjFWT5JmI1 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vjFWT5JmI1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjFWT5JmI1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vjFWT5JmI1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjFWT5JmI1 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vjFWT5JmI1 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vjFWT5JmI1 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vjFWT5JmI1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vjFWT5JmI1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjFWT5JmI1 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vjFWT5JmI1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vjFWT5JmI1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vjFWT5JmI1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vjFWT5JmI1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vjFWT5JmI1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vjFWT5JmI1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjFWT5JmI1 .dropdown-item.active,
.cid-vjFWT5JmI1 .dropdown-item:active {
  background-color: transparent;
}
.cid-vjFWT5JmI1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-vjFWT5JmI1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjFWT5JmI1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjFWT5JmI1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjFWT5JmI1 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vjFWT5JmI1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vjFWT5JmI1 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #282828;
  background: #474a48;
}
.cid-vjFWT5JmI1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f6e0;
}
.cid-vjFWT5JmI1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjFWT5JmI1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjFWT5JmI1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjFWT5JmI1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjFWT5JmI1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjFWT5JmI1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjFWT5JmI1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjFWT5JmI1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjFWT5JmI1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vjFWT5JmI1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjFWT5JmI1 .navbar {
    height: 70px;
  }
  .cid-vjFWT5JmI1 .navbar.opened {
    height: auto;
  }
  .cid-vjFWT5JmI1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjFWT5JmI1 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vjFWT5JmI1 .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-vjFWT5JmI1 .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 200px;
}
.cid-vjFWT5JmI1 .navbar-caption:hover {
  color: #e0b548;
}
@media (min-width: 992px) {
  .cid-vjFWT5JmI1 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vjFWT5JmI1 .text_widget {
  margin-bottom: 32px;
}
.cid-vjFWT5JmI1 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vjFWT5JmI1 .text_widget a:hover,
.cid-vjFWT5JmI1 .text_widget a:focus {
  opacity: .6;
}
.cid-vjFWT5JmI1 .mbr-section-subtitle {
  color: #F9F6E0;
  text-align: center;
}
.cid-vjFWT5JmI1 .navbar-caption {
  color: #F9F6E0;
}
.cid-vjFWT5JmI1 .mbr-text {
  color: #F9F6E0;
  text-align: center;
}
.cid-vjFWT5JmI1 .mbr-section-subtitle,
.cid-vjFWT5JmI1 .text_widget,
.cid-vjFWT5JmI1 .mbr-section-btn {
  text-align: center;
}
.cid-vjFWT5JmI1 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vjFWT7qHfh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474a48;
}
.cid-vjFWT7qHfh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjFWT7qHfh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjFWT7qHfh .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vjFWT7qHfh .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vjFWT7qHfh .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-vjFWT7qHfh .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vjFWT7qHfh .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vjFWT7qHfh .item {
    margin-bottom: 20px;
  }
}
.cid-vjFWT7qHfh .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vjFWT7qHfh .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vjFWT7qHfh .item .item-wrapper .card-box .card-title_1,
.cid-vjFWT7qHfh .item .item-wrapper .card-box .card-title_2,
.cid-vjFWT7qHfh .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-vjFWT7qHfh .item .item-wrapper .card-box .card-text_1,
.cid-vjFWT7qHfh .item .item-wrapper .card-box .card-text_2,
.cid-vjFWT7qHfh .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-vjFWT7qHfh .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-vjFWT7qHfh .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vjFWT7qHfh .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vjFWT7qHfh .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-vjFWT7qHfh .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #f9f6e0;
  background-color: #e0b548;
}
.cid-vjFWT7qHfh .item .card_1 {
  background-color: #282828;
}
.cid-vjFWT7qHfh .item .card_2 {
  background-color: #d1e0be;
}
.cid-vjFWT7qHfh .item .card_3 {
  background-color: #e6eddc;
}
.cid-vjFWT7qHfh .btn-wrapper {
  margin-top: -6%;
}
.cid-vjFWT7qHfh .mbr-section-title,
.cid-vjFWT7qHfh .title-wrapper {
  color: #e0b548;
  text-align: center;
}
.cid-vjFWT7qHfh .card-title_1 {
  color: #f1f5eb;
}
.cid-vjFWT7qHfh .card-text_1 {
  color: #f9f6e0;
  text-align: center;
}
.cid-vjFWT7qHfh .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-vjFWT7qHfh .card-text_2 {
  color: #323432;
  text-align: center;
}
.cid-vjFWT7qHfh .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-vjFWT7qHfh .card-text_3 {
  color: #5c834f;
  text-align: center;
}
.cid-vjFWT7qHfh .card-title_1,
.cid-vjFWT7qHfh .mbr-section-btn {
  text-align: center;
  color: #e0b548;
}
.cid-vjFWTasdjv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #474a48;
}
.cid-vjFWTasdjv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjFWTasdjv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjFWTasdjv .card-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-vjFWTasdjv .card-wrapper {
    margin: 3px 0;
  }
}
.cid-vjFWTasdjv .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-vjFWTasdjv .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-vjFWTaRQVk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474a48;
}
.cid-vjFWTaRQVk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjFWTaRQVk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjFWTaRQVk .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vjFWTaRQVk .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vjFWTaRQVk .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-vjFWTaRQVk .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vjFWTaRQVk .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vjFWTaRQVk .item {
    margin-bottom: 20px;
  }
}
.cid-vjFWTaRQVk .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vjFWTaRQVk .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vjFWTaRQVk .item .item-wrapper .card-box .card-title_1,
.cid-vjFWTaRQVk .item .item-wrapper .card-box .card-title_2,
.cid-vjFWTaRQVk .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 40px;
}
.cid-vjFWTaRQVk .item .item-wrapper .iconfont-wrapper {
  text-align: center;
}
.cid-vjFWTaRQVk .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #f9f6e0;
  background-color: #e0b548;
}
.cid-vjFWTaRQVk .item .card_1 {
  background-color: #282828;
}
.cid-vjFWTaRQVk .item .card_2 {
  background-color: #282828;
}
.cid-vjFWTaRQVk .item .card_3 {
  background-color: #282828;
}
.cid-vjFWTaRQVk .btn-wrapper {
  margin-top: -6%;
}
.cid-vjFWTaRQVk .mbr-section-title,
.cid-vjFWTaRQVk .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vjFWTaRQVk .card-title_1 {
  color: #f1f5eb;
  text-align: center;
}
.cid-vjFWTaRQVk .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-vjFWTaRQVk .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-vjFWTaRQVk .card-title_1,
.cid-vjFWTaRQVk .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vjFWTaRQVk .card-title_2,
.cid-vjFWTaRQVk .mbr-section-btn {
  color: #ffffff;
}
.cid-vjFWTaRQVk .card-title_3,
.cid-vjFWTaRQVk .mbr-section-btn {
  color: #ffffff;
}
.cid-vjFWTbfaNo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2f2f2f;
}
.cid-vjFWTbfaNo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjFWTbfaNo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjFWTbfaNo .row {
  justify-content: center;
}
.cid-vjFWTbfaNo .card {
  justify-content: center;
}
.cid-vjFWTbfaNo .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vjFWTbfaNo .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vjFWTbfaNo .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vjFWTbfaNo .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vjFWTbfaNo .nav-wrapper .list .item-wrap:hover,
.cid-vjFWTbfaNo .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-vjFWTbfaNo .list,
.cid-vjFWTbfaNo .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vjFWXgSR1n {
  background-color: transparent;
}
.cid-vjFWXgSR1n .navbar-dropdown {
  background-color: #282828 !important;
  padding: 0;
}
.cid-vjFWXgSR1n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #282828 !important;
  background: #282828;
}
.cid-vjFWXgSR1n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vjFWXgSR1n .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vjFWXgSR1n .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vjFWXgSR1n .menu_box .navbar.opened,
  .cid-vjFWXgSR1n .menu_box .navbar-collapse {
    background-color: #282828 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vjFWXgSR1n .navbar-dropdown {
  position: relative !important;
}
.cid-vjFWXgSR1n .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vjFWXgSR1n .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vjFWXgSR1n .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vjFWXgSR1n .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vjFWXgSR1n .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vjFWXgSR1n .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vjFWXgSR1n .offcanvas-body .mbr-text,
  .cid-vjFWXgSR1n .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vjFWXgSR1n .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vjFWXgSR1n .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vjFWXgSR1n .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f9f6e0;
  }
  .cid-vjFWXgSR1n .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vjFWXgSR1n .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vjFWXgSR1n .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vjFWXgSR1n .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vjFWXgSR1n ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vjFWXgSR1n .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vjFWXgSR1n .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vjFWXgSR1n .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vjFWXgSR1n li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    padding: 4px 20px !important;
    margin: 0;
    border-right: 1px solid #72716b;
  }
  .cid-vjFWXgSR1n .lg_brand {
    margin: 0 1rem;
  }
  .cid-vjFWXgSR1n .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vjFWXgSR1n .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vjFWXgSR1n .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vjFWXgSR1n .nav-item {
    margin: 0 !important;
  }
}
.cid-vjFWXgSR1n .nav-item .nav-link {
  transition: all 0.5s ease-out;
  position: relative;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vjFWXgSR1n .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-vjFWXgSR1n .nav-item .nav-link::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  bottom: -12px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-vjFWXgSR1n .nav-item .nav-link:hover,
.cid-vjFWXgSR1n .nav-item .nav-link:focus {
  color: #e0b548 !important;
}
.cid-vjFWXgSR1n .nav-item .nav-link:hover::before,
.cid-vjFWXgSR1n .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vjFWXgSR1n .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vjFWXgSR1n .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vjFWXgSR1n .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vjFWXgSR1n .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vjFWXgSR1n .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vjFWXgSR1n .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vjFWXgSR1n .offcanvas_box {
    display: none;
  }
}
.cid-vjFWXgSR1n .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vjFWXgSR1n .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vjFWXgSR1n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vjFWXgSR1n .container {
  display: flex;
  margin: auto;
}
.cid-vjFWXgSR1n .iconfont-wrapper {
  color: #f9f6e0;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vjFWXgSR1n .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vjFWXgSR1n .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vjFWXgSR1n .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vjFWXgSR1n .navbar-nav {
    margin: 0;
  }
}
.cid-vjFWXgSR1n .dropdown-menu,
.cid-vjFWXgSR1n .navbar.opened {
  background-color: false !important;
}
.cid-vjFWXgSR1n .nav-item:focus,
.cid-vjFWXgSR1n .nav-link:focus {
  outline: none;
}
.cid-vjFWXgSR1n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjFWXgSR1n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjFWXgSR1n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjFWXgSR1n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjFWXgSR1n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjFWXgSR1n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjFWXgSR1n .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vjFWXgSR1n .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vjFWXgSR1n .navbar.opened {
  transition: all 0.3s;
}
.cid-vjFWXgSR1n .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vjFWXgSR1n .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vjFWXgSR1n .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-vjFWXgSR1n .navbar.collapsed {
  justify-content: center;
}
.cid-vjFWXgSR1n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjFWXgSR1n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vjFWXgSR1n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjFWXgSR1n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjFWXgSR1n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjFWXgSR1n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vjFWXgSR1n .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vjFWXgSR1n .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vjFWXgSR1n .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vjFWXgSR1n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjFWXgSR1n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjFWXgSR1n .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vjFWXgSR1n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjFWXgSR1n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vjFWXgSR1n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjFWXgSR1n .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vjFWXgSR1n .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vjFWXgSR1n .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vjFWXgSR1n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vjFWXgSR1n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjFWXgSR1n .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vjFWXgSR1n .navbar.navbar-short {
  min-height: 60px;
}
.cid-vjFWXgSR1n .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vjFWXgSR1n .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vjFWXgSR1n .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vjFWXgSR1n .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vjFWXgSR1n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjFWXgSR1n .dropdown-item.active,
.cid-vjFWXgSR1n .dropdown-item:active {
  background-color: transparent;
}
.cid-vjFWXgSR1n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-vjFWXgSR1n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjFWXgSR1n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjFWXgSR1n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjFWXgSR1n ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vjFWXgSR1n .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vjFWXgSR1n button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #282828;
  background: #474a48;
}
.cid-vjFWXgSR1n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f6e0;
}
.cid-vjFWXgSR1n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjFWXgSR1n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjFWXgSR1n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjFWXgSR1n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjFWXgSR1n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjFWXgSR1n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjFWXgSR1n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjFWXgSR1n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjFWXgSR1n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vjFWXgSR1n .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjFWXgSR1n .navbar {
    height: 70px;
  }
  .cid-vjFWXgSR1n .navbar.opened {
    height: auto;
  }
  .cid-vjFWXgSR1n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjFWXgSR1n .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vjFWXgSR1n .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-vjFWXgSR1n .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 200px;
}
.cid-vjFWXgSR1n .navbar-caption:hover {
  color: #e0b548;
}
@media (min-width: 992px) {
  .cid-vjFWXgSR1n .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vjFWXgSR1n .text_widget {
  margin-bottom: 32px;
}
.cid-vjFWXgSR1n .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vjFWXgSR1n .text_widget a:hover,
.cid-vjFWXgSR1n .text_widget a:focus {
  opacity: .6;
}
.cid-vjFWXgSR1n .mbr-section-subtitle {
  color: #F9F6E0;
  text-align: center;
}
.cid-vjFWXgSR1n .navbar-caption {
  color: #F9F6E0;
}
.cid-vjFWXgSR1n .mbr-text {
  color: #F9F6E0;
  text-align: center;
}
.cid-vjFWXgSR1n .mbr-section-subtitle,
.cid-vjFWXgSR1n .text_widget,
.cid-vjFWXgSR1n .mbr-section-btn {
  text-align: center;
}
.cid-vjFWXgSR1n a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vjFWXkByEJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #474a48;
}
.cid-vjFWXkByEJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjFWXkByEJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjFWXkByEJ .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vjFWXkByEJ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vjFWXkByEJ .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1440px) {
  .cid-vjFWXkByEJ .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vjFWXkByEJ .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vjFWXkByEJ .item {
    margin-bottom: 16px;
  }
}
.cid-vjFWXkByEJ .item .item-wrapper {
  padding: 32px;
  background-color: #282828;
  height: 100%;
}
@media (max-width: 1200px) {
  .cid-vjFWXkByEJ .item .item-wrapper {
    padding: 32px 20px;
  }
}
.cid-vjFWXkByEJ .item .item-wrapper .image-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-vjFWXkByEJ .item .item-wrapper .image-wrapper {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 1440px) {
  .cid-vjFWXkByEJ .item .item-wrapper .image-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-vjFWXkByEJ .item .item-wrapper .image-wrapper .item-img img {
  height: 86px;
  width: 86px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-vjFWXkByEJ .item .item-wrapper .image-wrapper .rating-wrap {
  display: inline-flex;
  align-items: flex-end;
}
.cid-vjFWXkByEJ .item .item-wrapper .image-wrapper .rating-wrap .item-number {
  margin-bottom: 0;
}
.cid-vjFWXkByEJ .item .item-wrapper .image-wrapper .rating-wrap .icon-wrapper {
  padding-bottom: 8px;
}
.cid-vjFWXkByEJ .item .item-wrapper .image-wrapper .rating-wrap .icon-wrapper .mbr-iconfont {
  display: flex;
  margin-left: 4px;
  font-size: 36px;
  color: #ffdd00;
}
.cid-vjFWXkByEJ .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-vjFWXkByEJ .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vjFWXkByEJ .main-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vjFWXkByEJ .main-btn {
    margin-top: 16px;
  }
}
.cid-vjFWXkByEJ .btn-wrapper {
  margin-top: -5%;
}
.cid-vjFWXkByEJ .mbr-section-title {
  color: #e0b548;
}
.cid-vjFWXkByEJ .mbr-section-title,
.cid-vjFWXkByEJ .main-btn {
  text-align: center;
}
.cid-vjFWXkByEJ .item-title {
  color: #000c3f;
}
.cid-vjFWXkByEJ .item-text {
  color: #f9f6e0;
}
.cid-vjFWXkByEJ .item-number {
  color: #000c3f;
}
.cid-vjFWXkByEJ .item-name {
  color: #f9f6e0;
}
.cid-vjFWXlPlK9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #474a48;
}
.cid-vjFWXlPlK9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjFWXlPlK9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjFWXlPlK9 .card-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-vjFWXlPlK9 .card-wrapper {
    margin: 3px 0;
  }
}
.cid-vjFWXlPlK9 .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-vjFWXlPlK9 .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-vjFWXme0aQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474a48;
}
.cid-vjFWXme0aQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjFWXme0aQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjFWXme0aQ .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vjFWXme0aQ .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vjFWXme0aQ .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-vjFWXme0aQ .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vjFWXme0aQ .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vjFWXme0aQ .item {
    margin-bottom: 20px;
  }
}
.cid-vjFWXme0aQ .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vjFWXme0aQ .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vjFWXme0aQ .item .item-wrapper .card-box .card-title_1,
.cid-vjFWXme0aQ .item .item-wrapper .card-box .card-title_2,
.cid-vjFWXme0aQ .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 40px;
}
.cid-vjFWXme0aQ .item .item-wrapper .iconfont-wrapper {
  text-align: center;
}
.cid-vjFWXme0aQ .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #f9f6e0;
  background-color: #e0b548;
}
.cid-vjFWXme0aQ .item .card_1 {
  background-color: #282828;
}
.cid-vjFWXme0aQ .item .card_2 {
  background-color: #282828;
}
.cid-vjFWXme0aQ .item .card_3 {
  background-color: #282828;
}
.cid-vjFWXme0aQ .btn-wrapper {
  margin-top: -6%;
}
.cid-vjFWXme0aQ .mbr-section-title,
.cid-vjFWXme0aQ .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vjFWXme0aQ .card-title_1 {
  color: #f1f5eb;
  text-align: center;
}
.cid-vjFWXme0aQ .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-vjFWXme0aQ .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-vjFWXme0aQ .card-title_1,
.cid-vjFWXme0aQ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vjFWXme0aQ .card-title_2,
.cid-vjFWXme0aQ .mbr-section-btn {
  color: #ffffff;
}
.cid-vjFWXme0aQ .card-title_3,
.cid-vjFWXme0aQ .mbr-section-btn {
  color: #ffffff;
}
.cid-vjFWXmD39b {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2f2f2f;
}
.cid-vjFWXmD39b .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjFWXmD39b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjFWXmD39b .row {
  justify-content: center;
}
.cid-vjFWXmD39b .card {
  justify-content: center;
}
.cid-vjFWXmD39b .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vjFWXmD39b .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vjFWXmD39b .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vjFWXmD39b .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vjFWXmD39b .nav-wrapper .list .item-wrap:hover,
.cid-vjFWXmD39b .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-vjFWXmD39b .list,
.cid-vjFWXmD39b .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vjFYcIIVdN {
  background-color: transparent;
}
.cid-vjFYcIIVdN .navbar-dropdown {
  background-color: #282828 !important;
  padding: 0;
}
.cid-vjFYcIIVdN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #282828 !important;
  background: #282828;
}
.cid-vjFYcIIVdN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vjFYcIIVdN .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vjFYcIIVdN .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vjFYcIIVdN .menu_box .navbar.opened,
  .cid-vjFYcIIVdN .menu_box .navbar-collapse {
    background-color: #282828 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vjFYcIIVdN .navbar-dropdown {
  position: relative !important;
}
.cid-vjFYcIIVdN .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vjFYcIIVdN .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vjFYcIIVdN .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vjFYcIIVdN .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vjFYcIIVdN .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vjFYcIIVdN .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vjFYcIIVdN .offcanvas-body .mbr-text,
  .cid-vjFYcIIVdN .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vjFYcIIVdN .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vjFYcIIVdN .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vjFYcIIVdN .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f9f6e0;
  }
  .cid-vjFYcIIVdN .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vjFYcIIVdN .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vjFYcIIVdN .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vjFYcIIVdN .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vjFYcIIVdN ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vjFYcIIVdN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vjFYcIIVdN .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vjFYcIIVdN .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vjFYcIIVdN li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    padding: 4px 20px !important;
    margin: 0;
    border-right: 1px solid #72716b;
  }
  .cid-vjFYcIIVdN .lg_brand {
    margin: 0 1rem;
  }
  .cid-vjFYcIIVdN .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vjFYcIIVdN .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vjFYcIIVdN .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vjFYcIIVdN .nav-item {
    margin: 0 !important;
  }
}
.cid-vjFYcIIVdN .nav-item .nav-link {
  transition: all 0.5s ease-out;
  position: relative;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vjFYcIIVdN .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-vjFYcIIVdN .nav-item .nav-link::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  bottom: -12px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-vjFYcIIVdN .nav-item .nav-link:hover,
.cid-vjFYcIIVdN .nav-item .nav-link:focus {
  color: #e0b548 !important;
}
.cid-vjFYcIIVdN .nav-item .nav-link:hover::before,
.cid-vjFYcIIVdN .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vjFYcIIVdN .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vjFYcIIVdN .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vjFYcIIVdN .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vjFYcIIVdN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vjFYcIIVdN .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vjFYcIIVdN .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vjFYcIIVdN .offcanvas_box {
    display: none;
  }
}
.cid-vjFYcIIVdN .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vjFYcIIVdN .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vjFYcIIVdN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vjFYcIIVdN .container {
  display: flex;
  margin: auto;
}
.cid-vjFYcIIVdN .iconfont-wrapper {
  color: #f9f6e0;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vjFYcIIVdN .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vjFYcIIVdN .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vjFYcIIVdN .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vjFYcIIVdN .navbar-nav {
    margin: 0;
  }
}
.cid-vjFYcIIVdN .dropdown-menu,
.cid-vjFYcIIVdN .navbar.opened {
  background-color: false !important;
}
.cid-vjFYcIIVdN .nav-item:focus,
.cid-vjFYcIIVdN .nav-link:focus {
  outline: none;
}
.cid-vjFYcIIVdN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjFYcIIVdN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjFYcIIVdN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjFYcIIVdN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjFYcIIVdN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjFYcIIVdN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjFYcIIVdN .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vjFYcIIVdN .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vjFYcIIVdN .navbar.opened {
  transition: all 0.3s;
}
.cid-vjFYcIIVdN .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vjFYcIIVdN .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vjFYcIIVdN .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-vjFYcIIVdN .navbar.collapsed {
  justify-content: center;
}
.cid-vjFYcIIVdN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjFYcIIVdN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vjFYcIIVdN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjFYcIIVdN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjFYcIIVdN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjFYcIIVdN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vjFYcIIVdN .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vjFYcIIVdN .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vjFYcIIVdN .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vjFYcIIVdN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjFYcIIVdN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjFYcIIVdN .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vjFYcIIVdN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjFYcIIVdN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vjFYcIIVdN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjFYcIIVdN .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vjFYcIIVdN .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vjFYcIIVdN .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vjFYcIIVdN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vjFYcIIVdN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjFYcIIVdN .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vjFYcIIVdN .navbar.navbar-short {
  min-height: 60px;
}
.cid-vjFYcIIVdN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vjFYcIIVdN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vjFYcIIVdN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vjFYcIIVdN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vjFYcIIVdN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjFYcIIVdN .dropdown-item.active,
.cid-vjFYcIIVdN .dropdown-item:active {
  background-color: transparent;
}
.cid-vjFYcIIVdN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-vjFYcIIVdN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjFYcIIVdN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjFYcIIVdN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjFYcIIVdN ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vjFYcIIVdN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vjFYcIIVdN button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #282828;
  background: #474a48;
}
.cid-vjFYcIIVdN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f6e0;
}
.cid-vjFYcIIVdN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjFYcIIVdN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjFYcIIVdN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjFYcIIVdN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjFYcIIVdN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjFYcIIVdN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjFYcIIVdN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjFYcIIVdN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjFYcIIVdN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vjFYcIIVdN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjFYcIIVdN .navbar {
    height: 70px;
  }
  .cid-vjFYcIIVdN .navbar.opened {
    height: auto;
  }
  .cid-vjFYcIIVdN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjFYcIIVdN .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vjFYcIIVdN .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-vjFYcIIVdN .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 200px;
}
.cid-vjFYcIIVdN .navbar-caption:hover {
  color: #e0b548;
}
@media (min-width: 992px) {
  .cid-vjFYcIIVdN .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vjFYcIIVdN .text_widget {
  margin-bottom: 32px;
}
.cid-vjFYcIIVdN .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vjFYcIIVdN .text_widget a:hover,
.cid-vjFYcIIVdN .text_widget a:focus {
  opacity: .6;
}
.cid-vjFYcIIVdN .mbr-section-subtitle {
  color: #F9F6E0;
  text-align: center;
}
.cid-vjFYcIIVdN .navbar-caption {
  color: #F9F6E0;
}
.cid-vjFYcIIVdN .mbr-text {
  color: #F9F6E0;
  text-align: center;
}
.cid-vjFYcIIVdN .mbr-section-subtitle,
.cid-vjFYcIIVdN .text_widget,
.cid-vjFYcIIVdN .mbr-section-btn {
  text-align: center;
}
.cid-vjFYcIIVdN a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vjFYhhP0rz {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #474a48;
}
.cid-vjFYhhP0rz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjFYhhP0rz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjFYhhP0rz .icon-wrapper {
  margin-bottom: 20px;
}
.cid-vjFYhhP0rz .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-vjFYhhP0rz .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.cid-vjFYhhP0rz .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vjFYhhP0rz .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-vjFYhhP0rz .mbr-desc,
.cid-vjFYhhP0rz .desc-wrapper {
  color: #f9f6e0;
  text-align: left;
}
.cid-vjFYhhP0rz .mbr-text,
.cid-vjFYhhP0rz .icon-wrapper {
  text-align: left;
  color: #e0b548;
}
.cid-vjFYcJpWHX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #474a48;
}
.cid-vjFYcJpWHX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjFYcJpWHX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjFYcJpWHX .card-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-vjFYcJpWHX .card-wrapper {
    margin: 3px 0;
  }
}
.cid-vjFYcJpWHX .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-vjFYcJpWHX .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-vjFYcJGTWg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474a48;
}
.cid-vjFYcJGTWg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjFYcJGTWg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjFYcJGTWg .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vjFYcJGTWg .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vjFYcJGTWg .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-vjFYcJGTWg .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vjFYcJGTWg .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vjFYcJGTWg .item {
    margin-bottom: 20px;
  }
}
.cid-vjFYcJGTWg .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vjFYcJGTWg .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vjFYcJGTWg .item .item-wrapper .card-box .card-title_1,
.cid-vjFYcJGTWg .item .item-wrapper .card-box .card-title_2,
.cid-vjFYcJGTWg .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 40px;
}
.cid-vjFYcJGTWg .item .item-wrapper .iconfont-wrapper {
  text-align: center;
}
.cid-vjFYcJGTWg .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #f9f6e0;
  background-color: #e0b548;
}
.cid-vjFYcJGTWg .item .card_1 {
  background-color: #282828;
}
.cid-vjFYcJGTWg .item .card_2 {
  background-color: #282828;
}
.cid-vjFYcJGTWg .item .card_3 {
  background-color: #282828;
}
.cid-vjFYcJGTWg .btn-wrapper {
  margin-top: -6%;
}
.cid-vjFYcJGTWg .mbr-section-title,
.cid-vjFYcJGTWg .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vjFYcJGTWg .card-title_1 {
  color: #f1f5eb;
  text-align: center;
}
.cid-vjFYcJGTWg .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-vjFYcJGTWg .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-vjFYcJGTWg .card-title_1,
.cid-vjFYcJGTWg .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vjFYcJGTWg .card-title_2,
.cid-vjFYcJGTWg .mbr-section-btn {
  color: #ffffff;
}
.cid-vjFYcJGTWg .card-title_3,
.cid-vjFYcJGTWg .mbr-section-btn {
  color: #ffffff;
}
.cid-vjFYcJYucx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2f2f2f;
}
.cid-vjFYcJYucx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjFYcJYucx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjFYcJYucx .row {
  justify-content: center;
}
.cid-vjFYcJYucx .card {
  justify-content: center;
}
.cid-vjFYcJYucx .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vjFYcJYucx .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vjFYcJYucx .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vjFYcJYucx .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vjFYcJYucx .nav-wrapper .list .item-wrap:hover,
.cid-vjFYcJYucx .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-vjFYcJYucx .list,
.cid-vjFYcJYucx .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vjFYqJ9gkV {
  background-color: transparent;
}
.cid-vjFYqJ9gkV .navbar-dropdown {
  background-color: #282828 !important;
  padding: 0;
}
.cid-vjFYqJ9gkV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #282828 !important;
  background: #282828;
}
.cid-vjFYqJ9gkV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vjFYqJ9gkV .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vjFYqJ9gkV .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vjFYqJ9gkV .menu_box .navbar.opened,
  .cid-vjFYqJ9gkV .menu_box .navbar-collapse {
    background-color: #282828 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vjFYqJ9gkV .navbar-dropdown {
  position: relative !important;
}
.cid-vjFYqJ9gkV .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vjFYqJ9gkV .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vjFYqJ9gkV .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vjFYqJ9gkV .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vjFYqJ9gkV .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vjFYqJ9gkV .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vjFYqJ9gkV .offcanvas-body .mbr-text,
  .cid-vjFYqJ9gkV .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vjFYqJ9gkV .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vjFYqJ9gkV .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vjFYqJ9gkV .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f9f6e0;
  }
  .cid-vjFYqJ9gkV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vjFYqJ9gkV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vjFYqJ9gkV .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vjFYqJ9gkV .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vjFYqJ9gkV ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vjFYqJ9gkV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vjFYqJ9gkV .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vjFYqJ9gkV .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vjFYqJ9gkV li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    padding: 4px 20px !important;
    margin: 0;
    border-right: 1px solid #72716b;
  }
  .cid-vjFYqJ9gkV .lg_brand {
    margin: 0 1rem;
  }
  .cid-vjFYqJ9gkV .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vjFYqJ9gkV .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vjFYqJ9gkV .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vjFYqJ9gkV .nav-item {
    margin: 0 !important;
  }
}
.cid-vjFYqJ9gkV .nav-item .nav-link {
  transition: all 0.5s ease-out;
  position: relative;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vjFYqJ9gkV .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-vjFYqJ9gkV .nav-item .nav-link::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  bottom: -12px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-vjFYqJ9gkV .nav-item .nav-link:hover,
.cid-vjFYqJ9gkV .nav-item .nav-link:focus {
  color: #e0b548 !important;
}
.cid-vjFYqJ9gkV .nav-item .nav-link:hover::before,
.cid-vjFYqJ9gkV .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vjFYqJ9gkV .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vjFYqJ9gkV .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vjFYqJ9gkV .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vjFYqJ9gkV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vjFYqJ9gkV .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vjFYqJ9gkV .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vjFYqJ9gkV .offcanvas_box {
    display: none;
  }
}
.cid-vjFYqJ9gkV .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vjFYqJ9gkV .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vjFYqJ9gkV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vjFYqJ9gkV .container {
  display: flex;
  margin: auto;
}
.cid-vjFYqJ9gkV .iconfont-wrapper {
  color: #f9f6e0;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vjFYqJ9gkV .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vjFYqJ9gkV .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vjFYqJ9gkV .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vjFYqJ9gkV .navbar-nav {
    margin: 0;
  }
}
.cid-vjFYqJ9gkV .dropdown-menu,
.cid-vjFYqJ9gkV .navbar.opened {
  background-color: false !important;
}
.cid-vjFYqJ9gkV .nav-item:focus,
.cid-vjFYqJ9gkV .nav-link:focus {
  outline: none;
}
.cid-vjFYqJ9gkV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjFYqJ9gkV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjFYqJ9gkV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjFYqJ9gkV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjFYqJ9gkV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjFYqJ9gkV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjFYqJ9gkV .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vjFYqJ9gkV .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vjFYqJ9gkV .navbar.opened {
  transition: all 0.3s;
}
.cid-vjFYqJ9gkV .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vjFYqJ9gkV .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vjFYqJ9gkV .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-vjFYqJ9gkV .navbar.collapsed {
  justify-content: center;
}
.cid-vjFYqJ9gkV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjFYqJ9gkV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vjFYqJ9gkV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjFYqJ9gkV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjFYqJ9gkV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjFYqJ9gkV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vjFYqJ9gkV .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vjFYqJ9gkV .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vjFYqJ9gkV .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vjFYqJ9gkV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjFYqJ9gkV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjFYqJ9gkV .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vjFYqJ9gkV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjFYqJ9gkV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vjFYqJ9gkV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjFYqJ9gkV .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vjFYqJ9gkV .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vjFYqJ9gkV .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vjFYqJ9gkV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vjFYqJ9gkV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjFYqJ9gkV .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vjFYqJ9gkV .navbar.navbar-short {
  min-height: 60px;
}
.cid-vjFYqJ9gkV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vjFYqJ9gkV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vjFYqJ9gkV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vjFYqJ9gkV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vjFYqJ9gkV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjFYqJ9gkV .dropdown-item.active,
.cid-vjFYqJ9gkV .dropdown-item:active {
  background-color: transparent;
}
.cid-vjFYqJ9gkV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-vjFYqJ9gkV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjFYqJ9gkV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjFYqJ9gkV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjFYqJ9gkV ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vjFYqJ9gkV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vjFYqJ9gkV button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #282828;
  background: #474a48;
}
.cid-vjFYqJ9gkV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f6e0;
}
.cid-vjFYqJ9gkV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjFYqJ9gkV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjFYqJ9gkV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjFYqJ9gkV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjFYqJ9gkV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjFYqJ9gkV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjFYqJ9gkV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjFYqJ9gkV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjFYqJ9gkV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vjFYqJ9gkV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjFYqJ9gkV .navbar {
    height: 70px;
  }
  .cid-vjFYqJ9gkV .navbar.opened {
    height: auto;
  }
  .cid-vjFYqJ9gkV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjFYqJ9gkV .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vjFYqJ9gkV .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-vjFYqJ9gkV .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 200px;
}
.cid-vjFYqJ9gkV .navbar-caption:hover {
  color: #e0b548;
}
@media (min-width: 992px) {
  .cid-vjFYqJ9gkV .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vjFYqJ9gkV .text_widget {
  margin-bottom: 32px;
}
.cid-vjFYqJ9gkV .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vjFYqJ9gkV .text_widget a:hover,
.cid-vjFYqJ9gkV .text_widget a:focus {
  opacity: .6;
}
.cid-vjFYqJ9gkV .mbr-section-subtitle {
  color: #F9F6E0;
  text-align: center;
}
.cid-vjFYqJ9gkV .navbar-caption {
  color: #F9F6E0;
}
.cid-vjFYqJ9gkV .mbr-text {
  color: #F9F6E0;
  text-align: center;
}
.cid-vjFYqJ9gkV .mbr-section-subtitle,
.cid-vjFYqJ9gkV .text_widget,
.cid-vjFYqJ9gkV .mbr-section-btn {
  text-align: center;
}
.cid-vjFYqJ9gkV a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vjFYqJFUVL {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #474a48;
}
.cid-vjFYqJFUVL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjFYqJFUVL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjFYqJFUVL .icon-wrapper {
  margin-bottom: 20px;
}
.cid-vjFYqJFUVL .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-vjFYqJFUVL .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.cid-vjFYqJFUVL .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vjFYqJFUVL .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-vjFYqJFUVL .mbr-desc,
.cid-vjFYqJFUVL .desc-wrapper {
  color: #f9f6e0;
  text-align: left;
}
.cid-vjFYqJFUVL .mbr-text,
.cid-vjFYqJFUVL .icon-wrapper {
  text-align: left;
  color: #e0b548;
}
.cid-vjFYqKifTN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #474a48;
}
.cid-vjFYqKifTN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjFYqKifTN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjFYqKifTN .card-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-vjFYqKifTN .card-wrapper {
    margin: 3px 0;
  }
}
.cid-vjFYqKifTN .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-vjFYqKifTN .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-vjFYqKzuEe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474a48;
}
.cid-vjFYqKzuEe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjFYqKzuEe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjFYqKzuEe .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vjFYqKzuEe .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vjFYqKzuEe .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-vjFYqKzuEe .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vjFYqKzuEe .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vjFYqKzuEe .item {
    margin-bottom: 20px;
  }
}
.cid-vjFYqKzuEe .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vjFYqKzuEe .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vjFYqKzuEe .item .item-wrapper .card-box .card-title_1,
.cid-vjFYqKzuEe .item .item-wrapper .card-box .card-title_2,
.cid-vjFYqKzuEe .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 40px;
}
.cid-vjFYqKzuEe .item .item-wrapper .iconfont-wrapper {
  text-align: center;
}
.cid-vjFYqKzuEe .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #f9f6e0;
  background-color: #e0b548;
}
.cid-vjFYqKzuEe .item .card_1 {
  background-color: #282828;
}
.cid-vjFYqKzuEe .item .card_2 {
  background-color: #282828;
}
.cid-vjFYqKzuEe .item .card_3 {
  background-color: #282828;
}
.cid-vjFYqKzuEe .btn-wrapper {
  margin-top: -6%;
}
.cid-vjFYqKzuEe .mbr-section-title,
.cid-vjFYqKzuEe .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vjFYqKzuEe .card-title_1 {
  color: #f1f5eb;
  text-align: center;
}
.cid-vjFYqKzuEe .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-vjFYqKzuEe .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-vjFYqKzuEe .card-title_1,
.cid-vjFYqKzuEe .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vjFYqKzuEe .card-title_2,
.cid-vjFYqKzuEe .mbr-section-btn {
  color: #ffffff;
}
.cid-vjFYqKzuEe .card-title_3,
.cid-vjFYqKzuEe .mbr-section-btn {
  color: #ffffff;
}
.cid-vjFYqKUJmX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2f2f2f;
}
.cid-vjFYqKUJmX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjFYqKUJmX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjFYqKUJmX .row {
  justify-content: center;
}
.cid-vjFYqKUJmX .card {
  justify-content: center;
}
.cid-vjFYqKUJmX .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vjFYqKUJmX .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vjFYqKUJmX .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vjFYqKUJmX .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vjFYqKUJmX .nav-wrapper .list .item-wrap:hover,
.cid-vjFYqKUJmX .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-vjFYqKUJmX .list,
.cid-vjFYqKUJmX .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vjFZl7D9FH {
  background-color: transparent;
}
.cid-vjFZl7D9FH .navbar-dropdown {
  background-color: #282828 !important;
  padding: 0;
}
.cid-vjFZl7D9FH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #282828 !important;
  background: #282828;
}
.cid-vjFZl7D9FH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vjFZl7D9FH .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vjFZl7D9FH .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vjFZl7D9FH .menu_box .navbar.opened,
  .cid-vjFZl7D9FH .menu_box .navbar-collapse {
    background-color: #282828 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vjFZl7D9FH .navbar-dropdown {
  position: relative !important;
}
.cid-vjFZl7D9FH .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vjFZl7D9FH .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vjFZl7D9FH .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vjFZl7D9FH .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vjFZl7D9FH .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vjFZl7D9FH .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vjFZl7D9FH .offcanvas-body .mbr-text,
  .cid-vjFZl7D9FH .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vjFZl7D9FH .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vjFZl7D9FH .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vjFZl7D9FH .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f9f6e0;
  }
  .cid-vjFZl7D9FH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vjFZl7D9FH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vjFZl7D9FH .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vjFZl7D9FH .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vjFZl7D9FH ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vjFZl7D9FH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vjFZl7D9FH .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vjFZl7D9FH .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vjFZl7D9FH li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    padding: 4px 20px !important;
    margin: 0;
    border-right: 1px solid #72716b;
  }
  .cid-vjFZl7D9FH .lg_brand {
    margin: 0 1rem;
  }
  .cid-vjFZl7D9FH .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vjFZl7D9FH .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vjFZl7D9FH .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vjFZl7D9FH .nav-item {
    margin: 0 !important;
  }
}
.cid-vjFZl7D9FH .nav-item .nav-link {
  transition: all 0.5s ease-out;
  position: relative;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vjFZl7D9FH .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-vjFZl7D9FH .nav-item .nav-link::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  bottom: -12px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-vjFZl7D9FH .nav-item .nav-link:hover,
.cid-vjFZl7D9FH .nav-item .nav-link:focus {
  color: #e0b548 !important;
}
.cid-vjFZl7D9FH .nav-item .nav-link:hover::before,
.cid-vjFZl7D9FH .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vjFZl7D9FH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vjFZl7D9FH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vjFZl7D9FH .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vjFZl7D9FH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vjFZl7D9FH .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vjFZl7D9FH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vjFZl7D9FH .offcanvas_box {
    display: none;
  }
}
.cid-vjFZl7D9FH .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vjFZl7D9FH .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vjFZl7D9FH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vjFZl7D9FH .container {
  display: flex;
  margin: auto;
}
.cid-vjFZl7D9FH .iconfont-wrapper {
  color: #f9f6e0;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vjFZl7D9FH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vjFZl7D9FH .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vjFZl7D9FH .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vjFZl7D9FH .navbar-nav {
    margin: 0;
  }
}
.cid-vjFZl7D9FH .dropdown-menu,
.cid-vjFZl7D9FH .navbar.opened {
  background-color: false !important;
}
.cid-vjFZl7D9FH .nav-item:focus,
.cid-vjFZl7D9FH .nav-link:focus {
  outline: none;
}
.cid-vjFZl7D9FH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjFZl7D9FH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjFZl7D9FH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjFZl7D9FH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjFZl7D9FH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjFZl7D9FH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjFZl7D9FH .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vjFZl7D9FH .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vjFZl7D9FH .navbar.opened {
  transition: all 0.3s;
}
.cid-vjFZl7D9FH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vjFZl7D9FH .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vjFZl7D9FH .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-vjFZl7D9FH .navbar.collapsed {
  justify-content: center;
}
.cid-vjFZl7D9FH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjFZl7D9FH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vjFZl7D9FH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjFZl7D9FH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjFZl7D9FH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjFZl7D9FH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vjFZl7D9FH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vjFZl7D9FH .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vjFZl7D9FH .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vjFZl7D9FH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjFZl7D9FH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjFZl7D9FH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vjFZl7D9FH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjFZl7D9FH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vjFZl7D9FH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjFZl7D9FH .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vjFZl7D9FH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vjFZl7D9FH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vjFZl7D9FH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vjFZl7D9FH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjFZl7D9FH .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vjFZl7D9FH .navbar.navbar-short {
  min-height: 60px;
}
.cid-vjFZl7D9FH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vjFZl7D9FH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vjFZl7D9FH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vjFZl7D9FH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vjFZl7D9FH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjFZl7D9FH .dropdown-item.active,
.cid-vjFZl7D9FH .dropdown-item:active {
  background-color: transparent;
}
.cid-vjFZl7D9FH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-vjFZl7D9FH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjFZl7D9FH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjFZl7D9FH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjFZl7D9FH ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vjFZl7D9FH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vjFZl7D9FH button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #282828;
  background: #474a48;
}
.cid-vjFZl7D9FH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f6e0;
}
.cid-vjFZl7D9FH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjFZl7D9FH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjFZl7D9FH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjFZl7D9FH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjFZl7D9FH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjFZl7D9FH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjFZl7D9FH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjFZl7D9FH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjFZl7D9FH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vjFZl7D9FH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjFZl7D9FH .navbar {
    height: 70px;
  }
  .cid-vjFZl7D9FH .navbar.opened {
    height: auto;
  }
  .cid-vjFZl7D9FH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjFZl7D9FH .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vjFZl7D9FH .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-vjFZl7D9FH .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 200px;
}
.cid-vjFZl7D9FH .navbar-caption:hover {
  color: #e0b548;
}
@media (min-width: 992px) {
  .cid-vjFZl7D9FH .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vjFZl7D9FH .text_widget {
  margin-bottom: 32px;
}
.cid-vjFZl7D9FH .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vjFZl7D9FH .text_widget a:hover,
.cid-vjFZl7D9FH .text_widget a:focus {
  opacity: .6;
}
.cid-vjFZl7D9FH .mbr-section-subtitle {
  color: #F9F6E0;
  text-align: center;
}
.cid-vjFZl7D9FH .navbar-caption {
  color: #F9F6E0;
}
.cid-vjFZl7D9FH .mbr-text {
  color: #F9F6E0;
  text-align: center;
}
.cid-vjFZl7D9FH .mbr-section-subtitle,
.cid-vjFZl7D9FH .text_widget,
.cid-vjFZl7D9FH .mbr-section-btn {
  text-align: center;
}
.cid-vjFZl7D9FH a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vjFZl85jBs {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #474a48;
}
.cid-vjFZl85jBs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjFZl85jBs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjFZl85jBs .icon-wrapper {
  margin-bottom: 20px;
}
.cid-vjFZl85jBs .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-vjFZl85jBs .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.cid-vjFZl85jBs .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vjFZl85jBs .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-vjFZl85jBs .mbr-desc,
.cid-vjFZl85jBs .desc-wrapper {
  color: #f9f6e0;
  text-align: left;
}
.cid-vjFZl85jBs .mbr-text,
.cid-vjFZl85jBs .icon-wrapper {
  text-align: left;
  color: #e0b548;
}
.cid-vjFZl8wNag {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #474a48;
}
.cid-vjFZl8wNag .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjFZl8wNag .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjFZl8wNag .card-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-vjFZl8wNag .card-wrapper {
    margin: 3px 0;
  }
}
.cid-vjFZl8wNag .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-vjFZl8wNag .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-vjFZl9bXN1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474a48;
}
.cid-vjFZl9bXN1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjFZl9bXN1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjFZl9bXN1 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vjFZl9bXN1 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vjFZl9bXN1 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-vjFZl9bXN1 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vjFZl9bXN1 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vjFZl9bXN1 .item {
    margin-bottom: 20px;
  }
}
.cid-vjFZl9bXN1 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vjFZl9bXN1 .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vjFZl9bXN1 .item .item-wrapper .card-box .card-title_1,
.cid-vjFZl9bXN1 .item .item-wrapper .card-box .card-title_2,
.cid-vjFZl9bXN1 .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 40px;
}
.cid-vjFZl9bXN1 .item .item-wrapper .iconfont-wrapper {
  text-align: center;
}
.cid-vjFZl9bXN1 .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #f9f6e0;
  background-color: #e0b548;
}
.cid-vjFZl9bXN1 .item .card_1 {
  background-color: #282828;
}
.cid-vjFZl9bXN1 .item .card_2 {
  background-color: #282828;
}
.cid-vjFZl9bXN1 .item .card_3 {
  background-color: #282828;
}
.cid-vjFZl9bXN1 .btn-wrapper {
  margin-top: -6%;
}
.cid-vjFZl9bXN1 .mbr-section-title,
.cid-vjFZl9bXN1 .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vjFZl9bXN1 .card-title_1 {
  color: #f1f5eb;
  text-align: center;
}
.cid-vjFZl9bXN1 .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-vjFZl9bXN1 .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-vjFZl9bXN1 .card-title_1,
.cid-vjFZl9bXN1 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vjFZl9bXN1 .card-title_2,
.cid-vjFZl9bXN1 .mbr-section-btn {
  color: #ffffff;
}
.cid-vjFZl9bXN1 .card-title_3,
.cid-vjFZl9bXN1 .mbr-section-btn {
  color: #ffffff;
}
.cid-vjFZl9rniq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2f2f2f;
}
.cid-vjFZl9rniq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjFZl9rniq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjFZl9rniq .row {
  justify-content: center;
}
.cid-vjFZl9rniq .card {
  justify-content: center;
}
.cid-vjFZl9rniq .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vjFZl9rniq .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vjFZl9rniq .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vjFZl9rniq .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vjFZl9rniq .nav-wrapper .list .item-wrap:hover,
.cid-vjFZl9rniq .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-vjFZl9rniq .list,
.cid-vjFZl9rniq .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
