.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: 4.4rem;
  line-height: 1.15;
}
.display-1 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-2 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 3.8rem;
  line-height: 1.15;
}
.display-2 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-4 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.1875rem;
}
.display-7 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((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.3rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.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.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
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;
}
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;
}
.cid-uYnzn5R6ou {
  background-color: transparent;
}
.cid-uYnzn5R6ou .navbar-dropdown {
  background-color: #282828 !important;
  padding: 0;
}
.cid-uYnzn5R6ou .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #282828 !important;
  background: #282828;
}
.cid-uYnzn5R6ou .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYnzn5R6ou .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYnzn5R6ou .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uYnzn5R6ou .menu_box .navbar.opened,
  .cid-uYnzn5R6ou .menu_box .navbar-collapse {
    background-color: #282828 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uYnzn5R6ou .navbar-dropdown {
  position: relative !important;
}
.cid-uYnzn5R6ou .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uYnzn5R6ou .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uYnzn5R6ou .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uYnzn5R6ou .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uYnzn5R6ou .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uYnzn5R6ou .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uYnzn5R6ou .offcanvas-body .mbr-text,
  .cid-uYnzn5R6ou .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uYnzn5R6ou .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uYnzn5R6ou .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uYnzn5R6ou .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f9f6e0;
  }
  .cid-uYnzn5R6ou .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uYnzn5R6ou .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uYnzn5R6ou .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uYnzn5R6ou .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uYnzn5R6ou ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uYnzn5R6ou .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uYnzn5R6ou .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-uYnzn5R6ou .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uYnzn5R6ou 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-uYnzn5R6ou .lg_brand {
    margin: 0 1rem;
  }
  .cid-uYnzn5R6ou .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uYnzn5R6ou .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uYnzn5R6ou .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uYnzn5R6ou .nav-item {
    margin: 0 !important;
  }
}
.cid-uYnzn5R6ou .nav-item .nav-link {
  transition: all 0.5s ease-out;
  position: relative;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uYnzn5R6ou .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uYnzn5R6ou .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-uYnzn5R6ou .nav-item .nav-link:hover,
.cid-uYnzn5R6ou .nav-item .nav-link:focus {
  color: #e0b548 !important;
}
.cid-uYnzn5R6ou .nav-item .nav-link:hover::before,
.cid-uYnzn5R6ou .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-uYnzn5R6ou .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uYnzn5R6ou .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uYnzn5R6ou .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uYnzn5R6ou .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uYnzn5R6ou .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-uYnzn5R6ou .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uYnzn5R6ou .offcanvas_box {
    display: none;
  }
}
.cid-uYnzn5R6ou .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uYnzn5R6ou .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uYnzn5R6ou .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uYnzn5R6ou .container {
  display: flex;
  margin: auto;
}
.cid-uYnzn5R6ou .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-uYnzn5R6ou .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uYnzn5R6ou .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uYnzn5R6ou .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uYnzn5R6ou .navbar-nav {
    margin: 0;
  }
}
.cid-uYnzn5R6ou .dropdown-menu,
.cid-uYnzn5R6ou .navbar.opened {
  background-color: false !important;
}
.cid-uYnzn5R6ou .nav-item:focus,
.cid-uYnzn5R6ou .nav-link:focus {
  outline: none;
}
.cid-uYnzn5R6ou .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYnzn5R6ou .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYnzn5R6ou .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYnzn5R6ou .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYnzn5R6ou .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYnzn5R6ou .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYnzn5R6ou .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uYnzn5R6ou .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uYnzn5R6ou .navbar.opened {
  transition: all 0.3s;
}
.cid-uYnzn5R6ou .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uYnzn5R6ou .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uYnzn5R6ou .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uYnzn5R6ou .navbar.collapsed {
  justify-content: center;
}
.cid-uYnzn5R6ou .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYnzn5R6ou .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYnzn5R6ou .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYnzn5R6ou .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYnzn5R6ou .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYnzn5R6ou .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uYnzn5R6ou .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uYnzn5R6ou .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uYnzn5R6ou .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uYnzn5R6ou .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYnzn5R6ou .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYnzn5R6ou .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uYnzn5R6ou .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYnzn5R6ou .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uYnzn5R6ou .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYnzn5R6ou .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uYnzn5R6ou .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uYnzn5R6ou .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uYnzn5R6ou .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uYnzn5R6ou .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYnzn5R6ou .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uYnzn5R6ou .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYnzn5R6ou .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYnzn5R6ou .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYnzn5R6ou .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-uYnzn5R6ou .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uYnzn5R6ou .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYnzn5R6ou .dropdown-item.active,
.cid-uYnzn5R6ou .dropdown-item:active {
  background-color: transparent;
}
.cid-uYnzn5R6ou .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uYnzn5R6ou .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYnzn5R6ou .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYnzn5R6ou .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYnzn5R6ou ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uYnzn5R6ou .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYnzn5R6ou 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-uYnzn5R6ou button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f6e0;
}
.cid-uYnzn5R6ou button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYnzn5R6ou button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYnzn5R6ou button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYnzn5R6ou button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYnzn5R6ou nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYnzn5R6ou nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYnzn5R6ou nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYnzn5R6ou nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYnzn5R6ou a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uYnzn5R6ou .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-uYnzn5R6ou .navbar {
    height: 70px;
  }
  .cid-uYnzn5R6ou .navbar.opened {
    height: auto;
  }
  .cid-uYnzn5R6ou .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYnzn5R6ou .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uYnzn5R6ou .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-uYnzn5R6ou .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 200px;
}
.cid-uYnzn5R6ou .navbar-caption:hover {
  color: #e0b548;
}
@media (min-width: 992px) {
  .cid-uYnzn5R6ou .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uYnzn5R6ou .text_widget {
  margin-bottom: 32px;
}
.cid-uYnzn5R6ou .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uYnzn5R6ou .text_widget a:hover,
.cid-uYnzn5R6ou .text_widget a:focus {
  opacity: .6;
}
.cid-uYnzn5R6ou .mbr-section-subtitle {
  color: #F9F6E0;
  text-align: center;
}
.cid-uYnzn5R6ou .navbar-caption {
  color: #F9F6E0;
}
.cid-uYnzn5R6ou .mbr-text {
  color: #F9F6E0;
  text-align: center;
}
.cid-uYnzn5R6ou .mbr-section-subtitle,
.cid-uYnzn5R6ou .text_widget,
.cid-uYnzn5R6ou .mbr-section-btn {
  text-align: center;
}
.cid-uYnzn5R6ou a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uYnzncNhuj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474a48;
}
.cid-uYnzncNhuj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnzncNhuj .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-uYnzncNhuj .container {
    padding: 0 24px;
  }
}
.cid-uYnzncNhuj .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uYnzncNhuj .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uYnzncNhuj .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYnzncNhuj .image-wrapper img {
    height: 350px;
  }
}
.cid-uYnzncNhuj .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uYnzncNhuj .content-wrapper .mbr-section-title span {
  color: #e0b548;
}
.cid-uYnzncNhuj .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYnzncNhuj .content-wrapper .mbr-desc {
  margin: 32px 0 0;
}
@media (max-width: 992px) {
  .cid-uYnzncNhuj .content-wrapper .mbr-desc {
    margin: 24px 0 0;
  }
}
.cid-uYnzncNhuj .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uYnzncNhuj .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYnzncNhuj .mbr-section-title {
  color: #F9F6E0;
}
.cid-uYnzncNhuj .mbr-text {
  color: #F9F6E0;
}
.cid-uYnzncNhuj .mbr-desc {
  color: #E0B548;
}
.cid-uYnzZ2mVV5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474a48;
}
.cid-uYnzZ2mVV5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnzZ2mVV5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnzZ2mVV5 .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uYnzZ2mVV5 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYnzZ2mVV5 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uYnzZ2mVV5 .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uYnzZ2mVV5 .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYnzZ2mVV5 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYnzZ2mVV5 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uYnzZ2mVV5 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYnzZ2mVV5 .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uYnzZ2mVV5 .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-uYnzZ2mVV5 .image-wrapper {
    padding-left: 0;
  }
}
.cid-uYnzZ2mVV5 .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uYnzZ2mVV5 .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uYnzZ2mVV5 .image-wrapper img {
    height: 350px;
  }
}
.cid-uYnzZ2mVV5 .mbr-label {
  color: #a6adbf;
}
.cid-uYnzZ2mVV5 .mbr-section-title {
  color: #f9f6e0;
}
.cid-uYnzZ2mVV5 .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-uYnzZ2mVV5 .mbr-text,
.cid-uYnzZ2mVV5 .text-wrapper {
  color: #666666;
}
.cid-uYnzZ2mVV5 .mbr-text,
.cid-uYnzZ2mVV5 .text-wrapper,
.cid-uYnzZ2mVV5 .mbr-section-btn {
  color: #f9f6e0;
}
.cid-uYnA5Xwg0v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474a48;
}
.cid-uYnA5Xwg0v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnA5Xwg0v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnA5Xwg0v .card-wrapper {
  overflow: hidden;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uYnA5Xwg0v .card-wrapper {
    display: block;
  }
}
.cid-uYnA5Xwg0v .card-wrapper .items-wrapper {
  width: 50%;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uYnA5Xwg0v .card-wrapper .items-wrapper {
    width: 100%;
    padding: 20px;
    min-height: 350px;
  }
}
.cid-uYnA5Xwg0v .card-wrapper .items-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uYnA5Xwg0v .card-wrapper .content-wrapper {
  width: 50%;
  padding: 30px;
  background-color: #282828;
}
@media (max-width: 992px) {
  .cid-uYnA5Xwg0v .card-wrapper .content-wrapper {
    padding: 20px;
    width: 100%;
  }
}
.cid-uYnA5Xwg0v .card-wrapper .content-wrapper .date-wrapper {
  margin-bottom: 160px;
}
@media (max-width: 992px) {
  .cid-uYnA5Xwg0v .card-wrapper .content-wrapper .date-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uYnA5Xwg0v .card-wrapper .content-wrapper .date-wrapper .mbr-date {
  margin-bottom: 0;
}
.cid-uYnA5Xwg0v .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uYnA5Xwg0v .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYnA5Xwg0v .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYnA5Xwg0v .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYnA5Xwg0v .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYnA5Xwg0v .mbr-date {
  color: #f4f4f4;
}
.cid-uYnA5Xwg0v .mbr-section-title {
  color: #f4f4f4;
}
.cid-uYnA5Xwg0v .mbr-text {
  color: #d7d2d2;
}
.cid-uYnA5Xwg0v .mbr-text,
.cid-uYnA5Xwg0v .text-wrapper {
  color: #f9f6e0;
}
.cid-uYnA5Xwg0v .mbr-section-title,
.cid-uYnA5Xwg0v .mbr-section-btn,
.cid-uYnA5Xwg0v .title-wrapper {
  color: #f9f6e0;
}
.cid-uYnAhvXCP4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474a48;
}
.cid-uYnAhvXCP4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnAhvXCP4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnAhvXCP4 .row {
  margin: 0 -8px;
}
.cid-uYnAhvXCP4 .row .card {
  padding: 0 8px;
}
.cid-uYnAhvXCP4 .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
  background-color: #282828;
}
@media (max-width: 1440px) {
  .cid-uYnAhvXCP4 .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYnAhvXCP4 .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-uYnAhvXCP4 .card-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uYnAhvXCP4 .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYnAhvXCP4 .card-wrapper .card-wrap .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uYnAhvXCP4 .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYnAhvXCP4 .image-wrapper {
  height: 100%;
}
.cid-uYnAhvXCP4 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYnAhvXCP4 .image-wrapper img {
    height: 300px;
  }
}
.cid-uYnAhvXCP4 .mbr-section-title {
  color: #2c2c26;
}
.cid-uYnAhvXCP4 .mbr-text,
.cid-uYnAhvXCP4 .text-wrapper {
  color: #f9f6e0;
}
.cid-uYnAhvXCP4 .mbr-section-title,
.cid-uYnAhvXCP4 .mbr-section-btn {
  color: #f9f6e0;
}
.cid-uYnAmsVbxu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474a48;
}
.cid-uYnAmsVbxu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnAmsVbxu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnAmsVbxu .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uYnAmsVbxu .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
.cid-uYnAmsVbxu .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uYnAmsVbxu .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-uYnAmsVbxu .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #474a48;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uYnAmsVbxu .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uYnAmsVbxu .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #474a48;
}
.cid-uYnAmsVbxu .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #474a48;
}
.cid-uYnAmsVbxu .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uYnAmsVbxu .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-uYnAmsVbxu .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-uYnAmsVbxu .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #000000;
}
.cid-uYnAmsVbxu .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-uYnAmsVbxu .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-uYnAmsVbxu .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uYnAmsVbxu .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-uYnAmsVbxu .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uYnAmsVbxu .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-uYnAmsVbxu .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uYnAmsVbxu .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uYnAmsVbxu .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uYnAmsVbxu .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYnAmsVbxu .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-uYnAmsVbxu .content-wrapper .items-wrapper .item {
  padding: 35px 0;
  border-top: 1px solid #f9f6e0;
}
@media (max-width: 992px) {
  .cid-uYnAmsVbxu .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-uYnAmsVbxu .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-uYnAmsVbxu .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYnAmsVbxu .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uYnAmsVbxu .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uYnAmsVbxu .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uYnAmsVbxu .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #f9f6e0;
  background-color: #e0b548;
  border-radius: 100%;
}
.cid-uYnAmsVbxu .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYnAmsVbxu .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uYnAmsVbxu .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYnAmsVbxu .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uYnAmsVbxu .mbr-label,
.cid-uYnAmsVbxu .label-wrapper {
  color: #000000;
}
.cid-uYnAmsVbxu .mbr-section-title {
  color: #f9f6e0;
}
.cid-uYnAmsVbxu .mbr-text {
  color: #8a8a8a;
}
.cid-uYnAmsVbxu .card-title {
  color: #f9f6e0;
}
.cid-uYnAmsVbxu .card-text {
  color: #f9f6e0;
}
.cid-uYnAmsVbxu .item-number {
  color: #e4ed64;
  text-align: center;
}
.cid-uYnAmsVbxu .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYnAmsVbxu .item-star,
.cid-uYnAmsVbxu .rating-wrapper {
  color: #e4ed64;
  text-align: center;
}
.cid-uYnAmsVbxu .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uYnAnFQfLM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474a48;
}
.cid-uYnAnFQfLM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnAnFQfLM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnAnFQfLM .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uYnAnFQfLM .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYnAnFQfLM .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uYnAnFQfLM .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uYnAnFQfLM .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYnAnFQfLM .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYnAnFQfLM .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uYnAnFQfLM .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYnAnFQfLM .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uYnAnFQfLM .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-uYnAnFQfLM .image-wrapper {
    padding-left: 0;
  }
}
.cid-uYnAnFQfLM .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uYnAnFQfLM .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uYnAnFQfLM .image-wrapper img {
    height: 350px;
  }
}
.cid-uYnAnFQfLM .mbr-label {
  color: #a6adbf;
}
.cid-uYnAnFQfLM .mbr-section-title {
  color: #f9f6e0;
}
.cid-uYnAnFQfLM .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-uYnAnFQfLM .mbr-text,
.cid-uYnAnFQfLM .text-wrapper {
  color: #666666;
}
.cid-uYnAnFQfLM .mbr-text,
.cid-uYnAnFQfLM .text-wrapper,
.cid-uYnAnFQfLM .mbr-section-btn {
  color: #f9f6e0;
}
.cid-uYnB4GRNUc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #474a48;
}
.cid-uYnB4GRNUc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnB4GRNUc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnB4GRNUc .card-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-uYnB4GRNUc .card-wrapper {
    margin: 3px 0;
  }
}
.cid-uYnB4GRNUc .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uYnB4GRNUc .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uYnB9uVKv8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474a48;
}
.cid-uYnB9uVKv8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnB9uVKv8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnB9uVKv8 .row {
  justify-content: center;
}
.cid-uYnB9uVKv8 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
@media (max-width: 992px) {
  .cid-uYnB9uVKv8 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYnB9uVKv8 .item {
    margin-bottom: 16px;
  }
}
.cid-uYnB9uVKv8 .item .item-wrapper {
  height: 100%;
  background-color: #282828;
  padding: 80px 54px;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-uYnB9uVKv8 .item .item-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uYnB9uVKv8 .item .item-wrapper {
    padding: 30px 16px;
  }
}
.cid-uYnB9uVKv8 .item .item-wrapper .card-box .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #e0b548;
}
.cid-uYnB9uVKv8 .item .item-wrapper .card-box .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-uYnB9uVKv8 .item .item-wrapper .card-box .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #282828;
}
.cid-uYnB9uVKv8 .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uYnB9uVKv8 .item-label,
.cid-uYnB9uVKv8 .label-wrapper {
  color: #151e11;
  text-align: center;
}
.cid-uYnB9uVKv8 .item-title {
  color: #151e11;
  text-align: center;
}
.cid-uYnB9uVKv8 .item-title,
.cid-uYnB9uVKv8 .mbr-section-btn {
  color: #ffffff;
}
.cid-uYnJDgp2sJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #282828;
}
.cid-uYnJDgp2sJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnJDgp2sJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnJDgp2sJ .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYnJDgp2sJ .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uYnJDgp2sJ .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYnJDgp2sJ .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uYnJDgp2sJ .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uYnJDgp2sJ .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYnJDgp2sJ .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYnJDgp2sJ .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uYnJDgp2sJ .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uYnJDgp2sJ .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYnJDgp2sJ .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uYnJDgp2sJ .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uYnJDgp2sJ .items-wrapper .card {
  padding: 0 32px;
}
.cid-uYnJDgp2sJ .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uYnJDgp2sJ .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYnJDgp2sJ .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uYnJDgp2sJ .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uYnJDgp2sJ .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uYnJDgp2sJ .list-wrapper .list .item-wrap:hover,
.cid-uYnJDgp2sJ .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uYnJDgp2sJ .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYnJDgp2sJ .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uYnJDgp2sJ .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYnJDgp2sJ .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uYnJDgp2sJ .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uYnJDgp2sJ .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uYnJDgp2sJ .mbr-desc {
  color: #f9f6e0;
}
.cid-uYnJDgp2sJ .mbr-text,
.cid-uYnJDgp2sJ .text-wrapper {
  color: #9aa0a6;
}
.cid-uYnJDgp2sJ .list {
  color: #9aa0a6;
}
.cid-uYnJDgp2sJ .mbr-text,
.cid-uYnJDgp2sJ .mbr-section-btn {
  color: #f9f6e0;
}
.cid-uYnJDgp2sJ .list,
.cid-uYnJDgp2sJ .item-wrap {
  color: #f9f6e0;
}
.cid-uYs0wPVu5o {
  background-color: transparent;
}
.cid-uYs0wPVu5o .navbar-dropdown {
  background-color: #282828 !important;
  padding: 0;
}
.cid-uYs0wPVu5o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #282828 !important;
  background: #282828;
}
.cid-uYs0wPVu5o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYs0wPVu5o .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYs0wPVu5o .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uYs0wPVu5o .menu_box .navbar.opened,
  .cid-uYs0wPVu5o .menu_box .navbar-collapse {
    background-color: #282828 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uYs0wPVu5o .navbar-dropdown {
  position: relative !important;
}
.cid-uYs0wPVu5o .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uYs0wPVu5o .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uYs0wPVu5o .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uYs0wPVu5o .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uYs0wPVu5o .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uYs0wPVu5o .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uYs0wPVu5o .offcanvas-body .mbr-text,
  .cid-uYs0wPVu5o .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uYs0wPVu5o .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uYs0wPVu5o .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uYs0wPVu5o .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f9f6e0;
  }
  .cid-uYs0wPVu5o .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uYs0wPVu5o .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uYs0wPVu5o .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uYs0wPVu5o .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uYs0wPVu5o ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uYs0wPVu5o .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uYs0wPVu5o .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-uYs0wPVu5o .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uYs0wPVu5o 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-uYs0wPVu5o .lg_brand {
    margin: 0 1rem;
  }
  .cid-uYs0wPVu5o .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uYs0wPVu5o .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uYs0wPVu5o .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uYs0wPVu5o .nav-item {
    margin: 0 !important;
  }
}
.cid-uYs0wPVu5o .nav-item .nav-link {
  transition: all 0.5s ease-out;
  position: relative;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uYs0wPVu5o .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uYs0wPVu5o .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-uYs0wPVu5o .nav-item .nav-link:hover,
.cid-uYs0wPVu5o .nav-item .nav-link:focus {
  color: #e0b548 !important;
}
.cid-uYs0wPVu5o .nav-item .nav-link:hover::before,
.cid-uYs0wPVu5o .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-uYs0wPVu5o .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uYs0wPVu5o .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uYs0wPVu5o .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uYs0wPVu5o .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uYs0wPVu5o .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-uYs0wPVu5o .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uYs0wPVu5o .offcanvas_box {
    display: none;
  }
}
.cid-uYs0wPVu5o .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uYs0wPVu5o .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uYs0wPVu5o .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uYs0wPVu5o .container {
  display: flex;
  margin: auto;
}
.cid-uYs0wPVu5o .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-uYs0wPVu5o .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uYs0wPVu5o .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uYs0wPVu5o .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uYs0wPVu5o .navbar-nav {
    margin: 0;
  }
}
.cid-uYs0wPVu5o .dropdown-menu,
.cid-uYs0wPVu5o .navbar.opened {
  background-color: false !important;
}
.cid-uYs0wPVu5o .nav-item:focus,
.cid-uYs0wPVu5o .nav-link:focus {
  outline: none;
}
.cid-uYs0wPVu5o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYs0wPVu5o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYs0wPVu5o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYs0wPVu5o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYs0wPVu5o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYs0wPVu5o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYs0wPVu5o .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uYs0wPVu5o .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uYs0wPVu5o .navbar.opened {
  transition: all 0.3s;
}
.cid-uYs0wPVu5o .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uYs0wPVu5o .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uYs0wPVu5o .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uYs0wPVu5o .navbar.collapsed {
  justify-content: center;
}
.cid-uYs0wPVu5o .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYs0wPVu5o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYs0wPVu5o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYs0wPVu5o .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYs0wPVu5o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYs0wPVu5o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uYs0wPVu5o .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uYs0wPVu5o .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uYs0wPVu5o .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uYs0wPVu5o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYs0wPVu5o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYs0wPVu5o .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uYs0wPVu5o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYs0wPVu5o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uYs0wPVu5o .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYs0wPVu5o .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uYs0wPVu5o .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uYs0wPVu5o .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uYs0wPVu5o .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uYs0wPVu5o .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYs0wPVu5o .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uYs0wPVu5o .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYs0wPVu5o .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYs0wPVu5o .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYs0wPVu5o .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-uYs0wPVu5o .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uYs0wPVu5o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYs0wPVu5o .dropdown-item.active,
.cid-uYs0wPVu5o .dropdown-item:active {
  background-color: transparent;
}
.cid-uYs0wPVu5o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uYs0wPVu5o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYs0wPVu5o .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYs0wPVu5o .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYs0wPVu5o ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uYs0wPVu5o .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYs0wPVu5o 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-uYs0wPVu5o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f6e0;
}
.cid-uYs0wPVu5o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYs0wPVu5o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYs0wPVu5o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYs0wPVu5o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYs0wPVu5o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYs0wPVu5o nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYs0wPVu5o nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYs0wPVu5o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYs0wPVu5o a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uYs0wPVu5o .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-uYs0wPVu5o .navbar {
    height: 70px;
  }
  .cid-uYs0wPVu5o .navbar.opened {
    height: auto;
  }
  .cid-uYs0wPVu5o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYs0wPVu5o .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uYs0wPVu5o .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-uYs0wPVu5o .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 200px;
}
.cid-uYs0wPVu5o .navbar-caption:hover {
  color: #e0b548;
}
@media (min-width: 992px) {
  .cid-uYs0wPVu5o .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uYs0wPVu5o .text_widget {
  margin-bottom: 32px;
}
.cid-uYs0wPVu5o .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uYs0wPVu5o .text_widget a:hover,
.cid-uYs0wPVu5o .text_widget a:focus {
  opacity: .6;
}
.cid-uYs0wPVu5o .mbr-section-subtitle {
  color: #F9F6E0;
  text-align: center;
}
.cid-uYs0wPVu5o .navbar-caption {
  color: #F9F6E0;
}
.cid-uYs0wPVu5o .mbr-text {
  color: #F9F6E0;
  text-align: center;
}
.cid-uYs0wPVu5o .mbr-section-subtitle,
.cid-uYs0wPVu5o .text_widget,
.cid-uYs0wPVu5o .mbr-section-btn {
  text-align: center;
}
.cid-uYs0wPVu5o a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uYs0wQuf7s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474a48;
}
.cid-uYs0wQuf7s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYs0wQuf7s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYs0wQuf7s .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uYs0wQuf7s .container {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uYs0wQuf7s .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYs0wQuf7s .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYs0wQuf7s .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uYs0wQuf7s .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYs0wQuf7s .content-wrapper .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYs0wQuf7s .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-uYs0wQuf7s .content-wrapper .list .item-wrap:hover,
.cid-uYs0wQuf7s .content-wrapper .list .item-wrap:focus {
  color: #f2ac2b;
}
.cid-uYs0wQuf7s .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-uYs0wQuf7s .mbr-section-title {
  color: #f9f6e0;
}
.cid-uYs0wQuf7s .mbr-text {
  color: #f9f6e0;
}
.cid-uYs0wQuf7s .list {
  color: #d2d2df;
}
.cid-uYs0wTo0Av {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #474a48;
}
.cid-uYs0wTo0Av .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYs0wTo0Av .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYs0wTo0Av .card-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-uYs0wTo0Av .card-wrapper {
    margin: 3px 0;
  }
}
.cid-uYs0wTo0Av .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uYs0wTo0Av .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uYs0wTGwJz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474a48;
}
.cid-uYs0wTGwJz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYs0wTGwJz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYs0wTGwJz .row {
  justify-content: center;
}
.cid-uYs0wTGwJz .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
@media (max-width: 992px) {
  .cid-uYs0wTGwJz .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYs0wTGwJz .item {
    margin-bottom: 16px;
  }
}
.cid-uYs0wTGwJz .item .item-wrapper {
  height: 100%;
  background-color: #282828;
  padding: 80px 54px;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-uYs0wTGwJz .item .item-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uYs0wTGwJz .item .item-wrapper {
    padding: 30px 16px;
  }
}
.cid-uYs0wTGwJz .item .item-wrapper .card-box .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #e0b548;
}
.cid-uYs0wTGwJz .item .item-wrapper .card-box .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-uYs0wTGwJz .item .item-wrapper .card-box .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #282828;
}
.cid-uYs0wTGwJz .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uYs0wTGwJz .item-label,
.cid-uYs0wTGwJz .label-wrapper {
  color: #151e11;
  text-align: center;
}
.cid-uYs0wTGwJz .item-title {
  color: #151e11;
  text-align: center;
}
.cid-uYs0wTGwJz .item-title,
.cid-uYs0wTGwJz .mbr-section-btn {
  color: #ffffff;
}
.cid-uYs0wTYZDl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #282828;
}
.cid-uYs0wTYZDl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYs0wTYZDl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYs0wTYZDl .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYs0wTYZDl .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uYs0wTYZDl .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYs0wTYZDl .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uYs0wTYZDl .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uYs0wTYZDl .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYs0wTYZDl .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYs0wTYZDl .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uYs0wTYZDl .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uYs0wTYZDl .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYs0wTYZDl .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uYs0wTYZDl .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uYs0wTYZDl .items-wrapper .card {
  padding: 0 32px;
}
.cid-uYs0wTYZDl .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uYs0wTYZDl .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYs0wTYZDl .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uYs0wTYZDl .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uYs0wTYZDl .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uYs0wTYZDl .list-wrapper .list .item-wrap:hover,
.cid-uYs0wTYZDl .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uYs0wTYZDl .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYs0wTYZDl .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uYs0wTYZDl .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYs0wTYZDl .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uYs0wTYZDl .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uYs0wTYZDl .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uYs0wTYZDl .mbr-desc {
  color: #f9f6e0;
}
.cid-uYs0wTYZDl .mbr-text,
.cid-uYs0wTYZDl .text-wrapper {
  color: #9aa0a6;
}
.cid-uYs0wTYZDl .list {
  color: #9aa0a6;
}
.cid-uYs0wTYZDl .mbr-text,
.cid-uYs0wTYZDl .mbr-section-btn {
  color: #f9f6e0;
}
.cid-uYs0wTYZDl .list,
.cid-uYs0wTYZDl .item-wrap {
  color: #f9f6e0;
}
.cid-uYs0AU6kNS {
  background-color: transparent;
}
.cid-uYs0AU6kNS .navbar-dropdown {
  background-color: #282828 !important;
  padding: 0;
}
.cid-uYs0AU6kNS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #282828 !important;
  background: #282828;
}
.cid-uYs0AU6kNS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYs0AU6kNS .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYs0AU6kNS .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uYs0AU6kNS .menu_box .navbar.opened,
  .cid-uYs0AU6kNS .menu_box .navbar-collapse {
    background-color: #282828 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uYs0AU6kNS .navbar-dropdown {
  position: relative !important;
}
.cid-uYs0AU6kNS .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uYs0AU6kNS .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uYs0AU6kNS .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uYs0AU6kNS .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uYs0AU6kNS .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uYs0AU6kNS .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uYs0AU6kNS .offcanvas-body .mbr-text,
  .cid-uYs0AU6kNS .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uYs0AU6kNS .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uYs0AU6kNS .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uYs0AU6kNS .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f9f6e0;
  }
  .cid-uYs0AU6kNS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uYs0AU6kNS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uYs0AU6kNS .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uYs0AU6kNS .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uYs0AU6kNS ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uYs0AU6kNS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uYs0AU6kNS .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-uYs0AU6kNS .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uYs0AU6kNS 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-uYs0AU6kNS .lg_brand {
    margin: 0 1rem;
  }
  .cid-uYs0AU6kNS .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uYs0AU6kNS .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uYs0AU6kNS .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uYs0AU6kNS .nav-item {
    margin: 0 !important;
  }
}
.cid-uYs0AU6kNS .nav-item .nav-link {
  transition: all 0.5s ease-out;
  position: relative;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uYs0AU6kNS .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uYs0AU6kNS .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-uYs0AU6kNS .nav-item .nav-link:hover,
.cid-uYs0AU6kNS .nav-item .nav-link:focus {
  color: #e0b548 !important;
}
.cid-uYs0AU6kNS .nav-item .nav-link:hover::before,
.cid-uYs0AU6kNS .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-uYs0AU6kNS .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uYs0AU6kNS .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uYs0AU6kNS .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uYs0AU6kNS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uYs0AU6kNS .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-uYs0AU6kNS .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uYs0AU6kNS .offcanvas_box {
    display: none;
  }
}
.cid-uYs0AU6kNS .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uYs0AU6kNS .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uYs0AU6kNS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uYs0AU6kNS .container {
  display: flex;
  margin: auto;
}
.cid-uYs0AU6kNS .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-uYs0AU6kNS .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uYs0AU6kNS .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uYs0AU6kNS .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uYs0AU6kNS .navbar-nav {
    margin: 0;
  }
}
.cid-uYs0AU6kNS .dropdown-menu,
.cid-uYs0AU6kNS .navbar.opened {
  background-color: false !important;
}
.cid-uYs0AU6kNS .nav-item:focus,
.cid-uYs0AU6kNS .nav-link:focus {
  outline: none;
}
.cid-uYs0AU6kNS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYs0AU6kNS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYs0AU6kNS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYs0AU6kNS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYs0AU6kNS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYs0AU6kNS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYs0AU6kNS .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uYs0AU6kNS .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uYs0AU6kNS .navbar.opened {
  transition: all 0.3s;
}
.cid-uYs0AU6kNS .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uYs0AU6kNS .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uYs0AU6kNS .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uYs0AU6kNS .navbar.collapsed {
  justify-content: center;
}
.cid-uYs0AU6kNS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYs0AU6kNS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYs0AU6kNS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYs0AU6kNS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYs0AU6kNS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYs0AU6kNS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uYs0AU6kNS .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uYs0AU6kNS .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uYs0AU6kNS .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uYs0AU6kNS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYs0AU6kNS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYs0AU6kNS .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uYs0AU6kNS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYs0AU6kNS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uYs0AU6kNS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYs0AU6kNS .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uYs0AU6kNS .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uYs0AU6kNS .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uYs0AU6kNS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uYs0AU6kNS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYs0AU6kNS .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uYs0AU6kNS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYs0AU6kNS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYs0AU6kNS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYs0AU6kNS .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-uYs0AU6kNS .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uYs0AU6kNS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYs0AU6kNS .dropdown-item.active,
.cid-uYs0AU6kNS .dropdown-item:active {
  background-color: transparent;
}
.cid-uYs0AU6kNS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uYs0AU6kNS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYs0AU6kNS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYs0AU6kNS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYs0AU6kNS ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uYs0AU6kNS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYs0AU6kNS 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-uYs0AU6kNS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f6e0;
}
.cid-uYs0AU6kNS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYs0AU6kNS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYs0AU6kNS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYs0AU6kNS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYs0AU6kNS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYs0AU6kNS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYs0AU6kNS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYs0AU6kNS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYs0AU6kNS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uYs0AU6kNS .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-uYs0AU6kNS .navbar {
    height: 70px;
  }
  .cid-uYs0AU6kNS .navbar.opened {
    height: auto;
  }
  .cid-uYs0AU6kNS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYs0AU6kNS .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uYs0AU6kNS .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-uYs0AU6kNS .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 200px;
}
.cid-uYs0AU6kNS .navbar-caption:hover {
  color: #e0b548;
}
@media (min-width: 992px) {
  .cid-uYs0AU6kNS .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uYs0AU6kNS .text_widget {
  margin-bottom: 32px;
}
.cid-uYs0AU6kNS .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uYs0AU6kNS .text_widget a:hover,
.cid-uYs0AU6kNS .text_widget a:focus {
  opacity: .6;
}
.cid-uYs0AU6kNS .mbr-section-subtitle {
  color: #F9F6E0;
  text-align: center;
}
.cid-uYs0AU6kNS .navbar-caption {
  color: #F9F6E0;
}
.cid-uYs0AU6kNS .mbr-text {
  color: #F9F6E0;
  text-align: center;
}
.cid-uYs0AU6kNS .mbr-section-subtitle,
.cid-uYs0AU6kNS .text_widget,
.cid-uYs0AU6kNS .mbr-section-btn {
  text-align: center;
}
.cid-uYs0AU6kNS a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uYs0AV1v0H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474a48;
}
.cid-uYs0AV1v0H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYs0AV1v0H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYs0AV1v0H .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYs0AV1v0H .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uYs0AV1v0H .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-uYs0AV1v0H .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYs0AV1v0H .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYs0AV1v0H .item {
    margin-bottom: 20px;
  }
}
.cid-uYs0AV1v0H .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uYs0AV1v0H .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uYs0AV1v0H .item .item-wrapper .card-box .card-title_1,
.cid-uYs0AV1v0H .item .item-wrapper .card-box .card-title_2,
.cid-uYs0AV1v0H .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uYs0AV1v0H .item .item-wrapper .card-box .card-text_1,
.cid-uYs0AV1v0H .item .item-wrapper .card-box .card-text_2,
.cid-uYs0AV1v0H .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-uYs0AV1v0H .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYs0AV1v0H .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYs0AV1v0H .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uYs0AV1v0H .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-uYs0AV1v0H .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-uYs0AV1v0H .item .card_1 {
  background-color: #282828;
}
.cid-uYs0AV1v0H .item .card_2 {
  background-color: #d1e0be;
}
.cid-uYs0AV1v0H .item .card_3 {
  background-color: #e6eddc;
}
.cid-uYs0AV1v0H .btn-wrapper {
  margin-top: -6%;
}
.cid-uYs0AV1v0H .mbr-section-title,
.cid-uYs0AV1v0H .title-wrapper {
  color: #f9f6e0;
  text-align: center;
}
.cid-uYs0AV1v0H .card-title_1 {
  color: #f1f5eb;
}
.cid-uYs0AV1v0H .card-text_1 {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYs0AV1v0H .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-uYs0AV1v0H .card-text_2 {
  color: #323432;
  text-align: center;
}
.cid-uYs0AV1v0H .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-uYs0AV1v0H .card-text_3 {
  color: #5c834f;
  text-align: center;
}
.cid-uYs0AV1v0H .card-title_1,
.cid-uYs0AV1v0H .mbr-section-btn {
  text-align: center;
}
.cid-uYs0AXxDMg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #474a48;
}
.cid-uYs0AXxDMg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYs0AXxDMg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYs0AXxDMg .card-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-uYs0AXxDMg .card-wrapper {
    margin: 3px 0;
  }
}
.cid-uYs0AXxDMg .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uYs0AXxDMg .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uYs0AXPgKJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474a48;
}
.cid-uYs0AXPgKJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYs0AXPgKJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYs0AXPgKJ .row {
  justify-content: center;
}
.cid-uYs0AXPgKJ .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
@media (max-width: 992px) {
  .cid-uYs0AXPgKJ .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYs0AXPgKJ .item {
    margin-bottom: 16px;
  }
}
.cid-uYs0AXPgKJ .item .item-wrapper {
  height: 100%;
  background-color: #282828;
  padding: 80px 54px;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-uYs0AXPgKJ .item .item-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uYs0AXPgKJ .item .item-wrapper {
    padding: 30px 16px;
  }
}
.cid-uYs0AXPgKJ .item .item-wrapper .card-box .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #e0b548;
}
.cid-uYs0AXPgKJ .item .item-wrapper .card-box .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-uYs0AXPgKJ .item .item-wrapper .card-box .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #282828;
}
.cid-uYs0AXPgKJ .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uYs0AXPgKJ .item-label,
.cid-uYs0AXPgKJ .label-wrapper {
  color: #151e11;
  text-align: center;
}
.cid-uYs0AXPgKJ .item-title {
  color: #151e11;
  text-align: center;
}
.cid-uYs0AXPgKJ .item-title,
.cid-uYs0AXPgKJ .mbr-section-btn {
  color: #ffffff;
}
.cid-uYs0AYcQHg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #282828;
}
.cid-uYs0AYcQHg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYs0AYcQHg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYs0AYcQHg .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYs0AYcQHg .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uYs0AYcQHg .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYs0AYcQHg .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uYs0AYcQHg .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uYs0AYcQHg .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYs0AYcQHg .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYs0AYcQHg .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uYs0AYcQHg .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uYs0AYcQHg .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYs0AYcQHg .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uYs0AYcQHg .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uYs0AYcQHg .items-wrapper .card {
  padding: 0 32px;
}
.cid-uYs0AYcQHg .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uYs0AYcQHg .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYs0AYcQHg .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uYs0AYcQHg .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uYs0AYcQHg .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uYs0AYcQHg .list-wrapper .list .item-wrap:hover,
.cid-uYs0AYcQHg .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uYs0AYcQHg .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYs0AYcQHg .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uYs0AYcQHg .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYs0AYcQHg .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uYs0AYcQHg .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uYs0AYcQHg .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uYs0AYcQHg .mbr-desc {
  color: #f9f6e0;
}
.cid-uYs0AYcQHg .mbr-text,
.cid-uYs0AYcQHg .text-wrapper {
  color: #9aa0a6;
}
.cid-uYs0AYcQHg .list {
  color: #9aa0a6;
}
.cid-uYs0AYcQHg .mbr-text,
.cid-uYs0AYcQHg .mbr-section-btn {
  color: #f9f6e0;
}
.cid-uYs0AYcQHg .list,
.cid-uYs0AYcQHg .item-wrap {
  color: #f9f6e0;
}
.cid-uYs0Fw8Kw3 {
  background-color: transparent;
}
.cid-uYs0Fw8Kw3 .navbar-dropdown {
  background-color: #282828 !important;
  padding: 0;
}
.cid-uYs0Fw8Kw3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #282828 !important;
  background: #282828;
}
.cid-uYs0Fw8Kw3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYs0Fw8Kw3 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYs0Fw8Kw3 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uYs0Fw8Kw3 .menu_box .navbar.opened,
  .cid-uYs0Fw8Kw3 .menu_box .navbar-collapse {
    background-color: #282828 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uYs0Fw8Kw3 .navbar-dropdown {
  position: relative !important;
}
.cid-uYs0Fw8Kw3 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uYs0Fw8Kw3 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uYs0Fw8Kw3 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uYs0Fw8Kw3 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uYs0Fw8Kw3 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uYs0Fw8Kw3 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uYs0Fw8Kw3 .offcanvas-body .mbr-text,
  .cid-uYs0Fw8Kw3 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uYs0Fw8Kw3 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uYs0Fw8Kw3 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uYs0Fw8Kw3 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f9f6e0;
  }
  .cid-uYs0Fw8Kw3 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uYs0Fw8Kw3 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uYs0Fw8Kw3 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uYs0Fw8Kw3 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uYs0Fw8Kw3 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uYs0Fw8Kw3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uYs0Fw8Kw3 .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-uYs0Fw8Kw3 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uYs0Fw8Kw3 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-uYs0Fw8Kw3 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uYs0Fw8Kw3 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uYs0Fw8Kw3 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uYs0Fw8Kw3 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uYs0Fw8Kw3 .nav-item {
    margin: 0 !important;
  }
}
.cid-uYs0Fw8Kw3 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  position: relative;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uYs0Fw8Kw3 .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uYs0Fw8Kw3 .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-uYs0Fw8Kw3 .nav-item .nav-link:hover,
.cid-uYs0Fw8Kw3 .nav-item .nav-link:focus {
  color: #e0b548 !important;
}
.cid-uYs0Fw8Kw3 .nav-item .nav-link:hover::before,
.cid-uYs0Fw8Kw3 .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-uYs0Fw8Kw3 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uYs0Fw8Kw3 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uYs0Fw8Kw3 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uYs0Fw8Kw3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uYs0Fw8Kw3 .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-uYs0Fw8Kw3 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uYs0Fw8Kw3 .offcanvas_box {
    display: none;
  }
}
.cid-uYs0Fw8Kw3 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uYs0Fw8Kw3 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uYs0Fw8Kw3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uYs0Fw8Kw3 .container {
  display: flex;
  margin: auto;
}
.cid-uYs0Fw8Kw3 .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-uYs0Fw8Kw3 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uYs0Fw8Kw3 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uYs0Fw8Kw3 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uYs0Fw8Kw3 .navbar-nav {
    margin: 0;
  }
}
.cid-uYs0Fw8Kw3 .dropdown-menu,
.cid-uYs0Fw8Kw3 .navbar.opened {
  background-color: false !important;
}
.cid-uYs0Fw8Kw3 .nav-item:focus,
.cid-uYs0Fw8Kw3 .nav-link:focus {
  outline: none;
}
.cid-uYs0Fw8Kw3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYs0Fw8Kw3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYs0Fw8Kw3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYs0Fw8Kw3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYs0Fw8Kw3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYs0Fw8Kw3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYs0Fw8Kw3 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uYs0Fw8Kw3 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uYs0Fw8Kw3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYs0Fw8Kw3 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uYs0Fw8Kw3 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uYs0Fw8Kw3 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uYs0Fw8Kw3 .navbar.collapsed {
  justify-content: center;
}
.cid-uYs0Fw8Kw3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYs0Fw8Kw3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYs0Fw8Kw3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYs0Fw8Kw3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYs0Fw8Kw3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYs0Fw8Kw3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uYs0Fw8Kw3 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uYs0Fw8Kw3 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uYs0Fw8Kw3 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uYs0Fw8Kw3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYs0Fw8Kw3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYs0Fw8Kw3 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uYs0Fw8Kw3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYs0Fw8Kw3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uYs0Fw8Kw3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYs0Fw8Kw3 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uYs0Fw8Kw3 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uYs0Fw8Kw3 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uYs0Fw8Kw3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uYs0Fw8Kw3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYs0Fw8Kw3 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uYs0Fw8Kw3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYs0Fw8Kw3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYs0Fw8Kw3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYs0Fw8Kw3 .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-uYs0Fw8Kw3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uYs0Fw8Kw3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYs0Fw8Kw3 .dropdown-item.active,
.cid-uYs0Fw8Kw3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYs0Fw8Kw3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uYs0Fw8Kw3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYs0Fw8Kw3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYs0Fw8Kw3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYs0Fw8Kw3 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uYs0Fw8Kw3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYs0Fw8Kw3 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-uYs0Fw8Kw3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f6e0;
}
.cid-uYs0Fw8Kw3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYs0Fw8Kw3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYs0Fw8Kw3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYs0Fw8Kw3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYs0Fw8Kw3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYs0Fw8Kw3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYs0Fw8Kw3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYs0Fw8Kw3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYs0Fw8Kw3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uYs0Fw8Kw3 .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-uYs0Fw8Kw3 .navbar {
    height: 70px;
  }
  .cid-uYs0Fw8Kw3 .navbar.opened {
    height: auto;
  }
  .cid-uYs0Fw8Kw3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYs0Fw8Kw3 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uYs0Fw8Kw3 .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-uYs0Fw8Kw3 .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 200px;
}
.cid-uYs0Fw8Kw3 .navbar-caption:hover {
  color: #e0b548;
}
@media (min-width: 992px) {
  .cid-uYs0Fw8Kw3 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uYs0Fw8Kw3 .text_widget {
  margin-bottom: 32px;
}
.cid-uYs0Fw8Kw3 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uYs0Fw8Kw3 .text_widget a:hover,
.cid-uYs0Fw8Kw3 .text_widget a:focus {
  opacity: .6;
}
.cid-uYs0Fw8Kw3 .mbr-section-subtitle {
  color: #F9F6E0;
  text-align: center;
}
.cid-uYs0Fw8Kw3 .navbar-caption {
  color: #F9F6E0;
}
.cid-uYs0Fw8Kw3 .mbr-text {
  color: #F9F6E0;
  text-align: center;
}
.cid-uYs0Fw8Kw3 .mbr-section-subtitle,
.cid-uYs0Fw8Kw3 .text_widget,
.cid-uYs0Fw8Kw3 .mbr-section-btn {
  text-align: center;
}
.cid-uYs0Fw8Kw3 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uYs0FxDUuj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474a48;
}
.cid-uYs0FxDUuj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYs0FxDUuj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYs0FxDUuj .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYs0FxDUuj .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uYs0FxDUuj .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-uYs0FxDUuj .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYs0FxDUuj .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYs0FxDUuj .item {
    margin-bottom: 40px;
  }
}
.cid-uYs0FxDUuj .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uYs0FxDUuj .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYs0FxDUuj .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uYs0FxDUuj .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-uYs0FxDUuj .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uYs0FxDUuj .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uYs0FxDUuj .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYs0FxDUuj .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYs0FxDUuj .mbr-section-title,
.cid-uYs0FxDUuj .title-wrapper {
  color: #f9f6e0;
  text-align: center;
}
.cid-uYs0FxDUuj .card-title {
  color: #323432;
}
.cid-uYs0FxDUuj .card-text {
  color: #f9f6e0;
}
.cid-uYs0FxDUuj .card-title,
.cid-uYs0FxDUuj .mbr-section-btn,
.cid-uYs0FxDUuj .iconfont-wrapper {
  color: #f9f6e0;
}
.cid-uYs0FzztSo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #474a48;
}
.cid-uYs0FzztSo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYs0FzztSo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYs0FzztSo .card-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-uYs0FzztSo .card-wrapper {
    margin: 3px 0;
  }
}
.cid-uYs0FzztSo .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uYs0FzztSo .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uYs0FzQRRF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474a48;
}
.cid-uYs0FzQRRF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYs0FzQRRF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYs0FzQRRF .row {
  justify-content: center;
}
.cid-uYs0FzQRRF .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
@media (max-width: 992px) {
  .cid-uYs0FzQRRF .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYs0FzQRRF .item {
    margin-bottom: 16px;
  }
}
.cid-uYs0FzQRRF .item .item-wrapper {
  height: 100%;
  background-color: #282828;
  padding: 80px 54px;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-uYs0FzQRRF .item .item-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uYs0FzQRRF .item .item-wrapper {
    padding: 30px 16px;
  }
}
.cid-uYs0FzQRRF .item .item-wrapper .card-box .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #e0b548;
}
.cid-uYs0FzQRRF .item .item-wrapper .card-box .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-uYs0FzQRRF .item .item-wrapper .card-box .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #282828;
}
.cid-uYs0FzQRRF .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uYs0FzQRRF .item-label,
.cid-uYs0FzQRRF .label-wrapper {
  color: #151e11;
  text-align: center;
}
.cid-uYs0FzQRRF .item-title {
  color: #151e11;
  text-align: center;
}
.cid-uYs0FzQRRF .item-title,
.cid-uYs0FzQRRF .mbr-section-btn {
  color: #ffffff;
}
.cid-uYs0FA9VHR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #282828;
}
.cid-uYs0FA9VHR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYs0FA9VHR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYs0FA9VHR .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYs0FA9VHR .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uYs0FA9VHR .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYs0FA9VHR .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uYs0FA9VHR .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uYs0FA9VHR .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYs0FA9VHR .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYs0FA9VHR .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uYs0FA9VHR .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uYs0FA9VHR .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYs0FA9VHR .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uYs0FA9VHR .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uYs0FA9VHR .items-wrapper .card {
  padding: 0 32px;
}
.cid-uYs0FA9VHR .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uYs0FA9VHR .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYs0FA9VHR .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uYs0FA9VHR .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uYs0FA9VHR .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uYs0FA9VHR .list-wrapper .list .item-wrap:hover,
.cid-uYs0FA9VHR .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uYs0FA9VHR .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYs0FA9VHR .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uYs0FA9VHR .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYs0FA9VHR .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uYs0FA9VHR .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uYs0FA9VHR .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uYs0FA9VHR .mbr-desc {
  color: #f9f6e0;
}
.cid-uYs0FA9VHR .mbr-text,
.cid-uYs0FA9VHR .text-wrapper {
  color: #9aa0a6;
}
.cid-uYs0FA9VHR .list {
  color: #9aa0a6;
}
.cid-uYs0FA9VHR .mbr-text,
.cid-uYs0FA9VHR .mbr-section-btn {
  color: #f9f6e0;
}
.cid-uYs0FA9VHR .list,
.cid-uYs0FA9VHR .item-wrap {
  color: #f9f6e0;
}
.cid-uYs0LmDwQn {
  background-color: transparent;
}
.cid-uYs0LmDwQn .navbar-dropdown {
  background-color: #282828 !important;
  padding: 0;
}
.cid-uYs0LmDwQn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #282828 !important;
  background: #282828;
}
.cid-uYs0LmDwQn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYs0LmDwQn .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYs0LmDwQn .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uYs0LmDwQn .menu_box .navbar.opened,
  .cid-uYs0LmDwQn .menu_box .navbar-collapse {
    background-color: #282828 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uYs0LmDwQn .navbar-dropdown {
  position: relative !important;
}
.cid-uYs0LmDwQn .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uYs0LmDwQn .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uYs0LmDwQn .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uYs0LmDwQn .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uYs0LmDwQn .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uYs0LmDwQn .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uYs0LmDwQn .offcanvas-body .mbr-text,
  .cid-uYs0LmDwQn .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uYs0LmDwQn .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uYs0LmDwQn .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uYs0LmDwQn .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f9f6e0;
  }
  .cid-uYs0LmDwQn .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uYs0LmDwQn .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uYs0LmDwQn .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uYs0LmDwQn .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uYs0LmDwQn ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uYs0LmDwQn .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uYs0LmDwQn .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-uYs0LmDwQn .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uYs0LmDwQn 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-uYs0LmDwQn .lg_brand {
    margin: 0 1rem;
  }
  .cid-uYs0LmDwQn .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uYs0LmDwQn .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uYs0LmDwQn .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uYs0LmDwQn .nav-item {
    margin: 0 !important;
  }
}
.cid-uYs0LmDwQn .nav-item .nav-link {
  transition: all 0.5s ease-out;
  position: relative;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uYs0LmDwQn .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uYs0LmDwQn .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-uYs0LmDwQn .nav-item .nav-link:hover,
.cid-uYs0LmDwQn .nav-item .nav-link:focus {
  color: #e0b548 !important;
}
.cid-uYs0LmDwQn .nav-item .nav-link:hover::before,
.cid-uYs0LmDwQn .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-uYs0LmDwQn .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uYs0LmDwQn .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uYs0LmDwQn .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uYs0LmDwQn .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uYs0LmDwQn .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-uYs0LmDwQn .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uYs0LmDwQn .offcanvas_box {
    display: none;
  }
}
.cid-uYs0LmDwQn .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uYs0LmDwQn .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uYs0LmDwQn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uYs0LmDwQn .container {
  display: flex;
  margin: auto;
}
.cid-uYs0LmDwQn .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-uYs0LmDwQn .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uYs0LmDwQn .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uYs0LmDwQn .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uYs0LmDwQn .navbar-nav {
    margin: 0;
  }
}
.cid-uYs0LmDwQn .dropdown-menu,
.cid-uYs0LmDwQn .navbar.opened {
  background-color: false !important;
}
.cid-uYs0LmDwQn .nav-item:focus,
.cid-uYs0LmDwQn .nav-link:focus {
  outline: none;
}
.cid-uYs0LmDwQn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYs0LmDwQn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYs0LmDwQn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYs0LmDwQn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYs0LmDwQn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYs0LmDwQn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYs0LmDwQn .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uYs0LmDwQn .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uYs0LmDwQn .navbar.opened {
  transition: all 0.3s;
}
.cid-uYs0LmDwQn .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uYs0LmDwQn .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uYs0LmDwQn .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uYs0LmDwQn .navbar.collapsed {
  justify-content: center;
}
.cid-uYs0LmDwQn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYs0LmDwQn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYs0LmDwQn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYs0LmDwQn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYs0LmDwQn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYs0LmDwQn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uYs0LmDwQn .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uYs0LmDwQn .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uYs0LmDwQn .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uYs0LmDwQn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYs0LmDwQn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYs0LmDwQn .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uYs0LmDwQn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYs0LmDwQn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uYs0LmDwQn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYs0LmDwQn .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uYs0LmDwQn .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uYs0LmDwQn .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uYs0LmDwQn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uYs0LmDwQn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYs0LmDwQn .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uYs0LmDwQn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYs0LmDwQn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYs0LmDwQn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYs0LmDwQn .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-uYs0LmDwQn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uYs0LmDwQn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYs0LmDwQn .dropdown-item.active,
.cid-uYs0LmDwQn .dropdown-item:active {
  background-color: transparent;
}
.cid-uYs0LmDwQn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uYs0LmDwQn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYs0LmDwQn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYs0LmDwQn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYs0LmDwQn ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uYs0LmDwQn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYs0LmDwQn 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-uYs0LmDwQn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f6e0;
}
.cid-uYs0LmDwQn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYs0LmDwQn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYs0LmDwQn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYs0LmDwQn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYs0LmDwQn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYs0LmDwQn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYs0LmDwQn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYs0LmDwQn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYs0LmDwQn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uYs0LmDwQn .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-uYs0LmDwQn .navbar {
    height: 70px;
  }
  .cid-uYs0LmDwQn .navbar.opened {
    height: auto;
  }
  .cid-uYs0LmDwQn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYs0LmDwQn .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uYs0LmDwQn .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-uYs0LmDwQn .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 200px;
}
.cid-uYs0LmDwQn .navbar-caption:hover {
  color: #e0b548;
}
@media (min-width: 992px) {
  .cid-uYs0LmDwQn .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uYs0LmDwQn .text_widget {
  margin-bottom: 32px;
}
.cid-uYs0LmDwQn .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uYs0LmDwQn .text_widget a:hover,
.cid-uYs0LmDwQn .text_widget a:focus {
  opacity: .6;
}
.cid-uYs0LmDwQn .mbr-section-subtitle {
  color: #F9F6E0;
  text-align: center;
}
.cid-uYs0LmDwQn .navbar-caption {
  color: #F9F6E0;
}
.cid-uYs0LmDwQn .mbr-text {
  color: #F9F6E0;
  text-align: center;
}
.cid-uYs0LmDwQn .mbr-section-subtitle,
.cid-uYs0LmDwQn .text_widget,
.cid-uYs0LmDwQn .mbr-section-btn {
  text-align: center;
}
.cid-uYs0LmDwQn a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uYs0LogQXh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474a48;
}
.cid-uYs0LogQXh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYs0LogQXh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYs0LogQXh .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uYs0LogQXh .container {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uYs0LogQXh .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYs0LogQXh .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYs0LogQXh .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uYs0LogQXh .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYs0LogQXh .content-wrapper .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-uYs0LogQXh .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-uYs0LogQXh .content-wrapper .list .item-wrap:hover,
.cid-uYs0LogQXh .content-wrapper .list .item-wrap:focus {
  color: #f2ac2b;
}
.cid-uYs0LogQXh .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-uYs0LogQXh .mbr-section-title {
  color: #f9f6e0;
}
.cid-uYs0LogQXh .mbr-text {
  color: #f9f6e0;
}
.cid-uYs0LogQXh .list {
  color: #d2d2df;
}
.cid-uYs0LpRMRV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #474a48;
}
.cid-uYs0LpRMRV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYs0LpRMRV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYs0LpRMRV .card-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-uYs0LpRMRV .card-wrapper {
    margin: 3px 0;
  }
}
.cid-uYs0LpRMRV .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uYs0LpRMRV .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uYs0Lqaxi1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474a48;
}
.cid-uYs0Lqaxi1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYs0Lqaxi1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYs0Lqaxi1 .row {
  justify-content: center;
}
.cid-uYs0Lqaxi1 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
@media (max-width: 992px) {
  .cid-uYs0Lqaxi1 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYs0Lqaxi1 .item {
    margin-bottom: 16px;
  }
}
.cid-uYs0Lqaxi1 .item .item-wrapper {
  height: 100%;
  background-color: #282828;
  padding: 80px 54px;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-uYs0Lqaxi1 .item .item-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uYs0Lqaxi1 .item .item-wrapper {
    padding: 30px 16px;
  }
}
.cid-uYs0Lqaxi1 .item .item-wrapper .card-box .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #e0b548;
}
.cid-uYs0Lqaxi1 .item .item-wrapper .card-box .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-uYs0Lqaxi1 .item .item-wrapper .card-box .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #282828;
}
.cid-uYs0Lqaxi1 .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uYs0Lqaxi1 .item-label,
.cid-uYs0Lqaxi1 .label-wrapper {
  color: #151e11;
  text-align: center;
}
.cid-uYs0Lqaxi1 .item-title {
  color: #151e11;
  text-align: center;
}
.cid-uYs0Lqaxi1 .item-title,
.cid-uYs0Lqaxi1 .mbr-section-btn {
  color: #ffffff;
}
.cid-uYs0Lqt9ev {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #282828;
}
.cid-uYs0Lqt9ev .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYs0Lqt9ev .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYs0Lqt9ev .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYs0Lqt9ev .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uYs0Lqt9ev .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYs0Lqt9ev .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uYs0Lqt9ev .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uYs0Lqt9ev .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYs0Lqt9ev .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYs0Lqt9ev .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uYs0Lqt9ev .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uYs0Lqt9ev .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYs0Lqt9ev .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uYs0Lqt9ev .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uYs0Lqt9ev .items-wrapper .card {
  padding: 0 32px;
}
.cid-uYs0Lqt9ev .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uYs0Lqt9ev .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYs0Lqt9ev .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uYs0Lqt9ev .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uYs0Lqt9ev .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uYs0Lqt9ev .list-wrapper .list .item-wrap:hover,
.cid-uYs0Lqt9ev .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uYs0Lqt9ev .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYs0Lqt9ev .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uYs0Lqt9ev .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYs0Lqt9ev .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uYs0Lqt9ev .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uYs0Lqt9ev .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uYs0Lqt9ev .mbr-desc {
  color: #f9f6e0;
}
.cid-uYs0Lqt9ev .mbr-text,
.cid-uYs0Lqt9ev .text-wrapper {
  color: #9aa0a6;
}
.cid-uYs0Lqt9ev .list {
  color: #9aa0a6;
}
.cid-uYs0Lqt9ev .mbr-text,
.cid-uYs0Lqt9ev .mbr-section-btn {
  color: #f9f6e0;
}
.cid-uYs0Lqt9ev .list,
.cid-uYs0Lqt9ev .item-wrap {
  color: #f9f6e0;
}
.cid-uYs0Ni83UC {
  background-color: transparent;
}
.cid-uYs0Ni83UC .navbar-dropdown {
  background-color: #282828 !important;
  padding: 0;
}
.cid-uYs0Ni83UC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #282828 !important;
  background: #282828;
}
.cid-uYs0Ni83UC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYs0Ni83UC .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYs0Ni83UC .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uYs0Ni83UC .menu_box .navbar.opened,
  .cid-uYs0Ni83UC .menu_box .navbar-collapse {
    background-color: #282828 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uYs0Ni83UC .navbar-dropdown {
  position: relative !important;
}
.cid-uYs0Ni83UC .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uYs0Ni83UC .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uYs0Ni83UC .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uYs0Ni83UC .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uYs0Ni83UC .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uYs0Ni83UC .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uYs0Ni83UC .offcanvas-body .mbr-text,
  .cid-uYs0Ni83UC .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uYs0Ni83UC .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uYs0Ni83UC .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uYs0Ni83UC .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f9f6e0;
  }
  .cid-uYs0Ni83UC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uYs0Ni83UC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uYs0Ni83UC .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uYs0Ni83UC .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uYs0Ni83UC ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uYs0Ni83UC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uYs0Ni83UC .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-uYs0Ni83UC .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uYs0Ni83UC 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-uYs0Ni83UC .lg_brand {
    margin: 0 1rem;
  }
  .cid-uYs0Ni83UC .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uYs0Ni83UC .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uYs0Ni83UC .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uYs0Ni83UC .nav-item {
    margin: 0 !important;
  }
}
.cid-uYs0Ni83UC .nav-item .nav-link {
  transition: all 0.5s ease-out;
  position: relative;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uYs0Ni83UC .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uYs0Ni83UC .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-uYs0Ni83UC .nav-item .nav-link:hover,
.cid-uYs0Ni83UC .nav-item .nav-link:focus {
  color: #e0b548 !important;
}
.cid-uYs0Ni83UC .nav-item .nav-link:hover::before,
.cid-uYs0Ni83UC .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-uYs0Ni83UC .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uYs0Ni83UC .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uYs0Ni83UC .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uYs0Ni83UC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uYs0Ni83UC .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-uYs0Ni83UC .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uYs0Ni83UC .offcanvas_box {
    display: none;
  }
}
.cid-uYs0Ni83UC .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uYs0Ni83UC .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uYs0Ni83UC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uYs0Ni83UC .container {
  display: flex;
  margin: auto;
}
.cid-uYs0Ni83UC .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-uYs0Ni83UC .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uYs0Ni83UC .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uYs0Ni83UC .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uYs0Ni83UC .navbar-nav {
    margin: 0;
  }
}
.cid-uYs0Ni83UC .dropdown-menu,
.cid-uYs0Ni83UC .navbar.opened {
  background-color: false !important;
}
.cid-uYs0Ni83UC .nav-item:focus,
.cid-uYs0Ni83UC .nav-link:focus {
  outline: none;
}
.cid-uYs0Ni83UC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYs0Ni83UC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYs0Ni83UC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYs0Ni83UC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYs0Ni83UC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYs0Ni83UC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYs0Ni83UC .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uYs0Ni83UC .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uYs0Ni83UC .navbar.opened {
  transition: all 0.3s;
}
.cid-uYs0Ni83UC .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uYs0Ni83UC .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uYs0Ni83UC .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uYs0Ni83UC .navbar.collapsed {
  justify-content: center;
}
.cid-uYs0Ni83UC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYs0Ni83UC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYs0Ni83UC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYs0Ni83UC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYs0Ni83UC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYs0Ni83UC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uYs0Ni83UC .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uYs0Ni83UC .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uYs0Ni83UC .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uYs0Ni83UC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYs0Ni83UC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYs0Ni83UC .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uYs0Ni83UC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYs0Ni83UC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uYs0Ni83UC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYs0Ni83UC .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uYs0Ni83UC .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uYs0Ni83UC .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uYs0Ni83UC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uYs0Ni83UC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYs0Ni83UC .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uYs0Ni83UC .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYs0Ni83UC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYs0Ni83UC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYs0Ni83UC .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-uYs0Ni83UC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uYs0Ni83UC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYs0Ni83UC .dropdown-item.active,
.cid-uYs0Ni83UC .dropdown-item:active {
  background-color: transparent;
}
.cid-uYs0Ni83UC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uYs0Ni83UC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYs0Ni83UC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYs0Ni83UC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYs0Ni83UC ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uYs0Ni83UC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYs0Ni83UC 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-uYs0Ni83UC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f6e0;
}
.cid-uYs0Ni83UC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYs0Ni83UC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYs0Ni83UC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYs0Ni83UC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYs0Ni83UC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYs0Ni83UC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYs0Ni83UC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYs0Ni83UC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYs0Ni83UC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uYs0Ni83UC .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-uYs0Ni83UC .navbar {
    height: 70px;
  }
  .cid-uYs0Ni83UC .navbar.opened {
    height: auto;
  }
  .cid-uYs0Ni83UC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYs0Ni83UC .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uYs0Ni83UC .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-uYs0Ni83UC .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 200px;
}
.cid-uYs0Ni83UC .navbar-caption:hover {
  color: #e0b548;
}
@media (min-width: 992px) {
  .cid-uYs0Ni83UC .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uYs0Ni83UC .text_widget {
  margin-bottom: 32px;
}
.cid-uYs0Ni83UC .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uYs0Ni83UC .text_widget a:hover,
.cid-uYs0Ni83UC .text_widget a:focus {
  opacity: .6;
}
.cid-uYs0Ni83UC .mbr-section-subtitle {
  color: #F9F6E0;
  text-align: center;
}
.cid-uYs0Ni83UC .navbar-caption {
  color: #F9F6E0;
}
.cid-uYs0Ni83UC .mbr-text {
  color: #F9F6E0;
  text-align: center;
}
.cid-uYs0Ni83UC .mbr-section-subtitle,
.cid-uYs0Ni83UC .text_widget,
.cid-uYs0Ni83UC .mbr-section-btn {
  text-align: center;
}
.cid-uYs0Ni83UC a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uYs0NkPg7w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474a48;
}
.cid-uYs0NkPg7w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYs0NkPg7w .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-uYs0NkPg7w .container {
    padding: 0 24px;
  }
}
.cid-uYs0NkPg7w .row {
  border-top: 1px solid #72716b;
}
@media (min-width: 992px) {
  .cid-uYs0NkPg7w .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uYs0NkPg7w .row {
    border: none;
  }
}
.cid-uYs0NkPg7w .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uYs0NkPg7w .row .card {
    padding: 0 16px;
  }
}
.cid-uYs0NkPg7w .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uYs0NkPg7w .content-wrapper {
    padding: 24px;
  }
}
.cid-uYs0NkPg7w .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uYs0NkPg7w .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uYs0NkPg7w .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYs0NkPg7w .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uYs0NkPg7w .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uYs0NkPg7w .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uYs0NkPg7w .panel-group .card {
  padding: 32px;
  border-top: 1px solid #72716b;
  border-left: 1px solid #72716b;
  border-radius: 0 !important;
}
.cid-uYs0NkPg7w .panel-group .card:first-child {
  border-top: none;
}
@media (max-width: 992px) {
  .cid-uYs0NkPg7w .panel-group .card:first-child {
    border-top: 1px solid #72716b;
  }
}
@media (max-width: 992px) {
  .cid-uYs0NkPg7w .panel-group .card {
    padding: 24px;
    border-left: none;
  }
}
.cid-uYs0NkPg7w .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uYs0NkPg7w .panel-group .card .card-header .panel-title {
  display: block;
}
.cid-uYs0NkPg7w .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  display: inline;
  padding-left: 24px;
  border-left: 1px solid #e0b548;
}
.cid-uYs0NkPg7w .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin: 0;
}
.cid-uYs0NkPg7w .panel-group .card .card-header .panel-title .panel-title-edit span {
  color: #f9f6e0;
}
.cid-uYs0NkPg7w .panel-group .card .panel-collapse .panel-body {
  padding-top: 32px;
}
@media (max-width: 992px) {
  .cid-uYs0NkPg7w .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-uYs0NkPg7w .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uYs0NkPg7w .mbr-section-title {
  color: #F9F6E0;
}
.cid-uYs0NkPg7w .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-uYs0NkPg7w .panel-title-edit {
  color: #E0B548;
}
.cid-uYs0NkPg7w .panel-text {
  color: #F9F6E0;
}
.cid-uYs0NkPg7w .mbr-section-title,
.cid-uYs0NkPg7w .mbr-section-btn {
  text-align: right;
}
.cid-uYs0NloVsL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #474a48;
}
.cid-uYs0NloVsL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYs0NloVsL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYs0NloVsL .card-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-uYs0NloVsL .card-wrapper {
    margin: 3px 0;
  }
}
.cid-uYs0NloVsL .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uYs0NloVsL .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uYs0NlJMAl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474a48;
}
.cid-uYs0NlJMAl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYs0NlJMAl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYs0NlJMAl .row {
  justify-content: center;
}
.cid-uYs0NlJMAl .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
@media (max-width: 992px) {
  .cid-uYs0NlJMAl .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYs0NlJMAl .item {
    margin-bottom: 16px;
  }
}
.cid-uYs0NlJMAl .item .item-wrapper {
  height: 100%;
  background-color: #282828;
  padding: 80px 54px;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-uYs0NlJMAl .item .item-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uYs0NlJMAl .item .item-wrapper {
    padding: 30px 16px;
  }
}
.cid-uYs0NlJMAl .item .item-wrapper .card-box .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #e0b548;
}
.cid-uYs0NlJMAl .item .item-wrapper .card-box .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-uYs0NlJMAl .item .item-wrapper .card-box .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #282828;
}
.cid-uYs0NlJMAl .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uYs0NlJMAl .item-label,
.cid-uYs0NlJMAl .label-wrapper {
  color: #151e11;
  text-align: center;
}
.cid-uYs0NlJMAl .item-title {
  color: #151e11;
  text-align: center;
}
.cid-uYs0NlJMAl .item-title,
.cid-uYs0NlJMAl .mbr-section-btn {
  color: #ffffff;
}
.cid-uYs0Nm2aFh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #282828;
}
.cid-uYs0Nm2aFh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYs0Nm2aFh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYs0Nm2aFh .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYs0Nm2aFh .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uYs0Nm2aFh .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYs0Nm2aFh .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uYs0Nm2aFh .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uYs0Nm2aFh .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYs0Nm2aFh .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYs0Nm2aFh .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uYs0Nm2aFh .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uYs0Nm2aFh .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYs0Nm2aFh .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uYs0Nm2aFh .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uYs0Nm2aFh .items-wrapper .card {
  padding: 0 32px;
}
.cid-uYs0Nm2aFh .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uYs0Nm2aFh .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYs0Nm2aFh .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uYs0Nm2aFh .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uYs0Nm2aFh .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uYs0Nm2aFh .list-wrapper .list .item-wrap:hover,
.cid-uYs0Nm2aFh .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uYs0Nm2aFh .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYs0Nm2aFh .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uYs0Nm2aFh .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYs0Nm2aFh .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uYs0Nm2aFh .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uYs0Nm2aFh .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uYs0Nm2aFh .mbr-desc {
  color: #f9f6e0;
}
.cid-uYs0Nm2aFh .mbr-text,
.cid-uYs0Nm2aFh .text-wrapper {
  color: #9aa0a6;
}
.cid-uYs0Nm2aFh .list {
  color: #9aa0a6;
}
.cid-uYs0Nm2aFh .mbr-text,
.cid-uYs0Nm2aFh .mbr-section-btn {
  color: #f9f6e0;
}
.cid-uYs0Nm2aFh .list,
.cid-uYs0Nm2aFh .item-wrap {
  color: #f9f6e0;
}
.cid-uYs1CNvZ8N {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #474a48;
}
.cid-uYs1CNvZ8N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYs1CNvZ8N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYs1CNvZ8N .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uYs1CNvZ8N .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-uYs1CNvZ8N .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.cid-uYs1CNvZ8N .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYs1CNvZ8N .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uYs1CNvZ8N .mbr-desc,
.cid-uYs1CNvZ8N .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-uYs1CNvZ8N .mbr-text,
.cid-uYs1CNvZ8N .icon-wrapper {
  text-align: center;
  color: #f9f6e0;
}
.cid-uYs0PZDmmJ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #474a48;
}
.cid-uYs0PZDmmJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYs0PZDmmJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYs0PZDmmJ .row {
  justify-content: center;
}
.cid-uYs0PZDmmJ .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
@media (max-width: 992px) {
  .cid-uYs0PZDmmJ .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYs0PZDmmJ .item {
    margin-bottom: 16px;
  }
}
.cid-uYs0PZDmmJ .item .item-wrapper {
  height: 100%;
  background-color: #282828;
  padding: 80px 54px;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-uYs0PZDmmJ .item .item-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uYs0PZDmmJ .item .item-wrapper {
    padding: 30px 16px;
  }
}
.cid-uYs0PZDmmJ .item .item-wrapper .card-box .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #e0b548;
}
.cid-uYs0PZDmmJ .item .item-wrapper .card-box .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-uYs0PZDmmJ .item .item-wrapper .card-box .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #282828;
}
.cid-uYs0PZDmmJ .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uYs0PZDmmJ .item-label,
.cid-uYs0PZDmmJ .label-wrapper {
  color: #151e11;
  text-align: center;
}
.cid-uYs0PZDmmJ .item-title {
  color: #151e11;
  text-align: center;
}
.cid-uYs0PZDmmJ .item-title,
.cid-uYs0PZDmmJ .mbr-section-btn {
  color: #ffffff;
}
.cid-uYs0PZmcMO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #474a48;
}
.cid-uYs0PZmcMO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYs0PZmcMO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYs0PZmcMO .card-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-uYs0PZmcMO .card-wrapper {
    margin: 3px 0;
  }
}
.cid-uYs0PZmcMO .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uYs0PZmcMO .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uYs0PVK1dV {
  background-color: transparent;
}
.cid-uYs0PVK1dV .navbar-dropdown {
  background-color: #282828 !important;
  padding: 0;
}
.cid-uYs0PVK1dV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #282828 !important;
  background: #282828;
}
.cid-uYs0PVK1dV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYs0PVK1dV .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYs0PVK1dV .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uYs0PVK1dV .menu_box .navbar.opened,
  .cid-uYs0PVK1dV .menu_box .navbar-collapse {
    background-color: #282828 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uYs0PVK1dV .navbar-dropdown {
  position: relative !important;
}
.cid-uYs0PVK1dV .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uYs0PVK1dV .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uYs0PVK1dV .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uYs0PVK1dV .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uYs0PVK1dV .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uYs0PVK1dV .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uYs0PVK1dV .offcanvas-body .mbr-text,
  .cid-uYs0PVK1dV .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uYs0PVK1dV .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uYs0PVK1dV .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uYs0PVK1dV .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f9f6e0;
  }
  .cid-uYs0PVK1dV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uYs0PVK1dV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uYs0PVK1dV .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uYs0PVK1dV .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uYs0PVK1dV ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uYs0PVK1dV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uYs0PVK1dV .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-uYs0PVK1dV .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uYs0PVK1dV 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-uYs0PVK1dV .lg_brand {
    margin: 0 1rem;
  }
  .cid-uYs0PVK1dV .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uYs0PVK1dV .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uYs0PVK1dV .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uYs0PVK1dV .nav-item {
    margin: 0 !important;
  }
}
.cid-uYs0PVK1dV .nav-item .nav-link {
  transition: all 0.5s ease-out;
  position: relative;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uYs0PVK1dV .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uYs0PVK1dV .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-uYs0PVK1dV .nav-item .nav-link:hover,
.cid-uYs0PVK1dV .nav-item .nav-link:focus {
  color: #e0b548 !important;
}
.cid-uYs0PVK1dV .nav-item .nav-link:hover::before,
.cid-uYs0PVK1dV .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-uYs0PVK1dV .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uYs0PVK1dV .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uYs0PVK1dV .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uYs0PVK1dV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uYs0PVK1dV .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-uYs0PVK1dV .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uYs0PVK1dV .offcanvas_box {
    display: none;
  }
}
.cid-uYs0PVK1dV .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uYs0PVK1dV .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uYs0PVK1dV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uYs0PVK1dV .container {
  display: flex;
  margin: auto;
}
.cid-uYs0PVK1dV .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-uYs0PVK1dV .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uYs0PVK1dV .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uYs0PVK1dV .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uYs0PVK1dV .navbar-nav {
    margin: 0;
  }
}
.cid-uYs0PVK1dV .dropdown-menu,
.cid-uYs0PVK1dV .navbar.opened {
  background-color: false !important;
}
.cid-uYs0PVK1dV .nav-item:focus,
.cid-uYs0PVK1dV .nav-link:focus {
  outline: none;
}
.cid-uYs0PVK1dV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYs0PVK1dV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYs0PVK1dV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYs0PVK1dV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYs0PVK1dV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYs0PVK1dV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYs0PVK1dV .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uYs0PVK1dV .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uYs0PVK1dV .navbar.opened {
  transition: all 0.3s;
}
.cid-uYs0PVK1dV .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uYs0PVK1dV .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uYs0PVK1dV .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uYs0PVK1dV .navbar.collapsed {
  justify-content: center;
}
.cid-uYs0PVK1dV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYs0PVK1dV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYs0PVK1dV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYs0PVK1dV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYs0PVK1dV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYs0PVK1dV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uYs0PVK1dV .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uYs0PVK1dV .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uYs0PVK1dV .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uYs0PVK1dV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYs0PVK1dV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYs0PVK1dV .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uYs0PVK1dV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYs0PVK1dV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uYs0PVK1dV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYs0PVK1dV .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uYs0PVK1dV .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uYs0PVK1dV .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uYs0PVK1dV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uYs0PVK1dV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYs0PVK1dV .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uYs0PVK1dV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYs0PVK1dV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYs0PVK1dV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYs0PVK1dV .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-uYs0PVK1dV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uYs0PVK1dV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYs0PVK1dV .dropdown-item.active,
.cid-uYs0PVK1dV .dropdown-item:active {
  background-color: transparent;
}
.cid-uYs0PVK1dV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uYs0PVK1dV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYs0PVK1dV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYs0PVK1dV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYs0PVK1dV ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uYs0PVK1dV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYs0PVK1dV 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-uYs0PVK1dV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f6e0;
}
.cid-uYs0PVK1dV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYs0PVK1dV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYs0PVK1dV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYs0PVK1dV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYs0PVK1dV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYs0PVK1dV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYs0PVK1dV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYs0PVK1dV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYs0PVK1dV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uYs0PVK1dV .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-uYs0PVK1dV .navbar {
    height: 70px;
  }
  .cid-uYs0PVK1dV .navbar.opened {
    height: auto;
  }
  .cid-uYs0PVK1dV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYs0PVK1dV .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uYs0PVK1dV .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-uYs0PVK1dV .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 200px;
}
.cid-uYs0PVK1dV .navbar-caption:hover {
  color: #e0b548;
}
@media (min-width: 992px) {
  .cid-uYs0PVK1dV .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uYs0PVK1dV .text_widget {
  margin-bottom: 32px;
}
.cid-uYs0PVK1dV .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uYs0PVK1dV .text_widget a:hover,
.cid-uYs0PVK1dV .text_widget a:focus {
  opacity: .6;
}
.cid-uYs0PVK1dV .mbr-section-subtitle {
  color: #F9F6E0;
  text-align: center;
}
.cid-uYs0PVK1dV .navbar-caption {
  color: #F9F6E0;
}
.cid-uYs0PVK1dV .mbr-text {
  color: #F9F6E0;
  text-align: center;
}
.cid-uYs0PVK1dV .mbr-section-subtitle,
.cid-uYs0PVK1dV .text_widget,
.cid-uYs0PVK1dV .mbr-section-btn {
  text-align: center;
}
.cid-uYs0PVK1dV a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uYs0PZ59of {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474a48;
}
.cid-uYs0PZ59of .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYs0PZ59of .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-uYs0PZ59of .container {
    padding: 0 24px;
  }
}
.cid-uYs0PZ59of .main-row {
  margin: 0;
}
.cid-uYs0PZ59of .main-row .card {
  padding: 0;
  border-radius: 0 !important;
  border-top: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uYs0PZ59of .main-row .card {
    padding: 0;
  }
}
.cid-uYs0PZ59of .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uYs0PZ59of .content-wrapper {
    padding: 24px;
  }
}
.cid-uYs0PZ59of .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uYs0PZ59of .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uYs0PZ59of .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYs0PZ59of .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uYs0PZ59of .form-wrapper {
  border-left: 1px solid #72716b;
  padding: 32px !important;
}
@media (max-width: 992px) {
  .cid-uYs0PZ59of .form-wrapper {
    padding: 24px !important;
  }
}
.cid-uYs0PZ59of .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-uYs0PZ59of .dragArea.row .form-group {
  margin-bottom: 24px !important;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uYs0PZ59of .dragArea.row .form-group {
    display: block;
  }
}
.cid-uYs0PZ59of .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 16px 20px;
  box-shadow: none;
  border: 1px solid #72716b !important;
  border-bottom: 1px solid transparent !important;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uYs0PZ59of .dragArea.row .form-group .form-control::placeholder {
  color: #f9f6e0;
}
.cid-uYs0PZ59of .dragArea.row .form-group .form-control:hover,
.cid-uYs0PZ59of .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid #72716b !important;
}
.cid-uYs0PZ59of .dragArea.row .form-group .form-control-label {
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-uYs0PZ59of .dragArea.row .form-group .form-control-label {
    margin-left: 24px;
  }
}
.cid-uYs0PZ59of .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-uYs0PZ59of .dragArea.row .form-group .form-check {
    margin-left: 24px;
  }
}
.cid-uYs0PZ59of .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e0b548;
  border-color: #e0b548;
}
.cid-uYs0PZ59of .dragArea.row .form-group textarea {
  min-height: 270px;
}
.cid-uYs0PZ59of .dragArea.row .mbr-section-btn {
  margin-top: 32px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uYs0PZ59of .dragArea.row .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYs0PZ59of .mbr-section-title {
  color: #F9F6E0;
  text-align: right;
}
.cid-uYs0PZ59of .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-uYs0PZ59of label {
  color: #F9F6E0;
}
.cid-uYs0PZ59of .form-control {
  color: #ffffff !important;
}
.cid-uYs0PZWYxw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #282828;
}
.cid-uYs0PZWYxw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYs0PZWYxw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYs0PZWYxw .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYs0PZWYxw .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uYs0PZWYxw .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYs0PZWYxw .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uYs0PZWYxw .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uYs0PZWYxw .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYs0PZWYxw .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYs0PZWYxw .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uYs0PZWYxw .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uYs0PZWYxw .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYs0PZWYxw .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uYs0PZWYxw .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uYs0PZWYxw .items-wrapper .card {
  padding: 0 32px;
}
.cid-uYs0PZWYxw .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uYs0PZWYxw .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYs0PZWYxw .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uYs0PZWYxw .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uYs0PZWYxw .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uYs0PZWYxw .list-wrapper .list .item-wrap:hover,
.cid-uYs0PZWYxw .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uYs0PZWYxw .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYs0PZWYxw .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uYs0PZWYxw .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYs0PZWYxw .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uYs0PZWYxw .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uYs0PZWYxw .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uYs0PZWYxw .mbr-desc {
  color: #f9f6e0;
}
.cid-uYs0PZWYxw .mbr-text,
.cid-uYs0PZWYxw .text-wrapper {
  color: #9aa0a6;
}
.cid-uYs0PZWYxw .list {
  color: #9aa0a6;
}
.cid-uYs0PZWYxw .mbr-text,
.cid-uYs0PZWYxw .mbr-section-btn {
  color: #f9f6e0;
}
.cid-uYs0PZWYxw .list,
.cid-uYs0PZWYxw .item-wrap {
  color: #f9f6e0;
}
.cid-uYs5J7xzp2 {
  background-color: transparent;
}
.cid-uYs5J7xzp2 .navbar-dropdown {
  background-color: #282828 !important;
  padding: 0;
}
.cid-uYs5J7xzp2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #282828 !important;
  background: #282828;
}
.cid-uYs5J7xzp2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYs5J7xzp2 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYs5J7xzp2 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uYs5J7xzp2 .menu_box .navbar.opened,
  .cid-uYs5J7xzp2 .menu_box .navbar-collapse {
    background-color: #282828 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uYs5J7xzp2 .navbar-dropdown {
  position: relative !important;
}
.cid-uYs5J7xzp2 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uYs5J7xzp2 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uYs5J7xzp2 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uYs5J7xzp2 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uYs5J7xzp2 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uYs5J7xzp2 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uYs5J7xzp2 .offcanvas-body .mbr-text,
  .cid-uYs5J7xzp2 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uYs5J7xzp2 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uYs5J7xzp2 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uYs5J7xzp2 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f9f6e0;
  }
  .cid-uYs5J7xzp2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uYs5J7xzp2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uYs5J7xzp2 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uYs5J7xzp2 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uYs5J7xzp2 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uYs5J7xzp2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uYs5J7xzp2 .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-uYs5J7xzp2 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uYs5J7xzp2 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-uYs5J7xzp2 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uYs5J7xzp2 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uYs5J7xzp2 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uYs5J7xzp2 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uYs5J7xzp2 .nav-item {
    margin: 0 !important;
  }
}
.cid-uYs5J7xzp2 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  position: relative;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uYs5J7xzp2 .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uYs5J7xzp2 .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-uYs5J7xzp2 .nav-item .nav-link:hover,
.cid-uYs5J7xzp2 .nav-item .nav-link:focus {
  color: #e0b548 !important;
}
.cid-uYs5J7xzp2 .nav-item .nav-link:hover::before,
.cid-uYs5J7xzp2 .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-uYs5J7xzp2 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uYs5J7xzp2 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uYs5J7xzp2 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uYs5J7xzp2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uYs5J7xzp2 .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-uYs5J7xzp2 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uYs5J7xzp2 .offcanvas_box {
    display: none;
  }
}
.cid-uYs5J7xzp2 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uYs5J7xzp2 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uYs5J7xzp2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uYs5J7xzp2 .container {
  display: flex;
  margin: auto;
}
.cid-uYs5J7xzp2 .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-uYs5J7xzp2 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uYs5J7xzp2 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uYs5J7xzp2 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uYs5J7xzp2 .navbar-nav {
    margin: 0;
  }
}
.cid-uYs5J7xzp2 .dropdown-menu,
.cid-uYs5J7xzp2 .navbar.opened {
  background-color: false !important;
}
.cid-uYs5J7xzp2 .nav-item:focus,
.cid-uYs5J7xzp2 .nav-link:focus {
  outline: none;
}
.cid-uYs5J7xzp2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYs5J7xzp2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYs5J7xzp2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYs5J7xzp2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYs5J7xzp2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYs5J7xzp2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYs5J7xzp2 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uYs5J7xzp2 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uYs5J7xzp2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYs5J7xzp2 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uYs5J7xzp2 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uYs5J7xzp2 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uYs5J7xzp2 .navbar.collapsed {
  justify-content: center;
}
.cid-uYs5J7xzp2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYs5J7xzp2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYs5J7xzp2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYs5J7xzp2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYs5J7xzp2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYs5J7xzp2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uYs5J7xzp2 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uYs5J7xzp2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uYs5J7xzp2 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uYs5J7xzp2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYs5J7xzp2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYs5J7xzp2 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uYs5J7xzp2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYs5J7xzp2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uYs5J7xzp2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYs5J7xzp2 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uYs5J7xzp2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uYs5J7xzp2 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uYs5J7xzp2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uYs5J7xzp2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYs5J7xzp2 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uYs5J7xzp2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYs5J7xzp2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYs5J7xzp2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYs5J7xzp2 .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-uYs5J7xzp2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uYs5J7xzp2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYs5J7xzp2 .dropdown-item.active,
.cid-uYs5J7xzp2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYs5J7xzp2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uYs5J7xzp2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYs5J7xzp2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYs5J7xzp2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYs5J7xzp2 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uYs5J7xzp2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYs5J7xzp2 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-uYs5J7xzp2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f6e0;
}
.cid-uYs5J7xzp2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYs5J7xzp2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYs5J7xzp2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYs5J7xzp2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYs5J7xzp2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYs5J7xzp2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYs5J7xzp2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYs5J7xzp2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYs5J7xzp2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uYs5J7xzp2 .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-uYs5J7xzp2 .navbar {
    height: 70px;
  }
  .cid-uYs5J7xzp2 .navbar.opened {
    height: auto;
  }
  .cid-uYs5J7xzp2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYs5J7xzp2 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uYs5J7xzp2 .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-uYs5J7xzp2 .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 200px;
}
.cid-uYs5J7xzp2 .navbar-caption:hover {
  color: #e0b548;
}
@media (min-width: 992px) {
  .cid-uYs5J7xzp2 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uYs5J7xzp2 .text_widget {
  margin-bottom: 32px;
}
.cid-uYs5J7xzp2 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uYs5J7xzp2 .text_widget a:hover,
.cid-uYs5J7xzp2 .text_widget a:focus {
  opacity: .6;
}
.cid-uYs5J7xzp2 .mbr-section-subtitle {
  color: #F9F6E0;
  text-align: center;
}
.cid-uYs5J7xzp2 .navbar-caption {
  color: #F9F6E0;
}
.cid-uYs5J7xzp2 .mbr-text {
  color: #F9F6E0;
  text-align: center;
}
.cid-uYs5J7xzp2 .mbr-section-subtitle,
.cid-uYs5J7xzp2 .text_widget,
.cid-uYs5J7xzp2 .mbr-section-btn {
  text-align: center;
}
.cid-uYs5J7xzp2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uYs5NNHtmt {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #474a48;
}
.cid-uYs5NNHtmt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYs5NNHtmt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYs5NNHtmt .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uYs5NNHtmt .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-uYs5NNHtmt .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.cid-uYs5NNHtmt .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYs5NNHtmt .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uYs5NNHtmt .mbr-desc,
.cid-uYs5NNHtmt .desc-wrapper {
  color: #f9f6e0;
  text-align: left;
}
.cid-uYs5NNHtmt .mbr-text,
.cid-uYs5NNHtmt .icon-wrapper {
  text-align: left;
  color: #f9f6e0;
}
.cid-uYs5J8bRfp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #474a48;
}
.cid-uYs5J8bRfp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYs5J8bRfp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYs5J8bRfp .card-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-uYs5J8bRfp .card-wrapper {
    margin: 3px 0;
  }
}
.cid-uYs5J8bRfp .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uYs5J8bRfp .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uYs5J8qO6y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474a48;
}
.cid-uYs5J8qO6y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYs5J8qO6y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYs5J8qO6y .row {
  justify-content: center;
}
.cid-uYs5J8qO6y .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
@media (max-width: 992px) {
  .cid-uYs5J8qO6y .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYs5J8qO6y .item {
    margin-bottom: 16px;
  }
}
.cid-uYs5J8qO6y .item .item-wrapper {
  height: 100%;
  background-color: #282828;
  padding: 80px 54px;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-uYs5J8qO6y .item .item-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uYs5J8qO6y .item .item-wrapper {
    padding: 30px 16px;
  }
}
.cid-uYs5J8qO6y .item .item-wrapper .card-box .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #e0b548;
}
.cid-uYs5J8qO6y .item .item-wrapper .card-box .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-uYs5J8qO6y .item .item-wrapper .card-box .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #282828;
}
.cid-uYs5J8qO6y .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uYs5J8qO6y .item-label,
.cid-uYs5J8qO6y .label-wrapper {
  color: #151e11;
  text-align: center;
}
.cid-uYs5J8qO6y .item-title {
  color: #151e11;
  text-align: center;
}
.cid-uYs5J8qO6y .item-title,
.cid-uYs5J8qO6y .mbr-section-btn {
  color: #ffffff;
}
.cid-uYs5J8HKh2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #282828;
}
.cid-uYs5J8HKh2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYs5J8HKh2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYs5J8HKh2 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYs5J8HKh2 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uYs5J8HKh2 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYs5J8HKh2 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uYs5J8HKh2 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uYs5J8HKh2 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYs5J8HKh2 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYs5J8HKh2 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uYs5J8HKh2 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uYs5J8HKh2 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYs5J8HKh2 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uYs5J8HKh2 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uYs5J8HKh2 .items-wrapper .card {
  padding: 0 32px;
}
.cid-uYs5J8HKh2 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uYs5J8HKh2 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYs5J8HKh2 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uYs5J8HKh2 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uYs5J8HKh2 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uYs5J8HKh2 .list-wrapper .list .item-wrap:hover,
.cid-uYs5J8HKh2 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uYs5J8HKh2 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYs5J8HKh2 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uYs5J8HKh2 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYs5J8HKh2 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uYs5J8HKh2 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uYs5J8HKh2 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uYs5J8HKh2 .mbr-desc {
  color: #f9f6e0;
}
.cid-uYs5J8HKh2 .mbr-text,
.cid-uYs5J8HKh2 .text-wrapper {
  color: #9aa0a6;
}
.cid-uYs5J8HKh2 .list {
  color: #9aa0a6;
}
.cid-uYs5J8HKh2 .mbr-text,
.cid-uYs5J8HKh2 .mbr-section-btn {
  color: #f9f6e0;
}
.cid-uYs5J8HKh2 .list,
.cid-uYs5J8HKh2 .item-wrap {
  color: #f9f6e0;
}
.cid-uYs6tvG4DO {
  background-color: transparent;
}
.cid-uYs6tvG4DO .navbar-dropdown {
  background-color: #282828 !important;
  padding: 0;
}
.cid-uYs6tvG4DO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #282828 !important;
  background: #282828;
}
.cid-uYs6tvG4DO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYs6tvG4DO .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYs6tvG4DO .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uYs6tvG4DO .menu_box .navbar.opened,
  .cid-uYs6tvG4DO .menu_box .navbar-collapse {
    background-color: #282828 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uYs6tvG4DO .navbar-dropdown {
  position: relative !important;
}
.cid-uYs6tvG4DO .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uYs6tvG4DO .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uYs6tvG4DO .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uYs6tvG4DO .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uYs6tvG4DO .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uYs6tvG4DO .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uYs6tvG4DO .offcanvas-body .mbr-text,
  .cid-uYs6tvG4DO .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uYs6tvG4DO .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uYs6tvG4DO .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uYs6tvG4DO .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f9f6e0;
  }
  .cid-uYs6tvG4DO .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uYs6tvG4DO .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uYs6tvG4DO .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uYs6tvG4DO .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uYs6tvG4DO ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uYs6tvG4DO .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uYs6tvG4DO .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-uYs6tvG4DO .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uYs6tvG4DO 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-uYs6tvG4DO .lg_brand {
    margin: 0 1rem;
  }
  .cid-uYs6tvG4DO .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uYs6tvG4DO .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uYs6tvG4DO .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uYs6tvG4DO .nav-item {
    margin: 0 !important;
  }
}
.cid-uYs6tvG4DO .nav-item .nav-link {
  transition: all 0.5s ease-out;
  position: relative;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uYs6tvG4DO .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uYs6tvG4DO .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-uYs6tvG4DO .nav-item .nav-link:hover,
.cid-uYs6tvG4DO .nav-item .nav-link:focus {
  color: #e0b548 !important;
}
.cid-uYs6tvG4DO .nav-item .nav-link:hover::before,
.cid-uYs6tvG4DO .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-uYs6tvG4DO .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uYs6tvG4DO .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uYs6tvG4DO .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uYs6tvG4DO .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uYs6tvG4DO .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-uYs6tvG4DO .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uYs6tvG4DO .offcanvas_box {
    display: none;
  }
}
.cid-uYs6tvG4DO .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uYs6tvG4DO .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uYs6tvG4DO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uYs6tvG4DO .container {
  display: flex;
  margin: auto;
}
.cid-uYs6tvG4DO .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-uYs6tvG4DO .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uYs6tvG4DO .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uYs6tvG4DO .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uYs6tvG4DO .navbar-nav {
    margin: 0;
  }
}
.cid-uYs6tvG4DO .dropdown-menu,
.cid-uYs6tvG4DO .navbar.opened {
  background-color: false !important;
}
.cid-uYs6tvG4DO .nav-item:focus,
.cid-uYs6tvG4DO .nav-link:focus {
  outline: none;
}
.cid-uYs6tvG4DO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYs6tvG4DO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYs6tvG4DO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYs6tvG4DO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYs6tvG4DO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYs6tvG4DO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYs6tvG4DO .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uYs6tvG4DO .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uYs6tvG4DO .navbar.opened {
  transition: all 0.3s;
}
.cid-uYs6tvG4DO .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uYs6tvG4DO .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uYs6tvG4DO .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uYs6tvG4DO .navbar.collapsed {
  justify-content: center;
}
.cid-uYs6tvG4DO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYs6tvG4DO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYs6tvG4DO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYs6tvG4DO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYs6tvG4DO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYs6tvG4DO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uYs6tvG4DO .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uYs6tvG4DO .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uYs6tvG4DO .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uYs6tvG4DO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYs6tvG4DO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYs6tvG4DO .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uYs6tvG4DO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYs6tvG4DO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uYs6tvG4DO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYs6tvG4DO .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uYs6tvG4DO .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uYs6tvG4DO .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uYs6tvG4DO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uYs6tvG4DO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYs6tvG4DO .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uYs6tvG4DO .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYs6tvG4DO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYs6tvG4DO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYs6tvG4DO .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-uYs6tvG4DO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uYs6tvG4DO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYs6tvG4DO .dropdown-item.active,
.cid-uYs6tvG4DO .dropdown-item:active {
  background-color: transparent;
}
.cid-uYs6tvG4DO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uYs6tvG4DO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYs6tvG4DO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYs6tvG4DO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYs6tvG4DO ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uYs6tvG4DO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYs6tvG4DO 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-uYs6tvG4DO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f6e0;
}
.cid-uYs6tvG4DO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYs6tvG4DO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYs6tvG4DO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYs6tvG4DO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYs6tvG4DO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYs6tvG4DO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYs6tvG4DO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYs6tvG4DO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYs6tvG4DO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uYs6tvG4DO .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-uYs6tvG4DO .navbar {
    height: 70px;
  }
  .cid-uYs6tvG4DO .navbar.opened {
    height: auto;
  }
  .cid-uYs6tvG4DO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYs6tvG4DO .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uYs6tvG4DO .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-uYs6tvG4DO .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 200px;
}
.cid-uYs6tvG4DO .navbar-caption:hover {
  color: #e0b548;
}
@media (min-width: 992px) {
  .cid-uYs6tvG4DO .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uYs6tvG4DO .text_widget {
  margin-bottom: 32px;
}
.cid-uYs6tvG4DO .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uYs6tvG4DO .text_widget a:hover,
.cid-uYs6tvG4DO .text_widget a:focus {
  opacity: .6;
}
.cid-uYs6tvG4DO .mbr-section-subtitle {
  color: #F9F6E0;
  text-align: center;
}
.cid-uYs6tvG4DO .navbar-caption {
  color: #F9F6E0;
}
.cid-uYs6tvG4DO .mbr-text {
  color: #F9F6E0;
  text-align: center;
}
.cid-uYs6tvG4DO .mbr-section-subtitle,
.cid-uYs6tvG4DO .text_widget,
.cid-uYs6tvG4DO .mbr-section-btn {
  text-align: center;
}
.cid-uYs6tvG4DO a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uYs6tvZeYI {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #474a48;
}
.cid-uYs6tvZeYI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYs6tvZeYI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYs6tvZeYI .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uYs6tvZeYI .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-uYs6tvZeYI .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.cid-uYs6tvZeYI .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYs6tvZeYI .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uYs6tvZeYI .mbr-desc,
.cid-uYs6tvZeYI .desc-wrapper {
  color: #f9f6e0;
  text-align: left;
}
.cid-uYs6tvZeYI .mbr-text,
.cid-uYs6tvZeYI .icon-wrapper {
  text-align: left;
  color: #f9f6e0;
}
.cid-uYs6twdJ6K {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #474a48;
}
.cid-uYs6twdJ6K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYs6twdJ6K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYs6twdJ6K .card-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-uYs6twdJ6K .card-wrapper {
    margin: 3px 0;
  }
}
.cid-uYs6twdJ6K .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uYs6twdJ6K .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uYs6twsTQT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474a48;
}
.cid-uYs6twsTQT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYs6twsTQT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYs6twsTQT .row {
  justify-content: center;
}
.cid-uYs6twsTQT .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
@media (max-width: 992px) {
  .cid-uYs6twsTQT .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYs6twsTQT .item {
    margin-bottom: 16px;
  }
}
.cid-uYs6twsTQT .item .item-wrapper {
  height: 100%;
  background-color: #282828;
  padding: 80px 54px;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-uYs6twsTQT .item .item-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uYs6twsTQT .item .item-wrapper {
    padding: 30px 16px;
  }
}
.cid-uYs6twsTQT .item .item-wrapper .card-box .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #e0b548;
}
.cid-uYs6twsTQT .item .item-wrapper .card-box .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-uYs6twsTQT .item .item-wrapper .card-box .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #282828;
}
.cid-uYs6twsTQT .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uYs6twsTQT .item-label,
.cid-uYs6twsTQT .label-wrapper {
  color: #151e11;
  text-align: center;
}
.cid-uYs6twsTQT .item-title {
  color: #151e11;
  text-align: center;
}
.cid-uYs6twsTQT .item-title,
.cid-uYs6twsTQT .mbr-section-btn {
  color: #ffffff;
}
.cid-uYs6twJZ7L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #282828;
}
.cid-uYs6twJZ7L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYs6twJZ7L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYs6twJZ7L .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYs6twJZ7L .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uYs6twJZ7L .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYs6twJZ7L .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uYs6twJZ7L .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uYs6twJZ7L .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYs6twJZ7L .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYs6twJZ7L .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uYs6twJZ7L .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uYs6twJZ7L .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYs6twJZ7L .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uYs6twJZ7L .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uYs6twJZ7L .items-wrapper .card {
  padding: 0 32px;
}
.cid-uYs6twJZ7L .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uYs6twJZ7L .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYs6twJZ7L .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uYs6twJZ7L .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uYs6twJZ7L .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uYs6twJZ7L .list-wrapper .list .item-wrap:hover,
.cid-uYs6twJZ7L .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uYs6twJZ7L .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYs6twJZ7L .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uYs6twJZ7L .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYs6twJZ7L .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uYs6twJZ7L .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uYs6twJZ7L .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uYs6twJZ7L .mbr-desc {
  color: #f9f6e0;
}
.cid-uYs6twJZ7L .mbr-text,
.cid-uYs6twJZ7L .text-wrapper {
  color: #9aa0a6;
}
.cid-uYs6twJZ7L .list {
  color: #9aa0a6;
}
.cid-uYs6twJZ7L .mbr-text,
.cid-uYs6twJZ7L .mbr-section-btn {
  color: #f9f6e0;
}
.cid-uYs6twJZ7L .list,
.cid-uYs6twJZ7L .item-wrap {
  color: #f9f6e0;
}
.cid-uYs6GyTZ2S {
  background-color: transparent;
}
.cid-uYs6GyTZ2S .navbar-dropdown {
  background-color: #282828 !important;
  padding: 0;
}
.cid-uYs6GyTZ2S .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #282828 !important;
  background: #282828;
}
.cid-uYs6GyTZ2S .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYs6GyTZ2S .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYs6GyTZ2S .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uYs6GyTZ2S .menu_box .navbar.opened,
  .cid-uYs6GyTZ2S .menu_box .navbar-collapse {
    background-color: #282828 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uYs6GyTZ2S .navbar-dropdown {
  position: relative !important;
}
.cid-uYs6GyTZ2S .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uYs6GyTZ2S .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uYs6GyTZ2S .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uYs6GyTZ2S .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uYs6GyTZ2S .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uYs6GyTZ2S .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uYs6GyTZ2S .offcanvas-body .mbr-text,
  .cid-uYs6GyTZ2S .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uYs6GyTZ2S .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uYs6GyTZ2S .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uYs6GyTZ2S .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f9f6e0;
  }
  .cid-uYs6GyTZ2S .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uYs6GyTZ2S .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uYs6GyTZ2S .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uYs6GyTZ2S .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uYs6GyTZ2S ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uYs6GyTZ2S .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uYs6GyTZ2S .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-uYs6GyTZ2S .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uYs6GyTZ2S 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-uYs6GyTZ2S .lg_brand {
    margin: 0 1rem;
  }
  .cid-uYs6GyTZ2S .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uYs6GyTZ2S .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uYs6GyTZ2S .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uYs6GyTZ2S .nav-item {
    margin: 0 !important;
  }
}
.cid-uYs6GyTZ2S .nav-item .nav-link {
  transition: all 0.5s ease-out;
  position: relative;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uYs6GyTZ2S .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uYs6GyTZ2S .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-uYs6GyTZ2S .nav-item .nav-link:hover,
.cid-uYs6GyTZ2S .nav-item .nav-link:focus {
  color: #e0b548 !important;
}
.cid-uYs6GyTZ2S .nav-item .nav-link:hover::before,
.cid-uYs6GyTZ2S .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-uYs6GyTZ2S .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uYs6GyTZ2S .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uYs6GyTZ2S .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uYs6GyTZ2S .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uYs6GyTZ2S .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-uYs6GyTZ2S .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uYs6GyTZ2S .offcanvas_box {
    display: none;
  }
}
.cid-uYs6GyTZ2S .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uYs6GyTZ2S .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uYs6GyTZ2S .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uYs6GyTZ2S .container {
  display: flex;
  margin: auto;
}
.cid-uYs6GyTZ2S .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-uYs6GyTZ2S .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uYs6GyTZ2S .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uYs6GyTZ2S .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uYs6GyTZ2S .navbar-nav {
    margin: 0;
  }
}
.cid-uYs6GyTZ2S .dropdown-menu,
.cid-uYs6GyTZ2S .navbar.opened {
  background-color: false !important;
}
.cid-uYs6GyTZ2S .nav-item:focus,
.cid-uYs6GyTZ2S .nav-link:focus {
  outline: none;
}
.cid-uYs6GyTZ2S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYs6GyTZ2S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYs6GyTZ2S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYs6GyTZ2S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYs6GyTZ2S .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYs6GyTZ2S .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYs6GyTZ2S .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uYs6GyTZ2S .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uYs6GyTZ2S .navbar.opened {
  transition: all 0.3s;
}
.cid-uYs6GyTZ2S .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uYs6GyTZ2S .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uYs6GyTZ2S .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uYs6GyTZ2S .navbar.collapsed {
  justify-content: center;
}
.cid-uYs6GyTZ2S .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYs6GyTZ2S .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYs6GyTZ2S .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYs6GyTZ2S .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYs6GyTZ2S .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYs6GyTZ2S .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uYs6GyTZ2S .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uYs6GyTZ2S .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uYs6GyTZ2S .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uYs6GyTZ2S .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYs6GyTZ2S .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYs6GyTZ2S .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uYs6GyTZ2S .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYs6GyTZ2S .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uYs6GyTZ2S .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYs6GyTZ2S .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uYs6GyTZ2S .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uYs6GyTZ2S .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uYs6GyTZ2S .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uYs6GyTZ2S .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYs6GyTZ2S .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uYs6GyTZ2S .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYs6GyTZ2S .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYs6GyTZ2S .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYs6GyTZ2S .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-uYs6GyTZ2S .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uYs6GyTZ2S .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYs6GyTZ2S .dropdown-item.active,
.cid-uYs6GyTZ2S .dropdown-item:active {
  background-color: transparent;
}
.cid-uYs6GyTZ2S .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uYs6GyTZ2S .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYs6GyTZ2S .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYs6GyTZ2S .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYs6GyTZ2S ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uYs6GyTZ2S .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYs6GyTZ2S 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-uYs6GyTZ2S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f6e0;
}
.cid-uYs6GyTZ2S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYs6GyTZ2S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYs6GyTZ2S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYs6GyTZ2S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYs6GyTZ2S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYs6GyTZ2S nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYs6GyTZ2S nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYs6GyTZ2S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYs6GyTZ2S a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uYs6GyTZ2S .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-uYs6GyTZ2S .navbar {
    height: 70px;
  }
  .cid-uYs6GyTZ2S .navbar.opened {
    height: auto;
  }
  .cid-uYs6GyTZ2S .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYs6GyTZ2S .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uYs6GyTZ2S .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-uYs6GyTZ2S .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 200px;
}
.cid-uYs6GyTZ2S .navbar-caption:hover {
  color: #e0b548;
}
@media (min-width: 992px) {
  .cid-uYs6GyTZ2S .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uYs6GyTZ2S .text_widget {
  margin-bottom: 32px;
}
.cid-uYs6GyTZ2S .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uYs6GyTZ2S .text_widget a:hover,
.cid-uYs6GyTZ2S .text_widget a:focus {
  opacity: .6;
}
.cid-uYs6GyTZ2S .mbr-section-subtitle {
  color: #F9F6E0;
  text-align: center;
}
.cid-uYs6GyTZ2S .navbar-caption {
  color: #F9F6E0;
}
.cid-uYs6GyTZ2S .mbr-text {
  color: #F9F6E0;
  text-align: center;
}
.cid-uYs6GyTZ2S .mbr-section-subtitle,
.cid-uYs6GyTZ2S .text_widget,
.cid-uYs6GyTZ2S .mbr-section-btn {
  text-align: center;
}
.cid-uYs6GyTZ2S a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uYs6GzdjBz {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #474a48;
}
.cid-uYs6GzdjBz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYs6GzdjBz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYs6GzdjBz .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uYs6GzdjBz .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-uYs6GzdjBz .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.cid-uYs6GzdjBz .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYs6GzdjBz .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uYs6GzdjBz .mbr-desc,
.cid-uYs6GzdjBz .desc-wrapper {
  color: #f9f6e0;
  text-align: left;
}
.cid-uYs6GzdjBz .mbr-text,
.cid-uYs6GzdjBz .icon-wrapper {
  text-align: left;
  color: #f9f6e0;
}
.cid-uYs6Gzs2Od {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #474a48;
}
.cid-uYs6Gzs2Od .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYs6Gzs2Od .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYs6Gzs2Od .card-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-uYs6Gzs2Od .card-wrapper {
    margin: 3px 0;
  }
}
.cid-uYs6Gzs2Od .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uYs6Gzs2Od .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uYs6GzJ1TO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474a48;
}
.cid-uYs6GzJ1TO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYs6GzJ1TO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYs6GzJ1TO .row {
  justify-content: center;
}
.cid-uYs6GzJ1TO .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
@media (max-width: 992px) {
  .cid-uYs6GzJ1TO .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYs6GzJ1TO .item {
    margin-bottom: 16px;
  }
}
.cid-uYs6GzJ1TO .item .item-wrapper {
  height: 100%;
  background-color: #282828;
  padding: 80px 54px;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-uYs6GzJ1TO .item .item-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uYs6GzJ1TO .item .item-wrapper {
    padding: 30px 16px;
  }
}
.cid-uYs6GzJ1TO .item .item-wrapper .card-box .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #e0b548;
}
.cid-uYs6GzJ1TO .item .item-wrapper .card-box .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-uYs6GzJ1TO .item .item-wrapper .card-box .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #282828;
}
.cid-uYs6GzJ1TO .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uYs6GzJ1TO .item-label,
.cid-uYs6GzJ1TO .label-wrapper {
  color: #151e11;
  text-align: center;
}
.cid-uYs6GzJ1TO .item-title {
  color: #151e11;
  text-align: center;
}
.cid-uYs6GzJ1TO .item-title,
.cid-uYs6GzJ1TO .mbr-section-btn {
  color: #ffffff;
}
.cid-uYs6GzZDZu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #282828;
}
.cid-uYs6GzZDZu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYs6GzZDZu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYs6GzZDZu .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYs6GzZDZu .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uYs6GzZDZu .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYs6GzZDZu .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uYs6GzZDZu .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uYs6GzZDZu .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYs6GzZDZu .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYs6GzZDZu .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uYs6GzZDZu .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uYs6GzZDZu .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYs6GzZDZu .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uYs6GzZDZu .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uYs6GzZDZu .items-wrapper .card {
  padding: 0 32px;
}
.cid-uYs6GzZDZu .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uYs6GzZDZu .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYs6GzZDZu .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uYs6GzZDZu .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uYs6GzZDZu .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uYs6GzZDZu .list-wrapper .list .item-wrap:hover,
.cid-uYs6GzZDZu .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uYs6GzZDZu .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYs6GzZDZu .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uYs6GzZDZu .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYs6GzZDZu .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uYs6GzZDZu .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uYs6GzZDZu .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uYs6GzZDZu .mbr-desc {
  color: #f9f6e0;
}
.cid-uYs6GzZDZu .mbr-text,
.cid-uYs6GzZDZu .text-wrapper {
  color: #9aa0a6;
}
.cid-uYs6GzZDZu .list {
  color: #9aa0a6;
}
.cid-uYs6GzZDZu .mbr-text,
.cid-uYs6GzZDZu .mbr-section-btn {
  color: #f9f6e0;
}
.cid-uYs6GzZDZu .list,
.cid-uYs6GzZDZu .item-wrap {
  color: #f9f6e0;
}
.cid-uYs711zaQj {
  background-color: transparent;
}
.cid-uYs711zaQj .navbar-dropdown {
  background-color: #282828 !important;
  padding: 0;
}
.cid-uYs711zaQj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #282828 !important;
  background: #282828;
}
.cid-uYs711zaQj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYs711zaQj .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYs711zaQj .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uYs711zaQj .menu_box .navbar.opened,
  .cid-uYs711zaQj .menu_box .navbar-collapse {
    background-color: #282828 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uYs711zaQj .navbar-dropdown {
  position: relative !important;
}
.cid-uYs711zaQj .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uYs711zaQj .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uYs711zaQj .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uYs711zaQj .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uYs711zaQj .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uYs711zaQj .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uYs711zaQj .offcanvas-body .mbr-text,
  .cid-uYs711zaQj .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uYs711zaQj .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uYs711zaQj .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uYs711zaQj .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f9f6e0;
  }
  .cid-uYs711zaQj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uYs711zaQj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uYs711zaQj .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uYs711zaQj .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uYs711zaQj ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uYs711zaQj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uYs711zaQj .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-uYs711zaQj .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uYs711zaQj 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-uYs711zaQj .lg_brand {
    margin: 0 1rem;
  }
  .cid-uYs711zaQj .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uYs711zaQj .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uYs711zaQj .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uYs711zaQj .nav-item {
    margin: 0 !important;
  }
}
.cid-uYs711zaQj .nav-item .nav-link {
  transition: all 0.5s ease-out;
  position: relative;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uYs711zaQj .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uYs711zaQj .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-uYs711zaQj .nav-item .nav-link:hover,
.cid-uYs711zaQj .nav-item .nav-link:focus {
  color: #e0b548 !important;
}
.cid-uYs711zaQj .nav-item .nav-link:hover::before,
.cid-uYs711zaQj .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-uYs711zaQj .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uYs711zaQj .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uYs711zaQj .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uYs711zaQj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uYs711zaQj .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-uYs711zaQj .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uYs711zaQj .offcanvas_box {
    display: none;
  }
}
.cid-uYs711zaQj .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uYs711zaQj .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uYs711zaQj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uYs711zaQj .container {
  display: flex;
  margin: auto;
}
.cid-uYs711zaQj .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-uYs711zaQj .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uYs711zaQj .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uYs711zaQj .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uYs711zaQj .navbar-nav {
    margin: 0;
  }
}
.cid-uYs711zaQj .dropdown-menu,
.cid-uYs711zaQj .navbar.opened {
  background-color: false !important;
}
.cid-uYs711zaQj .nav-item:focus,
.cid-uYs711zaQj .nav-link:focus {
  outline: none;
}
.cid-uYs711zaQj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYs711zaQj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYs711zaQj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYs711zaQj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYs711zaQj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYs711zaQj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYs711zaQj .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uYs711zaQj .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uYs711zaQj .navbar.opened {
  transition: all 0.3s;
}
.cid-uYs711zaQj .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uYs711zaQj .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uYs711zaQj .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uYs711zaQj .navbar.collapsed {
  justify-content: center;
}
.cid-uYs711zaQj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYs711zaQj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYs711zaQj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYs711zaQj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYs711zaQj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYs711zaQj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uYs711zaQj .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uYs711zaQj .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uYs711zaQj .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uYs711zaQj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYs711zaQj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYs711zaQj .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uYs711zaQj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYs711zaQj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uYs711zaQj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYs711zaQj .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uYs711zaQj .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uYs711zaQj .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uYs711zaQj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uYs711zaQj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYs711zaQj .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uYs711zaQj .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYs711zaQj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYs711zaQj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYs711zaQj .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-uYs711zaQj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uYs711zaQj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYs711zaQj .dropdown-item.active,
.cid-uYs711zaQj .dropdown-item:active {
  background-color: transparent;
}
.cid-uYs711zaQj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uYs711zaQj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYs711zaQj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYs711zaQj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYs711zaQj ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uYs711zaQj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYs711zaQj 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-uYs711zaQj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f6e0;
}
.cid-uYs711zaQj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYs711zaQj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYs711zaQj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYs711zaQj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYs711zaQj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYs711zaQj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYs711zaQj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYs711zaQj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYs711zaQj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uYs711zaQj .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-uYs711zaQj .navbar {
    height: 70px;
  }
  .cid-uYs711zaQj .navbar.opened {
    height: auto;
  }
  .cid-uYs711zaQj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYs711zaQj .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uYs711zaQj .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-uYs711zaQj .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 200px;
}
.cid-uYs711zaQj .navbar-caption:hover {
  color: #e0b548;
}
@media (min-width: 992px) {
  .cid-uYs711zaQj .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uYs711zaQj .text_widget {
  margin-bottom: 32px;
}
.cid-uYs711zaQj .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uYs711zaQj .text_widget a:hover,
.cid-uYs711zaQj .text_widget a:focus {
  opacity: .6;
}
.cid-uYs711zaQj .mbr-section-subtitle {
  color: #F9F6E0;
  text-align: center;
}
.cid-uYs711zaQj .navbar-caption {
  color: #F9F6E0;
}
.cid-uYs711zaQj .mbr-text {
  color: #F9F6E0;
  text-align: center;
}
.cid-uYs711zaQj .mbr-section-subtitle,
.cid-uYs711zaQj .text_widget,
.cid-uYs711zaQj .mbr-section-btn {
  text-align: center;
}
.cid-uYs711zaQj a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uYs711T4Ni {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #474a48;
}
.cid-uYs711T4Ni .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYs711T4Ni .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYs711T4Ni .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uYs711T4Ni .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-uYs711T4Ni .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.cid-uYs711T4Ni .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYs711T4Ni .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uYs711T4Ni .mbr-desc,
.cid-uYs711T4Ni .desc-wrapper {
  color: #f9f6e0;
  text-align: left;
}
.cid-uYs711T4Ni .mbr-text,
.cid-uYs711T4Ni .icon-wrapper {
  text-align: left;
  color: #f9f6e0;
}
.cid-uYs7128Ku9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #474a48;
}
.cid-uYs7128Ku9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYs7128Ku9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYs7128Ku9 .card-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-uYs7128Ku9 .card-wrapper {
    margin: 3px 0;
  }
}
.cid-uYs7128Ku9 .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uYs7128Ku9 .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uYs712mvkx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474a48;
}
.cid-uYs712mvkx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYs712mvkx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYs712mvkx .row {
  justify-content: center;
}
.cid-uYs712mvkx .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
@media (max-width: 992px) {
  .cid-uYs712mvkx .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYs712mvkx .item {
    margin-bottom: 16px;
  }
}
.cid-uYs712mvkx .item .item-wrapper {
  height: 100%;
  background-color: #282828;
  padding: 80px 54px;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-uYs712mvkx .item .item-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uYs712mvkx .item .item-wrapper {
    padding: 30px 16px;
  }
}
.cid-uYs712mvkx .item .item-wrapper .card-box .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #e0b548;
}
.cid-uYs712mvkx .item .item-wrapper .card-box .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-uYs712mvkx .item .item-wrapper .card-box .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #282828;
}
.cid-uYs712mvkx .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uYs712mvkx .item-label,
.cid-uYs712mvkx .label-wrapper {
  color: #151e11;
  text-align: center;
}
.cid-uYs712mvkx .item-title {
  color: #151e11;
  text-align: center;
}
.cid-uYs712mvkx .item-title,
.cid-uYs712mvkx .mbr-section-btn {
  color: #ffffff;
}
.cid-uYs712DYML {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #282828;
}
.cid-uYs712DYML .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYs712DYML .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYs712DYML .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYs712DYML .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uYs712DYML .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYs712DYML .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uYs712DYML .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uYs712DYML .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYs712DYML .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYs712DYML .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uYs712DYML .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uYs712DYML .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYs712DYML .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uYs712DYML .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uYs712DYML .items-wrapper .card {
  padding: 0 32px;
}
.cid-uYs712DYML .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uYs712DYML .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYs712DYML .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uYs712DYML .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uYs712DYML .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uYs712DYML .list-wrapper .list .item-wrap:hover,
.cid-uYs712DYML .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uYs712DYML .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYs712DYML .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uYs712DYML .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYs712DYML .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uYs712DYML .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uYs712DYML .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uYs712DYML .mbr-desc {
  color: #f9f6e0;
}
.cid-uYs712DYML .mbr-text,
.cid-uYs712DYML .text-wrapper {
  color: #9aa0a6;
}
.cid-uYs712DYML .list {
  color: #9aa0a6;
}
.cid-uYs712DYML .mbr-text,
.cid-uYs712DYML .mbr-section-btn {
  color: #f9f6e0;
}
.cid-uYs712DYML .list,
.cid-uYs712DYML .item-wrap {
  color: #f9f6e0;
}
.cid-uYs7tynTUw {
  background-color: transparent;
}
.cid-uYs7tynTUw .navbar-dropdown {
  background-color: #282828 !important;
  padding: 0;
}
.cid-uYs7tynTUw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #282828 !important;
  background: #282828;
}
.cid-uYs7tynTUw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYs7tynTUw .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYs7tynTUw .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uYs7tynTUw .menu_box .navbar.opened,
  .cid-uYs7tynTUw .menu_box .navbar-collapse {
    background-color: #282828 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uYs7tynTUw .navbar-dropdown {
  position: relative !important;
}
.cid-uYs7tynTUw .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uYs7tynTUw .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uYs7tynTUw .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uYs7tynTUw .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uYs7tynTUw .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uYs7tynTUw .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uYs7tynTUw .offcanvas-body .mbr-text,
  .cid-uYs7tynTUw .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uYs7tynTUw .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uYs7tynTUw .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uYs7tynTUw .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f9f6e0;
  }
  .cid-uYs7tynTUw .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uYs7tynTUw .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uYs7tynTUw .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uYs7tynTUw .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uYs7tynTUw ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uYs7tynTUw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uYs7tynTUw .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-uYs7tynTUw .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uYs7tynTUw 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-uYs7tynTUw .lg_brand {
    margin: 0 1rem;
  }
  .cid-uYs7tynTUw .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uYs7tynTUw .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uYs7tynTUw .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uYs7tynTUw .nav-item {
    margin: 0 !important;
  }
}
.cid-uYs7tynTUw .nav-item .nav-link {
  transition: all 0.5s ease-out;
  position: relative;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uYs7tynTUw .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uYs7tynTUw .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-uYs7tynTUw .nav-item .nav-link:hover,
.cid-uYs7tynTUw .nav-item .nav-link:focus {
  color: #e0b548 !important;
}
.cid-uYs7tynTUw .nav-item .nav-link:hover::before,
.cid-uYs7tynTUw .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-uYs7tynTUw .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uYs7tynTUw .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uYs7tynTUw .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uYs7tynTUw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uYs7tynTUw .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-uYs7tynTUw .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uYs7tynTUw .offcanvas_box {
    display: none;
  }
}
.cid-uYs7tynTUw .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uYs7tynTUw .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uYs7tynTUw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uYs7tynTUw .container {
  display: flex;
  margin: auto;
}
.cid-uYs7tynTUw .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-uYs7tynTUw .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uYs7tynTUw .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uYs7tynTUw .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uYs7tynTUw .navbar-nav {
    margin: 0;
  }
}
.cid-uYs7tynTUw .dropdown-menu,
.cid-uYs7tynTUw .navbar.opened {
  background-color: false !important;
}
.cid-uYs7tynTUw .nav-item:focus,
.cid-uYs7tynTUw .nav-link:focus {
  outline: none;
}
.cid-uYs7tynTUw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYs7tynTUw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYs7tynTUw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYs7tynTUw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYs7tynTUw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYs7tynTUw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYs7tynTUw .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uYs7tynTUw .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uYs7tynTUw .navbar.opened {
  transition: all 0.3s;
}
.cid-uYs7tynTUw .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uYs7tynTUw .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uYs7tynTUw .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uYs7tynTUw .navbar.collapsed {
  justify-content: center;
}
.cid-uYs7tynTUw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYs7tynTUw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYs7tynTUw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYs7tynTUw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYs7tynTUw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYs7tynTUw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uYs7tynTUw .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uYs7tynTUw .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uYs7tynTUw .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uYs7tynTUw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYs7tynTUw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYs7tynTUw .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uYs7tynTUw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYs7tynTUw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uYs7tynTUw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYs7tynTUw .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uYs7tynTUw .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uYs7tynTUw .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uYs7tynTUw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uYs7tynTUw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYs7tynTUw .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uYs7tynTUw .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYs7tynTUw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYs7tynTUw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYs7tynTUw .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-uYs7tynTUw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uYs7tynTUw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYs7tynTUw .dropdown-item.active,
.cid-uYs7tynTUw .dropdown-item:active {
  background-color: transparent;
}
.cid-uYs7tynTUw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uYs7tynTUw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYs7tynTUw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYs7tynTUw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYs7tynTUw ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uYs7tynTUw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYs7tynTUw 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-uYs7tynTUw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f6e0;
}
.cid-uYs7tynTUw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYs7tynTUw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYs7tynTUw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYs7tynTUw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYs7tynTUw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYs7tynTUw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYs7tynTUw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYs7tynTUw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYs7tynTUw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uYs7tynTUw .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-uYs7tynTUw .navbar {
    height: 70px;
  }
  .cid-uYs7tynTUw .navbar.opened {
    height: auto;
  }
  .cid-uYs7tynTUw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYs7tynTUw .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uYs7tynTUw .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-uYs7tynTUw .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 200px;
}
.cid-uYs7tynTUw .navbar-caption:hover {
  color: #e0b548;
}
@media (min-width: 992px) {
  .cid-uYs7tynTUw .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uYs7tynTUw .text_widget {
  margin-bottom: 32px;
}
.cid-uYs7tynTUw .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uYs7tynTUw .text_widget a:hover,
.cid-uYs7tynTUw .text_widget a:focus {
  opacity: .6;
}
.cid-uYs7tynTUw .mbr-section-subtitle {
  color: #F9F6E0;
  text-align: center;
}
.cid-uYs7tynTUw .navbar-caption {
  color: #F9F6E0;
}
.cid-uYs7tynTUw .mbr-text {
  color: #F9F6E0;
  text-align: center;
}
.cid-uYs7tynTUw .mbr-section-subtitle,
.cid-uYs7tynTUw .text_widget,
.cid-uYs7tynTUw .mbr-section-btn {
  text-align: center;
}
.cid-uYs7tynTUw a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uYs7tyH1hK {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #474a48;
}
.cid-uYs7tyH1hK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYs7tyH1hK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYs7tyH1hK .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uYs7tyH1hK .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-uYs7tyH1hK .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.cid-uYs7tyH1hK .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYs7tyH1hK .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uYs7tyH1hK .mbr-desc,
.cid-uYs7tyH1hK .desc-wrapper {
  color: #f9f6e0;
  text-align: left;
}
.cid-uYs7tyH1hK .mbr-text,
.cid-uYs7tyH1hK .icon-wrapper {
  text-align: left;
  color: #f9f6e0;
}
.cid-uYs7tyY3c1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #474a48;
}
.cid-uYs7tyY3c1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYs7tyY3c1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYs7tyY3c1 .card-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-uYs7tyY3c1 .card-wrapper {
    margin: 3px 0;
  }
}
.cid-uYs7tyY3c1 .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uYs7tyY3c1 .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uYs7tzczjj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474a48;
}
.cid-uYs7tzczjj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYs7tzczjj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYs7tzczjj .row {
  justify-content: center;
}
.cid-uYs7tzczjj .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
@media (max-width: 992px) {
  .cid-uYs7tzczjj .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYs7tzczjj .item {
    margin-bottom: 16px;
  }
}
.cid-uYs7tzczjj .item .item-wrapper {
  height: 100%;
  background-color: #282828;
  padding: 80px 54px;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-uYs7tzczjj .item .item-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uYs7tzczjj .item .item-wrapper {
    padding: 30px 16px;
  }
}
.cid-uYs7tzczjj .item .item-wrapper .card-box .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #e0b548;
}
.cid-uYs7tzczjj .item .item-wrapper .card-box .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-uYs7tzczjj .item .item-wrapper .card-box .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #282828;
}
.cid-uYs7tzczjj .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uYs7tzczjj .item-label,
.cid-uYs7tzczjj .label-wrapper {
  color: #151e11;
  text-align: center;
}
.cid-uYs7tzczjj .item-title {
  color: #151e11;
  text-align: center;
}
.cid-uYs7tzczjj .item-title,
.cid-uYs7tzczjj .mbr-section-btn {
  color: #ffffff;
}
.cid-uYs7tzrc0u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #282828;
}
.cid-uYs7tzrc0u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYs7tzrc0u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYs7tzrc0u .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYs7tzrc0u .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uYs7tzrc0u .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYs7tzrc0u .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uYs7tzrc0u .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uYs7tzrc0u .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYs7tzrc0u .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYs7tzrc0u .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uYs7tzrc0u .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uYs7tzrc0u .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYs7tzrc0u .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uYs7tzrc0u .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uYs7tzrc0u .items-wrapper .card {
  padding: 0 32px;
}
.cid-uYs7tzrc0u .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uYs7tzrc0u .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYs7tzrc0u .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uYs7tzrc0u .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uYs7tzrc0u .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uYs7tzrc0u .list-wrapper .list .item-wrap:hover,
.cid-uYs7tzrc0u .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uYs7tzrc0u .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYs7tzrc0u .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uYs7tzrc0u .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYs7tzrc0u .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uYs7tzrc0u .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uYs7tzrc0u .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uYs7tzrc0u .mbr-desc {
  color: #f9f6e0;
}
.cid-uYs7tzrc0u .mbr-text,
.cid-uYs7tzrc0u .text-wrapper {
  color: #9aa0a6;
}
.cid-uYs7tzrc0u .list {
  color: #9aa0a6;
}
.cid-uYs7tzrc0u .mbr-text,
.cid-uYs7tzrc0u .mbr-section-btn {
  color: #f9f6e0;
}
.cid-uYs7tzrc0u .list,
.cid-uYs7tzrc0u .item-wrap {
  color: #f9f6e0;
}
