.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: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.8rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffa600 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffa600;
  color: #ffa600;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a86e00 !important;
  background-color: transparent !important;
  border-color: #a86e00 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffa600 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #996400 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffa600;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffa600;
  border-color: #ffa600;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffa600;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffedcc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #ffa600 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #ffa600;
}
/* 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: #ffa600;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffa600;
}
.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: #ffa600;
  border-bottom-color: #ffa600;
}
.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: #ffa600 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffa600' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uRjQ6ixPcE .navbar-dropdown {
  background-color: #1b1b1b !important;
  padding: 0;
}
.cid-uRjQ6ixPcE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1b1b1b !important;
  background: #1b1b1b;
}
.cid-uRjQ6ixPcE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRjQ6ixPcE .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uRjQ6ixPcE .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uRjQ6ixPcE .menu_box .navbar.opened,
  .cid-uRjQ6ixPcE .menu_box .navbar-collapse {
    background-color: #1b1b1b !important;
    transition: all 0s ease 0s;
  }
}
.cid-uRjQ6ixPcE .navbar-dropdown {
  position: relative !important;
}
.cid-uRjQ6ixPcE .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uRjQ6ixPcE .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uRjQ6ixPcE .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uRjQ6ixPcE .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uRjQ6ixPcE .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uRjQ6ixPcE .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uRjQ6ixPcE .offcanvas-body .mbr-text,
  .cid-uRjQ6ixPcE .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uRjQ6ixPcE .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uRjQ6ixPcE .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uRjQ6ixPcE .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uRjQ6ixPcE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uRjQ6ixPcE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uRjQ6ixPcE .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uRjQ6ixPcE .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uRjQ6ixPcE ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uRjQ6ixPcE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRjQ6ixPcE .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-uRjQ6ixPcE .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uRjQ6ixPcE li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uRjQ6ixPcE .lg_brand {
    margin: 0 1rem;
  }
  .cid-uRjQ6ixPcE .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uRjQ6ixPcE .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uRjQ6ixPcE .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uRjQ6ixPcE .nav-item {
    margin: 0 !important;
  }
}
.cid-uRjQ6ixPcE .nav-item .nav-link {
  position: relative;
}
.cid-uRjQ6ixPcE .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffa600;
  transition: all 0.3s ease-out;
}
.cid-uRjQ6ixPcE .nav-item .nav-link:hover,
.cid-uRjQ6ixPcE .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffa600 !important;
}
.cid-uRjQ6ixPcE .nav-item .nav-link:hover::before,
.cid-uRjQ6ixPcE .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uRjQ6ixPcE .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRjQ6ixPcE .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uRjQ6ixPcE .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uRjQ6ixPcE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRjQ6ixPcE .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-uRjQ6ixPcE .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uRjQ6ixPcE .offcanvas_box {
    display: none;
  }
}
.cid-uRjQ6ixPcE .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uRjQ6ixPcE .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uRjQ6ixPcE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uRjQ6ixPcE .container {
  display: flex;
  margin: auto;
}
.cid-uRjQ6ixPcE .iconfont-wrapper {
  color: #ffffff;
  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-uRjQ6ixPcE .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uRjQ6ixPcE .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRjQ6ixPcE .navbar-caption {
  color: #ffffff;
}
.cid-uRjQ6ixPcE .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uRjQ6ixPcE .navbar-nav {
    margin: 0;
  }
}
.cid-uRjQ6ixPcE .dropdown-menu,
.cid-uRjQ6ixPcE .navbar.opened {
  background-color: false !important;
}
.cid-uRjQ6ixPcE .nav-item:focus,
.cid-uRjQ6ixPcE .nav-link:focus {
  outline: none;
}
.cid-uRjQ6ixPcE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRjQ6ixPcE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRjQ6ixPcE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRjQ6ixPcE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRjQ6ixPcE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRjQ6ixPcE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRjQ6ixPcE .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uRjQ6ixPcE .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uRjQ6ixPcE .navbar.opened {
  transition: all 0.3s;
}
.cid-uRjQ6ixPcE .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uRjQ6ixPcE .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
}
.cid-uRjQ6ixPcE .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uRjQ6ixPcE .navbar.collapsed {
  justify-content: center;
}
.cid-uRjQ6ixPcE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRjQ6ixPcE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRjQ6ixPcE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRjQ6ixPcE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRjQ6ixPcE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRjQ6ixPcE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uRjQ6ixPcE .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRjQ6ixPcE .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uRjQ6ixPcE .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uRjQ6ixPcE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRjQ6ixPcE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRjQ6ixPcE .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uRjQ6ixPcE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRjQ6ixPcE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uRjQ6ixPcE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRjQ6ixPcE .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uRjQ6ixPcE .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uRjQ6ixPcE .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uRjQ6ixPcE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uRjQ6ixPcE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRjQ6ixPcE .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uRjQ6ixPcE .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRjQ6ixPcE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRjQ6ixPcE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRjQ6ixPcE .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-uRjQ6ixPcE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uRjQ6ixPcE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRjQ6ixPcE .dropdown-item.active,
.cid-uRjQ6ixPcE .dropdown-item:active {
  background-color: transparent;
}
.cid-uRjQ6ixPcE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRjQ6ixPcE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRjQ6ixPcE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRjQ6ixPcE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRjQ6ixPcE .navbar .dropdown > .dropdown-menu {
  display: none;
}
.cid-uRjQ6ixPcE ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uRjQ6ixPcE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRjQ6ixPcE button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1b1b1b;
  background: #c2b299;
}
.cid-uRjQ6ixPcE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRjQ6ixPcE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRjQ6ixPcE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRjQ6ixPcE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRjQ6ixPcE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRjQ6ixPcE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRjQ6ixPcE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRjQ6ixPcE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRjQ6ixPcE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRjQ6ixPcE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uRjQ6ixPcE .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-uRjQ6ixPcE .navbar {
    height: 70px;
  }
  .cid-uRjQ6ixPcE .navbar.opened {
    height: auto;
  }
  .cid-uRjQ6ixPcE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRjQ6ixPcE .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uRjQ6ixPcE .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uRjQ6ixPcE .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uRjQ6ixPcE .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uRjQ6ixPcE .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uRjQ6ixPcE .navbar-caption:hover {
  color: #ffa600;
}
@media (min-width: 992px) {
  .cid-uRjQ6ixPcE .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uRjQ6ixPcE .text_widget {
  margin-bottom: 32px;
}
.cid-uRjQ6ixPcE .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uRjQ6ixPcE .text_widget a:hover {
  opacity: .5;
}
.cid-uRjQ6ixPcE .icons-menu-main {
  display: flex;
}
.cid-uRjQ6ixPcE .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uRjQ6ixPcE .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uRjQ6ixPcE .mbr-section-subtitle,
.cid-uRjQ6ixPcE .text_widget,
.cid-uRjQ6ixPcE .mbr-section-btn {
  text-align: center;
}
.cid-uRjQ6ixPcE a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRjSJLH473 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  align-items: flex-end;
  background-color: #f4f4f4;
}
.cid-uRjSJLH473 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRjSJLH473 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRjSJLH473 .card {
  justify-content: flex-end;
}
.cid-uRjSJLH473 .content-wrapper {
  padding: 30px 0;
}
@media (max-width: 992px) {
  .cid-uRjSJLH473 .content-wrapper {
    margin-bottom: 10px;
    padding: 40px 0;
  }
}
.cid-uRjSJLH473 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uRjSJLH473 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 95%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uRjSJLH473 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRjSJLH473 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRjSJLH473 .items-wrapper {
  height: 100%;
  min-height: 700px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uRjSJLH473 .items-wrapper {
    height: 350px;
    min-height: auto;
  }
}
.cid-uRjSJLH473 .items-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uRjSJLH473 .items-wrapper .image-wrapper img {
    width: 100%;
  }
}
.cid-uRjSJLH473 .items-wrapper .image-wrap img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 50%;
  object-fit: cover;
  z-index: 1;
  border-top: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
}
.cid-uRjSJLH473 .mbr-section-title {
  color: #093388;
}
.cid-uRjSJLH473 .mbr-text {
  color: #58595b;
}
.cid-uRjSJLH473 .mbr-section-title,
.cid-uRjSJLH473 .mbr-section-btn {
  color: #ffa600;
}
.cid-uRjSJLH473 .mbr-text,
.cid-uRjSJLH473 .text-wrapper {
  text-align: left;
  color: #000000;
}
.cid-uRjZNYXOka {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uRjZNYXOka .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRjZNYXOka .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRjZNYXOka .mbr-text {
  color: #000000;
}
.cid-uRjZNYXOka .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uRjZNYXOka .item-wrapper {
  background: #ffffff;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uRjZNYXOka .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uRjZNYXOka .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-uRjZNYXOka .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRjZNYXOka .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uRjZNYXOka .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uRjZNYXOka .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uRjZNYXOka .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uRjZNYXOka .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-uRjZNYXOka .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-uRjZNYXOka .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9fe870;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRjZNYXOka .mbr-text UL {
  text-align: left;
}
.cid-uRjZNYXOka .mbr-section-subtitle,
.cid-uRjZNYXOka .main-button {
  color: #000000;
}
.cid-uRk1y7DCO8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uRk1y7DCO8 .mbr-text {
  color: #000000;
}
.cid-uRk1y7DCO8 .mbr-section-subtitle {
  color: #000000;
}
.cid-uRk1y7DCO8 .mbr-section-title {
  color: #ffa600;
}
.cid-uRk1y7DCO8 .moni-list li {
  font-size: 20px;
  color: #000;
  line-height: 30px;
}
.cid-uRk7pkPHyr {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uRk7pkPHyr img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uRk8apfSJ0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uRk8apfSJ0 .mbr-section-subtitle {
  color: #ffa600;
}
.cid-uRk9TyrW5u {
  padding-top: 5rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/fu3.jpeg");
}
.cid-uRk9TyrW5u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRk9TyrW5u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRk9TyrW5u .row {
  margin: 0 -8px;
}
.cid-uRk9TyrW5u .row .card {
  padding: 0 8px;
}
.cid-uRk9TyrW5u .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uRk9TyrW5u .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uRk9TyrW5u .card-wrapper {
    padding: 24px;
  }
}
.cid-uRk9TyrW5u .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uRk9TyrW5u .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
}
.cid-uRk9TyrW5u .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uRk9TyrW5u .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uRk9TyrW5u .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uRk9TyrW5u .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRk9TyrW5u .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uRk9TyrW5u .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uRk9TyrW5u .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRk9TyrW5u .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uRk9TyrW5u .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uRk9TyrW5u .mbr-text,
.cid-uRk9TyrW5u .text-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-uRk9TyrW5u .mbr-section-title,
.cid-uRk9TyrW5u .mbr-section-btn {
  color: #ffa600;
  text-align: left;
}
.cid-uRkcBpM57D {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRkcBpM57D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRkcBpM57D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRkcBpM57D .card-wrapper {
  position: relative;
  background-color: #000000;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uRkcBpM57D .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRkcBpM57D .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uRkcBpM57D .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uRkcBpM57D .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uRkcBpM57D .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRkcBpM57D .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uRkcBpM57D .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uRkcBpM57D .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRkcBpM57D .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRkcBpM57D .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uRkcBpM57D .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uRkcBpM57D .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRkcBpM57D .mbr-label,
.cid-uRkcBpM57D .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uRkcBpM57D .mbr-section-title {
  color: #f5f8ff;
}
.cid-uRkcBpM57D .mbr-text,
.cid-uRkcBpM57D .text-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uRkcBpM57D .mbr-section-title,
.cid-uRkcBpM57D .mbr-section-btn {
  text-align: center;
}
.cid-uRkcBpM57D .mbr-section-title,
.cid-uRkcBpM57D .mbr-section-btn,
.cid-uRkcBpM57D .title-wrapper {
  color: #ffa600;
}
.cid-uRkg1xCfmV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uRkg1xCfmV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRkg1xCfmV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRkg1xCfmV .copyright {
  color: #ffffff;
}
.cid-uRkg1xCfmV .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uRkg1xCfmV .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uRkg1xCfmV .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uRkg1xCfmV .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uRkg1xCfmV .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uRkg1xCfmV .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uRkg1xCfmV .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRkg1xCfmV .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uRkg1xCfmV .row-links-soc,
.cid-uRkg1xCfmV .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uRkg1xCfmV .copyright,
.cid-uRkg1xCfmV .line {
  color: #ffa600;
}
.cid-uRkg1xCfmV .row-links-soc {
  color: #ffa600;
}
.cid-uRkhDyMuZH .navbar-dropdown {
  background-color: #1b1b1b !important;
  padding: 0;
}
.cid-uRkhDyMuZH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1b1b1b !important;
  background: #1b1b1b;
}
.cid-uRkhDyMuZH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRkhDyMuZH .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uRkhDyMuZH .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uRkhDyMuZH .menu_box .navbar.opened,
  .cid-uRkhDyMuZH .menu_box .navbar-collapse {
    background-color: #1b1b1b !important;
    transition: all 0s ease 0s;
  }
}
.cid-uRkhDyMuZH .navbar-dropdown {
  position: relative !important;
}
.cid-uRkhDyMuZH .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uRkhDyMuZH .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uRkhDyMuZH .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uRkhDyMuZH .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uRkhDyMuZH .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uRkhDyMuZH .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uRkhDyMuZH .offcanvas-body .mbr-text,
  .cid-uRkhDyMuZH .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uRkhDyMuZH .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uRkhDyMuZH .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uRkhDyMuZH .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uRkhDyMuZH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uRkhDyMuZH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uRkhDyMuZH .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uRkhDyMuZH .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uRkhDyMuZH ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uRkhDyMuZH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRkhDyMuZH .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-uRkhDyMuZH .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uRkhDyMuZH li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uRkhDyMuZH .lg_brand {
    margin: 0 1rem;
  }
  .cid-uRkhDyMuZH .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uRkhDyMuZH .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uRkhDyMuZH .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uRkhDyMuZH .nav-item {
    margin: 0 !important;
  }
}
.cid-uRkhDyMuZH .nav-item .nav-link {
  position: relative;
}
.cid-uRkhDyMuZH .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffa600;
  transition: all 0.3s ease-out;
}
.cid-uRkhDyMuZH .nav-item .nav-link:hover,
.cid-uRkhDyMuZH .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffa600 !important;
}
.cid-uRkhDyMuZH .nav-item .nav-link:hover::before,
.cid-uRkhDyMuZH .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uRkhDyMuZH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRkhDyMuZH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uRkhDyMuZH .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uRkhDyMuZH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRkhDyMuZH .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-uRkhDyMuZH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uRkhDyMuZH .offcanvas_box {
    display: none;
  }
}
.cid-uRkhDyMuZH .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uRkhDyMuZH .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uRkhDyMuZH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uRkhDyMuZH .container {
  display: flex;
  margin: auto;
}
.cid-uRkhDyMuZH .iconfont-wrapper {
  color: #ffffff;
  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-uRkhDyMuZH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uRkhDyMuZH .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRkhDyMuZH .navbar-caption {
  color: #ffffff;
}
.cid-uRkhDyMuZH .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uRkhDyMuZH .navbar-nav {
    margin: 0;
  }
}
.cid-uRkhDyMuZH .dropdown-menu,
.cid-uRkhDyMuZH .navbar.opened {
  background-color: false !important;
}
.cid-uRkhDyMuZH .nav-item:focus,
.cid-uRkhDyMuZH .nav-link:focus {
  outline: none;
}
.cid-uRkhDyMuZH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRkhDyMuZH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRkhDyMuZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRkhDyMuZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRkhDyMuZH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRkhDyMuZH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRkhDyMuZH .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uRkhDyMuZH .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uRkhDyMuZH .navbar.opened {
  transition: all 0.3s;
}
.cid-uRkhDyMuZH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uRkhDyMuZH .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
}
.cid-uRkhDyMuZH .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uRkhDyMuZH .navbar.collapsed {
  justify-content: center;
}
.cid-uRkhDyMuZH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRkhDyMuZH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRkhDyMuZH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRkhDyMuZH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRkhDyMuZH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRkhDyMuZH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uRkhDyMuZH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRkhDyMuZH .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uRkhDyMuZH .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uRkhDyMuZH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRkhDyMuZH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRkhDyMuZH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uRkhDyMuZH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRkhDyMuZH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uRkhDyMuZH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRkhDyMuZH .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uRkhDyMuZH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uRkhDyMuZH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uRkhDyMuZH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uRkhDyMuZH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRkhDyMuZH .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uRkhDyMuZH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRkhDyMuZH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRkhDyMuZH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRkhDyMuZH .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-uRkhDyMuZH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uRkhDyMuZH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRkhDyMuZH .dropdown-item.active,
.cid-uRkhDyMuZH .dropdown-item:active {
  background-color: transparent;
}
.cid-uRkhDyMuZH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRkhDyMuZH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRkhDyMuZH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRkhDyMuZH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRkhDyMuZH .navbar .dropdown > .dropdown-menu {
  display: none;
}
.cid-uRkhDyMuZH ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uRkhDyMuZH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRkhDyMuZH button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1b1b1b;
  background: #c2b299;
}
.cid-uRkhDyMuZH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRkhDyMuZH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRkhDyMuZH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRkhDyMuZH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRkhDyMuZH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRkhDyMuZH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRkhDyMuZH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRkhDyMuZH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRkhDyMuZH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRkhDyMuZH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uRkhDyMuZH .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-uRkhDyMuZH .navbar {
    height: 70px;
  }
  .cid-uRkhDyMuZH .navbar.opened {
    height: auto;
  }
  .cid-uRkhDyMuZH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRkhDyMuZH .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uRkhDyMuZH .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uRkhDyMuZH .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uRkhDyMuZH .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uRkhDyMuZH .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uRkhDyMuZH .navbar-caption:hover {
  color: #ffa600;
}
@media (min-width: 992px) {
  .cid-uRkhDyMuZH .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uRkhDyMuZH .text_widget {
  margin-bottom: 32px;
}
.cid-uRkhDyMuZH .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uRkhDyMuZH .text_widget a:hover {
  opacity: .5;
}
.cid-uRkhDyMuZH .icons-menu-main {
  display: flex;
}
.cid-uRkhDyMuZH .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uRkhDyMuZH .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uRkhDyMuZH .mbr-section-subtitle,
.cid-uRkhDyMuZH .text_widget,
.cid-uRkhDyMuZH .mbr-section-btn {
  text-align: center;
}
.cid-uRkhDyMuZH a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRkhDCsH01 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  align-items: flex-end;
  background-color: #f4f4f4;
}
.cid-uRkhDCsH01 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRkhDCsH01 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRkhDCsH01 .card {
  justify-content: flex-end;
}
.cid-uRkhDCsH01 .content-wrapper {
  padding: 30px 0;
}
@media (max-width: 992px) {
  .cid-uRkhDCsH01 .content-wrapper {
    margin-bottom: 10px;
    padding: 40px 0;
  }
}
.cid-uRkhDCsH01 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uRkhDCsH01 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 95%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uRkhDCsH01 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRkhDCsH01 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRkhDCsH01 .items-wrapper {
  height: 100%;
  min-height: 700px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uRkhDCsH01 .items-wrapper {
    height: 350px;
    min-height: auto;
  }
}
.cid-uRkhDCsH01 .items-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uRkhDCsH01 .items-wrapper .image-wrapper img {
    width: 100%;
  }
}
.cid-uRkhDCsH01 .items-wrapper .image-wrap img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 50%;
  object-fit: cover;
  z-index: 1;
  border-top: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
}
.cid-uRkhDCsH01 .mbr-section-title {
  color: #093388;
}
.cid-uRkhDCsH01 .mbr-text {
  color: #58595b;
}
.cid-uRkhDCsH01 .mbr-section-title,
.cid-uRkhDCsH01 .mbr-section-btn {
  color: #ffa600;
}
.cid-uRkhDCsH01 .mbr-text,
.cid-uRkhDCsH01 .text-wrapper {
  text-align: left;
  color: #000000;
}
.cid-uRkhDEcaH5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uRkhDEcaH5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRkhDEcaH5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRkhDEcaH5 .mbr-text {
  color: #000000;
}
.cid-uRkhDEcaH5 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uRkhDEcaH5 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uRkhDEcaH5 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uRkhDEcaH5 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-uRkhDEcaH5 .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRkhDEcaH5 .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uRkhDEcaH5 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uRkhDEcaH5 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uRkhDEcaH5 .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uRkhDEcaH5 .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-uRkhDEcaH5 .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-uRkhDEcaH5 .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9fe870;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRkhDEcaH5 .mbr-text UL {
  text-align: left;
}
.cid-uRkhDEcaH5 .mbr-section-subtitle,
.cid-uRkhDEcaH5 .main-button {
  color: #000000;
}
.cid-uRkhDFEGAN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uRkhDFEGAN .mbr-text {
  color: #000000;
}
.cid-uRkhDFEGAN .mbr-section-subtitle {
  color: #000000;
}
.cid-uRkhDFEGAN .mbr-section-title {
  color: #ffa600;
}
.cid-uRkhDFEGAN .moni-list li {
  font-size: 20px;
  color: #000;
  line-height: 30px;
}
.cid-uRkhDHzq3s {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uRkhDHzq3s img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uRkhDINjzI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uRkhDINjzI .mbr-section-subtitle {
  color: #ffa600;
}
.cid-uRkhDOFh5x {
  padding-top: 5rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/fu6.jpeg");
}
.cid-uRkhDOFh5x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRkhDOFh5x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRkhDOFh5x .row {
  margin: 0 -8px;
}
.cid-uRkhDOFh5x .row .card {
  padding: 0 8px;
}
.cid-uRkhDOFh5x .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uRkhDOFh5x .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uRkhDOFh5x .card-wrapper {
    padding: 24px;
  }
}
.cid-uRkhDOFh5x .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uRkhDOFh5x .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
}
.cid-uRkhDOFh5x .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uRkhDOFh5x .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uRkhDOFh5x .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uRkhDOFh5x .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRkhDOFh5x .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uRkhDOFh5x .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uRkhDOFh5x .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRkhDOFh5x .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uRkhDOFh5x .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uRkhDOFh5x .mbr-text,
.cid-uRkhDOFh5x .text-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-uRkhDOFh5x .mbr-section-title,
.cid-uRkhDOFh5x .mbr-section-btn {
  color: #ffa600;
  text-align: left;
}
.cid-uRkhDUCg5y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRkhDUCg5y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRkhDUCg5y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRkhDUCg5y .card-wrapper {
  position: relative;
  background-color: #000000;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uRkhDUCg5y .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRkhDUCg5y .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uRkhDUCg5y .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uRkhDUCg5y .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uRkhDUCg5y .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRkhDUCg5y .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uRkhDUCg5y .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uRkhDUCg5y .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRkhDUCg5y .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRkhDUCg5y .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uRkhDUCg5y .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uRkhDUCg5y .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRkhDUCg5y .mbr-label,
.cid-uRkhDUCg5y .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uRkhDUCg5y .mbr-section-title {
  color: #f5f8ff;
}
.cid-uRkhDUCg5y .mbr-text,
.cid-uRkhDUCg5y .text-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uRkhDUCg5y .mbr-section-title,
.cid-uRkhDUCg5y .mbr-section-btn {
  text-align: center;
}
.cid-uRkhDUCg5y .mbr-section-title,
.cid-uRkhDUCg5y .mbr-section-btn,
.cid-uRkhDUCg5y .title-wrapper {
  color: #ffa600;
}
.cid-uRkhDUCg5y .route-table th {
  border: 2px solid #ffa600;
  padding: 15px;
  color: #fff;
  font-size: 18px;
}
.cid-uRkhDUCg5y .route-table td {
  border: 2px solid #ffa600;
  padding: 15px;
  color: #fff;
  font-size: 16px;
}
.cid-uRkhDWiT0T {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uRkhDWiT0T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRkhDWiT0T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRkhDWiT0T .copyright {
  color: #ffffff;
}
.cid-uRkhDWiT0T .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uRkhDWiT0T .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uRkhDWiT0T .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uRkhDWiT0T .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uRkhDWiT0T .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uRkhDWiT0T .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uRkhDWiT0T .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRkhDWiT0T .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uRkhDWiT0T .row-links-soc,
.cid-uRkhDWiT0T .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uRkhDWiT0T .copyright,
.cid-uRkhDWiT0T .line {
  color: #ffa600;
}
.cid-uRkhDWiT0T .row-links-soc {
  color: #ffa600;
}
.cid-uRkpGElh79 .navbar-dropdown {
  background-color: #1b1b1b !important;
  padding: 0;
}
.cid-uRkpGElh79 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1b1b1b !important;
  background: #1b1b1b;
}
.cid-uRkpGElh79 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRkpGElh79 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uRkpGElh79 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uRkpGElh79 .menu_box .navbar.opened,
  .cid-uRkpGElh79 .menu_box .navbar-collapse {
    background-color: #1b1b1b !important;
    transition: all 0s ease 0s;
  }
}
.cid-uRkpGElh79 .navbar-dropdown {
  position: relative !important;
}
.cid-uRkpGElh79 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uRkpGElh79 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uRkpGElh79 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uRkpGElh79 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uRkpGElh79 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uRkpGElh79 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uRkpGElh79 .offcanvas-body .mbr-text,
  .cid-uRkpGElh79 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uRkpGElh79 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uRkpGElh79 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uRkpGElh79 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uRkpGElh79 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uRkpGElh79 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uRkpGElh79 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uRkpGElh79 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uRkpGElh79 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uRkpGElh79 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRkpGElh79 .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-uRkpGElh79 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uRkpGElh79 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uRkpGElh79 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uRkpGElh79 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uRkpGElh79 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uRkpGElh79 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uRkpGElh79 .nav-item {
    margin: 0 !important;
  }
}
.cid-uRkpGElh79 .nav-item .nav-link {
  position: relative;
}
.cid-uRkpGElh79 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffa600;
  transition: all 0.3s ease-out;
}
.cid-uRkpGElh79 .nav-item .nav-link:hover,
.cid-uRkpGElh79 .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffa600 !important;
}
.cid-uRkpGElh79 .nav-item .nav-link:hover::before,
.cid-uRkpGElh79 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uRkpGElh79 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRkpGElh79 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uRkpGElh79 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uRkpGElh79 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRkpGElh79 .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-uRkpGElh79 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uRkpGElh79 .offcanvas_box {
    display: none;
  }
}
.cid-uRkpGElh79 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uRkpGElh79 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uRkpGElh79 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uRkpGElh79 .container {
  display: flex;
  margin: auto;
}
.cid-uRkpGElh79 .iconfont-wrapper {
  color: #ffffff;
  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-uRkpGElh79 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uRkpGElh79 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRkpGElh79 .navbar-caption {
  color: #ffffff;
}
.cid-uRkpGElh79 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uRkpGElh79 .navbar-nav {
    margin: 0;
  }
}
.cid-uRkpGElh79 .dropdown-menu,
.cid-uRkpGElh79 .navbar.opened {
  background-color: false !important;
}
.cid-uRkpGElh79 .nav-item:focus,
.cid-uRkpGElh79 .nav-link:focus {
  outline: none;
}
.cid-uRkpGElh79 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRkpGElh79 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRkpGElh79 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRkpGElh79 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRkpGElh79 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRkpGElh79 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRkpGElh79 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uRkpGElh79 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uRkpGElh79 .navbar.opened {
  transition: all 0.3s;
}
.cid-uRkpGElh79 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uRkpGElh79 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
}
.cid-uRkpGElh79 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uRkpGElh79 .navbar.collapsed {
  justify-content: center;
}
.cid-uRkpGElh79 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRkpGElh79 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRkpGElh79 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRkpGElh79 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRkpGElh79 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRkpGElh79 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uRkpGElh79 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRkpGElh79 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uRkpGElh79 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uRkpGElh79 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRkpGElh79 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRkpGElh79 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uRkpGElh79 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRkpGElh79 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uRkpGElh79 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRkpGElh79 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uRkpGElh79 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uRkpGElh79 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uRkpGElh79 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uRkpGElh79 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRkpGElh79 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uRkpGElh79 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRkpGElh79 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRkpGElh79 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRkpGElh79 .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-uRkpGElh79 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uRkpGElh79 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRkpGElh79 .dropdown-item.active,
.cid-uRkpGElh79 .dropdown-item:active {
  background-color: transparent;
}
.cid-uRkpGElh79 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRkpGElh79 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRkpGElh79 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRkpGElh79 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRkpGElh79 .navbar .dropdown > .dropdown-menu {
  display: none;
}
.cid-uRkpGElh79 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uRkpGElh79 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRkpGElh79 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1b1b1b;
  background: #c2b299;
}
.cid-uRkpGElh79 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRkpGElh79 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRkpGElh79 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRkpGElh79 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRkpGElh79 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRkpGElh79 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRkpGElh79 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRkpGElh79 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRkpGElh79 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRkpGElh79 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uRkpGElh79 .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-uRkpGElh79 .navbar {
    height: 70px;
  }
  .cid-uRkpGElh79 .navbar.opened {
    height: auto;
  }
  .cid-uRkpGElh79 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRkpGElh79 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uRkpGElh79 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uRkpGElh79 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uRkpGElh79 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uRkpGElh79 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uRkpGElh79 .navbar-caption:hover {
  color: #ffa600;
}
@media (min-width: 992px) {
  .cid-uRkpGElh79 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uRkpGElh79 .text_widget {
  margin-bottom: 32px;
}
.cid-uRkpGElh79 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uRkpGElh79 .text_widget a:hover {
  opacity: .5;
}
.cid-uRkpGElh79 .icons-menu-main {
  display: flex;
}
.cid-uRkpGElh79 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uRkpGElh79 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uRkpGElh79 .mbr-section-subtitle,
.cid-uRkpGElh79 .text_widget,
.cid-uRkpGElh79 .mbr-section-btn {
  text-align: center;
}
.cid-uRkpGElh79 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRkpGKV7fp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  align-items: flex-end;
  background-color: #f4f4f4;
}
.cid-uRkpGKV7fp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRkpGKV7fp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRkpGKV7fp .card {
  justify-content: flex-end;
}
.cid-uRkpGKV7fp .content-wrapper {
  padding: 30px 0;
}
@media (max-width: 992px) {
  .cid-uRkpGKV7fp .content-wrapper {
    margin-bottom: 10px;
    padding: 40px 0;
  }
}
.cid-uRkpGKV7fp .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uRkpGKV7fp .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 95%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uRkpGKV7fp .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRkpGKV7fp .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRkpGKV7fp .items-wrapper {
  height: 100%;
  min-height: 700px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uRkpGKV7fp .items-wrapper {
    height: 350px;
    min-height: auto;
  }
}
.cid-uRkpGKV7fp .items-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uRkpGKV7fp .items-wrapper .image-wrapper img {
    width: 100%;
  }
}
.cid-uRkpGKV7fp .items-wrapper .image-wrap img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 50%;
  object-fit: cover;
  z-index: 1;
  border-top: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
}
.cid-uRkpGKV7fp .mbr-section-title {
  color: #093388;
}
.cid-uRkpGKV7fp .mbr-text {
  color: #58595b;
}
.cid-uRkpGKV7fp .mbr-section-title,
.cid-uRkpGKV7fp .mbr-section-btn {
  color: #ffa600;
}
.cid-uRkpGKV7fp .mbr-text,
.cid-uRkpGKV7fp .text-wrapper {
  text-align: left;
  color: #000000;
}
.cid-uRkpGOG10F {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uRkpGOG10F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRkpGOG10F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRkpGOG10F .mbr-text {
  color: #000000;
}
.cid-uRkpGOG10F .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uRkpGOG10F .item-wrapper {
  background: #ffffff;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uRkpGOG10F .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uRkpGOG10F .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-uRkpGOG10F .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRkpGOG10F .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uRkpGOG10F .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uRkpGOG10F .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uRkpGOG10F .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uRkpGOG10F .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-uRkpGOG10F .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-uRkpGOG10F .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9fe870;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRkpGOG10F .mbr-text UL {
  text-align: left;
}
.cid-uRkpGOG10F .mbr-section-subtitle,
.cid-uRkpGOG10F .main-button {
  color: #000000;
}
.cid-uRkpGW2Fbx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uRkpGW2Fbx .mbr-text {
  color: #000000;
}
.cid-uRkpGW2Fbx .mbr-section-subtitle {
  color: #000000;
}
.cid-uRkpGW2Fbx .mbr-section-title {
  color: #ffa600;
}
.cid-uRkpGW2Fbx .moni-list li {
  font-size: 20px;
  color: #000;
  line-height: 30px;
}
.cid-uRkpGW2Fbx .opti-list li {
  color: #000;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 8px;
  margin-left: 12px;
}
.cid-uRkpHd43WL {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uRkpHd43WL img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uRkpHgtQZY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uRkpHgtQZY .mbr-section-subtitle {
  color: #ffa600;
}
.cid-uRkpHmpqlu {
  padding-top: 5rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/fu9.jpeg");
}
.cid-uRkpHmpqlu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRkpHmpqlu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRkpHmpqlu .row {
  margin: 0 -8px;
}
.cid-uRkpHmpqlu .row .card {
  padding: 0 8px;
}
.cid-uRkpHmpqlu .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uRkpHmpqlu .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uRkpHmpqlu .card-wrapper {
    padding: 24px;
  }
}
.cid-uRkpHmpqlu .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uRkpHmpqlu .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
}
.cid-uRkpHmpqlu .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uRkpHmpqlu .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uRkpHmpqlu .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uRkpHmpqlu .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRkpHmpqlu .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uRkpHmpqlu .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uRkpHmpqlu .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRkpHmpqlu .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uRkpHmpqlu .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uRkpHmpqlu .mbr-text,
.cid-uRkpHmpqlu .text-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-uRkpHmpqlu .mbr-section-title,
.cid-uRkpHmpqlu .mbr-section-btn {
  color: #ffa600;
  text-align: left;
}
.cid-uRkpHnOoQ0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRkpHnOoQ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRkpHnOoQ0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRkpHnOoQ0 .card-wrapper {
  position: relative;
  background-color: #000000;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uRkpHnOoQ0 .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRkpHnOoQ0 .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uRkpHnOoQ0 .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uRkpHnOoQ0 .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uRkpHnOoQ0 .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRkpHnOoQ0 .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uRkpHnOoQ0 .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uRkpHnOoQ0 .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRkpHnOoQ0 .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRkpHnOoQ0 .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uRkpHnOoQ0 .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uRkpHnOoQ0 .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRkpHnOoQ0 .mbr-label,
.cid-uRkpHnOoQ0 .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uRkpHnOoQ0 .mbr-section-title {
  color: #f5f8ff;
}
.cid-uRkpHnOoQ0 .mbr-text,
.cid-uRkpHnOoQ0 .text-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uRkpHnOoQ0 .mbr-section-title,
.cid-uRkpHnOoQ0 .mbr-section-btn {
  text-align: center;
}
.cid-uRkpHnOoQ0 .mbr-section-title,
.cid-uRkpHnOoQ0 .mbr-section-btn,
.cid-uRkpHnOoQ0 .title-wrapper {
  color: #ffa600;
}
.cid-uRkpHnOoQ0 .route-table th {
  border: 2px solid #ffa600;
  padding: 15px;
  color: #fff;
  font-size: 18px;
}
.cid-uRkpHnOoQ0 .route-table td {
  border: 2px solid #ffa600;
  padding: 15px;
  color: #fff;
  font-size: 16px;
}
.cid-uRkpHnOoQ0 .specific-list li {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 5px;
}
.cid-uRkpHpi2PB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uRkpHpi2PB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRkpHpi2PB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRkpHpi2PB .copyright {
  color: #ffffff;
}
.cid-uRkpHpi2PB .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uRkpHpi2PB .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uRkpHpi2PB .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uRkpHpi2PB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uRkpHpi2PB .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uRkpHpi2PB .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uRkpHpi2PB .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRkpHpi2PB .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uRkpHpi2PB .row-links-soc,
.cid-uRkpHpi2PB .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uRkpHpi2PB .copyright,
.cid-uRkpHpi2PB .line {
  color: #ffa600;
}
.cid-uRkpHpi2PB .row-links-soc {
  color: #ffa600;
}
.cid-uRkqhQa5EQ .navbar-dropdown {
  background-color: #1b1b1b !important;
  padding: 0;
}
.cid-uRkqhQa5EQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1b1b1b !important;
  background: #1b1b1b;
}
.cid-uRkqhQa5EQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRkqhQa5EQ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uRkqhQa5EQ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uRkqhQa5EQ .menu_box .navbar.opened,
  .cid-uRkqhQa5EQ .menu_box .navbar-collapse {
    background-color: #1b1b1b !important;
    transition: all 0s ease 0s;
  }
}
.cid-uRkqhQa5EQ .navbar-dropdown {
  position: relative !important;
}
.cid-uRkqhQa5EQ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uRkqhQa5EQ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uRkqhQa5EQ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uRkqhQa5EQ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uRkqhQa5EQ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uRkqhQa5EQ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uRkqhQa5EQ .offcanvas-body .mbr-text,
  .cid-uRkqhQa5EQ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uRkqhQa5EQ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uRkqhQa5EQ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uRkqhQa5EQ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uRkqhQa5EQ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uRkqhQa5EQ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uRkqhQa5EQ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uRkqhQa5EQ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uRkqhQa5EQ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uRkqhQa5EQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRkqhQa5EQ .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-uRkqhQa5EQ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uRkqhQa5EQ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uRkqhQa5EQ .lg_brand {
    margin: 0 1rem;
  }
  .cid-uRkqhQa5EQ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uRkqhQa5EQ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uRkqhQa5EQ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uRkqhQa5EQ .nav-item {
    margin: 0 !important;
  }
}
.cid-uRkqhQa5EQ .nav-item .nav-link {
  position: relative;
}
.cid-uRkqhQa5EQ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffa600;
  transition: all 0.3s ease-out;
}
.cid-uRkqhQa5EQ .nav-item .nav-link:hover,
.cid-uRkqhQa5EQ .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffa600 !important;
}
.cid-uRkqhQa5EQ .nav-item .nav-link:hover::before,
.cid-uRkqhQa5EQ .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uRkqhQa5EQ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRkqhQa5EQ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uRkqhQa5EQ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uRkqhQa5EQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRkqhQa5EQ .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-uRkqhQa5EQ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uRkqhQa5EQ .offcanvas_box {
    display: none;
  }
}
.cid-uRkqhQa5EQ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uRkqhQa5EQ .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uRkqhQa5EQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uRkqhQa5EQ .container {
  display: flex;
  margin: auto;
}
.cid-uRkqhQa5EQ .iconfont-wrapper {
  color: #ffffff;
  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-uRkqhQa5EQ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uRkqhQa5EQ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRkqhQa5EQ .navbar-caption {
  color: #ffffff;
}
.cid-uRkqhQa5EQ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uRkqhQa5EQ .navbar-nav {
    margin: 0;
  }
}
.cid-uRkqhQa5EQ .dropdown-menu,
.cid-uRkqhQa5EQ .navbar.opened {
  background-color: false !important;
}
.cid-uRkqhQa5EQ .nav-item:focus,
.cid-uRkqhQa5EQ .nav-link:focus {
  outline: none;
}
.cid-uRkqhQa5EQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRkqhQa5EQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRkqhQa5EQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRkqhQa5EQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRkqhQa5EQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRkqhQa5EQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRkqhQa5EQ .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uRkqhQa5EQ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uRkqhQa5EQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uRkqhQa5EQ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uRkqhQa5EQ .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
}
.cid-uRkqhQa5EQ .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uRkqhQa5EQ .navbar.collapsed {
  justify-content: center;
}
.cid-uRkqhQa5EQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRkqhQa5EQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRkqhQa5EQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRkqhQa5EQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRkqhQa5EQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRkqhQa5EQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uRkqhQa5EQ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRkqhQa5EQ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uRkqhQa5EQ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uRkqhQa5EQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRkqhQa5EQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRkqhQa5EQ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uRkqhQa5EQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRkqhQa5EQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uRkqhQa5EQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRkqhQa5EQ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uRkqhQa5EQ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uRkqhQa5EQ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uRkqhQa5EQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uRkqhQa5EQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRkqhQa5EQ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uRkqhQa5EQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRkqhQa5EQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRkqhQa5EQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRkqhQa5EQ .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-uRkqhQa5EQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uRkqhQa5EQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRkqhQa5EQ .dropdown-item.active,
.cid-uRkqhQa5EQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uRkqhQa5EQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRkqhQa5EQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRkqhQa5EQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRkqhQa5EQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRkqhQa5EQ .navbar .dropdown > .dropdown-menu {
  display: none;
}
.cid-uRkqhQa5EQ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uRkqhQa5EQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRkqhQa5EQ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1b1b1b;
  background: #c2b299;
}
.cid-uRkqhQa5EQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRkqhQa5EQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRkqhQa5EQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRkqhQa5EQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRkqhQa5EQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRkqhQa5EQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRkqhQa5EQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRkqhQa5EQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRkqhQa5EQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRkqhQa5EQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uRkqhQa5EQ .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-uRkqhQa5EQ .navbar {
    height: 70px;
  }
  .cid-uRkqhQa5EQ .navbar.opened {
    height: auto;
  }
  .cid-uRkqhQa5EQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRkqhQa5EQ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uRkqhQa5EQ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uRkqhQa5EQ .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uRkqhQa5EQ .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uRkqhQa5EQ .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uRkqhQa5EQ .navbar-caption:hover {
  color: #ffa600;
}
@media (min-width: 992px) {
  .cid-uRkqhQa5EQ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uRkqhQa5EQ .text_widget {
  margin-bottom: 32px;
}
.cid-uRkqhQa5EQ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uRkqhQa5EQ .text_widget a:hover {
  opacity: .5;
}
.cid-uRkqhQa5EQ .icons-menu-main {
  display: flex;
}
.cid-uRkqhQa5EQ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uRkqhQa5EQ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uRkqhQa5EQ .mbr-section-subtitle,
.cid-uRkqhQa5EQ .text_widget,
.cid-uRkqhQa5EQ .mbr-section-btn {
  text-align: center;
}
.cid-uRkqhQa5EQ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRkqhXoYkI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  align-items: flex-end;
  background-color: #f4f4f4;
}
.cid-uRkqhXoYkI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRkqhXoYkI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRkqhXoYkI .card {
  justify-content: flex-end;
}
.cid-uRkqhXoYkI .content-wrapper {
  padding: 30px 0;
}
@media (max-width: 992px) {
  .cid-uRkqhXoYkI .content-wrapper {
    margin-bottom: 10px;
    padding: 40px 0;
  }
}
.cid-uRkqhXoYkI .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uRkqhXoYkI .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 95%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uRkqhXoYkI .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRkqhXoYkI .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRkqhXoYkI .items-wrapper {
  height: 100%;
  min-height: 700px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uRkqhXoYkI .items-wrapper {
    height: 350px;
    min-height: auto;
  }
}
.cid-uRkqhXoYkI .items-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uRkqhXoYkI .items-wrapper .image-wrapper img {
    width: 100%;
  }
}
.cid-uRkqhXoYkI .items-wrapper .image-wrap img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 50%;
  object-fit: cover;
  z-index: 1;
  border-top: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
}
.cid-uRkqhXoYkI .mbr-section-title {
  color: #093388;
}
.cid-uRkqhXoYkI .mbr-text {
  color: #58595b;
}
.cid-uRkqhXoYkI .mbr-section-title,
.cid-uRkqhXoYkI .mbr-section-btn {
  color: #ffa600;
}
.cid-uRkqhXoYkI .mbr-text,
.cid-uRkqhXoYkI .text-wrapper {
  text-align: left;
  color: #000000;
}
.cid-uRkqhYZCwk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uRkqhYZCwk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRkqhYZCwk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRkqhYZCwk .mbr-text {
  color: #000000;
}
.cid-uRkqhYZCwk .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uRkqhYZCwk .item-wrapper {
  background: #ffffff;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uRkqhYZCwk .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uRkqhYZCwk .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-uRkqhYZCwk .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRkqhYZCwk .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uRkqhYZCwk .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uRkqhYZCwk .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uRkqhYZCwk .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uRkqhYZCwk .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-uRkqhYZCwk .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-uRkqhYZCwk .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9fe870;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRkqhYZCwk .mbr-text UL {
  text-align: left;
}
.cid-uRkqhYZCwk .mbr-section-subtitle,
.cid-uRkqhYZCwk .main-button {
  color: #000000;
}
.cid-uRkqi0b7j5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uRkqi0b7j5 .mbr-text {
  color: #000000;
}
.cid-uRkqi0b7j5 .mbr-section-subtitle {
  color: #000000;
}
.cid-uRkqi0b7j5 .mbr-section-title {
  color: #ffa600;
}
.cid-uRkqi0b7j5 .moni-list li {
  font-size: 20px;
  color: #000;
  line-height: 30px;
}
.cid-uRkqi0b7j5 .plan-list li {
  font-size: 20px;
  line-height: 32px;
  margin-left: 15px;
}
.cid-uRkqi1Fh6r {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uRkqi1Fh6r img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uRkqi2MHE7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uRkqi2MHE7 .mbr-section-subtitle {
  color: #ffa600;
}
.cid-uRkqi4lgvn {
  padding-top: 5rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/fu12.jpeg");
}
.cid-uRkqi4lgvn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRkqi4lgvn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRkqi4lgvn .row {
  margin: 0 -8px;
}
.cid-uRkqi4lgvn .row .card {
  padding: 0 8px;
}
.cid-uRkqi4lgvn .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uRkqi4lgvn .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uRkqi4lgvn .card-wrapper {
    padding: 24px;
  }
}
.cid-uRkqi4lgvn .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uRkqi4lgvn .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
}
.cid-uRkqi4lgvn .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uRkqi4lgvn .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uRkqi4lgvn .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uRkqi4lgvn .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRkqi4lgvn .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uRkqi4lgvn .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uRkqi4lgvn .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRkqi4lgvn .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uRkqi4lgvn .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uRkqi4lgvn .mbr-text,
.cid-uRkqi4lgvn .text-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-uRkqi4lgvn .mbr-section-title,
.cid-uRkqi4lgvn .mbr-section-btn {
  color: #ffa600;
  text-align: left;
}
.cid-uRkqi5GusJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRkqi5GusJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRkqi5GusJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRkqi5GusJ .card-wrapper {
  position: relative;
  background-color: #000000;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uRkqi5GusJ .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRkqi5GusJ .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uRkqi5GusJ .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uRkqi5GusJ .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uRkqi5GusJ .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRkqi5GusJ .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uRkqi5GusJ .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uRkqi5GusJ .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRkqi5GusJ .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRkqi5GusJ .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uRkqi5GusJ .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uRkqi5GusJ .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRkqi5GusJ .mbr-label,
.cid-uRkqi5GusJ .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uRkqi5GusJ .mbr-section-title {
  color: #f5f8ff;
}
.cid-uRkqi5GusJ .mbr-text,
.cid-uRkqi5GusJ .text-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uRkqi5GusJ .mbr-section-title,
.cid-uRkqi5GusJ .mbr-section-btn {
  text-align: center;
}
.cid-uRkqi5GusJ .mbr-section-title,
.cid-uRkqi5GusJ .mbr-section-btn,
.cid-uRkqi5GusJ .title-wrapper {
  color: #ffa600;
}
.cid-uRkqi5GusJ .route-table th {
  border: 2px solid #ffa600;
  padding: 15px;
  color: #fff;
  font-size: 18px;
}
.cid-uRkqi5GusJ .route-table td {
  border: 2px solid #ffa600;
  padding: 15px;
  color: #fff;
  font-size: 16px;
}
.cid-uRkqi7em1b {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uRkqi7em1b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRkqi7em1b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRkqi7em1b .copyright {
  color: #ffffff;
}
.cid-uRkqi7em1b .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uRkqi7em1b .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uRkqi7em1b .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uRkqi7em1b .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uRkqi7em1b .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uRkqi7em1b .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uRkqi7em1b .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRkqi7em1b .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uRkqi7em1b .row-links-soc,
.cid-uRkqi7em1b .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uRkqi7em1b .copyright,
.cid-uRkqi7em1b .line {
  color: #ffa600;
}
.cid-uRkqi7em1b .row-links-soc {
  color: #ffa600;
}
.cid-uRkqDtaCFd .navbar-dropdown {
  background-color: #1b1b1b !important;
  padding: 0;
}
.cid-uRkqDtaCFd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1b1b1b !important;
  background: #1b1b1b;
}
.cid-uRkqDtaCFd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRkqDtaCFd .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uRkqDtaCFd .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uRkqDtaCFd .menu_box .navbar.opened,
  .cid-uRkqDtaCFd .menu_box .navbar-collapse {
    background-color: #1b1b1b !important;
    transition: all 0s ease 0s;
  }
}
.cid-uRkqDtaCFd .navbar-dropdown {
  position: relative !important;
}
.cid-uRkqDtaCFd .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uRkqDtaCFd .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uRkqDtaCFd .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uRkqDtaCFd .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uRkqDtaCFd .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uRkqDtaCFd .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uRkqDtaCFd .offcanvas-body .mbr-text,
  .cid-uRkqDtaCFd .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uRkqDtaCFd .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uRkqDtaCFd .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uRkqDtaCFd .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uRkqDtaCFd .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uRkqDtaCFd .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uRkqDtaCFd .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uRkqDtaCFd .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uRkqDtaCFd ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uRkqDtaCFd .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRkqDtaCFd .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-uRkqDtaCFd .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uRkqDtaCFd li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uRkqDtaCFd .lg_brand {
    margin: 0 1rem;
  }
  .cid-uRkqDtaCFd .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uRkqDtaCFd .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uRkqDtaCFd .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uRkqDtaCFd .nav-item {
    margin: 0 !important;
  }
}
.cid-uRkqDtaCFd .nav-item .nav-link {
  position: relative;
}
.cid-uRkqDtaCFd .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffa600;
  transition: all 0.3s ease-out;
}
.cid-uRkqDtaCFd .nav-item .nav-link:hover,
.cid-uRkqDtaCFd .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffa600 !important;
}
.cid-uRkqDtaCFd .nav-item .nav-link:hover::before,
.cid-uRkqDtaCFd .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uRkqDtaCFd .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRkqDtaCFd .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uRkqDtaCFd .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uRkqDtaCFd .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRkqDtaCFd .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-uRkqDtaCFd .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uRkqDtaCFd .offcanvas_box {
    display: none;
  }
}
.cid-uRkqDtaCFd .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uRkqDtaCFd .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uRkqDtaCFd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uRkqDtaCFd .container {
  display: flex;
  margin: auto;
}
.cid-uRkqDtaCFd .iconfont-wrapper {
  color: #ffffff;
  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-uRkqDtaCFd .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uRkqDtaCFd .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRkqDtaCFd .navbar-caption {
  color: #ffffff;
}
.cid-uRkqDtaCFd .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uRkqDtaCFd .navbar-nav {
    margin: 0;
  }
}
.cid-uRkqDtaCFd .dropdown-menu,
.cid-uRkqDtaCFd .navbar.opened {
  background-color: false !important;
}
.cid-uRkqDtaCFd .nav-item:focus,
.cid-uRkqDtaCFd .nav-link:focus {
  outline: none;
}
.cid-uRkqDtaCFd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRkqDtaCFd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRkqDtaCFd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRkqDtaCFd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRkqDtaCFd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRkqDtaCFd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRkqDtaCFd .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uRkqDtaCFd .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uRkqDtaCFd .navbar.opened {
  transition: all 0.3s;
}
.cid-uRkqDtaCFd .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uRkqDtaCFd .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
}
.cid-uRkqDtaCFd .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uRkqDtaCFd .navbar.collapsed {
  justify-content: center;
}
.cid-uRkqDtaCFd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRkqDtaCFd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRkqDtaCFd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRkqDtaCFd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRkqDtaCFd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRkqDtaCFd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uRkqDtaCFd .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRkqDtaCFd .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uRkqDtaCFd .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uRkqDtaCFd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRkqDtaCFd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRkqDtaCFd .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uRkqDtaCFd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRkqDtaCFd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uRkqDtaCFd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRkqDtaCFd .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uRkqDtaCFd .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uRkqDtaCFd .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uRkqDtaCFd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uRkqDtaCFd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRkqDtaCFd .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uRkqDtaCFd .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRkqDtaCFd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRkqDtaCFd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRkqDtaCFd .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-uRkqDtaCFd .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uRkqDtaCFd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRkqDtaCFd .dropdown-item.active,
.cid-uRkqDtaCFd .dropdown-item:active {
  background-color: transparent;
}
.cid-uRkqDtaCFd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRkqDtaCFd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRkqDtaCFd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRkqDtaCFd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRkqDtaCFd .navbar .dropdown > .dropdown-menu {
  display: none;
}
.cid-uRkqDtaCFd ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uRkqDtaCFd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRkqDtaCFd button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1b1b1b;
  background: #c2b299;
}
.cid-uRkqDtaCFd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRkqDtaCFd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRkqDtaCFd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRkqDtaCFd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRkqDtaCFd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRkqDtaCFd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRkqDtaCFd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRkqDtaCFd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRkqDtaCFd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRkqDtaCFd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uRkqDtaCFd .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-uRkqDtaCFd .navbar {
    height: 70px;
  }
  .cid-uRkqDtaCFd .navbar.opened {
    height: auto;
  }
  .cid-uRkqDtaCFd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRkqDtaCFd .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uRkqDtaCFd .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uRkqDtaCFd .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uRkqDtaCFd .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uRkqDtaCFd .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uRkqDtaCFd .navbar-caption:hover {
  color: #ffa600;
}
@media (min-width: 992px) {
  .cid-uRkqDtaCFd .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uRkqDtaCFd .text_widget {
  margin-bottom: 32px;
}
.cid-uRkqDtaCFd .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uRkqDtaCFd .text_widget a:hover {
  opacity: .5;
}
.cid-uRkqDtaCFd .icons-menu-main {
  display: flex;
}
.cid-uRkqDtaCFd .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uRkqDtaCFd .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uRkqDtaCFd .mbr-section-subtitle,
.cid-uRkqDtaCFd .text_widget,
.cid-uRkqDtaCFd .mbr-section-btn {
  text-align: center;
}
.cid-uRkqDtaCFd a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRkqDvP8PX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  align-items: flex-end;
  background-color: #f4f4f4;
}
.cid-uRkqDvP8PX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRkqDvP8PX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRkqDvP8PX .card {
  justify-content: flex-end;
}
.cid-uRkqDvP8PX .content-wrapper {
  padding: 30px 0;
}
@media (max-width: 992px) {
  .cid-uRkqDvP8PX .content-wrapper {
    margin-bottom: 10px;
    padding: 40px 0;
  }
}
.cid-uRkqDvP8PX .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uRkqDvP8PX .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 95%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uRkqDvP8PX .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRkqDvP8PX .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRkqDvP8PX .items-wrapper {
  height: 100%;
  min-height: 700px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uRkqDvP8PX .items-wrapper {
    height: 350px;
    min-height: auto;
  }
}
.cid-uRkqDvP8PX .items-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uRkqDvP8PX .items-wrapper .image-wrapper img {
    width: 100%;
  }
}
.cid-uRkqDvP8PX .items-wrapper .image-wrap img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 50%;
  object-fit: cover;
  z-index: 1;
  border-top: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
}
.cid-uRkqDvP8PX .mbr-section-title {
  color: #093388;
}
.cid-uRkqDvP8PX .mbr-text {
  color: #58595b;
}
.cid-uRkqDvP8PX .mbr-section-title,
.cid-uRkqDvP8PX .mbr-section-btn {
  color: #ffa600;
}
.cid-uRkqDvP8PX .mbr-text,
.cid-uRkqDvP8PX .text-wrapper {
  text-align: left;
  color: #000000;
}
.cid-uRkqDxowvb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uRkqDxowvb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRkqDxowvb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRkqDxowvb .mbr-text {
  color: #000000;
}
.cid-uRkqDxowvb .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uRkqDxowvb .item-wrapper {
  background: #ffffff;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uRkqDxowvb .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uRkqDxowvb .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-uRkqDxowvb .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRkqDxowvb .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uRkqDxowvb .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uRkqDxowvb .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uRkqDxowvb .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uRkqDxowvb .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-uRkqDxowvb .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-uRkqDxowvb .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9fe870;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRkqDxowvb .mbr-text UL {
  text-align: left;
}
.cid-uRkqDxowvb .mbr-section-subtitle,
.cid-uRkqDxowvb .main-button {
  color: #000000;
}
.cid-uRkqDyz0lG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uRkqDyz0lG .mbr-text {
  color: #000000;
}
.cid-uRkqDyz0lG .mbr-section-subtitle {
  color: #000000;
}
.cid-uRkqDyz0lG .mbr-section-title {
  color: #ffa600;
}
.cid-uRkqDyz0lG .moni-list li {
  font-size: 20px;
  color: #000;
  line-height: 30px;
}
.cid-uRkqDyz0lG .saving-table th {
  border: 2px solid #ffa600;
  padding: 15px;
  color: #000;
  font-size: 18px;
}
.cid-uRkqDyz0lG .saving-table td {
  border: 2px solid #ffa600;
  padding: 15px;
  color: #000;
  font-size: 18px;
}
.cid-uRkqDA1Gan {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uRkqDA1Gan img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uRkqDBfgrv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uRkqDBfgrv .mbr-section-subtitle {
  color: #ffa600;
}
.cid-uRkqDCRYoc {
  padding-top: 5rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/fu6.jpeg");
}
.cid-uRkqDCRYoc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRkqDCRYoc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRkqDCRYoc .row {
  margin: 0 -8px;
}
.cid-uRkqDCRYoc .row .card {
  padding: 0 8px;
}
.cid-uRkqDCRYoc .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uRkqDCRYoc .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uRkqDCRYoc .card-wrapper {
    padding: 24px;
  }
}
.cid-uRkqDCRYoc .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uRkqDCRYoc .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
}
.cid-uRkqDCRYoc .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uRkqDCRYoc .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uRkqDCRYoc .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uRkqDCRYoc .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRkqDCRYoc .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uRkqDCRYoc .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uRkqDCRYoc .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRkqDCRYoc .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uRkqDCRYoc .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uRkqDCRYoc .mbr-text,
.cid-uRkqDCRYoc .text-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-uRkqDCRYoc .mbr-section-title,
.cid-uRkqDCRYoc .mbr-section-btn {
  color: #ffa600;
  text-align: left;
}
.cid-uRkqDE9UPo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRkqDE9UPo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRkqDE9UPo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRkqDE9UPo .card-wrapper {
  position: relative;
  background-color: #000000;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uRkqDE9UPo .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRkqDE9UPo .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uRkqDE9UPo .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uRkqDE9UPo .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uRkqDE9UPo .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRkqDE9UPo .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uRkqDE9UPo .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uRkqDE9UPo .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRkqDE9UPo .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRkqDE9UPo .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uRkqDE9UPo .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uRkqDE9UPo .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRkqDE9UPo .mbr-label,
.cid-uRkqDE9UPo .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uRkqDE9UPo .mbr-section-title {
  color: #f5f8ff;
}
.cid-uRkqDE9UPo .mbr-text,
.cid-uRkqDE9UPo .text-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uRkqDE9UPo .mbr-section-title,
.cid-uRkqDE9UPo .mbr-section-btn {
  text-align: center;
}
.cid-uRkqDE9UPo .mbr-section-title,
.cid-uRkqDE9UPo .mbr-section-btn,
.cid-uRkqDE9UPo .title-wrapper {
  color: #ffa600;
}
.cid-uRkqDE9UPo .route-table th {
  border: 2px solid #ffa600;
  padding: 15px;
  color: #fff;
  font-size: 18px;
}
.cid-uRkqDE9UPo .route-table td {
  border: 2px solid #ffa600;
  padding: 15px;
  color: #fff;
  font-size: 16px;
}
.cid-uRkqDFDeVQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uRkqDFDeVQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRkqDFDeVQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRkqDFDeVQ .copyright {
  color: #ffffff;
}
.cid-uRkqDFDeVQ .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uRkqDFDeVQ .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uRkqDFDeVQ .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uRkqDFDeVQ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uRkqDFDeVQ .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uRkqDFDeVQ .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uRkqDFDeVQ .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRkqDFDeVQ .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uRkqDFDeVQ .row-links-soc,
.cid-uRkqDFDeVQ .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uRkqDFDeVQ .copyright,
.cid-uRkqDFDeVQ .line {
  color: #ffa600;
}
.cid-uRkqDFDeVQ .row-links-soc {
  color: #ffa600;
}
.cid-uRvY9yxH6N .navbar-dropdown {
  background-color: #1b1b1b !important;
  padding: 0;
}
.cid-uRvY9yxH6N .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1b1b1b !important;
  background: #1b1b1b;
}
.cid-uRvY9yxH6N .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRvY9yxH6N .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uRvY9yxH6N .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uRvY9yxH6N .menu_box .navbar.opened,
  .cid-uRvY9yxH6N .menu_box .navbar-collapse {
    background-color: #1b1b1b !important;
    transition: all 0s ease 0s;
  }
}
.cid-uRvY9yxH6N .navbar-dropdown {
  position: relative !important;
}
.cid-uRvY9yxH6N .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uRvY9yxH6N .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uRvY9yxH6N .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uRvY9yxH6N .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uRvY9yxH6N .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uRvY9yxH6N .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uRvY9yxH6N .offcanvas-body .mbr-text,
  .cid-uRvY9yxH6N .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uRvY9yxH6N .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uRvY9yxH6N .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uRvY9yxH6N .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uRvY9yxH6N .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uRvY9yxH6N .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uRvY9yxH6N .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uRvY9yxH6N .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uRvY9yxH6N ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uRvY9yxH6N .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRvY9yxH6N .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-uRvY9yxH6N .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uRvY9yxH6N li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uRvY9yxH6N .lg_brand {
    margin: 0 1rem;
  }
  .cid-uRvY9yxH6N .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uRvY9yxH6N .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uRvY9yxH6N .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uRvY9yxH6N .nav-item {
    margin: 0 !important;
  }
}
.cid-uRvY9yxH6N .nav-item .nav-link {
  position: relative;
}
.cid-uRvY9yxH6N .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffa600;
  transition: all 0.3s ease-out;
}
.cid-uRvY9yxH6N .nav-item .nav-link:hover,
.cid-uRvY9yxH6N .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffa600 !important;
}
.cid-uRvY9yxH6N .nav-item .nav-link:hover::before,
.cid-uRvY9yxH6N .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uRvY9yxH6N .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRvY9yxH6N .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uRvY9yxH6N .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uRvY9yxH6N .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRvY9yxH6N .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-uRvY9yxH6N .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uRvY9yxH6N .offcanvas_box {
    display: none;
  }
}
.cid-uRvY9yxH6N .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uRvY9yxH6N .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uRvY9yxH6N .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uRvY9yxH6N .container {
  display: flex;
  margin: auto;
}
.cid-uRvY9yxH6N .iconfont-wrapper {
  color: #ffffff;
  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-uRvY9yxH6N .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uRvY9yxH6N .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRvY9yxH6N .navbar-caption {
  color: #ffffff;
}
.cid-uRvY9yxH6N .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uRvY9yxH6N .navbar-nav {
    margin: 0;
  }
}
.cid-uRvY9yxH6N .dropdown-menu,
.cid-uRvY9yxH6N .navbar.opened {
  background-color: false !important;
}
.cid-uRvY9yxH6N .nav-item:focus,
.cid-uRvY9yxH6N .nav-link:focus {
  outline: none;
}
.cid-uRvY9yxH6N .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRvY9yxH6N .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRvY9yxH6N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRvY9yxH6N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRvY9yxH6N .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRvY9yxH6N .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRvY9yxH6N .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uRvY9yxH6N .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uRvY9yxH6N .navbar.opened {
  transition: all 0.3s;
}
.cid-uRvY9yxH6N .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uRvY9yxH6N .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
}
.cid-uRvY9yxH6N .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uRvY9yxH6N .navbar.collapsed {
  justify-content: center;
}
.cid-uRvY9yxH6N .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRvY9yxH6N .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRvY9yxH6N .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRvY9yxH6N .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRvY9yxH6N .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRvY9yxH6N .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uRvY9yxH6N .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRvY9yxH6N .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uRvY9yxH6N .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uRvY9yxH6N .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRvY9yxH6N .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRvY9yxH6N .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uRvY9yxH6N .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRvY9yxH6N .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uRvY9yxH6N .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRvY9yxH6N .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uRvY9yxH6N .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uRvY9yxH6N .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uRvY9yxH6N .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uRvY9yxH6N .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRvY9yxH6N .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uRvY9yxH6N .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRvY9yxH6N .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRvY9yxH6N .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRvY9yxH6N .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-uRvY9yxH6N .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uRvY9yxH6N .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRvY9yxH6N .dropdown-item.active,
.cid-uRvY9yxH6N .dropdown-item:active {
  background-color: transparent;
}
.cid-uRvY9yxH6N .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRvY9yxH6N .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRvY9yxH6N .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRvY9yxH6N .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRvY9yxH6N .navbar .dropdown > .dropdown-menu {
  display: none;
}
.cid-uRvY9yxH6N ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uRvY9yxH6N .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRvY9yxH6N button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1b1b1b;
  background: #c2b299;
}
.cid-uRvY9yxH6N button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRvY9yxH6N button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRvY9yxH6N button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRvY9yxH6N button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRvY9yxH6N button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRvY9yxH6N nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRvY9yxH6N nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRvY9yxH6N nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRvY9yxH6N nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRvY9yxH6N a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uRvY9yxH6N .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-uRvY9yxH6N .navbar {
    height: 70px;
  }
  .cid-uRvY9yxH6N .navbar.opened {
    height: auto;
  }
  .cid-uRvY9yxH6N .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRvY9yxH6N .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uRvY9yxH6N .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uRvY9yxH6N .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uRvY9yxH6N .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uRvY9yxH6N .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uRvY9yxH6N .navbar-caption:hover {
  color: #ffa600;
}
@media (min-width: 992px) {
  .cid-uRvY9yxH6N .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uRvY9yxH6N .text_widget {
  margin-bottom: 32px;
}
.cid-uRvY9yxH6N .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uRvY9yxH6N .text_widget a:hover {
  opacity: .5;
}
.cid-uRvY9yxH6N .icons-menu-main {
  display: flex;
}
.cid-uRvY9yxH6N .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uRvY9yxH6N .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uRvY9yxH6N .mbr-section-subtitle,
.cid-uRvY9yxH6N .text_widget,
.cid-uRvY9yxH6N .mbr-section-btn {
  text-align: center;
}
.cid-uRvY9yxH6N a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRvY9BuTwZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  align-items: flex-end;
  background-color: #f4f4f4;
}
.cid-uRvY9BuTwZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRvY9BuTwZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRvY9BuTwZ .card {
  justify-content: flex-end;
}
.cid-uRvY9BuTwZ .content-wrapper {
  padding: 30px 0;
}
@media (max-width: 992px) {
  .cid-uRvY9BuTwZ .content-wrapper {
    margin-bottom: 10px;
    padding: 40px 0;
  }
}
.cid-uRvY9BuTwZ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uRvY9BuTwZ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 95%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uRvY9BuTwZ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRvY9BuTwZ .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRvY9BuTwZ .items-wrapper {
  height: 100%;
  min-height: 700px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uRvY9BuTwZ .items-wrapper {
    height: 350px;
    min-height: auto;
  }
}
.cid-uRvY9BuTwZ .items-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uRvY9BuTwZ .items-wrapper .image-wrapper img {
    width: 100%;
  }
}
.cid-uRvY9BuTwZ .items-wrapper .image-wrap img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 50%;
  object-fit: cover;
  z-index: 1;
  border-top: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
}
.cid-uRvY9BuTwZ .mbr-section-title {
  color: #093388;
}
.cid-uRvY9BuTwZ .mbr-text {
  color: #58595b;
}
.cid-uRvY9BuTwZ .mbr-section-title,
.cid-uRvY9BuTwZ .mbr-section-btn {
  color: #ffa600;
}
.cid-uRvY9BuTwZ .mbr-text,
.cid-uRvY9BuTwZ .text-wrapper {
  text-align: left;
  color: #000000;
}
.cid-uRvY9EaitO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uRvY9EaitO .mbr-text {
  color: #000000;
}
.cid-uRvY9EaitO .mbr-section-subtitle {
  color: #000000;
}
.cid-uRvY9EaitO .mbr-section-title {
  color: #ffa600;
}
.cid-uRvY9EaitO .moni-list li {
  font-size: 20px;
  color: #000;
  line-height: 30px;
}
.cid-uRvY9V6byS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uRvY9V6byS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRvY9V6byS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRvY9V6byS .copyright {
  color: #ffffff;
}
.cid-uRvY9V6byS .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uRvY9V6byS .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uRvY9V6byS .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uRvY9V6byS .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uRvY9V6byS .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uRvY9V6byS .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uRvY9V6byS .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRvY9V6byS .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uRvY9V6byS .row-links-soc,
.cid-uRvY9V6byS .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uRvY9V6byS .copyright,
.cid-uRvY9V6byS .line {
  color: #ffa600;
}
.cid-uRvY9V6byS .row-links-soc {
  color: #ffa600;
}
.cid-uRvZYSeT3f .navbar-dropdown {
  background-color: #1b1b1b !important;
  padding: 0;
}
.cid-uRvZYSeT3f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1b1b1b !important;
  background: #1b1b1b;
}
.cid-uRvZYSeT3f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRvZYSeT3f .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uRvZYSeT3f .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uRvZYSeT3f .menu_box .navbar.opened,
  .cid-uRvZYSeT3f .menu_box .navbar-collapse {
    background-color: #1b1b1b !important;
    transition: all 0s ease 0s;
  }
}
.cid-uRvZYSeT3f .navbar-dropdown {
  position: relative !important;
}
.cid-uRvZYSeT3f .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uRvZYSeT3f .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uRvZYSeT3f .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uRvZYSeT3f .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uRvZYSeT3f .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uRvZYSeT3f .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uRvZYSeT3f .offcanvas-body .mbr-text,
  .cid-uRvZYSeT3f .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uRvZYSeT3f .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uRvZYSeT3f .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uRvZYSeT3f .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uRvZYSeT3f .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uRvZYSeT3f .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uRvZYSeT3f .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uRvZYSeT3f .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uRvZYSeT3f ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uRvZYSeT3f .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRvZYSeT3f .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-uRvZYSeT3f .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uRvZYSeT3f li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uRvZYSeT3f .lg_brand {
    margin: 0 1rem;
  }
  .cid-uRvZYSeT3f .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uRvZYSeT3f .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uRvZYSeT3f .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uRvZYSeT3f .nav-item {
    margin: 0 !important;
  }
}
.cid-uRvZYSeT3f .nav-item .nav-link {
  position: relative;
}
.cid-uRvZYSeT3f .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffa600;
  transition: all 0.3s ease-out;
}
.cid-uRvZYSeT3f .nav-item .nav-link:hover,
.cid-uRvZYSeT3f .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffa600 !important;
}
.cid-uRvZYSeT3f .nav-item .nav-link:hover::before,
.cid-uRvZYSeT3f .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uRvZYSeT3f .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRvZYSeT3f .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uRvZYSeT3f .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uRvZYSeT3f .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRvZYSeT3f .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-uRvZYSeT3f .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uRvZYSeT3f .offcanvas_box {
    display: none;
  }
}
.cid-uRvZYSeT3f .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uRvZYSeT3f .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uRvZYSeT3f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uRvZYSeT3f .container {
  display: flex;
  margin: auto;
}
.cid-uRvZYSeT3f .iconfont-wrapper {
  color: #ffffff;
  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-uRvZYSeT3f .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uRvZYSeT3f .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRvZYSeT3f .navbar-caption {
  color: #ffffff;
}
.cid-uRvZYSeT3f .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uRvZYSeT3f .navbar-nav {
    margin: 0;
  }
}
.cid-uRvZYSeT3f .dropdown-menu,
.cid-uRvZYSeT3f .navbar.opened {
  background-color: false !important;
}
.cid-uRvZYSeT3f .nav-item:focus,
.cid-uRvZYSeT3f .nav-link:focus {
  outline: none;
}
.cid-uRvZYSeT3f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRvZYSeT3f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRvZYSeT3f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRvZYSeT3f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRvZYSeT3f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRvZYSeT3f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRvZYSeT3f .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uRvZYSeT3f .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uRvZYSeT3f .navbar.opened {
  transition: all 0.3s;
}
.cid-uRvZYSeT3f .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uRvZYSeT3f .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
}
.cid-uRvZYSeT3f .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uRvZYSeT3f .navbar.collapsed {
  justify-content: center;
}
.cid-uRvZYSeT3f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRvZYSeT3f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRvZYSeT3f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRvZYSeT3f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRvZYSeT3f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRvZYSeT3f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uRvZYSeT3f .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRvZYSeT3f .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uRvZYSeT3f .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uRvZYSeT3f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRvZYSeT3f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRvZYSeT3f .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uRvZYSeT3f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRvZYSeT3f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uRvZYSeT3f .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRvZYSeT3f .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uRvZYSeT3f .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uRvZYSeT3f .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uRvZYSeT3f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uRvZYSeT3f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRvZYSeT3f .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uRvZYSeT3f .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRvZYSeT3f .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRvZYSeT3f .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRvZYSeT3f .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-uRvZYSeT3f .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uRvZYSeT3f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRvZYSeT3f .dropdown-item.active,
.cid-uRvZYSeT3f .dropdown-item:active {
  background-color: transparent;
}
.cid-uRvZYSeT3f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRvZYSeT3f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRvZYSeT3f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRvZYSeT3f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRvZYSeT3f .navbar .dropdown > .dropdown-menu {
  display: none;
}
.cid-uRvZYSeT3f ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uRvZYSeT3f .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRvZYSeT3f button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1b1b1b;
  background: #c2b299;
}
.cid-uRvZYSeT3f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRvZYSeT3f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRvZYSeT3f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRvZYSeT3f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRvZYSeT3f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRvZYSeT3f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRvZYSeT3f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRvZYSeT3f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRvZYSeT3f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRvZYSeT3f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uRvZYSeT3f .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-uRvZYSeT3f .navbar {
    height: 70px;
  }
  .cid-uRvZYSeT3f .navbar.opened {
    height: auto;
  }
  .cid-uRvZYSeT3f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRvZYSeT3f .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uRvZYSeT3f .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uRvZYSeT3f .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uRvZYSeT3f .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-uRvZYSeT3f .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uRvZYSeT3f .navbar-caption:hover {
  color: #ffa600;
}
@media (min-width: 992px) {
  .cid-uRvZYSeT3f .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uRvZYSeT3f .text_widget {
  margin-bottom: 32px;
}
.cid-uRvZYSeT3f .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uRvZYSeT3f .text_widget a:hover {
  opacity: .5;
}
.cid-uRvZYSeT3f .icons-menu-main {
  display: flex;
}
.cid-uRvZYSeT3f .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uRvZYSeT3f .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uRvZYSeT3f .mbr-section-subtitle,
.cid-uRvZYSeT3f .text_widget,
.cid-uRvZYSeT3f .mbr-section-btn {
  text-align: center;
}
.cid-uRvZYSeT3f a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRvZYUKl6R {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  align-items: flex-end;
  background-color: #f4f4f4;
}
.cid-uRvZYUKl6R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRvZYUKl6R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRvZYUKl6R .card {
  justify-content: flex-end;
}
.cid-uRvZYUKl6R .content-wrapper {
  padding: 30px 0;
}
@media (max-width: 992px) {
  .cid-uRvZYUKl6R .content-wrapper {
    margin-bottom: 10px;
    padding: 40px 0;
  }
}
.cid-uRvZYUKl6R .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uRvZYUKl6R .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 95%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uRvZYUKl6R .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRvZYUKl6R .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRvZYUKl6R .items-wrapper {
  height: 100%;
  min-height: 700px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uRvZYUKl6R .items-wrapper {
    height: 350px;
    min-height: auto;
  }
}
.cid-uRvZYUKl6R .items-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uRvZYUKl6R .items-wrapper .image-wrapper img {
    width: 100%;
  }
}
.cid-uRvZYUKl6R .items-wrapper .image-wrap img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 50%;
  object-fit: cover;
  z-index: 1;
  border-top: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
}
.cid-uRvZYUKl6R .mbr-section-title {
  color: #093388;
}
.cid-uRvZYUKl6R .mbr-text {
  color: #58595b;
}
.cid-uRvZYUKl6R .mbr-section-title,
.cid-uRvZYUKl6R .mbr-section-btn {
  color: #ffa600;
}
.cid-uRvZYUKl6R .mbr-text,
.cid-uRvZYUKl6R .text-wrapper {
  text-align: left;
  color: #000000;
}
.cid-uRvZYWlyHU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uRvZYWlyHU .mbr-text {
  color: #000000;
}
.cid-uRvZYWlyHU .mbr-section-subtitle {
  color: #000000;
}
.cid-uRvZYWlyHU .mbr-section-title {
  color: #ffa600;
}
.cid-uRvZYWlyHU .moni-list li {
  font-size: 20px;
  color: #000;
  line-height: 30px;
}
.cid-uRvZYXWHjm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uRvZYXWHjm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRvZYXWHjm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRvZYXWHjm .copyright {
  color: #ffffff;
}
.cid-uRvZYXWHjm .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uRvZYXWHjm .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uRvZYXWHjm .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uRvZYXWHjm .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uRvZYXWHjm .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uRvZYXWHjm .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uRvZYXWHjm .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRvZYXWHjm .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uRvZYXWHjm .row-links-soc,
.cid-uRvZYXWHjm .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uRvZYXWHjm .copyright,
.cid-uRvZYXWHjm .line {
  color: #ffa600;
}
.cid-uRvZYXWHjm .row-links-soc {
  color: #ffa600;
}
