.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Host Grotesk;
}
.display-1 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 5.2rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 3.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.16rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.64rem;
    font-size: calc( 2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.64rem;
    font-size: calc( 2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #151e11 !important;
}
.bg-success {
  background-color: #5c7d4f !important;
}
.bg-info {
  background-color: #fff7ee !important;
}
.bg-warning {
  background-color: #ff8c6b !important;
}
.bg-danger {
  background-color: #ed1818 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #151e11 !important;
  border-color: #151e11 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #2c3f23 !important;
  border-color: #2c3f23 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2c3f23 !important;
  border-color: #2c3f23 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffbe0d !important;
  border-color: #ffbe0d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffcc40 !important;
  border-color: #ffcc40 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ffcc40 !important;
  border-color: #ffcc40 !important;
}
.btn-info,
.btn-info:active {
  background-color: #fff7ee !important;
  border-color: #fff7ee !important;
  color: #ee7e00 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ee7e00 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #5c7d4f !important;
  border-color: #5c7d4f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #739c63 !important;
  border-color: #739c63 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #739c63 !important;
  border-color: #739c63 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff8c6b !important;
  border-color: #ff8c6b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffb49e !important;
  border-color: #ffb49e !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffb49e !important;
  border-color: #ffb49e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ed1818 !important;
  border-color: #ed1818 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #f14747 !important;
  border-color: #f14747 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f14747 !important;
  border-color: #f14747 !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: transparent;
  color: #151e11;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #151e11 !important;
  border-color: #151e11 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffbe0d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b58500 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffbe0d !important;
  border-color: #ffbe0d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fff7ee;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffce97 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ee7e00 !important;
  background-color: #fff7ee !important;
  border-color: #fff7ee !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #5c7d4f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #35482d !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #5c7d4f !important;
  border-color: #5c7d4f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff8c6b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff4914 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8c6b !important;
  border-color: #ff8c6b !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ed1818;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a20d0d !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ed1818 !important;
  border-color: #ed1818 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent !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: transparent;
  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: transparent !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: #151e11 !important;
}
.text-secondary {
  color: #ffbe0d !important;
}
.text-success {
  color: #5c7d4f !important;
}
.text-info {
  color: #fff7ee !important;
}
.text-warning {
  color: #ff8c6b !important;
}
.text-danger {
  color: #ed1818 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a67900 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #2e3f28 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ffc788 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff3d05 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #940b0b !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: #151e11;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fff7ee;
}
.alert-warning {
  background-color: #ff8c6b;
}
.alert-danger {
  background-color: #ed1818;
}
.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: #151e11;
  border-color: #151e11;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #151e11;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c4d9bb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #9dba92;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fcd5d5;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #151e11 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #151e11;
}
/* 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: #151e11;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #151e11;
}
.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: #151e11;
  border-bottom-color: #151e11;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #151e11 !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: #ffbe0d !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='%23151e11' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  padding: 16px 20px;
  flex-direction: row-reverse;
  border-radius: 1.2rem !important;
  font-weight: 400 !important;
}
.mbr-section-btn .btn .mbr-iconfont {
  margin-left: 0;
  margin-right: 16px;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont {
  margin-right: 26px;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn .btn-white {
  border: none !important;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn .btn-white-outline {
  border: none !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.main-content,
.item-content,
.number-wrap,
.form-wrapper,
.embla,
.image-over {
  border-radius: 1.2rem !important;
}
.label-wrap_1,
.label-wrap_2,
.label-wrap_3,
.label-wrap,
.date-wrap {
  border-radius: .4rem !important;
}
.item-label_1,
.item-label_2,
.item-label_3 {
  border-radius: .4rem !important;
}
.item-number {
  border-radius: 1.2rem !important;
}
ul.navbar-nav {
  border-radius: .6rem !important;
}
.nav-item .nav-link {
  border-radius: .6rem !important;
}
.cid-uACPVTBN4A {
  padding-top: 12rem;
  padding-bottom: 5rem;
  position: relative;
  align-items: center;
  background-color: #151e11;
}
.cid-uACPVTBN4A .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uACPVTBN4A .image-wrap {
    padding: 16px;
  }
}
.cid-uACPVTBN4A .image-wrap img {
  width: 100%;
  height: 70%;
  object-fit: cover;
}
.cid-uACPVTBN4A .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uACPVTBN4A .image-overlay {
    padding: 16px;
  }
}
.cid-uACPVTBN4A .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.5;
  pointer-events: none;
  width: 100%;
  height: 70%;
}
.cid-uACPVTBN4A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACPVTBN4A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uACPVTBN4A .row {
  justify-content: center;
}
.cid-uACPVTBN4A .mbr-section-title {
  position: relative;
  z-index: 2;
  margin: 160px 20px;
  color: #fff7ee;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-uACPVTBN4A .mbr-section-title {
    margin: 60px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uACPVTBN4A .mbr-section-title {
    margin: 30px 16px;
  }
}
.cid-uACPVTBN4A .card-wrapper {
  padding: 90px;
  position: relative;
  z-index: 2;
  background-color: #151e11;
}
@media (max-width: 992px) {
  .cid-uACPVTBN4A .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-uACPVTBN4A .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uACPVTBN4A .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uACPVTBN4A .mbr-text,
.cid-uACPVTBN4A .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uACPVTBN4A .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uACPVTBN4A .mbr-text,
.cid-uACPVTBN4A .mbr-section-btn {
  text-align: center;
}
.cid-uF7mPyyeWd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uF7mPyyeWd .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uF7mPyyeWd .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uF7mPyyeWd .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #151e11;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uF7mPyyeWd .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uF7mPyyeWd .mbr-text {
  color: #3d5943;
}
.cid-uF7mRCxTdj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
  overflow: hidden;
}
.cid-uF7mRCxTdj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF7mRCxTdj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF7mRCxTdj .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #ffffff;
}
@media (max-width: 767px) {
  .cid-uF7mRCxTdj .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-uF7mRCxTdj .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-uF7mRCxTdj .card-title {
  color: #000000;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uF7mRCxTdj .card-title {
    margin-bottom: 20px;
  }
}
.cid-uF7mRCxTdj .card-subtitle {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uF7mRCxTdj .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uF7mRCxTdj .card-text {
  color: #000000;
  margin-bottom: 0;
}
.cid-uACPXqvpWU {
  position: relative;
  align-items: flex-end;
  padding-bottom: 16px;
  background-color: #151e11;
}
.cid-uACPXqvpWU .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uACPXqvpWU .image-wrap {
    padding: 16px;
  }
}
.cid-uACPXqvpWU .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uACPXqvpWU .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uACPXqvpWU .image-overlay {
    padding: 16px;
  }
}
.cid-uACPXqvpWU .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.5;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.cid-uACPXqvpWU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACPXqvpWU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uACPXqvpWU .row {
  justify-content: center;
}
.cid-uACPXqvpWU .card-wrapper {
  padding: 90px 30px 90px;
  position: relative;
  z-index: 2;
  background-color: #151e11;
}
@media (max-width: 992px) {
  .cid-uACPXqvpWU .card-wrapper {
    padding: 30px 16px;
    margin-top: 300px;
  }
}
.cid-uACPXqvpWU .card-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uACPXqvpWU .card-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uACPXqvpWU .card-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uACPXqvpWU .card-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uACPXqvpWU .card-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uACPXqvpWU .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uACPXqvpWU .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uACPXqvpWU .mbr-label,
.cid-uACPXqvpWU .label-wrapper {
  color: #FFBE0D;
  text-align: center;
}
.cid-uACPXqvpWU .mbr-section-title {
  color: #fff7ee;
}
.cid-uACPXqvpWU .mbr-text,
.cid-uACPXqvpWU .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uACPXqvpWU .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uACPXqvpWU .mbr-section-title,
.cid-uACPXqvpWU .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uF7pqMz1yJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uF7pqMz1yJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF7pqMz1yJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF7pqMz1yJ .items-wrapper {
  margin: 0 -5px;
}
.cid-uF7pqMz1yJ .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uF7pqMz1yJ .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uF7pqMz1yJ .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uF7pqMz1yJ .item {
    margin-bottom: 16px;
  }
  .cid-uF7pqMz1yJ .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uF7pqMz1yJ .item:hover .item-wrapper .item-img img,
.cid-uF7pqMz1yJ .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uF7pqMz1yJ .item .item-wrapper {
  height: 100%;
  border: 5px solid #151e11;
  background-color: #151e11;
}
.cid-uF7pqMz1yJ .item .item-wrapper .item-content {
  padding: 32px 32px 0;
}
@media (max-width: 992px) {
  .cid-uF7pqMz1yJ .item .item-wrapper .item-content {
    padding: 24px 24px 0;
  }
}
.cid-uF7pqMz1yJ .item .item-wrapper .item-content .card-title {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uF7pqMz1yJ .item .item-wrapper .item-content .card-title {
    margin-bottom: 40px;
  }
}
.cid-uF7pqMz1yJ .item .item-wrapper .item-content .number-wrapper {
  margin-bottom: -2.5rem;
}
.cid-uF7pqMz1yJ .item .item-wrapper .item-content .number-wrapper .card-number {
  width: 100px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #151e11;
  position: relative;
  z-index: 1;
}
.cid-uF7pqMz1yJ .item .item-wrapper .item-img {
  overflow: hidden;
  border-radius: 26px;
}
.cid-uF7pqMz1yJ .item .item-wrapper .item-img img {
  height: 290px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uF7pqMz1yJ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uF7pqMz1yJ .card-title {
  color: #f24d4a;
  text-align: center;
}
.cid-uF7pqMz1yJ .card-number,
.cid-uF7pqMz1yJ .number-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uF7pqMz1yJ .card-title,
.cid-uF7pqMz1yJ .card-number {
  color: #ffffff;
}
.cid-uF7Moy3TXK {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uF7Moy3TXK .col-title {
    margin-bottom: 20px;
  }
}
.cid-uF7Moy3TXK .mbr-section-title {
  color: #000000;
}
.cid-uF7Moy3TXK .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-uF7Moy3TXK .mbr-text {
  color: #000000;
}
.cid-uACPXWzUGY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-uACPXWzUGY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACPXWzUGY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uACPXWzUGY .row {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uACPXWzUGY .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uACPXWzUGY .image-wrapper img {
  height: 680px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uACPXWzUGY .image-wrapper img {
    height: 350px;
  }
}
.cid-uACPXWzUGY .content-wrapper {
  padding-left: 54px;
}
@media (max-width: 1440px) {
  .cid-uACPXWzUGY .content-wrapper {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uACPXWzUGY .content-wrapper {
    padding-left: 0;
  }
}
.cid-uACPXWzUGY .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uACPXWzUGY .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uACPXWzUGY .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uACPXWzUGY .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uACPXWzUGY .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uACPXWzUGY .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uACPXWzUGY .mbr-label,
.cid-uACPXWzUGY .label-wrapper {
  color: #FFBE0D;
}
.cid-uACPXWzUGY .mbr-section-title {
  color: #fff7ee;
}
.cid-uACPXWzUGY .mbr-text {
  color: #fff7ee;
}
.cid-uFjDr5CJGN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFjDr5CJGN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFjDr5CJGN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFjDr5CJGN .row {
  justify-content: center;
}
.cid-uFjDr5CJGN .content-wrapper .title-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uFjDr5CJGN .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uFjDr5CJGN .content-wrapper .title-wrapper {
    padding-bottom: 60px;
  }
}
.cid-uFjDr5CJGN .content-wrapper .title-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 32px;
  width: 100%;
  background-color: #151e11;
}
@media (max-width: 992px) {
  .cid-uFjDr5CJGN .content-wrapper .title-wrapper::before {
    height: 24px;
  }
}
.cid-uFjDr5CJGN .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFjDr5CJGN .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uFjDr5CJGN .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFjDr5CJGN .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uFjDr5CJGN .mbr-section-title {
  color: #ffffff;
}
.cid-uFjDr5CJGN .mbr-section-subtitle {
  color: #cbff5b;
  text-align: center;
}
.cid-uFjDr5CJGN .mbr-text,
.cid-uFjDr5CJGN .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFjDr5CJGN .mbr-section-title,
.cid-uFjDr5CJGN .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uF7Mtexmpz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uF7Mtexmpz .col-title {
    margin-bottom: 20px;
  }
}
.cid-uF7Mtexmpz .mbr-section-title {
  color: #000000;
}
.cid-uF7Mtexmpz .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-uF7Mtexmpz .mbr-text {
  color: #000000;
}
.cid-uF7p2Kf08a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #151e11;
}
.cid-uF7p2Kf08a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF7p2Kf08a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF7p2Kf08a .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uF7p2Kf08a .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uF7p2Kf08a .content-wrapper {
    padding: 0;
  }
}
.cid-uF7p2Kf08a .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uF7p2Kf08a .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uF7p2Kf08a .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uF7p2Kf08a .items-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uF7p2Kf08a .items-wrapper {
    display: block;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uF7p2Kf08a .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uF7p2Kf08a .items-wrapper .item .item-wrapper {
  padding: 108px;
  height: 100%;
  min-height: 570px;
  border: 2px solid #ffffff;
  box-shadow: -10px 10px 0 #ffffff;
}
@media (max-width: 1440px) {
  .cid-uF7p2Kf08a .items-wrapper .item .item-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uF7p2Kf08a .items-wrapper .item .item-wrapper {
    padding: 20px;
    min-height: auto;
  }
}
@media (max-width: 992px) {
  .cid-uF7p2Kf08a .items-wrapper .item .item-wrapper {
    box-shadow: -5px 5px 0 #ffffff;
  }
}
.cid-uF7p2Kf08a .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uF7p2Kf08a .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 32px;
  }
}
.cid-uF7p2Kf08a .items-wrapper .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
  border: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uF7p2Kf08a .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uF7p2Kf08a .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uF7p2Kf08a .items-wrapper .item .item-wrapper .card-box .item-title {
    margin-bottom: 32px;
  }
}
.cid-uF7p2Kf08a .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 32px;
}
.cid-uF7p2Kf08a .mbr-section-title {
  color: #ffffff;
}
.cid-uF7p2Kf08a .item-title {
  color: #ffffff;
}
.cid-uF7p2Kf08a .item-text {
  color: #ffffff;
}
.cid-uF7QFGmb8G {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  margin-bottom: 2px;
}
.cid-uF7QFGmb8G .mbr-section-subtitle {
  margin-bottom: 15px;
  color: #000000;
  text-align: center;
}
.cid-uF7QFGmb8G .mbr-section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 15px;
}
.cid-uF7QFGmb8G .mbr-text {
  text-align: center;
  color: #333333;
}
.cid-uF7QFGmb8G .container-fluid {
  outline: 2px solid #000 !important;
}
.cid-uF7QFGmb8G .row {
  padding-top: 76px;
  padding-bottom: 76px;
  justify-content: center;
  display: flex;
}
.cid-uF94rEU304 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uF94rEU304 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF94rEU304 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uF94rEU304 .container {
    padding: 0 20px;
  }
}
.cid-uF94rEU304 .row {
  margin: 0;
}
.cid-uF94rEU304 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uF94rEU304 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uF94rEU304 .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uF94rEU304 .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uF94rEU304 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uF94rEU304 .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uF94rEU304 .mbr-section-title {
  color: #ffffff;
}
.cid-uF7NdKgbt0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uF7NdKgbt0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF7NdKgbt0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uF7NdKgbt0 .container {
    padding: 0 22px;
  }
}
.cid-uF7NdKgbt0 .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uF7NdKgbt0 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uF7NdKgbt0 .image-wrapper img {
  height: 415px;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uF7NdKgbt0 .image-wrapper img {
    height: 350px;
  }
}
.cid-uF7NdKgbt0 .mbr-section-title {
  margin-bottom: 16px;
  color: #000000;
}
.cid-uF7NdKgbt0 .panel-group {
  border-bottom: 1px solid #d4d3d3;
}
.cid-uF7NdKgbt0 .panel-group .card {
  border-top: 1px solid #d4d3d3;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uF7NdKgbt0 .panel-group .card:hover,
.cid-uF7NdKgbt0 .panel-group .card:focus {
  border-top: 1px solid #000000;
}
.cid-uF7NdKgbt0 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uF7NdKgbt0 .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-uF7NdKgbt0 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uF7NdKgbt0 .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-uF7NdKgbt0 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ff5753;
}
.cid-uF7NdKgbt0 .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-uF7NdKgbt0 .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-uF7NdKgbt0 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uF7NdKgbt0 .panel-title-edit {
  color: #000000;
}
.cid-uF7NdKgbt0 .panel-text {
  color: #8a8588;
}
.cid-uF8oH7VPsv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-uF8oH7VPsv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF8oH7VPsv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF8oH7VPsv .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uF8oH7VPsv .row .card {
  padding: 0 13px;
}
.cid-uF8oH7VPsv .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uF8oH7VPsv .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uF8oH7VPsv .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uF8oH7VPsv .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uF8oH7VPsv .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uF8oH7VPsv .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uF8oH7VPsv .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uF8oH7VPsv .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uF8oH7VPsv .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #ffffff;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uF8oH7VPsv .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uF8oH7VPsv .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uF8oH7VPsv .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uF8oH7VPsv .card-wrapper {
  overflow: hidden;
}
.cid-uF8oH7VPsv .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uF8oH7VPsv .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uF8oH7VPsv .card-wrapper .item-content {
  padding: 54px;
  background-color: #ffffff;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uF8oH7VPsv .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uF8oH7VPsv .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uF8oH7VPsv .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uF8oH7VPsv .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uF8oH7VPsv .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uF8oH7VPsv .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uF8oH7VPsv .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uF8oH7VPsv .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uF8oH7VPsv .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uF8oH7VPsv .mbr-label,
.cid-uF8oH7VPsv .label-wrapper {
  color: #151e11;
}
.cid-uF8oH7VPsv .mbr-section-title {
  color: #fff7ee;
}
.cid-uF8oH7VPsv .mbr-number {
  color: #000000;
}
.cid-uF8oH7VPsv .mbr-number-desc {
  color: #fff7ee;
}
.cid-uF8oH7VPsv .card-label,
.cid-uF8oH7VPsv .card-label-wrapper {
  color: #fff7ee;
}
.cid-uF8oH7VPsv .card-title {
  color: #000000;
}
.cid-uF8oH7VPsv .card-text {
  color: #fff7ee;
}
.cid-uF8oH7VPsv .card-text,
.cid-uF8oH7VPsv .text-wrapper {
  color: #000000;
}
.cid-uACPX9IoWI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-uACPX9IoWI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACPX9IoWI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uACPX9IoWI .row {
  justify-content: center;
}
.cid-uACPX9IoWI .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uACPX9IoWI .title-wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.cid-uACPX9IoWI .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uACPX9IoWI .title-wrapper .title-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
}
.cid-uACPX9IoWI .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uACPX9IoWI .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uACPX9IoWI .mbr-section-title,
.cid-uACPX9IoWI .mbr-iconfont {
  color: #FFBE0D;
}
.cid-uACPX9IoWI .mbr-desc {
  color: #fff7ee;
}
.cid-uACPX9IoWI .mbr-text {
  color: #fff7ee;
}
.cid-uACPX9IoWI .mbr-section-title,
.cid-uACPX9IoWI .title-wrapper,
.cid-uACPX9IoWI .mbr-iconfont {
  color: #ffffff;
}
.cid-uF7m5oYZ4N {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uF7m5oYZ4N .google-map {
  height: 30rem;
  position: relative;
}
.cid-uF7m5oYZ4N .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uF7m5oYZ4N .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uF7m5oYZ4N .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uF7m5oYZ4N .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uF7k8lB6Rk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-uF7k8lB6Rk .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uF7k8lB6Rk .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uF7k8lB6Rk .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uF7k8lB6Rk .row {
    text-align: center;
  }
}
.cid-uF7k8lB6Rk li {
  padding-bottom: 5px;
}
.cid-uF7k8lB6Rk .row {
  padding-top: 2rem;
  border-top: 2px solid rgba(255, 255, 255, 0.15);
}
.cid-uF7k8lB6Rk .soc-wrapper {
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uF7k8lB6Rk div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uF7k8lB6Rk .mbr-iconfont {
  padding-right: 6px;
}
.cid-uF7k8lB6Rk .copyright {
  color: #ffffff;
}
.cid-uF7k8lB6Rk .soc-link,
.cid-uF7k8lB6Rk .soc-wrapper {
  color: #ffffff;
}
.cid-uFom5iMSM1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #151e11;
}
.cid-uFom5iMSM1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFom5iMSM1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFom5iMSM1 .row {
  justify-content: center;
}
.cid-uFom5iMSM1 .card {
  justify-content: center;
}
.cid-uFom5iMSM1 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFom5iMSM1 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFom5iMSM1 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFom5iMSM1 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uFom5iMSM1 .nav-wrapper .list .item-wrap:hover,
.cid-uFom5iMSM1 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uFom5iMSM1 .list,
.cid-uFom5iMSM1 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFohKrYIc8 {
  background-color: transparent;
}
.cid-uFohKrYIc8 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uFohKrYIc8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uFohKrYIc8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFohKrYIc8 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFohKrYIc8 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uFohKrYIc8 .menu_box .navbar.opened,
  .cid-uFohKrYIc8 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uFohKrYIc8 .navbar-dropdown {
  position: relative !important;
}
.cid-uFohKrYIc8 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uFohKrYIc8 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uFohKrYIc8 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uFohKrYIc8 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uFohKrYIc8 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uFohKrYIc8 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #34363a;
  }
  .cid-uFohKrYIc8 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uFohKrYIc8 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uFohKrYIc8 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uFohKrYIc8 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uFohKrYIc8 .offcanvas-body .mbr-text,
  .cid-uFohKrYIc8 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uFohKrYIc8 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uFohKrYIc8 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uFohKrYIc8 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uFohKrYIc8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uFohKrYIc8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uFohKrYIc8 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uFohKrYIc8 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uFohKrYIc8 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uFohKrYIc8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFohKrYIc8 .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-uFohKrYIc8 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uFohKrYIc8 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uFohKrYIc8 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uFohKrYIc8 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uFohKrYIc8 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uFohKrYIc8 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uFohKrYIc8 .nav-item {
    margin: 0 !important;
  }
}
.cid-uFohKrYIc8 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uFohKrYIc8 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFohKrYIc8 .nav-item .nav-link:hover::before,
.cid-uFohKrYIc8 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uFohKrYIc8 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uFohKrYIc8 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uFohKrYIc8 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uFohKrYIc8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFohKrYIc8 .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-uFohKrYIc8 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uFohKrYIc8 .offcanvas_box {
    display: none;
  }
}
.cid-uFohKrYIc8 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uFohKrYIc8 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uFohKrYIc8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uFohKrYIc8 .container {
  display: flex;
  margin: auto;
}
.cid-uFohKrYIc8 .iconfont-wrapper {
  color: #202020;
  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-uFohKrYIc8 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uFohKrYIc8 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uFohKrYIc8 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uFohKrYIc8 .navbar-nav {
    margin: 0;
  }
}
.cid-uFohKrYIc8 .dropdown-menu,
.cid-uFohKrYIc8 .navbar.opened {
  background-color: false !important;
}
.cid-uFohKrYIc8 .nav-item:focus,
.cid-uFohKrYIc8 .nav-link:focus {
  outline: none;
}
.cid-uFohKrYIc8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFohKrYIc8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFohKrYIc8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFohKrYIc8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFohKrYIc8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFohKrYIc8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFohKrYIc8 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uFohKrYIc8 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uFohKrYIc8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uFohKrYIc8 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uFohKrYIc8 .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: .3rem !important;
}
.cid-uFohKrYIc8 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uFohKrYIc8 .navbar.collapsed {
  justify-content: center;
}
.cid-uFohKrYIc8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFohKrYIc8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFohKrYIc8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFohKrYIc8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFohKrYIc8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFohKrYIc8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uFohKrYIc8 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uFohKrYIc8 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uFohKrYIc8 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uFohKrYIc8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFohKrYIc8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFohKrYIc8 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uFohKrYIc8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFohKrYIc8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uFohKrYIc8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFohKrYIc8 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uFohKrYIc8 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uFohKrYIc8 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uFohKrYIc8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uFohKrYIc8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFohKrYIc8 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uFohKrYIc8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFohKrYIc8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFohKrYIc8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFohKrYIc8 .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-uFohKrYIc8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uFohKrYIc8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFohKrYIc8 .dropdown-item.active,
.cid-uFohKrYIc8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFohKrYIc8 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uFohKrYIc8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFohKrYIc8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFohKrYIc8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFohKrYIc8 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uFohKrYIc8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFohKrYIc8 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #71818e;
}
.cid-uFohKrYIc8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFohKrYIc8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFohKrYIc8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFohKrYIc8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFohKrYIc8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFohKrYIc8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFohKrYIc8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFohKrYIc8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFohKrYIc8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFohKrYIc8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uFohKrYIc8 .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-uFohKrYIc8 .navbar {
    height: 70px;
  }
  .cid-uFohKrYIc8 .navbar.opened {
    height: auto;
  }
  .cid-uFohKrYIc8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFohKrYIc8 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uFohKrYIc8 .container-fluid {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.cid-uFohKrYIc8 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uFohKrYIc8 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uFohKrYIc8 .mbr-section-btn-main .btn {
  min-width: 140px;
}
.cid-uFohKrYIc8 .navbar-caption:hover {
  color: #151e11;
}
@media (min-width: 992px) {
  .cid-uFohKrYIc8 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uFohKrYIc8 .text_widget {
  margin-bottom: 32px;
}
.cid-uFohKrYIc8 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uFohKrYIc8 .text_widget a:hover,
.cid-uFohKrYIc8 .text_widget a:focus {
  opacity: .8;
}
.cid-uFohKrYIc8 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uFohKrYIc8 .navbar-caption {
  color: #ffffff;
}
.cid-uFohKrYIc8 .mbr-text {
  color: #f4f4f4;
  text-align: center;
}
.cid-uFohKrYIc8 .mbr-section-subtitle,
.cid-uFohKrYIc8 .text_widget,
.cid-uFohKrYIc8 .mbr-section-btn {
  text-align: center;
}
.cid-uFohKrYIc8 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uF81LIZbpv {
  padding-top: 12rem;
  padding-bottom: 0rem;
  position: relative;
  align-items: center;
  background-color: #151e11;
}
.cid-uF81LIZbpv .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uF81LIZbpv .image-wrap {
    padding: 16px;
  }
}
.cid-uF81LIZbpv .image-wrap img {
  width: 100%;
  height: 70%;
  object-fit: cover;
}
.cid-uF81LIZbpv .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uF81LIZbpv .image-overlay {
    padding: 16px;
  }
}
.cid-uF81LIZbpv .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.5;
  pointer-events: none;
  width: 100%;
  height: 70%;
}
.cid-uF81LIZbpv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF81LIZbpv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF81LIZbpv .row {
  justify-content: center;
}
.cid-uF81LIZbpv .mbr-section-title {
  position: relative;
  z-index: 2;
  margin: 160px 20px;
  color: #fff7ee;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-uF81LIZbpv .mbr-section-title {
    margin: 60px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uF81LIZbpv .mbr-section-title {
    margin: 30px 16px;
  }
}
.cid-uF81LIZbpv .card-wrapper {
  padding: 90px;
  position: relative;
  z-index: 2;
  background-color: #151e11;
}
@media (max-width: 992px) {
  .cid-uF81LIZbpv .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-uF81LIZbpv .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uF81LIZbpv .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uF81LIZbpv .mbr-text,
.cid-uF81LIZbpv .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uF81LIZbpv .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uF81LIZbpv .mbr-text,
.cid-uF81LIZbpv .mbr-section-btn {
  text-align: center;
}
.cid-uF81LMMfDk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
  overflow: hidden;
}
.cid-uF81LMMfDk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF81LMMfDk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF81LMMfDk .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #ffffff;
}
@media (max-width: 767px) {
  .cid-uF81LMMfDk .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-uF81LMMfDk .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-uF81LMMfDk .card-title {
  color: #000000;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uF81LMMfDk .card-title {
    margin-bottom: 20px;
  }
}
.cid-uF81LMMfDk .card-subtitle {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uF81LMMfDk .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uF81LMMfDk .card-text {
  color: #000000;
  margin-bottom: 0;
}
.cid-uF81M7wymp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uF81M7wymp .google-map {
  height: 30rem;
  position: relative;
}
.cid-uF81M7wymp .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uF81M7wymp .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uF81M7wymp .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uF81M7wymp .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uF81M9s4k4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-uF81M9s4k4 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uF81M9s4k4 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uF81M9s4k4 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uF81M9s4k4 .row {
    text-align: center;
  }
}
.cid-uF81M9s4k4 li {
  padding-bottom: 5px;
}
.cid-uF81M9s4k4 .row {
  padding-top: 2rem;
  border-top: 2px solid rgba(255, 255, 255, 0.15);
}
.cid-uF81M9s4k4 .soc-wrapper {
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uF81M9s4k4 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uF81M9s4k4 .mbr-iconfont {
  padding-right: 6px;
}
.cid-uF81M9s4k4 .copyright {
  color: #ffffff;
}
.cid-uF81M9s4k4 .soc-link,
.cid-uF81M9s4k4 .soc-wrapper {
  color: #ffffff;
}
.cid-uFohKrYIc8 {
  background-color: transparent;
}
.cid-uFohKrYIc8 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uFohKrYIc8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uFohKrYIc8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFohKrYIc8 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFohKrYIc8 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uFohKrYIc8 .menu_box .navbar.opened,
  .cid-uFohKrYIc8 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uFohKrYIc8 .navbar-dropdown {
  position: relative !important;
}
.cid-uFohKrYIc8 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uFohKrYIc8 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uFohKrYIc8 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uFohKrYIc8 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uFohKrYIc8 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uFohKrYIc8 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #34363a;
  }
  .cid-uFohKrYIc8 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uFohKrYIc8 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uFohKrYIc8 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uFohKrYIc8 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uFohKrYIc8 .offcanvas-body .mbr-text,
  .cid-uFohKrYIc8 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uFohKrYIc8 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uFohKrYIc8 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uFohKrYIc8 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uFohKrYIc8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uFohKrYIc8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uFohKrYIc8 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uFohKrYIc8 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uFohKrYIc8 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uFohKrYIc8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFohKrYIc8 .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-uFohKrYIc8 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uFohKrYIc8 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uFohKrYIc8 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uFohKrYIc8 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uFohKrYIc8 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uFohKrYIc8 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uFohKrYIc8 .nav-item {
    margin: 0 !important;
  }
}
.cid-uFohKrYIc8 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uFohKrYIc8 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFohKrYIc8 .nav-item .nav-link:hover::before,
.cid-uFohKrYIc8 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uFohKrYIc8 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uFohKrYIc8 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uFohKrYIc8 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uFohKrYIc8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFohKrYIc8 .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-uFohKrYIc8 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uFohKrYIc8 .offcanvas_box {
    display: none;
  }
}
.cid-uFohKrYIc8 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uFohKrYIc8 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uFohKrYIc8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uFohKrYIc8 .container {
  display: flex;
  margin: auto;
}
.cid-uFohKrYIc8 .iconfont-wrapper {
  color: #202020;
  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-uFohKrYIc8 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uFohKrYIc8 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uFohKrYIc8 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uFohKrYIc8 .navbar-nav {
    margin: 0;
  }
}
.cid-uFohKrYIc8 .dropdown-menu,
.cid-uFohKrYIc8 .navbar.opened {
  background-color: false !important;
}
.cid-uFohKrYIc8 .nav-item:focus,
.cid-uFohKrYIc8 .nav-link:focus {
  outline: none;
}
.cid-uFohKrYIc8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFohKrYIc8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFohKrYIc8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFohKrYIc8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFohKrYIc8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFohKrYIc8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFohKrYIc8 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uFohKrYIc8 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uFohKrYIc8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uFohKrYIc8 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uFohKrYIc8 .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: .3rem !important;
}
.cid-uFohKrYIc8 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uFohKrYIc8 .navbar.collapsed {
  justify-content: center;
}
.cid-uFohKrYIc8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFohKrYIc8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFohKrYIc8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFohKrYIc8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFohKrYIc8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFohKrYIc8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uFohKrYIc8 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uFohKrYIc8 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uFohKrYIc8 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uFohKrYIc8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFohKrYIc8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFohKrYIc8 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uFohKrYIc8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFohKrYIc8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uFohKrYIc8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFohKrYIc8 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uFohKrYIc8 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uFohKrYIc8 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uFohKrYIc8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uFohKrYIc8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFohKrYIc8 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uFohKrYIc8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFohKrYIc8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFohKrYIc8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFohKrYIc8 .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-uFohKrYIc8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uFohKrYIc8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFohKrYIc8 .dropdown-item.active,
.cid-uFohKrYIc8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFohKrYIc8 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uFohKrYIc8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFohKrYIc8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFohKrYIc8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFohKrYIc8 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uFohKrYIc8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFohKrYIc8 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #71818e;
}
.cid-uFohKrYIc8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFohKrYIc8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFohKrYIc8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFohKrYIc8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFohKrYIc8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFohKrYIc8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFohKrYIc8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFohKrYIc8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFohKrYIc8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFohKrYIc8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uFohKrYIc8 .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-uFohKrYIc8 .navbar {
    height: 70px;
  }
  .cid-uFohKrYIc8 .navbar.opened {
    height: auto;
  }
  .cid-uFohKrYIc8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFohKrYIc8 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uFohKrYIc8 .container-fluid {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.cid-uFohKrYIc8 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uFohKrYIc8 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uFohKrYIc8 .mbr-section-btn-main .btn {
  min-width: 140px;
}
.cid-uFohKrYIc8 .navbar-caption:hover {
  color: #151e11;
}
@media (min-width: 992px) {
  .cid-uFohKrYIc8 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uFohKrYIc8 .text_widget {
  margin-bottom: 32px;
}
.cid-uFohKrYIc8 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uFohKrYIc8 .text_widget a:hover,
.cid-uFohKrYIc8 .text_widget a:focus {
  opacity: .8;
}
.cid-uFohKrYIc8 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uFohKrYIc8 .navbar-caption {
  color: #ffffff;
}
.cid-uFohKrYIc8 .mbr-text {
  color: #f4f4f4;
  text-align: center;
}
.cid-uFohKrYIc8 .mbr-section-subtitle,
.cid-uFohKrYIc8 .text_widget,
.cid-uFohKrYIc8 .mbr-section-btn {
  text-align: center;
}
.cid-uFohKrYIc8 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uFom5iMSM1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #151e11;
}
.cid-uFom5iMSM1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFom5iMSM1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFom5iMSM1 .row {
  justify-content: center;
}
.cid-uFom5iMSM1 .card {
  justify-content: center;
}
.cid-uFom5iMSM1 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFom5iMSM1 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFom5iMSM1 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFom5iMSM1 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uFom5iMSM1 .nav-wrapper .list .item-wrap:hover,
.cid-uFom5iMSM1 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uFom5iMSM1 .list,
.cid-uFom5iMSM1 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uF82zPrgc3 {
  padding-top: 12rem;
  padding-bottom: 0rem;
  position: relative;
  align-items: center;
  background-color: #151e11;
}
.cid-uF82zPrgc3 .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uF82zPrgc3 .image-wrap {
    padding: 16px;
  }
}
.cid-uF82zPrgc3 .image-wrap img {
  width: 100%;
  height: 70%;
  object-fit: cover;
}
.cid-uF82zPrgc3 .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uF82zPrgc3 .image-overlay {
    padding: 16px;
  }
}
.cid-uF82zPrgc3 .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.5;
  pointer-events: none;
  width: 100%;
  height: 70%;
}
.cid-uF82zPrgc3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF82zPrgc3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF82zPrgc3 .row {
  justify-content: center;
}
.cid-uF82zPrgc3 .mbr-section-title {
  position: relative;
  z-index: 2;
  margin: 160px 20px;
  color: #fff7ee;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-uF82zPrgc3 .mbr-section-title {
    margin: 60px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uF82zPrgc3 .mbr-section-title {
    margin: 30px 16px;
  }
}
.cid-uF82zPrgc3 .card-wrapper {
  padding: 90px;
  position: relative;
  z-index: 2;
  background-color: #151e11;
}
@media (max-width: 992px) {
  .cid-uF82zPrgc3 .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-uF82zPrgc3 .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uF82zPrgc3 .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uF82zPrgc3 .mbr-text,
.cid-uF82zPrgc3 .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uF82zPrgc3 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uF82zPrgc3 .mbr-text,
.cid-uF82zPrgc3 .mbr-section-btn {
  text-align: center;
}
.cid-uF82zR6JWv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
  overflow: hidden;
}
.cid-uF82zR6JWv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF82zR6JWv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF82zR6JWv .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #ffffff;
}
@media (max-width: 767px) {
  .cid-uF82zR6JWv .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-uF82zR6JWv .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-uF82zR6JWv .card-title {
  color: #000000;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uF82zR6JWv .card-title {
    margin-bottom: 20px;
  }
}
.cid-uF82zR6JWv .card-subtitle {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uF82zR6JWv .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uF82zR6JWv .card-text {
  color: #000000;
  margin-bottom: 0;
}
.cid-uF82zSDXVN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uF82zSDXVN .google-map {
  height: 30rem;
  position: relative;
}
.cid-uF82zSDXVN .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uF82zSDXVN .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uF82zSDXVN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uF82zSDXVN .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uF82zUzxSe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-uF82zUzxSe .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uF82zUzxSe .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uF82zUzxSe .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uF82zUzxSe .row {
    text-align: center;
  }
}
.cid-uF82zUzxSe li {
  padding-bottom: 5px;
}
.cid-uF82zUzxSe .row {
  padding-top: 2rem;
  border-top: 2px solid rgba(255, 255, 255, 0.15);
}
.cid-uF82zUzxSe .soc-wrapper {
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uF82zUzxSe div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uF82zUzxSe .mbr-iconfont {
  padding-right: 6px;
}
.cid-uF82zUzxSe .copyright {
  color: #ffffff;
}
.cid-uF82zUzxSe .soc-link,
.cid-uF82zUzxSe .soc-wrapper {
  color: #ffffff;
}
.cid-uFohKrYIc8 {
  background-color: transparent;
}
.cid-uFohKrYIc8 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uFohKrYIc8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uFohKrYIc8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFohKrYIc8 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFohKrYIc8 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uFohKrYIc8 .menu_box .navbar.opened,
  .cid-uFohKrYIc8 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uFohKrYIc8 .navbar-dropdown {
  position: relative !important;
}
.cid-uFohKrYIc8 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uFohKrYIc8 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uFohKrYIc8 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uFohKrYIc8 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uFohKrYIc8 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uFohKrYIc8 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #34363a;
  }
  .cid-uFohKrYIc8 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uFohKrYIc8 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uFohKrYIc8 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uFohKrYIc8 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uFohKrYIc8 .offcanvas-body .mbr-text,
  .cid-uFohKrYIc8 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uFohKrYIc8 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uFohKrYIc8 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uFohKrYIc8 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uFohKrYIc8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uFohKrYIc8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uFohKrYIc8 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uFohKrYIc8 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uFohKrYIc8 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uFohKrYIc8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFohKrYIc8 .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-uFohKrYIc8 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uFohKrYIc8 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uFohKrYIc8 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uFohKrYIc8 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uFohKrYIc8 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uFohKrYIc8 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uFohKrYIc8 .nav-item {
    margin: 0 !important;
  }
}
.cid-uFohKrYIc8 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uFohKrYIc8 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFohKrYIc8 .nav-item .nav-link:hover::before,
.cid-uFohKrYIc8 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uFohKrYIc8 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uFohKrYIc8 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uFohKrYIc8 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uFohKrYIc8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFohKrYIc8 .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-uFohKrYIc8 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uFohKrYIc8 .offcanvas_box {
    display: none;
  }
}
.cid-uFohKrYIc8 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uFohKrYIc8 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uFohKrYIc8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uFohKrYIc8 .container {
  display: flex;
  margin: auto;
}
.cid-uFohKrYIc8 .iconfont-wrapper {
  color: #202020;
  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-uFohKrYIc8 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uFohKrYIc8 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uFohKrYIc8 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uFohKrYIc8 .navbar-nav {
    margin: 0;
  }
}
.cid-uFohKrYIc8 .dropdown-menu,
.cid-uFohKrYIc8 .navbar.opened {
  background-color: false !important;
}
.cid-uFohKrYIc8 .nav-item:focus,
.cid-uFohKrYIc8 .nav-link:focus {
  outline: none;
}
.cid-uFohKrYIc8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFohKrYIc8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFohKrYIc8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFohKrYIc8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFohKrYIc8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFohKrYIc8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFohKrYIc8 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uFohKrYIc8 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uFohKrYIc8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uFohKrYIc8 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uFohKrYIc8 .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: .3rem !important;
}
.cid-uFohKrYIc8 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uFohKrYIc8 .navbar.collapsed {
  justify-content: center;
}
.cid-uFohKrYIc8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFohKrYIc8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFohKrYIc8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFohKrYIc8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFohKrYIc8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFohKrYIc8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uFohKrYIc8 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uFohKrYIc8 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uFohKrYIc8 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uFohKrYIc8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFohKrYIc8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFohKrYIc8 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uFohKrYIc8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFohKrYIc8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uFohKrYIc8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFohKrYIc8 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uFohKrYIc8 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uFohKrYIc8 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uFohKrYIc8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uFohKrYIc8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFohKrYIc8 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uFohKrYIc8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFohKrYIc8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFohKrYIc8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFohKrYIc8 .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-uFohKrYIc8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uFohKrYIc8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFohKrYIc8 .dropdown-item.active,
.cid-uFohKrYIc8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFohKrYIc8 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uFohKrYIc8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFohKrYIc8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFohKrYIc8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFohKrYIc8 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uFohKrYIc8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFohKrYIc8 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #71818e;
}
.cid-uFohKrYIc8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFohKrYIc8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFohKrYIc8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFohKrYIc8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFohKrYIc8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFohKrYIc8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFohKrYIc8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFohKrYIc8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFohKrYIc8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFohKrYIc8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uFohKrYIc8 .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-uFohKrYIc8 .navbar {
    height: 70px;
  }
  .cid-uFohKrYIc8 .navbar.opened {
    height: auto;
  }
  .cid-uFohKrYIc8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFohKrYIc8 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uFohKrYIc8 .container-fluid {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.cid-uFohKrYIc8 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uFohKrYIc8 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uFohKrYIc8 .mbr-section-btn-main .btn {
  min-width: 140px;
}
.cid-uFohKrYIc8 .navbar-caption:hover {
  color: #151e11;
}
@media (min-width: 992px) {
  .cid-uFohKrYIc8 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uFohKrYIc8 .text_widget {
  margin-bottom: 32px;
}
.cid-uFohKrYIc8 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uFohKrYIc8 .text_widget a:hover,
.cid-uFohKrYIc8 .text_widget a:focus {
  opacity: .8;
}
.cid-uFohKrYIc8 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uFohKrYIc8 .navbar-caption {
  color: #ffffff;
}
.cid-uFohKrYIc8 .mbr-text {
  color: #f4f4f4;
  text-align: center;
}
.cid-uFohKrYIc8 .mbr-section-subtitle,
.cid-uFohKrYIc8 .text_widget,
.cid-uFohKrYIc8 .mbr-section-btn {
  text-align: center;
}
.cid-uFohKrYIc8 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uFom5iMSM1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #151e11;
}
.cid-uFom5iMSM1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFom5iMSM1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFom5iMSM1 .row {
  justify-content: center;
}
.cid-uFom5iMSM1 .card {
  justify-content: center;
}
.cid-uFom5iMSM1 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFom5iMSM1 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFom5iMSM1 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFom5iMSM1 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uFom5iMSM1 .nav-wrapper .list .item-wrap:hover,
.cid-uFom5iMSM1 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uFom5iMSM1 .list,
.cid-uFom5iMSM1 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uF8e6di6oo {
  padding-top: 12rem;
  padding-bottom: 5rem;
  position: relative;
  align-items: center;
  background-color: #151e11;
}
.cid-uF8e6di6oo .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uF8e6di6oo .image-wrap {
    padding: 16px;
  }
}
.cid-uF8e6di6oo .image-wrap img {
  width: 100%;
  height: 70%;
  object-fit: cover;
}
.cid-uF8e6di6oo .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uF8e6di6oo .image-overlay {
    padding: 16px;
  }
}
.cid-uF8e6di6oo .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.5;
  pointer-events: none;
  width: 100%;
  height: 70%;
}
.cid-uF8e6di6oo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF8e6di6oo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF8e6di6oo .row {
  justify-content: center;
}
.cid-uF8e6di6oo .mbr-section-title {
  position: relative;
  z-index: 2;
  margin: 160px 20px;
  color: #fff7ee;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-uF8e6di6oo .mbr-section-title {
    margin: 60px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uF8e6di6oo .mbr-section-title {
    margin: 30px 16px;
  }
}
.cid-uF8e6di6oo .card-wrapper {
  padding: 90px;
  position: relative;
  z-index: 2;
  background-color: #151e11;
}
@media (max-width: 992px) {
  .cid-uF8e6di6oo .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-uF8e6di6oo .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uF8e6di6oo .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uF8e6di6oo .mbr-text,
.cid-uF8e6di6oo .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uF8e6di6oo .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uF8e6di6oo .mbr-text,
.cid-uF8e6di6oo .mbr-section-btn {
  text-align: center;
}
.cid-uF8e6exmoq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uF8e6exmoq .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uF8e6exmoq .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uF8e6exmoq .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #151e11;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uF8e6exmoq .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uF8e6exmoq .mbr-text {
  color: #3d5943;
}
.cid-uF8e6fs7jf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
  overflow: hidden;
}
.cid-uF8e6fs7jf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF8e6fs7jf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF8e6fs7jf .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #ffffff;
}
@media (max-width: 767px) {
  .cid-uF8e6fs7jf .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-uF8e6fs7jf .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-uF8e6fs7jf .card-title {
  color: #000000;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uF8e6fs7jf .card-title {
    margin-bottom: 20px;
  }
}
.cid-uF8e6fs7jf .card-subtitle {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uF8e6fs7jf .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uF8e6fs7jf .card-text {
  color: #000000;
  margin-bottom: 0;
}
.cid-uF8e6grll7 {
  position: relative;
  align-items: flex-end;
  padding-bottom: 16px;
  background-color: #151e11;
}
.cid-uF8e6grll7 .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uF8e6grll7 .image-wrap {
    padding: 16px;
  }
}
.cid-uF8e6grll7 .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uF8e6grll7 .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uF8e6grll7 .image-overlay {
    padding: 16px;
  }
}
.cid-uF8e6grll7 .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.5;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.cid-uF8e6grll7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF8e6grll7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF8e6grll7 .row {
  justify-content: center;
}
.cid-uF8e6grll7 .card-wrapper {
  padding: 90px 30px 90px;
  position: relative;
  z-index: 2;
  background-color: #151e11;
}
@media (max-width: 992px) {
  .cid-uF8e6grll7 .card-wrapper {
    padding: 30px 16px;
    margin-top: 300px;
  }
}
.cid-uF8e6grll7 .card-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uF8e6grll7 .card-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uF8e6grll7 .card-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uF8e6grll7 .card-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uF8e6grll7 .card-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uF8e6grll7 .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uF8e6grll7 .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uF8e6grll7 .mbr-label,
.cid-uF8e6grll7 .label-wrapper {
  color: #FFBE0D;
  text-align: center;
}
.cid-uF8e6grll7 .mbr-section-title {
  color: #fff7ee;
}
.cid-uF8e6grll7 .mbr-text,
.cid-uF8e6grll7 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uF8e6grll7 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uF8e6grll7 .mbr-section-title,
.cid-uF8e6grll7 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uF8e6hw6KM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uF8e6hw6KM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF8e6hw6KM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF8e6hw6KM .items-wrapper {
  margin: 0 -5px;
}
.cid-uF8e6hw6KM .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uF8e6hw6KM .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uF8e6hw6KM .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uF8e6hw6KM .item {
    margin-bottom: 16px;
  }
  .cid-uF8e6hw6KM .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uF8e6hw6KM .item:hover .item-wrapper .item-img img,
.cid-uF8e6hw6KM .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uF8e6hw6KM .item .item-wrapper {
  height: 100%;
  border: 5px solid #151e11;
  background-color: #151e11;
}
.cid-uF8e6hw6KM .item .item-wrapper .item-content {
  padding: 32px 32px 0;
}
@media (max-width: 992px) {
  .cid-uF8e6hw6KM .item .item-wrapper .item-content {
    padding: 24px 24px 0;
  }
}
.cid-uF8e6hw6KM .item .item-wrapper .item-content .card-title {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uF8e6hw6KM .item .item-wrapper .item-content .card-title {
    margin-bottom: 40px;
  }
}
.cid-uF8e6hw6KM .item .item-wrapper .item-content .number-wrapper {
  margin-bottom: -2.5rem;
}
.cid-uF8e6hw6KM .item .item-wrapper .item-content .number-wrapper .card-number {
  width: 100px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #151e11;
  position: relative;
  z-index: 1;
}
.cid-uF8e6hw6KM .item .item-wrapper .item-img {
  overflow: hidden;
  border-radius: 26px;
}
.cid-uF8e6hw6KM .item .item-wrapper .item-img img {
  height: 290px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uF8e6hw6KM .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uF8e6hw6KM .card-title {
  color: #f24d4a;
  text-align: center;
}
.cid-uF8e6hw6KM .card-number,
.cid-uF8e6hw6KM .number-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uF8e6hw6KM .card-title,
.cid-uF8e6hw6KM .card-number {
  color: #ffffff;
}
.cid-uF8e6iDa2S {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uF8e6iDa2S .col-title {
    margin-bottom: 20px;
  }
}
.cid-uF8e6iDa2S .mbr-section-title {
  color: #000000;
}
.cid-uF8e6iDa2S .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-uF8e6iDa2S .mbr-text {
  color: #000000;
}
.cid-uF8e6jyHPT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-uF8e6jyHPT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF8e6jyHPT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF8e6jyHPT .row {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uF8e6jyHPT .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uF8e6jyHPT .image-wrapper img {
  height: 680px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uF8e6jyHPT .image-wrapper img {
    height: 350px;
  }
}
.cid-uF8e6jyHPT .content-wrapper {
  padding-left: 54px;
}
@media (max-width: 1440px) {
  .cid-uF8e6jyHPT .content-wrapper {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uF8e6jyHPT .content-wrapper {
    padding-left: 0;
  }
}
.cid-uF8e6jyHPT .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uF8e6jyHPT .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uF8e6jyHPT .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uF8e6jyHPT .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uF8e6jyHPT .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uF8e6jyHPT .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uF8e6jyHPT .mbr-label,
.cid-uF8e6jyHPT .label-wrapper {
  color: #FFBE0D;
}
.cid-uF8e6jyHPT .mbr-section-title {
  color: #fff7ee;
}
.cid-uF8e6jyHPT .mbr-text {
  color: #fff7ee;
}
.cid-uF8e6kUhRp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uF8e6kUhRp .col-title {
    margin-bottom: 20px;
  }
}
.cid-uF8e6kUhRp .mbr-section-title {
  color: #000000;
}
.cid-uF8e6kUhRp .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-uF8e6kUhRp .mbr-text {
  color: #000000;
}
.cid-uF8e6lWUEL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #151e11;
}
.cid-uF8e6lWUEL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF8e6lWUEL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF8e6lWUEL .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uF8e6lWUEL .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uF8e6lWUEL .content-wrapper {
    padding: 0;
  }
}
.cid-uF8e6lWUEL .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uF8e6lWUEL .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uF8e6lWUEL .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uF8e6lWUEL .items-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uF8e6lWUEL .items-wrapper {
    display: block;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uF8e6lWUEL .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uF8e6lWUEL .items-wrapper .item .item-wrapper {
  padding: 108px;
  height: 100%;
  min-height: 570px;
  border: 2px solid #ffffff;
  box-shadow: -10px 10px 0 #ffffff;
}
@media (max-width: 1440px) {
  .cid-uF8e6lWUEL .items-wrapper .item .item-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uF8e6lWUEL .items-wrapper .item .item-wrapper {
    padding: 20px;
    min-height: auto;
  }
}
@media (max-width: 992px) {
  .cid-uF8e6lWUEL .items-wrapper .item .item-wrapper {
    box-shadow: -5px 5px 0 #ffffff;
  }
}
.cid-uF8e6lWUEL .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uF8e6lWUEL .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 32px;
  }
}
.cid-uF8e6lWUEL .items-wrapper .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
  border: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uF8e6lWUEL .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uF8e6lWUEL .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uF8e6lWUEL .items-wrapper .item .item-wrapper .card-box .item-title {
    margin-bottom: 32px;
  }
}
.cid-uF8e6lWUEL .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 32px;
}
.cid-uF8e6lWUEL .mbr-section-title {
  color: #ffffff;
}
.cid-uF8e6lWUEL .item-title {
  color: #ffffff;
}
.cid-uF8e6lWUEL .item-text {
  color: #ffffff;
}
.cid-uF8e6nbV94 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  margin-bottom: 2px;
}
.cid-uF8e6nbV94 .mbr-section-subtitle {
  margin-bottom: 15px;
  color: #000000;
  text-align: center;
}
.cid-uF8e6nbV94 .mbr-section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 15px;
}
.cid-uF8e6nbV94 .mbr-text {
  text-align: center;
  color: #333333;
}
.cid-uF8e6nbV94 .container-fluid {
  outline: 2px solid #000 !important;
}
.cid-uF8e6nbV94 .row {
  padding-top: 76px;
  padding-bottom: 76px;
  justify-content: center;
  display: flex;
}
.cid-uFjG4pIt7r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFjG4pIt7r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFjG4pIt7r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFjG4pIt7r .row {
  justify-content: center;
}
.cid-uFjG4pIt7r .content-wrapper .title-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uFjG4pIt7r .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uFjG4pIt7r .content-wrapper .title-wrapper {
    padding-bottom: 60px;
  }
}
.cid-uFjG4pIt7r .content-wrapper .title-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 32px;
  width: 100%;
  background-color: #151e11;
}
@media (max-width: 992px) {
  .cid-uFjG4pIt7r .content-wrapper .title-wrapper::before {
    height: 24px;
  }
}
.cid-uFjG4pIt7r .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFjG4pIt7r .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uFjG4pIt7r .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFjG4pIt7r .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uFjG4pIt7r .mbr-section-title {
  color: #ffffff;
}
.cid-uFjG4pIt7r .mbr-section-subtitle {
  color: #cbff5b;
  text-align: center;
}
.cid-uFjG4pIt7r .mbr-text,
.cid-uFjG4pIt7r .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFjG4pIt7r .mbr-section-title,
.cid-uFjG4pIt7r .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uF8e6ojYzQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uF8e6ojYzQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF8e6ojYzQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uF8e6ojYzQ .container {
    padding: 0 22px;
  }
}
.cid-uF8e6ojYzQ .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uF8e6ojYzQ .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uF8e6ojYzQ .image-wrapper img {
  height: 415px;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uF8e6ojYzQ .image-wrapper img {
    height: 350px;
  }
}
.cid-uF8e6ojYzQ .mbr-section-title {
  margin-bottom: 16px;
  color: #000000;
}
.cid-uF8e6ojYzQ .panel-group {
  border-bottom: 1px solid #d4d3d3;
}
.cid-uF8e6ojYzQ .panel-group .card {
  border-top: 1px solid #d4d3d3;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uF8e6ojYzQ .panel-group .card:hover,
.cid-uF8e6ojYzQ .panel-group .card:focus {
  border-top: 1px solid #000000;
}
.cid-uF8e6ojYzQ .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uF8e6ojYzQ .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-uF8e6ojYzQ .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uF8e6ojYzQ .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-uF8e6ojYzQ .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ff5753;
}
.cid-uF8e6ojYzQ .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-uF8e6ojYzQ .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-uF8e6ojYzQ .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uF8e6ojYzQ .panel-title-edit {
  color: #000000;
}
.cid-uF8e6ojYzQ .panel-text {
  color: #8a8588;
}
.cid-uF8e6pDWLa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-uF8e6pDWLa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF8e6pDWLa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF8e6pDWLa .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uF8e6pDWLa .row .card {
  padding: 0 13px;
}
.cid-uF8e6pDWLa .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uF8e6pDWLa .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uF8e6pDWLa .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uF8e6pDWLa .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uF8e6pDWLa .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uF8e6pDWLa .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uF8e6pDWLa .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uF8e6pDWLa .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uF8e6pDWLa .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #ffffff;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uF8e6pDWLa .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uF8e6pDWLa .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uF8e6pDWLa .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uF8e6pDWLa .card-wrapper {
  overflow: hidden;
}
.cid-uF8e6pDWLa .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uF8e6pDWLa .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uF8e6pDWLa .card-wrapper .item-content {
  padding: 54px;
  background-color: #ffffff;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uF8e6pDWLa .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uF8e6pDWLa .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uF8e6pDWLa .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uF8e6pDWLa .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uF8e6pDWLa .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uF8e6pDWLa .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uF8e6pDWLa .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uF8e6pDWLa .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uF8e6pDWLa .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uF8e6pDWLa .mbr-label,
.cid-uF8e6pDWLa .label-wrapper {
  color: #151e11;
}
.cid-uF8e6pDWLa .mbr-section-title {
  color: #fff7ee;
}
.cid-uF8e6pDWLa .mbr-number {
  color: #000000;
}
.cid-uF8e6pDWLa .mbr-number-desc {
  color: #fff7ee;
}
.cid-uF8e6pDWLa .card-label,
.cid-uF8e6pDWLa .card-label-wrapper {
  color: #fff7ee;
}
.cid-uF8e6pDWLa .card-title {
  color: #000000;
}
.cid-uF8e6pDWLa .card-text {
  color: #fff7ee;
}
.cid-uF8e6pDWLa .card-text,
.cid-uF8e6pDWLa .text-wrapper {
  color: #000000;
}
.cid-uF8e6qXNCq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uF8e6qXNCq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF8e6qXNCq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF8e6qXNCq .row {
  justify-content: center;
}
.cid-uF8e6qXNCq .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uF8e6qXNCq .title-wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.cid-uF8e6qXNCq .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uF8e6qXNCq .title-wrapper .title-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
}
.cid-uF8e6qXNCq .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uF8e6qXNCq .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uF8e6qXNCq .mbr-section-title,
.cid-uF8e6qXNCq .mbr-iconfont {
  color: #FFBE0D;
}
.cid-uF8e6qXNCq .mbr-desc {
  color: #fff7ee;
}
.cid-uF8e6qXNCq .mbr-text {
  color: #000000;
}
.cid-uF8e6qXNCq .mbr-section-title,
.cid-uF8e6qXNCq .title-wrapper,
.cid-uF8e6qXNCq .mbr-iconfont {
  color: #000000;
}
.cid-uF8e6s5f5F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uF8e6s5f5F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF8e6s5f5F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uF8e6s5f5F .container {
    padding: 0 20px;
  }
}
.cid-uF8e6s5f5F .row {
  margin: 0;
}
.cid-uF8e6s5f5F .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uF8e6s5f5F .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uF8e6s5f5F .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uF8e6s5f5F .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uF8e6s5f5F .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uF8e6s5f5F .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uF8e6s5f5F .mbr-section-title {
  color: #ffffff;
}
.cid-uF8e6tcHmz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-uF8e6tcHmz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF8e6tcHmz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF8e6tcHmz .row {
  margin: 0 !important;
}
.cid-uF8e6tcHmz .mbr-section-head {
  width: 40%;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-uF8e6tcHmz .mbr-section-head {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uF8e6tcHmz .mbr-section-head {
    margin-bottom: 40px;
  }
}
.cid-uF8e6tcHmz .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uF8e6tcHmz .mbr-section-subtitle {
  color: #131313;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uF8e6tcHmz .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uF8e6tcHmz .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uF8e6tcHmz .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-uF8e6tcHmz .col-list {
  width: 1px;
  flex-grow: 1;
  padding: 0 0 0 100px !important;
}
@media (max-width: 1024px) {
  .cid-uF8e6tcHmz .col-list {
    padding: 0 0 0 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-uF8e6tcHmz .col-list {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uF8e6tcHmz .mbr-iconfont {
  position: relative;
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  font-weight: 900;
  color: #ffffff;
  margin-left: 0.5rem;
}
.cid-uF8e6tcHmz .sign-open {
  display: none;
  font-size: 16px !important;
  margin-left: 0.5rem;
  color: #ffffff;
  font-weight: 900;
}
.cid-uF8e6tcHmz .panel-group {
  border: none;
}
.cid-uF8e6tcHmz .card {
  padding: 10px 10px 10px 0;
  border-radius: 0;
  border-top: 2px solid #ffffff;
}
.cid-uF8e6tcHmz .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uF8e6tcHmz .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uF8e6tcHmz .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #131313;
  transition: .2s all;
}
.cid-uF8e6tcHmz .panel-title[aria-expanded="true"] .mbr-iconfont {
  display: none;
}
.cid-uF8e6tcHmz .panel-title[aria-expanded="true"] .sign-open {
  display: block;
}
.cid-uF8e6tcHmz .panel-title-edit {
  color: #ffffff;
}
.cid-uF8e6tcHmz .panel-body {
  padding: 0 0 20px;
}
.cid-uF8e6tcHmz .panel-text {
  color: #ffffff;
  margin: 0;
}
.cid-uF8e6uvM5N {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uF8e6uvM5N .google-map {
  height: 30rem;
  position: relative;
}
.cid-uF8e6uvM5N .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uF8e6uvM5N .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uF8e6uvM5N .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uF8e6uvM5N .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uF8e6vDzfy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-uF8e6vDzfy .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uF8e6vDzfy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uF8e6vDzfy .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uF8e6vDzfy .row {
    text-align: center;
  }
}
.cid-uF8e6vDzfy li {
  padding-bottom: 5px;
}
.cid-uF8e6vDzfy .row {
  padding-top: 2rem;
  border-top: 2px solid rgba(255, 255, 255, 0.15);
}
.cid-uF8e6vDzfy .soc-wrapper {
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uF8e6vDzfy div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uF8e6vDzfy .mbr-iconfont {
  padding-right: 6px;
}
.cid-uF8e6vDzfy .copyright {
  color: #ffffff;
}
.cid-uF8e6vDzfy .soc-link,
.cid-uF8e6vDzfy .soc-wrapper {
  color: #ffffff;
}
.cid-uFohKrYIc8 {
  background-color: transparent;
}
.cid-uFohKrYIc8 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uFohKrYIc8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uFohKrYIc8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFohKrYIc8 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFohKrYIc8 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uFohKrYIc8 .menu_box .navbar.opened,
  .cid-uFohKrYIc8 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uFohKrYIc8 .navbar-dropdown {
  position: relative !important;
}
.cid-uFohKrYIc8 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uFohKrYIc8 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uFohKrYIc8 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uFohKrYIc8 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uFohKrYIc8 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uFohKrYIc8 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #34363a;
  }
  .cid-uFohKrYIc8 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uFohKrYIc8 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uFohKrYIc8 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uFohKrYIc8 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uFohKrYIc8 .offcanvas-body .mbr-text,
  .cid-uFohKrYIc8 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uFohKrYIc8 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uFohKrYIc8 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uFohKrYIc8 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uFohKrYIc8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uFohKrYIc8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uFohKrYIc8 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uFohKrYIc8 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uFohKrYIc8 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uFohKrYIc8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFohKrYIc8 .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-uFohKrYIc8 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uFohKrYIc8 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uFohKrYIc8 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uFohKrYIc8 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uFohKrYIc8 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uFohKrYIc8 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uFohKrYIc8 .nav-item {
    margin: 0 !important;
  }
}
.cid-uFohKrYIc8 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uFohKrYIc8 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFohKrYIc8 .nav-item .nav-link:hover::before,
.cid-uFohKrYIc8 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uFohKrYIc8 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uFohKrYIc8 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uFohKrYIc8 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uFohKrYIc8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFohKrYIc8 .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-uFohKrYIc8 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uFohKrYIc8 .offcanvas_box {
    display: none;
  }
}
.cid-uFohKrYIc8 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uFohKrYIc8 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uFohKrYIc8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uFohKrYIc8 .container {
  display: flex;
  margin: auto;
}
.cid-uFohKrYIc8 .iconfont-wrapper {
  color: #202020;
  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-uFohKrYIc8 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uFohKrYIc8 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uFohKrYIc8 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uFohKrYIc8 .navbar-nav {
    margin: 0;
  }
}
.cid-uFohKrYIc8 .dropdown-menu,
.cid-uFohKrYIc8 .navbar.opened {
  background-color: false !important;
}
.cid-uFohKrYIc8 .nav-item:focus,
.cid-uFohKrYIc8 .nav-link:focus {
  outline: none;
}
.cid-uFohKrYIc8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFohKrYIc8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFohKrYIc8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFohKrYIc8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFohKrYIc8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFohKrYIc8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFohKrYIc8 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uFohKrYIc8 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uFohKrYIc8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uFohKrYIc8 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uFohKrYIc8 .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: .3rem !important;
}
.cid-uFohKrYIc8 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uFohKrYIc8 .navbar.collapsed {
  justify-content: center;
}
.cid-uFohKrYIc8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFohKrYIc8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFohKrYIc8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFohKrYIc8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFohKrYIc8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFohKrYIc8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uFohKrYIc8 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uFohKrYIc8 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uFohKrYIc8 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uFohKrYIc8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFohKrYIc8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFohKrYIc8 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uFohKrYIc8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFohKrYIc8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uFohKrYIc8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFohKrYIc8 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uFohKrYIc8 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uFohKrYIc8 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uFohKrYIc8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uFohKrYIc8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFohKrYIc8 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uFohKrYIc8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFohKrYIc8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFohKrYIc8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFohKrYIc8 .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-uFohKrYIc8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uFohKrYIc8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFohKrYIc8 .dropdown-item.active,
.cid-uFohKrYIc8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFohKrYIc8 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uFohKrYIc8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFohKrYIc8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFohKrYIc8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFohKrYIc8 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uFohKrYIc8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFohKrYIc8 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #71818e;
}
.cid-uFohKrYIc8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFohKrYIc8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFohKrYIc8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFohKrYIc8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFohKrYIc8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFohKrYIc8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFohKrYIc8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFohKrYIc8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFohKrYIc8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFohKrYIc8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uFohKrYIc8 .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-uFohKrYIc8 .navbar {
    height: 70px;
  }
  .cid-uFohKrYIc8 .navbar.opened {
    height: auto;
  }
  .cid-uFohKrYIc8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFohKrYIc8 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uFohKrYIc8 .container-fluid {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.cid-uFohKrYIc8 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uFohKrYIc8 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uFohKrYIc8 .mbr-section-btn-main .btn {
  min-width: 140px;
}
.cid-uFohKrYIc8 .navbar-caption:hover {
  color: #151e11;
}
@media (min-width: 992px) {
  .cid-uFohKrYIc8 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uFohKrYIc8 .text_widget {
  margin-bottom: 32px;
}
.cid-uFohKrYIc8 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uFohKrYIc8 .text_widget a:hover,
.cid-uFohKrYIc8 .text_widget a:focus {
  opacity: .8;
}
.cid-uFohKrYIc8 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uFohKrYIc8 .navbar-caption {
  color: #ffffff;
}
.cid-uFohKrYIc8 .mbr-text {
  color: #f4f4f4;
  text-align: center;
}
.cid-uFohKrYIc8 .mbr-section-subtitle,
.cid-uFohKrYIc8 .text_widget,
.cid-uFohKrYIc8 .mbr-section-btn {
  text-align: center;
}
.cid-uFohKrYIc8 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uFom5iMSM1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #151e11;
}
.cid-uFom5iMSM1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFom5iMSM1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFom5iMSM1 .row {
  justify-content: center;
}
.cid-uFom5iMSM1 .card {
  justify-content: center;
}
.cid-uFom5iMSM1 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFom5iMSM1 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFom5iMSM1 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFom5iMSM1 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uFom5iMSM1 .nav-wrapper .list .item-wrap:hover,
.cid-uFom5iMSM1 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uFom5iMSM1 .list,
.cid-uFom5iMSM1 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFohKrYIc8 {
  background-color: transparent;
}
.cid-uFohKrYIc8 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uFohKrYIc8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uFohKrYIc8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFohKrYIc8 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFohKrYIc8 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uFohKrYIc8 .menu_box .navbar.opened,
  .cid-uFohKrYIc8 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uFohKrYIc8 .navbar-dropdown {
  position: relative !important;
}
.cid-uFohKrYIc8 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uFohKrYIc8 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uFohKrYIc8 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uFohKrYIc8 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uFohKrYIc8 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uFohKrYIc8 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #34363a;
  }
  .cid-uFohKrYIc8 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uFohKrYIc8 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uFohKrYIc8 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uFohKrYIc8 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uFohKrYIc8 .offcanvas-body .mbr-text,
  .cid-uFohKrYIc8 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uFohKrYIc8 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uFohKrYIc8 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uFohKrYIc8 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uFohKrYIc8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uFohKrYIc8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uFohKrYIc8 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uFohKrYIc8 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uFohKrYIc8 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uFohKrYIc8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFohKrYIc8 .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-uFohKrYIc8 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uFohKrYIc8 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uFohKrYIc8 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uFohKrYIc8 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uFohKrYIc8 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uFohKrYIc8 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uFohKrYIc8 .nav-item {
    margin: 0 !important;
  }
}
.cid-uFohKrYIc8 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uFohKrYIc8 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFohKrYIc8 .nav-item .nav-link:hover::before,
.cid-uFohKrYIc8 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uFohKrYIc8 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uFohKrYIc8 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uFohKrYIc8 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uFohKrYIc8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFohKrYIc8 .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-uFohKrYIc8 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uFohKrYIc8 .offcanvas_box {
    display: none;
  }
}
.cid-uFohKrYIc8 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uFohKrYIc8 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uFohKrYIc8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uFohKrYIc8 .container {
  display: flex;
  margin: auto;
}
.cid-uFohKrYIc8 .iconfont-wrapper {
  color: #202020;
  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-uFohKrYIc8 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uFohKrYIc8 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uFohKrYIc8 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uFohKrYIc8 .navbar-nav {
    margin: 0;
  }
}
.cid-uFohKrYIc8 .dropdown-menu,
.cid-uFohKrYIc8 .navbar.opened {
  background-color: false !important;
}
.cid-uFohKrYIc8 .nav-item:focus,
.cid-uFohKrYIc8 .nav-link:focus {
  outline: none;
}
.cid-uFohKrYIc8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFohKrYIc8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFohKrYIc8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFohKrYIc8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFohKrYIc8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFohKrYIc8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFohKrYIc8 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uFohKrYIc8 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uFohKrYIc8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uFohKrYIc8 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uFohKrYIc8 .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: .3rem !important;
}
.cid-uFohKrYIc8 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uFohKrYIc8 .navbar.collapsed {
  justify-content: center;
}
.cid-uFohKrYIc8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFohKrYIc8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFohKrYIc8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFohKrYIc8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFohKrYIc8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFohKrYIc8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uFohKrYIc8 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uFohKrYIc8 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uFohKrYIc8 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uFohKrYIc8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFohKrYIc8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFohKrYIc8 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uFohKrYIc8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFohKrYIc8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uFohKrYIc8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFohKrYIc8 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uFohKrYIc8 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uFohKrYIc8 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uFohKrYIc8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uFohKrYIc8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFohKrYIc8 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uFohKrYIc8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFohKrYIc8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFohKrYIc8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFohKrYIc8 .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-uFohKrYIc8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uFohKrYIc8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFohKrYIc8 .dropdown-item.active,
.cid-uFohKrYIc8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFohKrYIc8 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uFohKrYIc8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFohKrYIc8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFohKrYIc8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFohKrYIc8 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uFohKrYIc8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFohKrYIc8 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #71818e;
}
.cid-uFohKrYIc8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFohKrYIc8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFohKrYIc8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFohKrYIc8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFohKrYIc8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFohKrYIc8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFohKrYIc8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFohKrYIc8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFohKrYIc8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFohKrYIc8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uFohKrYIc8 .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-uFohKrYIc8 .navbar {
    height: 70px;
  }
  .cid-uFohKrYIc8 .navbar.opened {
    height: auto;
  }
  .cid-uFohKrYIc8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFohKrYIc8 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uFohKrYIc8 .container-fluid {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.cid-uFohKrYIc8 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uFohKrYIc8 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uFohKrYIc8 .mbr-section-btn-main .btn {
  min-width: 140px;
}
.cid-uFohKrYIc8 .navbar-caption:hover {
  color: #151e11;
}
@media (min-width: 992px) {
  .cid-uFohKrYIc8 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uFohKrYIc8 .text_widget {
  margin-bottom: 32px;
}
.cid-uFohKrYIc8 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uFohKrYIc8 .text_widget a:hover,
.cid-uFohKrYIc8 .text_widget a:focus {
  opacity: .8;
}
.cid-uFohKrYIc8 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uFohKrYIc8 .navbar-caption {
  color: #ffffff;
}
.cid-uFohKrYIc8 .mbr-text {
  color: #f4f4f4;
  text-align: center;
}
.cid-uFohKrYIc8 .mbr-section-subtitle,
.cid-uFohKrYIc8 .text_widget,
.cid-uFohKrYIc8 .mbr-section-btn {
  text-align: center;
}
.cid-uFohKrYIc8 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uF839XMSbr {
  padding-top: 12rem;
  padding-bottom: 5rem;
  position: relative;
  align-items: center;
  background-color: #151e11;
}
.cid-uF839XMSbr .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uF839XMSbr .image-wrap {
    padding: 16px;
  }
}
.cid-uF839XMSbr .image-wrap img {
  width: 100%;
  height: 70%;
  object-fit: cover;
}
.cid-uF839XMSbr .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uF839XMSbr .image-overlay {
    padding: 16px;
  }
}
.cid-uF839XMSbr .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.5;
  pointer-events: none;
  width: 100%;
  height: 70%;
}
.cid-uF839XMSbr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF839XMSbr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF839XMSbr .row {
  justify-content: center;
}
.cid-uF839XMSbr .mbr-section-title {
  position: relative;
  z-index: 2;
  margin: 160px 20px;
  color: #fff7ee;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-uF839XMSbr .mbr-section-title {
    margin: 60px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uF839XMSbr .mbr-section-title {
    margin: 30px 16px;
  }
}
.cid-uF839XMSbr .card-wrapper {
  padding: 90px;
  position: relative;
  z-index: 2;
  background-color: #151e11;
}
@media (max-width: 992px) {
  .cid-uF839XMSbr .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-uF839XMSbr .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uF839XMSbr .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uF839XMSbr .mbr-text,
.cid-uF839XMSbr .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uF839XMSbr .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uF839XMSbr .mbr-text,
.cid-uF839XMSbr .mbr-section-btn {
  text-align: center;
}
.cid-uF839ZxmeK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uF839ZxmeK .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uF839ZxmeK .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uF839ZxmeK .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #151e11;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uF839ZxmeK .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uF839ZxmeK .mbr-text {
  color: #3d5943;
}
.cid-uF83a0Ns46 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
  overflow: hidden;
}
.cid-uF83a0Ns46 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF83a0Ns46 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF83a0Ns46 .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #ffffff;
}
@media (max-width: 767px) {
  .cid-uF83a0Ns46 .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-uF83a0Ns46 .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-uF83a0Ns46 .card-title {
  color: #000000;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uF83a0Ns46 .card-title {
    margin-bottom: 20px;
  }
}
.cid-uF83a0Ns46 .card-subtitle {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uF83a0Ns46 .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uF83a0Ns46 .card-text {
  color: #000000;
  margin-bottom: 0;
}
.cid-uF83a24fky {
  position: relative;
  align-items: flex-end;
  padding-bottom: 16px;
  background-color: #151e11;
}
.cid-uF83a24fky .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uF83a24fky .image-wrap {
    padding: 16px;
  }
}
.cid-uF83a24fky .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uF83a24fky .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uF83a24fky .image-overlay {
    padding: 16px;
  }
}
.cid-uF83a24fky .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.5;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.cid-uF83a24fky .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF83a24fky .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF83a24fky .row {
  justify-content: center;
}
.cid-uF83a24fky .card-wrapper {
  padding: 90px 30px 90px;
  position: relative;
  z-index: 2;
  background-color: #151e11;
}
@media (max-width: 992px) {
  .cid-uF83a24fky .card-wrapper {
    padding: 30px 16px;
    margin-top: 300px;
  }
}
.cid-uF83a24fky .card-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uF83a24fky .card-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uF83a24fky .card-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uF83a24fky .card-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uF83a24fky .card-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uF83a24fky .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uF83a24fky .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uF83a24fky .mbr-label,
.cid-uF83a24fky .label-wrapper {
  color: #FFBE0D;
  text-align: center;
}
.cid-uF83a24fky .mbr-section-title {
  color: #fff7ee;
}
.cid-uF83a24fky .mbr-text,
.cid-uF83a24fky .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uF83a24fky .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uF83a24fky .mbr-section-title,
.cid-uF83a24fky .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uF83a3Fxdd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uF83a3Fxdd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF83a3Fxdd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF83a3Fxdd .items-wrapper {
  margin: 0 -5px;
}
.cid-uF83a3Fxdd .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uF83a3Fxdd .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uF83a3Fxdd .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uF83a3Fxdd .item {
    margin-bottom: 16px;
  }
  .cid-uF83a3Fxdd .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uF83a3Fxdd .item:hover .item-wrapper .item-img img,
.cid-uF83a3Fxdd .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uF83a3Fxdd .item .item-wrapper {
  height: 100%;
  border: 5px solid #151e11;
  background-color: #151e11;
}
.cid-uF83a3Fxdd .item .item-wrapper .item-content {
  padding: 32px 32px 0;
}
@media (max-width: 992px) {
  .cid-uF83a3Fxdd .item .item-wrapper .item-content {
    padding: 24px 24px 0;
  }
}
.cid-uF83a3Fxdd .item .item-wrapper .item-content .card-title {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uF83a3Fxdd .item .item-wrapper .item-content .card-title {
    margin-bottom: 40px;
  }
}
.cid-uF83a3Fxdd .item .item-wrapper .item-content .number-wrapper {
  margin-bottom: -2.5rem;
}
.cid-uF83a3Fxdd .item .item-wrapper .item-content .number-wrapper .card-number {
  width: 100px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #151e11;
  position: relative;
  z-index: 1;
}
.cid-uF83a3Fxdd .item .item-wrapper .item-img {
  overflow: hidden;
  border-radius: 26px;
}
.cid-uF83a3Fxdd .item .item-wrapper .item-img img {
  height: 290px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uF83a3Fxdd .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uF83a3Fxdd .card-title {
  color: #f24d4a;
  text-align: center;
}
.cid-uF83a3Fxdd .card-number,
.cid-uF83a3Fxdd .number-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uF83a3Fxdd .card-title,
.cid-uF83a3Fxdd .card-number {
  color: #ffffff;
}
.cid-uF83a6rWYf {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uF83a6rWYf .col-title {
    margin-bottom: 20px;
  }
}
.cid-uF83a6rWYf .mbr-section-title {
  color: #000000;
}
.cid-uF83a6rWYf .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-uF83a6rWYf .mbr-text {
  color: #000000;
}
.cid-uF83a878As {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-uF83a878As .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF83a878As .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF83a878As .row {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uF83a878As .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uF83a878As .image-wrapper img {
  height: 680px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uF83a878As .image-wrapper img {
    height: 350px;
  }
}
.cid-uF83a878As .content-wrapper {
  padding-left: 54px;
}
@media (max-width: 1440px) {
  .cid-uF83a878As .content-wrapper {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uF83a878As .content-wrapper {
    padding-left: 0;
  }
}
.cid-uF83a878As .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uF83a878As .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uF83a878As .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uF83a878As .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uF83a878As .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uF83a878As .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uF83a878As .mbr-label,
.cid-uF83a878As .label-wrapper {
  color: #FFBE0D;
}
.cid-uF83a878As .mbr-section-title {
  color: #fff7ee;
}
.cid-uF83a878As .mbr-text {
  color: #fff7ee;
}
.cid-uF83aavv4V {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uF83aavv4V .col-title {
    margin-bottom: 20px;
  }
}
.cid-uF83aavv4V .mbr-section-title {
  color: #000000;
}
.cid-uF83aavv4V .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-uF83aavv4V .mbr-text {
  color: #000000;
}
.cid-uF83acJ127 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #151e11;
}
.cid-uF83acJ127 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF83acJ127 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF83acJ127 .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uF83acJ127 .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uF83acJ127 .content-wrapper {
    padding: 0;
  }
}
.cid-uF83acJ127 .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uF83acJ127 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uF83acJ127 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uF83acJ127 .items-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uF83acJ127 .items-wrapper {
    display: block;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uF83acJ127 .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uF83acJ127 .items-wrapper .item .item-wrapper {
  padding: 108px;
  height: 100%;
  min-height: 570px;
  border: 2px solid #ffffff;
  box-shadow: -10px 10px 0 #ffffff;
}
@media (max-width: 1440px) {
  .cid-uF83acJ127 .items-wrapper .item .item-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uF83acJ127 .items-wrapper .item .item-wrapper {
    padding: 20px;
    min-height: auto;
  }
}
@media (max-width: 992px) {
  .cid-uF83acJ127 .items-wrapper .item .item-wrapper {
    box-shadow: -5px 5px 0 #ffffff;
  }
}
.cid-uF83acJ127 .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uF83acJ127 .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 32px;
  }
}
.cid-uF83acJ127 .items-wrapper .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
  border: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uF83acJ127 .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uF83acJ127 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uF83acJ127 .items-wrapper .item .item-wrapper .card-box .item-title {
    margin-bottom: 32px;
  }
}
.cid-uF83acJ127 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 32px;
}
.cid-uF83acJ127 .mbr-section-title {
  color: #ffffff;
}
.cid-uF83acJ127 .item-title {
  color: #ffffff;
}
.cid-uF83acJ127 .item-text {
  color: #ffffff;
}
.cid-uF83aeyILS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  margin-bottom: 2px;
}
.cid-uF83aeyILS .mbr-section-subtitle {
  margin-bottom: 15px;
  color: #000000;
  text-align: center;
}
.cid-uF83aeyILS .mbr-section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 15px;
}
.cid-uF83aeyILS .mbr-text {
  text-align: center;
  color: #333333;
}
.cid-uF83aeyILS .container-fluid {
  outline: 2px solid #000 !important;
}
.cid-uF83aeyILS .row {
  padding-top: 76px;
  padding-bottom: 76px;
  justify-content: center;
  display: flex;
}
.cid-uF83agOxy6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uF83agOxy6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF83agOxy6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uF83agOxy6 .container {
    padding: 0 22px;
  }
}
.cid-uF83agOxy6 .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uF83agOxy6 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uF83agOxy6 .image-wrapper img {
  height: 415px;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uF83agOxy6 .image-wrapper img {
    height: 350px;
  }
}
.cid-uF83agOxy6 .mbr-section-title {
  margin-bottom: 16px;
  color: #000000;
}
.cid-uF83agOxy6 .panel-group {
  border-bottom: 1px solid #d4d3d3;
}
.cid-uF83agOxy6 .panel-group .card {
  border-top: 1px solid #d4d3d3;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uF83agOxy6 .panel-group .card:hover,
.cid-uF83agOxy6 .panel-group .card:focus {
  border-top: 1px solid #000000;
}
.cid-uF83agOxy6 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uF83agOxy6 .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-uF83agOxy6 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uF83agOxy6 .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-uF83agOxy6 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ff5753;
}
.cid-uF83agOxy6 .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-uF83agOxy6 .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-uF83agOxy6 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uF83agOxy6 .panel-title-edit {
  color: #000000;
}
.cid-uF83agOxy6 .panel-text {
  color: #8a8588;
}
.cid-uF87LnSWdF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-uF87LnSWdF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF87LnSWdF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF87LnSWdF .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uF87LnSWdF .row .card {
  padding: 0 13px;
}
.cid-uF87LnSWdF .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uF87LnSWdF .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uF87LnSWdF .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uF87LnSWdF .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uF87LnSWdF .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uF87LnSWdF .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uF87LnSWdF .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uF87LnSWdF .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uF87LnSWdF .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #ffffff;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uF87LnSWdF .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uF87LnSWdF .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uF87LnSWdF .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uF87LnSWdF .card-wrapper {
  overflow: hidden;
}
.cid-uF87LnSWdF .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uF87LnSWdF .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uF87LnSWdF .card-wrapper .item-content {
  padding: 54px;
  background-color: #ffffff;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uF87LnSWdF .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uF87LnSWdF .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uF87LnSWdF .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uF87LnSWdF .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uF87LnSWdF .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uF87LnSWdF .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uF87LnSWdF .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uF87LnSWdF .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uF87LnSWdF .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uF87LnSWdF .mbr-label,
.cid-uF87LnSWdF .label-wrapper {
  color: #151e11;
}
.cid-uF87LnSWdF .mbr-section-title {
  color: #fff7ee;
}
.cid-uF87LnSWdF .mbr-number {
  color: #000000;
}
.cid-uF87LnSWdF .mbr-number-desc {
  color: #fff7ee;
}
.cid-uF87LnSWdF .card-label,
.cid-uF87LnSWdF .card-label-wrapper {
  color: #fff7ee;
}
.cid-uF87LnSWdF .card-title {
  color: #000000;
}
.cid-uF87LnSWdF .card-text {
  color: #fff7ee;
}
.cid-uF87LnSWdF .card-text,
.cid-uF87LnSWdF .text-wrapper {
  color: #000000;
}
.cid-uF83ajKLtl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uF83ajKLtl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF83ajKLtl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF83ajKLtl .row {
  justify-content: center;
}
.cid-uF83ajKLtl .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uF83ajKLtl .title-wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.cid-uF83ajKLtl .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uF83ajKLtl .title-wrapper .title-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
}
.cid-uF83ajKLtl .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uF83ajKLtl .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uF83ajKLtl .mbr-section-title,
.cid-uF83ajKLtl .mbr-iconfont {
  color: #FFBE0D;
}
.cid-uF83ajKLtl .mbr-desc {
  color: #fff7ee;
}
.cid-uF83ajKLtl .mbr-text {
  color: #000000;
}
.cid-uF83ajKLtl .mbr-section-title,
.cid-uF83ajKLtl .title-wrapper,
.cid-uF83ajKLtl .mbr-iconfont {
  color: #000000;
}
.cid-uFjF3Ua1Em {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFjF3Ua1Em .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFjF3Ua1Em .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFjF3Ua1Em .row {
  justify-content: center;
}
.cid-uFjF3Ua1Em .content-wrapper .title-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uFjF3Ua1Em .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uFjF3Ua1Em .content-wrapper .title-wrapper {
    padding-bottom: 60px;
  }
}
.cid-uFjF3Ua1Em .content-wrapper .title-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 32px;
  width: 100%;
  background-color: #151e11;
}
@media (max-width: 992px) {
  .cid-uFjF3Ua1Em .content-wrapper .title-wrapper::before {
    height: 24px;
  }
}
.cid-uFjF3Ua1Em .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFjF3Ua1Em .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uFjF3Ua1Em .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFjF3Ua1Em .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uFjF3Ua1Em .mbr-section-title {
  color: #ffffff;
}
.cid-uFjF3Ua1Em .mbr-section-subtitle {
  color: #cbff5b;
  text-align: center;
}
.cid-uFjF3Ua1Em .mbr-text,
.cid-uFjF3Ua1Em .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFjF3Ua1Em .mbr-section-title,
.cid-uFjF3Ua1Em .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uF8aiwqXrO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-uF8aiwqXrO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF8aiwqXrO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF8aiwqXrO .row {
  margin: 0 !important;
}
.cid-uF8aiwqXrO .mbr-section-head {
  width: 40%;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-uF8aiwqXrO .mbr-section-head {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uF8aiwqXrO .mbr-section-head {
    margin-bottom: 40px;
  }
}
.cid-uF8aiwqXrO .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uF8aiwqXrO .mbr-section-subtitle {
  color: #131313;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uF8aiwqXrO .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uF8aiwqXrO .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uF8aiwqXrO .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-uF8aiwqXrO .col-list {
  width: 1px;
  flex-grow: 1;
  padding: 0 0 0 100px !important;
}
@media (max-width: 1024px) {
  .cid-uF8aiwqXrO .col-list {
    padding: 0 0 0 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-uF8aiwqXrO .col-list {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uF8aiwqXrO .mbr-iconfont {
  position: relative;
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  font-weight: 900;
  color: #ffffff;
  margin-left: 0.5rem;
}
.cid-uF8aiwqXrO .sign-open {
  display: none;
  font-size: 16px !important;
  margin-left: 0.5rem;
  color: #ffffff;
  font-weight: 900;
}
.cid-uF8aiwqXrO .panel-group {
  border: none;
}
.cid-uF8aiwqXrO .card {
  padding: 10px 10px 10px 0;
  border-radius: 0;
  border-top: 2px solid #ffffff;
}
.cid-uF8aiwqXrO .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uF8aiwqXrO .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uF8aiwqXrO .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #131313;
  transition: .2s all;
}
.cid-uF8aiwqXrO .panel-title[aria-expanded="true"] .mbr-iconfont {
  display: none;
}
.cid-uF8aiwqXrO .panel-title[aria-expanded="true"] .sign-open {
  display: block;
}
.cid-uF8aiwqXrO .panel-title-edit {
  color: #ffffff;
}
.cid-uF8aiwqXrO .panel-body {
  padding: 0 0 20px;
}
.cid-uF8aiwqXrO .panel-text {
  color: #ffffff;
  margin: 0;
}
.cid-uF83alz0Pi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uF83alz0Pi .google-map {
  height: 30rem;
  position: relative;
}
.cid-uF83alz0Pi .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uF83alz0Pi .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uF83alz0Pi .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uF83alz0Pi .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uF83anbLPk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-uF83anbLPk .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uF83anbLPk .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uF83anbLPk .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uF83anbLPk .row {
    text-align: center;
  }
}
.cid-uF83anbLPk li {
  padding-bottom: 5px;
}
.cid-uF83anbLPk .row {
  padding-top: 2rem;
  border-top: 2px solid rgba(255, 255, 255, 0.15);
}
.cid-uF83anbLPk .soc-wrapper {
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uF83anbLPk div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uF83anbLPk .mbr-iconfont {
  padding-right: 6px;
}
.cid-uF83anbLPk .copyright {
  color: #ffffff;
}
.cid-uF83anbLPk .soc-link,
.cid-uF83anbLPk .soc-wrapper {
  color: #ffffff;
}
.cid-uFom5iMSM1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #151e11;
}
.cid-uFom5iMSM1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFom5iMSM1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFom5iMSM1 .row {
  justify-content: center;
}
.cid-uFom5iMSM1 .card {
  justify-content: center;
}
.cid-uFom5iMSM1 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFom5iMSM1 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFom5iMSM1 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFom5iMSM1 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uFom5iMSM1 .nav-wrapper .list .item-wrap:hover,
.cid-uFom5iMSM1 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uFom5iMSM1 .list,
.cid-uFom5iMSM1 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uF8aFqpyL4 {
  padding-top: 12rem;
  padding-bottom: 5rem;
  position: relative;
  align-items: center;
  background-color: #151e11;
}
.cid-uF8aFqpyL4 .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uF8aFqpyL4 .image-wrap {
    padding: 16px;
  }
}
.cid-uF8aFqpyL4 .image-wrap img {
  width: 100%;
  height: 70%;
  object-fit: cover;
}
.cid-uF8aFqpyL4 .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uF8aFqpyL4 .image-overlay {
    padding: 16px;
  }
}
.cid-uF8aFqpyL4 .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.5;
  pointer-events: none;
  width: 100%;
  height: 70%;
}
.cid-uF8aFqpyL4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF8aFqpyL4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF8aFqpyL4 .row {
  justify-content: center;
}
.cid-uF8aFqpyL4 .mbr-section-title {
  position: relative;
  z-index: 2;
  margin: 160px 20px;
  color: #fff7ee;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-uF8aFqpyL4 .mbr-section-title {
    margin: 60px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uF8aFqpyL4 .mbr-section-title {
    margin: 30px 16px;
  }
}
.cid-uF8aFqpyL4 .card-wrapper {
  padding: 90px;
  position: relative;
  z-index: 2;
  background-color: #151e11;
}
@media (max-width: 992px) {
  .cid-uF8aFqpyL4 .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-uF8aFqpyL4 .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uF8aFqpyL4 .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uF8aFqpyL4 .mbr-text,
.cid-uF8aFqpyL4 .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uF8aFqpyL4 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uF8aFqpyL4 .mbr-text,
.cid-uF8aFqpyL4 .mbr-section-btn {
  text-align: center;
}
.cid-uF8aFrvXmF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uF8aFrvXmF .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uF8aFrvXmF .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uF8aFrvXmF .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #151e11;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uF8aFrvXmF .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uF8aFrvXmF .mbr-text {
  color: #3d5943;
}
.cid-uF8aFsmUpd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
  overflow: hidden;
}
.cid-uF8aFsmUpd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF8aFsmUpd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF8aFsmUpd .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #ffffff;
}
@media (max-width: 767px) {
  .cid-uF8aFsmUpd .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-uF8aFsmUpd .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-uF8aFsmUpd .card-title {
  color: #000000;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uF8aFsmUpd .card-title {
    margin-bottom: 20px;
  }
}
.cid-uF8aFsmUpd .card-subtitle {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uF8aFsmUpd .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uF8aFsmUpd .card-text {
  color: #000000;
  margin-bottom: 0;
}
.cid-uF8aFtmb4e {
  position: relative;
  align-items: flex-end;
  padding-bottom: 16px;
  background-color: #151e11;
}
.cid-uF8aFtmb4e .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uF8aFtmb4e .image-wrap {
    padding: 16px;
  }
}
.cid-uF8aFtmb4e .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uF8aFtmb4e .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uF8aFtmb4e .image-overlay {
    padding: 16px;
  }
}
.cid-uF8aFtmb4e .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.5;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.cid-uF8aFtmb4e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF8aFtmb4e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF8aFtmb4e .row {
  justify-content: center;
}
.cid-uF8aFtmb4e .card-wrapper {
  padding: 90px 30px 90px;
  position: relative;
  z-index: 2;
  background-color: #151e11;
}
@media (max-width: 992px) {
  .cid-uF8aFtmb4e .card-wrapper {
    padding: 30px 16px;
    margin-top: 300px;
  }
}
.cid-uF8aFtmb4e .card-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uF8aFtmb4e .card-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uF8aFtmb4e .card-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uF8aFtmb4e .card-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uF8aFtmb4e .card-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uF8aFtmb4e .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uF8aFtmb4e .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uF8aFtmb4e .mbr-label,
.cid-uF8aFtmb4e .label-wrapper {
  color: #FFBE0D;
  text-align: center;
}
.cid-uF8aFtmb4e .mbr-section-title {
  color: #fff7ee;
}
.cid-uF8aFtmb4e .mbr-text,
.cid-uF8aFtmb4e .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uF8aFtmb4e .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uF8aFtmb4e .mbr-section-title,
.cid-uF8aFtmb4e .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uF8aFulsd8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uF8aFulsd8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF8aFulsd8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF8aFulsd8 .items-wrapper {
  margin: 0 -5px;
}
.cid-uF8aFulsd8 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uF8aFulsd8 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uF8aFulsd8 .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uF8aFulsd8 .item {
    margin-bottom: 16px;
  }
  .cid-uF8aFulsd8 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uF8aFulsd8 .item:hover .item-wrapper .item-img img,
.cid-uF8aFulsd8 .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uF8aFulsd8 .item .item-wrapper {
  height: 100%;
  border: 5px solid #151e11;
  background-color: #151e11;
}
.cid-uF8aFulsd8 .item .item-wrapper .item-content {
  padding: 32px 32px 0;
}
@media (max-width: 992px) {
  .cid-uF8aFulsd8 .item .item-wrapper .item-content {
    padding: 24px 24px 0;
  }
}
.cid-uF8aFulsd8 .item .item-wrapper .item-content .card-title {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uF8aFulsd8 .item .item-wrapper .item-content .card-title {
    margin-bottom: 40px;
  }
}
.cid-uF8aFulsd8 .item .item-wrapper .item-content .number-wrapper {
  margin-bottom: -2.5rem;
}
.cid-uF8aFulsd8 .item .item-wrapper .item-content .number-wrapper .card-number {
  width: 100px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #151e11;
  position: relative;
  z-index: 1;
}
.cid-uF8aFulsd8 .item .item-wrapper .item-img {
  overflow: hidden;
  border-radius: 26px;
}
.cid-uF8aFulsd8 .item .item-wrapper .item-img img {
  height: 290px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uF8aFulsd8 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uF8aFulsd8 .card-title {
  color: #f24d4a;
  text-align: center;
}
.cid-uF8aFulsd8 .card-number,
.cid-uF8aFulsd8 .number-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uF8aFulsd8 .card-title,
.cid-uF8aFulsd8 .card-number {
  color: #ffffff;
}
.cid-uF8aFvugKw {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uF8aFvugKw .col-title {
    margin-bottom: 20px;
  }
}
.cid-uF8aFvugKw .mbr-section-title {
  color: #000000;
}
.cid-uF8aFvugKw .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-uF8aFvugKw .mbr-text {
  color: #000000;
}
.cid-uF8aFwt7F6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-uF8aFwt7F6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF8aFwt7F6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF8aFwt7F6 .row {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uF8aFwt7F6 .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uF8aFwt7F6 .image-wrapper img {
  height: 680px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uF8aFwt7F6 .image-wrapper img {
    height: 350px;
  }
}
.cid-uF8aFwt7F6 .content-wrapper {
  padding-left: 54px;
}
@media (max-width: 1440px) {
  .cid-uF8aFwt7F6 .content-wrapper {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uF8aFwt7F6 .content-wrapper {
    padding-left: 0;
  }
}
.cid-uF8aFwt7F6 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uF8aFwt7F6 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uF8aFwt7F6 .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uF8aFwt7F6 .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uF8aFwt7F6 .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uF8aFwt7F6 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uF8aFwt7F6 .mbr-label,
.cid-uF8aFwt7F6 .label-wrapper {
  color: #FFBE0D;
}
.cid-uF8aFwt7F6 .mbr-section-title {
  color: #fff7ee;
}
.cid-uF8aFwt7F6 .mbr-text {
  color: #fff7ee;
}
.cid-uF8aFxF6mf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uF8aFxF6mf .col-title {
    margin-bottom: 20px;
  }
}
.cid-uF8aFxF6mf .mbr-section-title {
  color: #000000;
}
.cid-uF8aFxF6mf .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-uF8aFxF6mf .mbr-text {
  color: #000000;
}
.cid-uF8aFyELFN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #151e11;
}
.cid-uF8aFyELFN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF8aFyELFN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF8aFyELFN .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uF8aFyELFN .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uF8aFyELFN .content-wrapper {
    padding: 0;
  }
}
.cid-uF8aFyELFN .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uF8aFyELFN .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uF8aFyELFN .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uF8aFyELFN .items-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uF8aFyELFN .items-wrapper {
    display: block;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uF8aFyELFN .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uF8aFyELFN .items-wrapper .item .item-wrapper {
  padding: 108px;
  height: 100%;
  min-height: 570px;
  border: 2px solid #ffffff;
  box-shadow: -10px 10px 0 #ffffff;
}
@media (max-width: 1440px) {
  .cid-uF8aFyELFN .items-wrapper .item .item-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uF8aFyELFN .items-wrapper .item .item-wrapper {
    padding: 20px;
    min-height: auto;
  }
}
@media (max-width: 992px) {
  .cid-uF8aFyELFN .items-wrapper .item .item-wrapper {
    box-shadow: -5px 5px 0 #ffffff;
  }
}
.cid-uF8aFyELFN .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uF8aFyELFN .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 32px;
  }
}
.cid-uF8aFyELFN .items-wrapper .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
  border: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uF8aFyELFN .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uF8aFyELFN .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uF8aFyELFN .items-wrapper .item .item-wrapper .card-box .item-title {
    margin-bottom: 32px;
  }
}
.cid-uF8aFyELFN .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 32px;
}
.cid-uF8aFyELFN .mbr-section-title {
  color: #ffffff;
}
.cid-uF8aFyELFN .item-title {
  color: #ffffff;
}
.cid-uF8aFyELFN .item-text {
  color: #ffffff;
}
.cid-uF8aFzRIaQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  margin-bottom: 2px;
}
.cid-uF8aFzRIaQ .mbr-section-subtitle {
  margin-bottom: 15px;
  color: #000000;
  text-align: center;
}
.cid-uF8aFzRIaQ .mbr-section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 15px;
}
.cid-uF8aFzRIaQ .mbr-text {
  text-align: center;
  color: #333333;
}
.cid-uF8aFzRIaQ .container-fluid {
  outline: 2px solid #000 !important;
}
.cid-uF8aFzRIaQ .row {
  padding-top: 76px;
  padding-bottom: 76px;
  justify-content: center;
  display: flex;
}
.cid-uF8aFASUYc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uF8aFASUYc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF8aFASUYc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uF8aFASUYc .container {
    padding: 0 22px;
  }
}
.cid-uF8aFASUYc .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uF8aFASUYc .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uF8aFASUYc .image-wrapper img {
  height: 415px;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uF8aFASUYc .image-wrapper img {
    height: 350px;
  }
}
.cid-uF8aFASUYc .mbr-section-title {
  margin-bottom: 16px;
  color: #000000;
}
.cid-uF8aFASUYc .panel-group {
  border-bottom: 1px solid #d4d3d3;
}
.cid-uF8aFASUYc .panel-group .card {
  border-top: 1px solid #d4d3d3;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uF8aFASUYc .panel-group .card:hover,
.cid-uF8aFASUYc .panel-group .card:focus {
  border-top: 1px solid #000000;
}
.cid-uF8aFASUYc .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uF8aFASUYc .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-uF8aFASUYc .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uF8aFASUYc .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-uF8aFASUYc .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ff5753;
}
.cid-uF8aFASUYc .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-uF8aFASUYc .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-uF8aFASUYc .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uF8aFASUYc .panel-title-edit {
  color: #000000;
}
.cid-uF8aFASUYc .panel-text {
  color: #8a8588;
}
.cid-uF8aFCfFN6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-uF8aFCfFN6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF8aFCfFN6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF8aFCfFN6 .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uF8aFCfFN6 .row .card {
  padding: 0 13px;
}
.cid-uF8aFCfFN6 .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uF8aFCfFN6 .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uF8aFCfFN6 .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uF8aFCfFN6 .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uF8aFCfFN6 .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uF8aFCfFN6 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uF8aFCfFN6 .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uF8aFCfFN6 .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uF8aFCfFN6 .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #ffffff;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uF8aFCfFN6 .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uF8aFCfFN6 .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uF8aFCfFN6 .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uF8aFCfFN6 .card-wrapper {
  overflow: hidden;
}
.cid-uF8aFCfFN6 .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uF8aFCfFN6 .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uF8aFCfFN6 .card-wrapper .item-content {
  padding: 54px;
  background-color: #ffffff;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uF8aFCfFN6 .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uF8aFCfFN6 .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uF8aFCfFN6 .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uF8aFCfFN6 .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uF8aFCfFN6 .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uF8aFCfFN6 .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uF8aFCfFN6 .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uF8aFCfFN6 .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uF8aFCfFN6 .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uF8aFCfFN6 .mbr-label,
.cid-uF8aFCfFN6 .label-wrapper {
  color: #151e11;
}
.cid-uF8aFCfFN6 .mbr-section-title {
  color: #fff7ee;
}
.cid-uF8aFCfFN6 .mbr-number {
  color: #000000;
}
.cid-uF8aFCfFN6 .mbr-number-desc {
  color: #fff7ee;
}
.cid-uF8aFCfFN6 .card-label,
.cid-uF8aFCfFN6 .card-label-wrapper {
  color: #fff7ee;
}
.cid-uF8aFCfFN6 .card-title {
  color: #000000;
}
.cid-uF8aFCfFN6 .card-text {
  color: #fff7ee;
}
.cid-uF8aFCfFN6 .card-text,
.cid-uF8aFCfFN6 .text-wrapper {
  color: #000000;
}
.cid-uF8aFDwsHV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uF8aFDwsHV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF8aFDwsHV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF8aFDwsHV .row {
  justify-content: center;
}
.cid-uF8aFDwsHV .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uF8aFDwsHV .title-wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.cid-uF8aFDwsHV .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uF8aFDwsHV .title-wrapper .title-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
}
.cid-uF8aFDwsHV .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uF8aFDwsHV .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uF8aFDwsHV .mbr-section-title,
.cid-uF8aFDwsHV .mbr-iconfont {
  color: #FFBE0D;
}
.cid-uF8aFDwsHV .mbr-desc {
  color: #fff7ee;
}
.cid-uF8aFDwsHV .mbr-text {
  color: #000000;
}
.cid-uF8aFDwsHV .mbr-section-title,
.cid-uF8aFDwsHV .title-wrapper,
.cid-uF8aFDwsHV .mbr-iconfont {
  color: #000000;
}
.cid-uF8dX1v8nE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uF8dX1v8nE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF8dX1v8nE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uF8dX1v8nE .container {
    padding: 0 20px;
  }
}
.cid-uF8dX1v8nE .row {
  margin: 0;
}
.cid-uF8dX1v8nE .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uF8dX1v8nE .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uF8dX1v8nE .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uF8dX1v8nE .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uF8dX1v8nE .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uF8dX1v8nE .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uF8dX1v8nE .mbr-section-title {
  color: #ffffff;
}
.cid-uFjFah7bWN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFjFah7bWN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFjFah7bWN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFjFah7bWN .row {
  justify-content: center;
}
.cid-uFjFah7bWN .content-wrapper .title-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uFjFah7bWN .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uFjFah7bWN .content-wrapper .title-wrapper {
    padding-bottom: 60px;
  }
}
.cid-uFjFah7bWN .content-wrapper .title-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 32px;
  width: 100%;
  background-color: #151e11;
}
@media (max-width: 992px) {
  .cid-uFjFah7bWN .content-wrapper .title-wrapper::before {
    height: 24px;
  }
}
.cid-uFjFah7bWN .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFjFah7bWN .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uFjFah7bWN .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFjFah7bWN .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uFjFah7bWN .mbr-section-title {
  color: #ffffff;
}
.cid-uFjFah7bWN .mbr-section-subtitle {
  color: #cbff5b;
  text-align: center;
}
.cid-uFjFah7bWN .mbr-text,
.cid-uFjFah7bWN .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFjFah7bWN .mbr-section-title,
.cid-uFjFah7bWN .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uF8aFED3mV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-uF8aFED3mV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF8aFED3mV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF8aFED3mV .row {
  margin: 0 !important;
}
.cid-uF8aFED3mV .mbr-section-head {
  width: 40%;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-uF8aFED3mV .mbr-section-head {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uF8aFED3mV .mbr-section-head {
    margin-bottom: 40px;
  }
}
.cid-uF8aFED3mV .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uF8aFED3mV .mbr-section-subtitle {
  color: #131313;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uF8aFED3mV .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uF8aFED3mV .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uF8aFED3mV .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-uF8aFED3mV .col-list {
  width: 1px;
  flex-grow: 1;
  padding: 0 0 0 100px !important;
}
@media (max-width: 1024px) {
  .cid-uF8aFED3mV .col-list {
    padding: 0 0 0 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-uF8aFED3mV .col-list {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uF8aFED3mV .mbr-iconfont {
  position: relative;
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  font-weight: 900;
  color: #ffffff;
  margin-left: 0.5rem;
}
.cid-uF8aFED3mV .sign-open {
  display: none;
  font-size: 16px !important;
  margin-left: 0.5rem;
  color: #ffffff;
  font-weight: 900;
}
.cid-uF8aFED3mV .panel-group {
  border: none;
}
.cid-uF8aFED3mV .card {
  padding: 10px 10px 10px 0;
  border-radius: 0;
  border-top: 2px solid #ffffff;
}
.cid-uF8aFED3mV .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uF8aFED3mV .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uF8aFED3mV .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #131313;
  transition: .2s all;
}
.cid-uF8aFED3mV .panel-title[aria-expanded="true"] .mbr-iconfont {
  display: none;
}
.cid-uF8aFED3mV .panel-title[aria-expanded="true"] .sign-open {
  display: block;
}
.cid-uF8aFED3mV .panel-title-edit {
  color: #ffffff;
}
.cid-uF8aFED3mV .panel-body {
  padding: 0 0 20px;
}
.cid-uF8aFED3mV .panel-text {
  color: #ffffff;
  margin: 0;
}
.cid-uF8aFFOrWP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uF8aFFOrWP .google-map {
  height: 30rem;
  position: relative;
}
.cid-uF8aFFOrWP .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uF8aFFOrWP .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uF8aFFOrWP .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uF8aFFOrWP .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uF8aFGUnlt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-uF8aFGUnlt .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uF8aFGUnlt .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uF8aFGUnlt .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uF8aFGUnlt .row {
    text-align: center;
  }
}
.cid-uF8aFGUnlt li {
  padding-bottom: 5px;
}
.cid-uF8aFGUnlt .row {
  padding-top: 2rem;
  border-top: 2px solid rgba(255, 255, 255, 0.15);
}
.cid-uF8aFGUnlt .soc-wrapper {
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uF8aFGUnlt div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uF8aFGUnlt .mbr-iconfont {
  padding-right: 6px;
}
.cid-uF8aFGUnlt .copyright {
  color: #ffffff;
}
.cid-uF8aFGUnlt .soc-link,
.cid-uF8aFGUnlt .soc-wrapper {
  color: #ffffff;
}
.cid-uFohKrYIc8 {
  background-color: transparent;
}
.cid-uFohKrYIc8 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uFohKrYIc8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uFohKrYIc8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFohKrYIc8 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFohKrYIc8 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uFohKrYIc8 .menu_box .navbar.opened,
  .cid-uFohKrYIc8 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uFohKrYIc8 .navbar-dropdown {
  position: relative !important;
}
.cid-uFohKrYIc8 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uFohKrYIc8 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uFohKrYIc8 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uFohKrYIc8 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uFohKrYIc8 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uFohKrYIc8 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #34363a;
  }
  .cid-uFohKrYIc8 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uFohKrYIc8 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uFohKrYIc8 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uFohKrYIc8 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uFohKrYIc8 .offcanvas-body .mbr-text,
  .cid-uFohKrYIc8 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uFohKrYIc8 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uFohKrYIc8 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uFohKrYIc8 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uFohKrYIc8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uFohKrYIc8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uFohKrYIc8 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uFohKrYIc8 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uFohKrYIc8 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uFohKrYIc8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFohKrYIc8 .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-uFohKrYIc8 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uFohKrYIc8 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uFohKrYIc8 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uFohKrYIc8 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uFohKrYIc8 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uFohKrYIc8 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uFohKrYIc8 .nav-item {
    margin: 0 !important;
  }
}
.cid-uFohKrYIc8 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uFohKrYIc8 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFohKrYIc8 .nav-item .nav-link:hover::before,
.cid-uFohKrYIc8 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uFohKrYIc8 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uFohKrYIc8 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uFohKrYIc8 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uFohKrYIc8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFohKrYIc8 .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-uFohKrYIc8 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uFohKrYIc8 .offcanvas_box {
    display: none;
  }
}
.cid-uFohKrYIc8 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uFohKrYIc8 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uFohKrYIc8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uFohKrYIc8 .container {
  display: flex;
  margin: auto;
}
.cid-uFohKrYIc8 .iconfont-wrapper {
  color: #202020;
  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-uFohKrYIc8 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uFohKrYIc8 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uFohKrYIc8 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uFohKrYIc8 .navbar-nav {
    margin: 0;
  }
}
.cid-uFohKrYIc8 .dropdown-menu,
.cid-uFohKrYIc8 .navbar.opened {
  background-color: false !important;
}
.cid-uFohKrYIc8 .nav-item:focus,
.cid-uFohKrYIc8 .nav-link:focus {
  outline: none;
}
.cid-uFohKrYIc8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFohKrYIc8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFohKrYIc8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFohKrYIc8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFohKrYIc8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFohKrYIc8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFohKrYIc8 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uFohKrYIc8 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uFohKrYIc8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uFohKrYIc8 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uFohKrYIc8 .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: .3rem !important;
}
.cid-uFohKrYIc8 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uFohKrYIc8 .navbar.collapsed {
  justify-content: center;
}
.cid-uFohKrYIc8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFohKrYIc8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFohKrYIc8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFohKrYIc8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFohKrYIc8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFohKrYIc8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uFohKrYIc8 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uFohKrYIc8 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uFohKrYIc8 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uFohKrYIc8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFohKrYIc8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFohKrYIc8 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uFohKrYIc8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFohKrYIc8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uFohKrYIc8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFohKrYIc8 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uFohKrYIc8 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uFohKrYIc8 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uFohKrYIc8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uFohKrYIc8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFohKrYIc8 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uFohKrYIc8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFohKrYIc8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFohKrYIc8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFohKrYIc8 .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-uFohKrYIc8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uFohKrYIc8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFohKrYIc8 .dropdown-item.active,
.cid-uFohKrYIc8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFohKrYIc8 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uFohKrYIc8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFohKrYIc8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFohKrYIc8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFohKrYIc8 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uFohKrYIc8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFohKrYIc8 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #71818e;
}
.cid-uFohKrYIc8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFohKrYIc8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFohKrYIc8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFohKrYIc8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFohKrYIc8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFohKrYIc8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFohKrYIc8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFohKrYIc8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFohKrYIc8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFohKrYIc8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uFohKrYIc8 .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-uFohKrYIc8 .navbar {
    height: 70px;
  }
  .cid-uFohKrYIc8 .navbar.opened {
    height: auto;
  }
  .cid-uFohKrYIc8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFohKrYIc8 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uFohKrYIc8 .container-fluid {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.cid-uFohKrYIc8 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uFohKrYIc8 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uFohKrYIc8 .mbr-section-btn-main .btn {
  min-width: 140px;
}
.cid-uFohKrYIc8 .navbar-caption:hover {
  color: #151e11;
}
@media (min-width: 992px) {
  .cid-uFohKrYIc8 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uFohKrYIc8 .text_widget {
  margin-bottom: 32px;
}
.cid-uFohKrYIc8 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uFohKrYIc8 .text_widget a:hover,
.cid-uFohKrYIc8 .text_widget a:focus {
  opacity: .8;
}
.cid-uFohKrYIc8 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uFohKrYIc8 .navbar-caption {
  color: #ffffff;
}
.cid-uFohKrYIc8 .mbr-text {
  color: #f4f4f4;
  text-align: center;
}
.cid-uFohKrYIc8 .mbr-section-subtitle,
.cid-uFohKrYIc8 .text_widget,
.cid-uFohKrYIc8 .mbr-section-btn {
  text-align: center;
}
.cid-uFohKrYIc8 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uFom5iMSM1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #151e11;
}
.cid-uFom5iMSM1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFom5iMSM1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFom5iMSM1 .row {
  justify-content: center;
}
.cid-uFom5iMSM1 .card {
  justify-content: center;
}
.cid-uFom5iMSM1 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFom5iMSM1 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFom5iMSM1 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFom5iMSM1 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uFom5iMSM1 .nav-wrapper .list .item-wrap:hover,
.cid-uFom5iMSM1 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uFom5iMSM1 .list,
.cid-uFom5iMSM1 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
