.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Rethink Sans;
}
.display-1 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 9rem;
  line-height: 1;
  letter-spacing: -0.18rem;
}
.display-1 > .mbr-iconfont {
  font-size: 11.25rem;
}
.display-2 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 6rem;
  line-height: 1;
  letter-spacing: -0.08ch;
}
.display-2 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-4 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 2.25rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8125rem;
}
.display-7 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.44rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.8rem;
}
/* ---- 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: 7.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 6.3rem;
    font-size: calc( 3.8rem + (9 - 3.8) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.8rem + (9 - 3.8) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.152rem;
    font-size: calc( 1.154rem + (1.44 - 1.154) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.154rem + (1.44 - 1.154) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #1c1c1c !important;
}
.bg-success {
  background-color: #ffd751 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #f27120 !important;
}
.bg-danger {
  background-color: #ff3631 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1c1c1c !important;
  border-color: #1c1c1c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #363636 !important;
  border-color: #363636 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #363636 !important;
  border-color: #363636 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #71818e !important;
  border-color: #71818e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #8d9aa5 !important;
  border-color: #8d9aa5 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8d9aa5 !important;
  border-color: #8d9aa5 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffd751 !important;
  border-color: #ffd751 !important;
  color: #513e00 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffe384 !important;
  border-color: #ffe384 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #513e00 !important;
  background-color: #ffe384 !important;
  border-color: #ffe384 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f27120 !important;
  border-color: #f27120 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #f59050 !important;
  border-color: #f59050 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f59050 !important;
  border-color: #f59050 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff3631 !important;
  border-color: #ff3631 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ff6864 !important;
  border-color: #ff6864 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff6864 !important;
  border-color: #ff6864 !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: #1c1c1c;
  color: #1c1c1c;
}
.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: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1c1c1c !important;
  border-color: #1c1c1c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #71818e;
  color: #71818e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #4b555e !important;
  background-color: transparent !important;
  border-color: #4b555e !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #71818e !important;
  border-color: #71818e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffd751;
  color: #ffd751;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #f9c000 !important;
  background-color: transparent !important;
  border-color: #f9c000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #513e00 !important;
  background-color: #ffd751 !important;
  border-color: #ffd751 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f27120;
  color: #f27120;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b14b0a !important;
  background-color: transparent !important;
  border-color: #b14b0a !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f27120 !important;
  border-color: #f27120 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff3631;
  color: #ff3631;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d90500 !important;
  background-color: transparent !important;
  border-color: #d90500 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3631 !important;
  border-color: #ff3631 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #1c1c1c !important;
}
.text-secondary {
  color: #71818e !important;
}
.text-success {
  color: #ffd751 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #f27120 !important;
}
.text-danger {
  color: #ff3631 !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: #444d55 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #eab400 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a34509 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ca0500 !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: #1c1c1c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #f27120;
}
.alert-danger {
  background-color: #ff3631;
}
.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: #1c1c1c;
  border-color: #1c1c1c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #1c1c1c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cfcfcf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #fdece1;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fffdfd;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.44rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.8rem;
}
.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: #1c1c1c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.44rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.8rem;
}
blockquote {
  border-color: #1c1c1c;
}
/* 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: #1c1c1c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1c1c1c;
}
.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: #1c1c1c;
  border-bottom-color: #1c1c1c;
}
.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: #1c1c1c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #71818e !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='%231c1c1c' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  border-radius: .3rem !important;
  padding: 16px 20px;
  font-weight: 500 !important;
  flex-direction: row-reverse;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  border-width: 1px !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  width: 0;
  opacity: 0;
  margin: 2px 0 0 0;
  transform: translateX(-5px);
  color: #f27120 !important;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  width: 1.5rem;
  display: inline-flex;
  opacity: 1;
  transform: translateX(0);
  margin: 2px 8px 0 0;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  color: #1c1c1c !important;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  background-color: #ffffff !important;
  color: #1c1c1c !important;
}
img {
  border-radius: .3rem !important;
}
.cid-uOoJX0VMK1 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uOoJX0VMK1 .navbar-dropdown {
  background-color: #1c1c1c !important;
  padding: 0;
}
.cid-uOoJX0VMK1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1c1c1c !important;
  background: #1c1c1c;
}
.cid-uOoJX0VMK1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOoJX0VMK1 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uOoJX0VMK1 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uOoJX0VMK1 .menu_box .navbar.opened,
  .cid-uOoJX0VMK1 .menu_box .navbar-collapse {
    background-color: #1c1c1c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOoJX0VMK1 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOoJX0VMK1 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uOoJX0VMK1 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOoJX0VMK1 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOoJX0VMK1 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOoJX0VMK1 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOoJX0VMK1 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #34363a;
  }
  .cid-uOoJX0VMK1 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOoJX0VMK1 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOoJX0VMK1 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOoJX0VMK1 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOoJX0VMK1 .offcanvas-body .mbr-text,
  .cid-uOoJX0VMK1 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uOoJX0VMK1 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uOoJX0VMK1 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOoJX0VMK1 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uOoJX0VMK1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOoJX0VMK1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOoJX0VMK1 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOoJX0VMK1 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOoJX0VMK1 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOoJX0VMK1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOoJX0VMK1 .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-uOoJX0VMK1 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOoJX0VMK1 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-uOoJX0VMK1 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uOoJX0VMK1 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uOoJX0VMK1 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOoJX0VMK1 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uOoJX0VMK1 .nav-item {
    margin: 0 !important;
  }
}
.cid-uOoJX0VMK1 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uOoJX0VMK1 .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-uOoJX0VMK1 .nav-item .nav-link:hover::before,
.cid-uOoJX0VMK1 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uOoJX0VMK1 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOoJX0VMK1 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uOoJX0VMK1 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uOoJX0VMK1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOoJX0VMK1 .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-uOoJX0VMK1 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOoJX0VMK1 .offcanvas_box {
    display: none;
  }
}
.cid-uOoJX0VMK1 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uOoJX0VMK1 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOoJX0VMK1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uOoJX0VMK1 .container {
  display: flex;
  margin: auto;
}
.cid-uOoJX0VMK1 .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-uOoJX0VMK1 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOoJX0VMK1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uOoJX0VMK1 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOoJX0VMK1 .navbar-nav {
    margin: 0;
  }
}
.cid-uOoJX0VMK1 .dropdown-menu,
.cid-uOoJX0VMK1 .navbar.opened {
  background-color: false !important;
}
.cid-uOoJX0VMK1 .nav-item:focus,
.cid-uOoJX0VMK1 .nav-link:focus {
  outline: none;
}
.cid-uOoJX0VMK1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOoJX0VMK1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOoJX0VMK1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOoJX0VMK1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOoJX0VMK1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOoJX0VMK1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOoJX0VMK1 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uOoJX0VMK1 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uOoJX0VMK1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uOoJX0VMK1 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOoJX0VMK1 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: .3rem !important;
}
.cid-uOoJX0VMK1 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uOoJX0VMK1 .navbar.collapsed {
  justify-content: center;
}
.cid-uOoJX0VMK1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOoJX0VMK1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOoJX0VMK1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOoJX0VMK1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOoJX0VMK1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOoJX0VMK1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOoJX0VMK1 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOoJX0VMK1 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOoJX0VMK1 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uOoJX0VMK1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOoJX0VMK1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOoJX0VMK1 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOoJX0VMK1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOoJX0VMK1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uOoJX0VMK1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOoJX0VMK1 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOoJX0VMK1 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOoJX0VMK1 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOoJX0VMK1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uOoJX0VMK1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOoJX0VMK1 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOoJX0VMK1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOoJX0VMK1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOoJX0VMK1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOoJX0VMK1 .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-uOoJX0VMK1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uOoJX0VMK1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOoJX0VMK1 .dropdown-item.active,
.cid-uOoJX0VMK1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uOoJX0VMK1 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uOoJX0VMK1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOoJX0VMK1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOoJX0VMK1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOoJX0VMK1 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uOoJX0VMK1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOoJX0VMK1 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1c1c1c;
  background: #71818e;
}
.cid-uOoJX0VMK1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOoJX0VMK1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOoJX0VMK1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOoJX0VMK1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOoJX0VMK1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOoJX0VMK1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOoJX0VMK1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOoJX0VMK1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOoJX0VMK1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOoJX0VMK1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOoJX0VMK1 .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-uOoJX0VMK1 .navbar {
    height: 70px;
  }
  .cid-uOoJX0VMK1 .navbar.opened {
    height: auto;
  }
  .cid-uOoJX0VMK1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOoJX0VMK1 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uOoJX0VMK1 .container-fluid {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.cid-uOoJX0VMK1 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uOoJX0VMK1 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uOoJX0VMK1 .mbr-section-btn-main .btn {
  min-width: 140px;
}
.cid-uOoJX0VMK1 .navbar-caption:hover {
  color: #1c1c1c;
}
@media (min-width: 992px) {
  .cid-uOoJX0VMK1 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uOoJX0VMK1 .text_widget {
  margin-bottom: 32px;
}
.cid-uOoJX0VMK1 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uOoJX0VMK1 .text_widget a:hover,
.cid-uOoJX0VMK1 .text_widget a:focus {
  opacity: .8;
}
.cid-uOoJX0VMK1 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uOoJX0VMK1 .navbar-caption {
  color: #ffffff;
}
.cid-uOoJX0VMK1 .mbr-text {
  color: #f4f4f4;
  text-align: center;
}
.cid-uOoJX0VMK1 .mbr-section-subtitle,
.cid-uOoJX0VMK1 .text_widget,
.cid-uOoJX0VMK1 .mbr-section-btn {
  text-align: center;
}
.cid-uOoJX0VMK1 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uOoJWQTR5h {
  padding-top: 12rem;
  padding-bottom: 12rem;
  overflow: hidden;
  background-color: #c1c1c1;
  position: relative;
}
.cid-uOoJWQTR5h::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#71818e 30%, #323337);
}
.cid-uOoJWQTR5h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOoJWQTR5h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOoJWQTR5h .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uOoJWQTR5h .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uOoJWQTR5h .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uOoJWQTR5h .container {
    padding: 0 16px;
  }
}
.cid-uOoJWQTR5h .content-wrapper {
  position: relative;
  margin-bottom: 32px;
}
.cid-uOoJWQTR5h .content-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-uOoJWQTR5h .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 32px;
  display: inline-flex;
  width: 50%;
}
@media (max-width: 1200px) {
  .cid-uOoJWQTR5h .content-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uOoJWQTR5h .content-wrapper .title-wrap .mbr-section-title {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uOoJWQTR5h .content-wrapper .text-wrap {
  position: relative;
  z-index: 1;
}
.cid-uOoJWQTR5h .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  margin-bottom: 32px;
  width: 50%;
}
@media (max-width: 1200px) {
  .cid-uOoJWQTR5h .content-wrapper .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uOoJWQTR5h .content-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uOoJWQTR5h .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uOoJWQTR5h .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin: 200px 0 0 0;
}
.cid-uOoJWQTR5h .content-wrapper img {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100vh;
  object-fit: cover;
  margin-right: 60px;
}
@media (max-width: 992px) {
  .cid-uOoJWQTR5h .content-wrapper img {
    width: 100%;
    height: 400px;
    margin: 0;
    top: auto;
    bottom: 0;
  }
}
.cid-uOoJWQTR5h .mbr-section-title {
  color: #ffffff;
}
.cid-uOoJWQTR5h .mbr-text {
  color: #f4f4f4;
}
.cid-uOoJWQTR5h .mbr-desc {
  color: #ffffff;
}
.cid-uOoKUXa0Uk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #c1c1c1;
}
.cid-uOoKUXa0Uk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOoKUXa0Uk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOoKUXa0Uk .container-fluid {
  padding: 0;
}
@media (max-width: 1440px) {
  .cid-uOoKUXa0Uk .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOoKUXa0Uk .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uOoKUXa0Uk .container {
    padding: 0 16px;
  }
}
.cid-uOoKUXa0Uk .image-wrapper {
  height: 100%;
}
.cid-uOoKUXa0Uk .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uOoKUXa0Uk .image-wrapper img {
    height: 400px;
    margin: 32px 0;
    border-radius: .3rem !important;
  }
}
.cid-uOoKUXa0Uk .content-wrapper {
  padding: 150px 150px 150px 32px ;
}
@media (max-width: 1440px) {
  .cid-uOoKUXa0Uk .content-wrapper {
    padding: 150px 96px 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uOoKUXa0Uk .content-wrapper {
    padding: 0 0 48px 0;
  }
}
.cid-uOoKUXa0Uk .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uOoKUXa0Uk .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uOoKUXa0Uk .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uOoKUXa0Uk .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uOoKUXa0Uk .mbr-section-title {
  color: #1c1c1c;
}
.cid-uOoKUXa0Uk .mbr-text {
  color: #1c1c1c;
}
.cid-uOoKwnX8oH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-uOoKwnX8oH .row {
  align-items: center;
  width: 100%;
}
.cid-uOoKwnX8oH .main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uOoKwnX8oH .main-container {
    flex-wrap: wrap;
  }
}
.cid-uOoKwnX8oH .title-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 20%;
  width: 100%;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-uOoKwnX8oH .title-container {
    max-width: 100%;
    margin-bottom: 12px;
  }
}
.cid-uOoKwnX8oH .title-text {
  margin-right: auto;
  width: 100%;
}
.cid-uOoKwnX8oH .main-title {
  color: #727272;
  width: 100%;
}
.cid-uOoKwnX8oH .main-subtitle {
  color: #727272;
  width: 100%;
}
.cid-uOoKwnX8oH .grid-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
  margin-bottom: 1rem;
  max-width: 75%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uOoKwnX8oH .grid-container {
    max-width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-uOoKwnX8oH .img-container {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  filter: saturate(0%);
  transition: .5s all;
}
@media (max-width: 991px) {
  .cid-uOoKwnX8oH .img-container {
    height: 360px;
  }
}
.cid-uOoKwnX8oH .img-container img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: .5s all;
  transform-style: preserve-3d;
}
.cid-uOoKwnX8oH .header-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  width: 100%;
  flex-wrap: wrap;
  border: 1px solid #000000;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uOoKwnX8oH .header-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uOoKwnX8oH .content-container {
  display: flex;
  padding: 0 !important;
}
.cid-uOoKwnX8oH .content-container:hover .img-container {
  filter: saturate(90%);
}
.cid-uOoKwnX8oH .content-container:hover .img-container img {
  transform: scale(1.04);
}
.cid-uOoKwnX8oH .text-container {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.cid-uOoKwnX8oH .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  flex-grow: 1;
}
.cid-uOoKwnX8oH .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 0;
}
.cid-uOoKwnX8oH .mbr-text {
  letter-spacing: inherit;
  color: #323337;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uOoKwnX8oH .mbr-text {
    margin-top: 0.8rem;
  }
}
.cid-uOoKXlNyrG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #c1c1c1;
}
.cid-uOoKXlNyrG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOoKXlNyrG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOoKXlNyrG .container-fluid {
  padding: 0;
}
@media (max-width: 1440px) {
  .cid-uOoKXlNyrG .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOoKXlNyrG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uOoKXlNyrG .container {
    padding: 0 16px;
  }
}
.cid-uOoKXlNyrG .image-wrapper {
  height: 100%;
}
.cid-uOoKXlNyrG .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uOoKXlNyrG .image-wrapper img {
    height: 400px;
    margin: 32px 0;
    border-radius: .3rem !important;
  }
}
.cid-uOoKXlNyrG .content-wrapper {
  padding: 150px 150px 150px 32px ;
  padding: 150px 32px 150px 150px;
}
@media (max-width: 1440px) {
  .cid-uOoKXlNyrG .content-wrapper {
    padding: 150px 32px 150px 96px;
  }
}
@media (max-width: 992px) {
  .cid-uOoKXlNyrG .content-wrapper {
    padding: 0 0 48px 0;
  }
}
@media (max-width: 1440px) {
  .cid-uOoKXlNyrG .content-wrapper {
    padding: 150px 96px 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uOoKXlNyrG .content-wrapper {
    padding: 0 0 48px 0;
  }
}
.cid-uOoKXlNyrG .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uOoKXlNyrG .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uOoKXlNyrG .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uOoKXlNyrG .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uOoKXlNyrG .mbr-section-title {
  color: #1c1c1c;
}
.cid-uOoKXlNyrG .mbr-text {
  color: #1c1c1c;
}
.cid-uOoKx2wSvB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-uOoKx2wSvB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOoKx2wSvB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOoKx2wSvB .user {
  background: #464646;
  border-radius: 2rem;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uOoKx2wSvB .user_image {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .cid-uOoKx2wSvB .user {
    padding: 1rem;
  }
}
.cid-uOoKx2wSvB .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uOoKx2wSvB .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 700px;
  max-width: 700px;
}
@media (max-width: 768px) {
  .cid-uOoKx2wSvB .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uOoKx2wSvB .embla__button--next,
.cid-uOoKx2wSvB .embla__button--prev {
  display: flex;
}
.cid-uOoKx2wSvB .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uOoKx2wSvB .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uOoKx2wSvB .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uOoKx2wSvB .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOoKx2wSvB .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-uOoKx2wSvB .embla__button {
    top: auto;
  }
}
.cid-uOoKx2wSvB .img-wrapper img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uOoKx2wSvB .img-wrapper img {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 230px) {
  .cid-uOoKx2wSvB .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uOoKx2wSvB .embla {
  position: relative;
  width: 100%;
}
.cid-uOoKx2wSvB .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uOoKx2wSvB .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uOoKx2wSvB .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uOoKx2wSvB .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uOoKx2wSvB .user_desk {
  color: #bbbbbb;
}
.cid-uOoKx2wSvB H3 {
  text-align: center;
  color: #ffffff;
}
.cid-uOoKx2wSvB .user_text {
  color: #ffffff;
}
.cid-uOoKx2wSvB .user_name {
  color: #ffffff;
}
.cid-uOoK3V7PGw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uOoK3V7PGw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOoK3V7PGw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOoK3V7PGw .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uOoK3V7PGw .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uOoK3V7PGw .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uOoK3V7PGw .container {
    padding: 0 16px;
  }
}
.cid-uOoK3V7PGw .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uOoK3V7PGw .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uOoK3V7PGw .panel-group .card {
  border-radius: 0 !important;
  padding: 24px 0;
  border-bottom: 1px solid #c1c1c1;
}
.cid-uOoK3V7PGw .panel-group .card:first-child {
  border-top: 1px solid #c1c1c1;
}
.cid-uOoK3V7PGw .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uOoK3V7PGw .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uOoK3V7PGw .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(135deg);
}
.cid-uOoK3V7PGw .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uOoK3V7PGw .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uOoK3V7PGw .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOoK3V7PGw .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uOoK3V7PGw .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uOoK3V7PGw .panel-group .card .card-header .panel-title .icon-wrapper {
  margin-left: 16px;
}
.cid-uOoK3V7PGw .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 32px;
  color: #1c1c1c;
  transition: all 0.3s ease-in-out;
}
.cid-uOoK3V7PGw .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 16px;
}
.cid-uOoK3V7PGw .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uOoK3V7PGw .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uOoK3V7PGw .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-uOoK3V7PGw .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 80%;
  }
}
.cid-uOoK3V7PGw .mbr-section-title {
  color: #1c1c1c;
}
.cid-uOoK3V7PGw .panel-number {
  color: #1c1c1c;
}
.cid-uOoK3V7PGw .panel-title-edit {
  color: #1c1c1c;
}
.cid-uOoK3V7PGw .panel-text {
  color: #1c1c1c;
}
.cid-uOoLD5zZpL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOoLD5zZpL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOoLD5zZpL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOoLD5zZpL .row {
  justify-content: center;
}
.cid-uOoLD5zZpL .main-content {
  margin: 0;
}
.cid-uOoLD5zZpL .card {
  padding: 0;
}
.cid-uOoLD5zZpL .google-map iframe {
  height: 1000px;
  margin: 10px 0;
}
@media (max-width: 1440px) {
  .cid-uOoLD5zZpL .google-map iframe {
    height: 800px;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOoLD5zZpL .google-map iframe {
    height: 350px;
  }
}
.cid-uOoK3gy4tP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uOoK3gy4tP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOoK3gy4tP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOoK3gy4tP .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uOoK3gy4tP .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uOoK3gy4tP .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uOoK3gy4tP .container {
    padding: 0 16px;
  }
}
.cid-uOoK3gy4tP .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uOoK3gy4tP .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uOoK3gy4tP .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOoK3gy4tP .image-wrapper img {
  height: 610px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOoK3gy4tP .image-wrapper img {
    height: 350px;
  }
}
.cid-uOoK3gy4tP .content-wrapper {
  margin-left: 82px;
}
@media (max-width: 992px) {
  .cid-uOoK3gy4tP .content-wrapper {
    margin: 0;
  }
}
.cid-uOoK3gy4tP .desc-wrapper {
  margin-bottom: 24px;
}
.cid-uOoK3gy4tP .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-uOoK3gy4tP .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #ffd751, #f27120);
}
.cid-uOoK3gy4tP .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uOoK3gy4tP .dragArea.row .mbr-section-title {
    margin-bottom: 16px !important;
  }
}
.cid-uOoK3gy4tP .dragArea.row .mbr-text {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uOoK3gy4tP .dragArea.row .mbr-text {
    margin-bottom: 16px !important;
  }
}
.cid-uOoK3gy4tP .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-uOoK3gy4tP .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uOoK3gy4tP .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 1px solid #c1c1c1 !important;
}
.cid-uOoK3gy4tP .dragArea.row .form-group .form-control:hover,
.cid-uOoK3gy4tP .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #c1c1c1 !important;
}
.cid-uOoK3gy4tP .dragArea.row .form-group .form-control::placeholder {
  color: #1c1c1c;
  opacity: .7;
}
.cid-uOoK3gy4tP .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uOoK3gy4tP .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uOoK3gy4tP .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #1c1c1c;
  border-radius: 0;
}
.cid-uOoK3gy4tP .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #1c1c1c;
}
.cid-uOoK3gy4tP .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-uOoK3gy4tP .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-uOoK3gy4tP .mbr-section-title {
  color: #1c1c1c;
}
.cid-uOoK3gy4tP .mbr-desc {
  color: #1c1c1c;
}
.cid-uOoK3gy4tP .mbr-text {
  color: #1c1c1c;
}
.cid-uOoK2TfBzO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
  position: relative;
}
.cid-uOoK2TfBzO::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #51545f, #323337);
}
.cid-uOoK2TfBzO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOoK2TfBzO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOoK2TfBzO .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uOoK2TfBzO .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uOoK2TfBzO .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uOoK2TfBzO .container {
    padding: 0 16px;
  }
}
.cid-uOoK2TfBzO .mbr-section-title {
  margin-bottom: 96px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uOoK2TfBzO .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uOoK2TfBzO .row {
  justify-content: space-between;
  margin: 0 -24px;
}
.cid-uOoK2TfBzO .row .item {
  padding: 0 24px;
}
.cid-uOoK2TfBzO .row .item:first-child {
  margin-bottom: 0;
}
.cid-uOoK2TfBzO .item {
  margin-bottom: 32px;
}
.cid-uOoK2TfBzO .item .item-wrapper {
  border-bottom: 1px solid #c1c1c1;
  border-radius: 0 !important;
  padding-bottom: 32px;
}
.cid-uOoK2TfBzO .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-uOoK2TfBzO .item .item-wrapper .card-box .card-text {
  margin-bottom: 16px;
}
.cid-uOoK2TfBzO .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOoK2TfBzO .card-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-uOoK2TfBzO .card-text {
  color: #c1c1c1;
  text-align: center;
}
.cid-uOoK2TfBzO .card-title,
.cid-uOoK2TfBzO .mbr-section-btn {
  text-align: center;
}
.cid-uOoK2TfBzO .mbr-section-title,
.cid-uOoK2TfBzO .title-wrapper {
  text-align: center;
}
.cid-uOoK69bznO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uOoK69bznO .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uOoJX0VMK1 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uOoJX0VMK1 .navbar-dropdown {
  background-color: #1c1c1c !important;
  padding: 0;
}
.cid-uOoJX0VMK1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1c1c1c !important;
  background: #1c1c1c;
}
.cid-uOoJX0VMK1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOoJX0VMK1 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uOoJX0VMK1 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uOoJX0VMK1 .menu_box .navbar.opened,
  .cid-uOoJX0VMK1 .menu_box .navbar-collapse {
    background-color: #1c1c1c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOoJX0VMK1 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOoJX0VMK1 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uOoJX0VMK1 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOoJX0VMK1 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOoJX0VMK1 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOoJX0VMK1 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOoJX0VMK1 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #34363a;
  }
  .cid-uOoJX0VMK1 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOoJX0VMK1 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOoJX0VMK1 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOoJX0VMK1 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOoJX0VMK1 .offcanvas-body .mbr-text,
  .cid-uOoJX0VMK1 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uOoJX0VMK1 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uOoJX0VMK1 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOoJX0VMK1 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uOoJX0VMK1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOoJX0VMK1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOoJX0VMK1 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOoJX0VMK1 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOoJX0VMK1 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOoJX0VMK1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOoJX0VMK1 .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-uOoJX0VMK1 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOoJX0VMK1 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-uOoJX0VMK1 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uOoJX0VMK1 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uOoJX0VMK1 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOoJX0VMK1 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uOoJX0VMK1 .nav-item {
    margin: 0 !important;
  }
}
.cid-uOoJX0VMK1 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uOoJX0VMK1 .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-uOoJX0VMK1 .nav-item .nav-link:hover::before,
.cid-uOoJX0VMK1 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uOoJX0VMK1 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOoJX0VMK1 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uOoJX0VMK1 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uOoJX0VMK1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOoJX0VMK1 .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-uOoJX0VMK1 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOoJX0VMK1 .offcanvas_box {
    display: none;
  }
}
.cid-uOoJX0VMK1 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uOoJX0VMK1 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOoJX0VMK1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uOoJX0VMK1 .container {
  display: flex;
  margin: auto;
}
.cid-uOoJX0VMK1 .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-uOoJX0VMK1 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOoJX0VMK1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uOoJX0VMK1 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOoJX0VMK1 .navbar-nav {
    margin: 0;
  }
}
.cid-uOoJX0VMK1 .dropdown-menu,
.cid-uOoJX0VMK1 .navbar.opened {
  background-color: false !important;
}
.cid-uOoJX0VMK1 .nav-item:focus,
.cid-uOoJX0VMK1 .nav-link:focus {
  outline: none;
}
.cid-uOoJX0VMK1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOoJX0VMK1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOoJX0VMK1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOoJX0VMK1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOoJX0VMK1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOoJX0VMK1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOoJX0VMK1 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uOoJX0VMK1 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uOoJX0VMK1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uOoJX0VMK1 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOoJX0VMK1 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: .3rem !important;
}
.cid-uOoJX0VMK1 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uOoJX0VMK1 .navbar.collapsed {
  justify-content: center;
}
.cid-uOoJX0VMK1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOoJX0VMK1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOoJX0VMK1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOoJX0VMK1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOoJX0VMK1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOoJX0VMK1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOoJX0VMK1 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOoJX0VMK1 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOoJX0VMK1 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uOoJX0VMK1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOoJX0VMK1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOoJX0VMK1 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOoJX0VMK1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOoJX0VMK1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uOoJX0VMK1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOoJX0VMK1 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOoJX0VMK1 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOoJX0VMK1 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOoJX0VMK1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uOoJX0VMK1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOoJX0VMK1 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOoJX0VMK1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOoJX0VMK1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOoJX0VMK1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOoJX0VMK1 .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-uOoJX0VMK1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uOoJX0VMK1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOoJX0VMK1 .dropdown-item.active,
.cid-uOoJX0VMK1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uOoJX0VMK1 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uOoJX0VMK1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOoJX0VMK1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOoJX0VMK1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOoJX0VMK1 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uOoJX0VMK1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOoJX0VMK1 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1c1c1c;
  background: #71818e;
}
.cid-uOoJX0VMK1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOoJX0VMK1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOoJX0VMK1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOoJX0VMK1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOoJX0VMK1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOoJX0VMK1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOoJX0VMK1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOoJX0VMK1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOoJX0VMK1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOoJX0VMK1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOoJX0VMK1 .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-uOoJX0VMK1 .navbar {
    height: 70px;
  }
  .cid-uOoJX0VMK1 .navbar.opened {
    height: auto;
  }
  .cid-uOoJX0VMK1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOoJX0VMK1 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uOoJX0VMK1 .container-fluid {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.cid-uOoJX0VMK1 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uOoJX0VMK1 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uOoJX0VMK1 .mbr-section-btn-main .btn {
  min-width: 140px;
}
.cid-uOoJX0VMK1 .navbar-caption:hover {
  color: #1c1c1c;
}
@media (min-width: 992px) {
  .cid-uOoJX0VMK1 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uOoJX0VMK1 .text_widget {
  margin-bottom: 32px;
}
.cid-uOoJX0VMK1 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uOoJX0VMK1 .text_widget a:hover,
.cid-uOoJX0VMK1 .text_widget a:focus {
  opacity: .8;
}
.cid-uOoJX0VMK1 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uOoJX0VMK1 .navbar-caption {
  color: #ffffff;
}
.cid-uOoJX0VMK1 .mbr-text {
  color: #f4f4f4;
  text-align: center;
}
.cid-uOoJX0VMK1 .mbr-section-subtitle,
.cid-uOoJX0VMK1 .text_widget,
.cid-uOoJX0VMK1 .mbr-section-btn {
  text-align: center;
}
.cid-uOoJX0VMK1 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uOoLL1IK6V {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #323232;
}
.cid-uOoLL1IK6V .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uOoLL1IK6V .mbr-text {
  color: #ffffff;
}
.cid-uOoK69bznO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uOoK69bznO .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uOoJX0VMK1 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uOoJX0VMK1 .navbar-dropdown {
  background-color: #1c1c1c !important;
  padding: 0;
}
.cid-uOoJX0VMK1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1c1c1c !important;
  background: #1c1c1c;
}
.cid-uOoJX0VMK1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOoJX0VMK1 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uOoJX0VMK1 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uOoJX0VMK1 .menu_box .navbar.opened,
  .cid-uOoJX0VMK1 .menu_box .navbar-collapse {
    background-color: #1c1c1c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOoJX0VMK1 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOoJX0VMK1 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uOoJX0VMK1 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOoJX0VMK1 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOoJX0VMK1 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOoJX0VMK1 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOoJX0VMK1 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #34363a;
  }
  .cid-uOoJX0VMK1 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOoJX0VMK1 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOoJX0VMK1 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOoJX0VMK1 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOoJX0VMK1 .offcanvas-body .mbr-text,
  .cid-uOoJX0VMK1 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uOoJX0VMK1 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uOoJX0VMK1 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOoJX0VMK1 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uOoJX0VMK1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOoJX0VMK1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOoJX0VMK1 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOoJX0VMK1 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOoJX0VMK1 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOoJX0VMK1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOoJX0VMK1 .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-uOoJX0VMK1 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOoJX0VMK1 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-uOoJX0VMK1 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uOoJX0VMK1 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uOoJX0VMK1 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOoJX0VMK1 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uOoJX0VMK1 .nav-item {
    margin: 0 !important;
  }
}
.cid-uOoJX0VMK1 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uOoJX0VMK1 .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-uOoJX0VMK1 .nav-item .nav-link:hover::before,
.cid-uOoJX0VMK1 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uOoJX0VMK1 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOoJX0VMK1 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uOoJX0VMK1 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uOoJX0VMK1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOoJX0VMK1 .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-uOoJX0VMK1 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOoJX0VMK1 .offcanvas_box {
    display: none;
  }
}
.cid-uOoJX0VMK1 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uOoJX0VMK1 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOoJX0VMK1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uOoJX0VMK1 .container {
  display: flex;
  margin: auto;
}
.cid-uOoJX0VMK1 .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-uOoJX0VMK1 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOoJX0VMK1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uOoJX0VMK1 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOoJX0VMK1 .navbar-nav {
    margin: 0;
  }
}
.cid-uOoJX0VMK1 .dropdown-menu,
.cid-uOoJX0VMK1 .navbar.opened {
  background-color: false !important;
}
.cid-uOoJX0VMK1 .nav-item:focus,
.cid-uOoJX0VMK1 .nav-link:focus {
  outline: none;
}
.cid-uOoJX0VMK1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOoJX0VMK1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOoJX0VMK1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOoJX0VMK1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOoJX0VMK1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOoJX0VMK1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOoJX0VMK1 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uOoJX0VMK1 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uOoJX0VMK1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uOoJX0VMK1 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOoJX0VMK1 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: .3rem !important;
}
.cid-uOoJX0VMK1 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uOoJX0VMK1 .navbar.collapsed {
  justify-content: center;
}
.cid-uOoJX0VMK1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOoJX0VMK1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOoJX0VMK1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOoJX0VMK1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOoJX0VMK1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOoJX0VMK1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOoJX0VMK1 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOoJX0VMK1 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOoJX0VMK1 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uOoJX0VMK1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOoJX0VMK1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOoJX0VMK1 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOoJX0VMK1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOoJX0VMK1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uOoJX0VMK1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOoJX0VMK1 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOoJX0VMK1 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOoJX0VMK1 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOoJX0VMK1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uOoJX0VMK1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOoJX0VMK1 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOoJX0VMK1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOoJX0VMK1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOoJX0VMK1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOoJX0VMK1 .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-uOoJX0VMK1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uOoJX0VMK1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOoJX0VMK1 .dropdown-item.active,
.cid-uOoJX0VMK1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uOoJX0VMK1 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uOoJX0VMK1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOoJX0VMK1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOoJX0VMK1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOoJX0VMK1 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uOoJX0VMK1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOoJX0VMK1 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1c1c1c;
  background: #71818e;
}
.cid-uOoJX0VMK1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOoJX0VMK1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOoJX0VMK1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOoJX0VMK1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOoJX0VMK1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOoJX0VMK1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOoJX0VMK1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOoJX0VMK1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOoJX0VMK1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOoJX0VMK1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOoJX0VMK1 .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-uOoJX0VMK1 .navbar {
    height: 70px;
  }
  .cid-uOoJX0VMK1 .navbar.opened {
    height: auto;
  }
  .cid-uOoJX0VMK1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOoJX0VMK1 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uOoJX0VMK1 .container-fluid {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.cid-uOoJX0VMK1 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uOoJX0VMK1 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uOoJX0VMK1 .mbr-section-btn-main .btn {
  min-width: 140px;
}
.cid-uOoJX0VMK1 .navbar-caption:hover {
  color: #1c1c1c;
}
@media (min-width: 992px) {
  .cid-uOoJX0VMK1 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uOoJX0VMK1 .text_widget {
  margin-bottom: 32px;
}
.cid-uOoJX0VMK1 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uOoJX0VMK1 .text_widget a:hover,
.cid-uOoJX0VMK1 .text_widget a:focus {
  opacity: .8;
}
.cid-uOoJX0VMK1 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uOoJX0VMK1 .navbar-caption {
  color: #ffffff;
}
.cid-uOoJX0VMK1 .mbr-text {
  color: #f4f4f4;
  text-align: center;
}
.cid-uOoJX0VMK1 .mbr-section-subtitle,
.cid-uOoJX0VMK1 .text_widget,
.cid-uOoJX0VMK1 .mbr-section-btn {
  text-align: center;
}
.cid-uOoJX0VMK1 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uOoOIyLPXL {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #c1c1c1;
}
.cid-uOoOIyLPXL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOoOIyLPXL .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-uOoOIyLPXL .container {
    padding: 0 22px;
  }
}
.cid-uOoOIyLPXL .row {
  justify-content: center;
}
.cid-uOoOIyLPXL .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uOoOIyLPXL .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOoOIyLPXL .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uOoOIyLPXL .item {
    margin-bottom: 20px;
  }
}
.cid-uOoOIyLPXL .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 10px;
}
.cid-uOoOIyLPXL .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 60px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uOoOIyLPXL .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
    font-size: 42px;
  }
}
.cid-uOoOIyLPXL .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.cid-uOoOIyLPXL .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uOoOIyLPXL .mbr-section-title {
  color: #ffffff;
}
.cid-uOoOIyLPXL .card-title {
  color: #ffffff;
}
.cid-uOoOIyLPXL .card-text {
  color: #000000;
}
.cid-uOoOIyLPXL .mbr-section-title,
.cid-uOoOIyLPXL .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uOoOIyLPXL .card-title,
.cid-uOoOIyLPXL .icon-wrapper {
  color: #000000;
}
.cid-uOoOKeTzHr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
  position: relative;
}
.cid-uOoOKeTzHr::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #51545f, #323337);
}
.cid-uOoOKeTzHr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOoOKeTzHr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOoOKeTzHr .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uOoOKeTzHr .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uOoOKeTzHr .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uOoOKeTzHr .container {
    padding: 0 16px;
  }
}
.cid-uOoOKeTzHr .mbr-section-title {
  margin-bottom: 96px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uOoOKeTzHr .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uOoOKeTzHr .row {
  justify-content: space-between;
  margin: 0 -24px;
}
.cid-uOoOKeTzHr .row .item {
  padding: 0 24px;
}
.cid-uOoOKeTzHr .row .item:first-child {
  margin-bottom: 0;
}
.cid-uOoOKeTzHr .item {
  margin-bottom: 32px;
}
.cid-uOoOKeTzHr .item .item-wrapper {
  border-bottom: 1px solid #c1c1c1;
  border-radius: 0 !important;
  padding-bottom: 32px;
}
.cid-uOoOKeTzHr .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-uOoOKeTzHr .item .item-wrapper .card-box .card-text {
  margin-bottom: 16px;
}
.cid-uOoOKeTzHr .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOoOKeTzHr .card-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-uOoOKeTzHr .card-text {
  color: #c1c1c1;
  text-align: center;
}
.cid-uOoOKeTzHr .card-title,
.cid-uOoOKeTzHr .mbr-section-btn {
  text-align: center;
}
.cid-uOoOKeTzHr .mbr-section-title,
.cid-uOoOKeTzHr .title-wrapper {
  text-align: center;
}
.cid-uOoK69bznO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uOoK69bznO .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uOoOMJhysl {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uOoOMJhysl .navbar-dropdown {
  background-color: #1c1c1c !important;
  padding: 0;
}
.cid-uOoOMJhysl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1c1c1c !important;
  background: #1c1c1c;
}
.cid-uOoOMJhysl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOoOMJhysl .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uOoOMJhysl .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uOoOMJhysl .menu_box .navbar.opened,
  .cid-uOoOMJhysl .menu_box .navbar-collapse {
    background-color: #1c1c1c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOoOMJhysl nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOoOMJhysl .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uOoOMJhysl .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOoOMJhysl .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOoOMJhysl .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOoOMJhysl .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOoOMJhysl .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #34363a;
  }
  .cid-uOoOMJhysl .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOoOMJhysl .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOoOMJhysl .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOoOMJhysl .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOoOMJhysl .offcanvas-body .mbr-text,
  .cid-uOoOMJhysl .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uOoOMJhysl .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uOoOMJhysl .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOoOMJhysl .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uOoOMJhysl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOoOMJhysl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOoOMJhysl .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOoOMJhysl .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOoOMJhysl ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOoOMJhysl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOoOMJhysl .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-uOoOMJhysl .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOoOMJhysl 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-uOoOMJhysl .lg_brand {
    margin: 0 1rem;
  }
  .cid-uOoOMJhysl .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uOoOMJhysl .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOoOMJhysl .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uOoOMJhysl .nav-item {
    margin: 0 !important;
  }
}
.cid-uOoOMJhysl .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uOoOMJhysl .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-uOoOMJhysl .nav-item .nav-link:hover::before,
.cid-uOoOMJhysl .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uOoOMJhysl .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOoOMJhysl .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uOoOMJhysl .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uOoOMJhysl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOoOMJhysl .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-uOoOMJhysl .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOoOMJhysl .offcanvas_box {
    display: none;
  }
}
.cid-uOoOMJhysl .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uOoOMJhysl .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOoOMJhysl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uOoOMJhysl .container {
  display: flex;
  margin: auto;
}
.cid-uOoOMJhysl .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-uOoOMJhysl .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOoOMJhysl .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uOoOMJhysl .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOoOMJhysl .navbar-nav {
    margin: 0;
  }
}
.cid-uOoOMJhysl .dropdown-menu,
.cid-uOoOMJhysl .navbar.opened {
  background-color: false !important;
}
.cid-uOoOMJhysl .nav-item:focus,
.cid-uOoOMJhysl .nav-link:focus {
  outline: none;
}
.cid-uOoOMJhysl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOoOMJhysl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOoOMJhysl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOoOMJhysl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOoOMJhysl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOoOMJhysl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOoOMJhysl .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uOoOMJhysl .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uOoOMJhysl .navbar.opened {
  transition: all 0.3s;
}
.cid-uOoOMJhysl .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOoOMJhysl .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: .3rem !important;
}
.cid-uOoOMJhysl .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uOoOMJhysl .navbar.collapsed {
  justify-content: center;
}
.cid-uOoOMJhysl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOoOMJhysl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOoOMJhysl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOoOMJhysl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOoOMJhysl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOoOMJhysl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOoOMJhysl .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOoOMJhysl .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOoOMJhysl .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uOoOMJhysl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOoOMJhysl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOoOMJhysl .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOoOMJhysl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOoOMJhysl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uOoOMJhysl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOoOMJhysl .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOoOMJhysl .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOoOMJhysl .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOoOMJhysl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uOoOMJhysl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOoOMJhysl .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOoOMJhysl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOoOMJhysl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOoOMJhysl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOoOMJhysl .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-uOoOMJhysl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uOoOMJhysl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOoOMJhysl .dropdown-item.active,
.cid-uOoOMJhysl .dropdown-item:active {
  background-color: transparent;
}
.cid-uOoOMJhysl .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uOoOMJhysl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOoOMJhysl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOoOMJhysl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOoOMJhysl ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uOoOMJhysl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOoOMJhysl button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1c1c1c;
  background: #71818e;
}
.cid-uOoOMJhysl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOoOMJhysl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOoOMJhysl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOoOMJhysl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOoOMJhysl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOoOMJhysl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOoOMJhysl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOoOMJhysl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOoOMJhysl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOoOMJhysl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOoOMJhysl .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-uOoOMJhysl .navbar {
    height: 70px;
  }
  .cid-uOoOMJhysl .navbar.opened {
    height: auto;
  }
  .cid-uOoOMJhysl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOoOMJhysl .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uOoOMJhysl .container-fluid {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.cid-uOoOMJhysl .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uOoOMJhysl .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uOoOMJhysl .mbr-section-btn-main .btn {
  min-width: 140px;
}
.cid-uOoOMJhysl .navbar-caption:hover {
  color: #1c1c1c;
}
@media (min-width: 992px) {
  .cid-uOoOMJhysl .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uOoOMJhysl .text_widget {
  margin-bottom: 32px;
}
.cid-uOoOMJhysl .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uOoOMJhysl .text_widget a:hover,
.cid-uOoOMJhysl .text_widget a:focus {
  opacity: .8;
}
.cid-uOoOMJhysl .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uOoOMJhysl .navbar-caption {
  color: #ffffff;
}
.cid-uOoOMJhysl .mbr-text {
  color: #f4f4f4;
  text-align: center;
}
.cid-uOoOMJhysl .mbr-section-subtitle,
.cid-uOoOMJhysl .text_widget,
.cid-uOoOMJhysl .mbr-section-btn {
  text-align: center;
}
.cid-uOoOMJhysl a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uOoONMxf7N {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
  position: relative;
}
.cid-uOoONMxf7N::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #51545f, #323337);
}
.cid-uOoONMxf7N .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uOoONMxf7N .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uOoONMxf7N .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uOoONMxf7N .container {
    padding: 0 16px;
  }
}
.cid-uOoONMxf7N .mbr-section-title {
  margin-bottom: 96px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uOoONMxf7N .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uOoONMxf7N .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 580px;
  max-width: 580px;
}
@media (max-width: 767px) {
  .cid-uOoONMxf7N .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uOoONMxf7N .embla__slide .slide-content {
  width: 100%;
}
.cid-uOoONMxf7N .embla__slide .slide-content .item-wrapper {
  position: relative;
  z-index: 1;
  min-height: 615px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 58px 28px;
  background-color: #34363a;
  border-radius: .3rem !important;
}
@media (max-width: 992px) {
  .cid-uOoONMxf7N .embla__slide .slide-content .item-wrapper {
    padding: 36px 18px;
    min-height: 415px;
  }
}
.cid-uOoONMxf7N .embla__slide .slide-content .item-wrapper .item-content {
  width: 100%;
}
.cid-uOoONMxf7N .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uOoONMxf7N .embla__slide .slide-content .item-wrapper .item-content .item-title {
    margin-bottom: 16px;
  }
}
.cid-uOoONMxf7N .embla__slide .slide-content .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uOoONMxf7N .embla__slide .slide-content .item-wrapper .icon-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.cid-uOoONMxf7N .embla__slide .slide-content .item-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 134px;
  display: inline-flex;
  color: #c1c1c1;
}
.cid-uOoONMxf7N .embla__slide .slide-content .item-wrapper .icon-wrapper .mbr-number {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uOoONMxf7N .embla__button--next,
.cid-uOoONMxf7N .embla__button--prev {
  display: flex;
}
.cid-uOoONMxf7N .embla__button {
  top: 2rem;
  width: 85px;
  height: 52px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: transparent !important;
  color: #eaeaea !important;
  border: 1px solid #eaeaea;
  border-radius: .3rem;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uOoONMxf7N .embla__button:disabled {
  opacity: .3 !important;
}
.cid-uOoONMxf7N .embla__button:hover {
  opacity: 1 !important;
}
.cid-uOoONMxf7N .embla__button.embla__button--prev {
  left: 0;
}
.cid-uOoONMxf7N .embla__button.embla__button--next {
  left: 6rem;
}
.cid-uOoONMxf7N .embla {
  position: relative;
  width: 100%;
  padding-top: 125px;
}
@media (max-width: 992px) {
  .cid-uOoONMxf7N .embla {
    padding-top: 100px;
  }
}
.cid-uOoONMxf7N .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uOoONMxf7N .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uOoONMxf7N .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uOoONMxf7N .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uOoONMxf7N .item-title {
  color: #ffffff;
}
.cid-uOoONMxf7N .mbr-text {
  color: #c1c1c1;
}
.cid-uOoONMxf7N .mbr-number {
  color: #c1c1c1;
}
.cid-uOoOMKoyEv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
  position: relative;
}
.cid-uOoOMKoyEv::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #51545f, #323337);
}
.cid-uOoOMKoyEv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOoOMKoyEv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOoOMKoyEv .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uOoOMKoyEv .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uOoOMKoyEv .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uOoOMKoyEv .container {
    padding: 0 16px;
  }
}
.cid-uOoOMKoyEv .mbr-section-title {
  margin-bottom: 96px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uOoOMKoyEv .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uOoOMKoyEv .row {
  justify-content: space-between;
  margin: 0 -24px;
}
.cid-uOoOMKoyEv .row .item {
  padding: 0 24px;
}
.cid-uOoOMKoyEv .row .item:first-child {
  margin-bottom: 0;
}
.cid-uOoOMKoyEv .item {
  margin-bottom: 32px;
}
.cid-uOoOMKoyEv .item .item-wrapper {
  border-bottom: 1px solid #c1c1c1;
  border-radius: 0 !important;
  padding-bottom: 32px;
}
.cid-uOoOMKoyEv .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-uOoOMKoyEv .item .item-wrapper .card-box .card-text {
  margin-bottom: 16px;
}
.cid-uOoOMKoyEv .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOoOMKoyEv .card-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-uOoOMKoyEv .card-text {
  color: #c1c1c1;
  text-align: center;
}
.cid-uOoOMKoyEv .card-title,
.cid-uOoOMKoyEv .mbr-section-btn {
  text-align: center;
}
.cid-uOoOMKoyEv .mbr-section-title,
.cid-uOoOMKoyEv .title-wrapper {
  text-align: center;
}
.cid-uOoOMKR6Fo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uOoOMKR6Fo .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uOoOQtACPz {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uOoOQtACPz .navbar-dropdown {
  background-color: #1c1c1c !important;
  padding: 0;
}
.cid-uOoOQtACPz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1c1c1c !important;
  background: #1c1c1c;
}
.cid-uOoOQtACPz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOoOQtACPz .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uOoOQtACPz .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uOoOQtACPz .menu_box .navbar.opened,
  .cid-uOoOQtACPz .menu_box .navbar-collapse {
    background-color: #1c1c1c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOoOQtACPz nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOoOQtACPz .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uOoOQtACPz .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOoOQtACPz .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOoOQtACPz .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOoOQtACPz .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOoOQtACPz .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #34363a;
  }
  .cid-uOoOQtACPz .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOoOQtACPz .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOoOQtACPz .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOoOQtACPz .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOoOQtACPz .offcanvas-body .mbr-text,
  .cid-uOoOQtACPz .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uOoOQtACPz .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uOoOQtACPz .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOoOQtACPz .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uOoOQtACPz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOoOQtACPz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOoOQtACPz .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOoOQtACPz .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOoOQtACPz ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOoOQtACPz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOoOQtACPz .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-uOoOQtACPz .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOoOQtACPz 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-uOoOQtACPz .lg_brand {
    margin: 0 1rem;
  }
  .cid-uOoOQtACPz .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uOoOQtACPz .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOoOQtACPz .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uOoOQtACPz .nav-item {
    margin: 0 !important;
  }
}
.cid-uOoOQtACPz .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uOoOQtACPz .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-uOoOQtACPz .nav-item .nav-link:hover::before,
.cid-uOoOQtACPz .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uOoOQtACPz .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOoOQtACPz .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uOoOQtACPz .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uOoOQtACPz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOoOQtACPz .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-uOoOQtACPz .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOoOQtACPz .offcanvas_box {
    display: none;
  }
}
.cid-uOoOQtACPz .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uOoOQtACPz .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOoOQtACPz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uOoOQtACPz .container {
  display: flex;
  margin: auto;
}
.cid-uOoOQtACPz .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-uOoOQtACPz .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOoOQtACPz .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uOoOQtACPz .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOoOQtACPz .navbar-nav {
    margin: 0;
  }
}
.cid-uOoOQtACPz .dropdown-menu,
.cid-uOoOQtACPz .navbar.opened {
  background-color: false !important;
}
.cid-uOoOQtACPz .nav-item:focus,
.cid-uOoOQtACPz .nav-link:focus {
  outline: none;
}
.cid-uOoOQtACPz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOoOQtACPz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOoOQtACPz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOoOQtACPz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOoOQtACPz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOoOQtACPz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOoOQtACPz .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uOoOQtACPz .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uOoOQtACPz .navbar.opened {
  transition: all 0.3s;
}
.cid-uOoOQtACPz .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOoOQtACPz .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: .3rem !important;
}
.cid-uOoOQtACPz .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uOoOQtACPz .navbar.collapsed {
  justify-content: center;
}
.cid-uOoOQtACPz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOoOQtACPz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOoOQtACPz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOoOQtACPz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOoOQtACPz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOoOQtACPz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOoOQtACPz .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOoOQtACPz .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOoOQtACPz .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uOoOQtACPz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOoOQtACPz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOoOQtACPz .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOoOQtACPz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOoOQtACPz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uOoOQtACPz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOoOQtACPz .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOoOQtACPz .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOoOQtACPz .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOoOQtACPz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uOoOQtACPz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOoOQtACPz .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOoOQtACPz .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOoOQtACPz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOoOQtACPz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOoOQtACPz .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-uOoOQtACPz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uOoOQtACPz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOoOQtACPz .dropdown-item.active,
.cid-uOoOQtACPz .dropdown-item:active {
  background-color: transparent;
}
.cid-uOoOQtACPz .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uOoOQtACPz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOoOQtACPz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOoOQtACPz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOoOQtACPz ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uOoOQtACPz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOoOQtACPz button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1c1c1c;
  background: #71818e;
}
.cid-uOoOQtACPz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOoOQtACPz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOoOQtACPz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOoOQtACPz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOoOQtACPz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOoOQtACPz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOoOQtACPz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOoOQtACPz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOoOQtACPz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOoOQtACPz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOoOQtACPz .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-uOoOQtACPz .navbar {
    height: 70px;
  }
  .cid-uOoOQtACPz .navbar.opened {
    height: auto;
  }
  .cid-uOoOQtACPz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOoOQtACPz .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uOoOQtACPz .container-fluid {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.cid-uOoOQtACPz .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uOoOQtACPz .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uOoOQtACPz .mbr-section-btn-main .btn {
  min-width: 140px;
}
.cid-uOoOQtACPz .navbar-caption:hover {
  color: #1c1c1c;
}
@media (min-width: 992px) {
  .cid-uOoOQtACPz .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uOoOQtACPz .text_widget {
  margin-bottom: 32px;
}
.cid-uOoOQtACPz .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uOoOQtACPz .text_widget a:hover,
.cid-uOoOQtACPz .text_widget a:focus {
  opacity: .8;
}
.cid-uOoOQtACPz .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uOoOQtACPz .navbar-caption {
  color: #ffffff;
}
.cid-uOoOQtACPz .mbr-text {
  color: #f4f4f4;
  text-align: center;
}
.cid-uOoOQtACPz .mbr-section-subtitle,
.cid-uOoOQtACPz .text_widget,
.cid-uOoOQtACPz .mbr-section-btn {
  text-align: center;
}
.cid-uOoOQtACPz a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uOoOREVf29 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #c1c1c1;
}
.cid-uOoOREVf29 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOoOREVf29 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOoOREVf29 .container-fluid {
  padding: 0;
}
@media (max-width: 1440px) {
  .cid-uOoOREVf29 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOoOREVf29 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uOoOREVf29 .container {
    padding: 0 16px;
  }
}
.cid-uOoOREVf29 .image-wrapper {
  height: 100%;
}
.cid-uOoOREVf29 .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uOoOREVf29 .image-wrapper img {
    height: 400px;
    margin: 32px 0;
    border-radius: .3rem !important;
  }
}
.cid-uOoOREVf29 .content-wrapper {
  padding: 150px 150px 150px 32px ;
  padding: 150px 32px 150px 150px;
}
@media (max-width: 1440px) {
  .cid-uOoOREVf29 .content-wrapper {
    padding: 150px 32px 150px 96px;
  }
}
@media (max-width: 992px) {
  .cid-uOoOREVf29 .content-wrapper {
    padding: 0 0 48px 0;
  }
}
@media (max-width: 1440px) {
  .cid-uOoOREVf29 .content-wrapper {
    padding: 150px 96px 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uOoOREVf29 .content-wrapper {
    padding: 0 0 48px 0;
  }
}
.cid-uOoOREVf29 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uOoOREVf29 .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uOoOREVf29 .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uOoOREVf29 .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uOoOREVf29 .mbr-section-title {
  color: #1c1c1c;
}
.cid-uOoOREVf29 .mbr-text {
  color: #1c1c1c;
}
.cid-uOoOQuIArt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
  position: relative;
}
.cid-uOoOQuIArt::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #51545f, #323337);
}
.cid-uOoOQuIArt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOoOQuIArt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOoOQuIArt .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uOoOQuIArt .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uOoOQuIArt .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uOoOQuIArt .container {
    padding: 0 16px;
  }
}
.cid-uOoOQuIArt .mbr-section-title {
  margin-bottom: 96px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uOoOQuIArt .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uOoOQuIArt .row {
  justify-content: space-between;
  margin: 0 -24px;
}
.cid-uOoOQuIArt .row .item {
  padding: 0 24px;
}
.cid-uOoOQuIArt .row .item:first-child {
  margin-bottom: 0;
}
.cid-uOoOQuIArt .item {
  margin-bottom: 32px;
}
.cid-uOoOQuIArt .item .item-wrapper {
  border-bottom: 1px solid #c1c1c1;
  border-radius: 0 !important;
  padding-bottom: 32px;
}
.cid-uOoOQuIArt .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-uOoOQuIArt .item .item-wrapper .card-box .card-text {
  margin-bottom: 16px;
}
.cid-uOoOQuIArt .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOoOQuIArt .card-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-uOoOQuIArt .card-text {
  color: #c1c1c1;
  text-align: center;
}
.cid-uOoOQuIArt .card-title,
.cid-uOoOQuIArt .mbr-section-btn {
  text-align: center;
}
.cid-uOoOQuIArt .mbr-section-title,
.cid-uOoOQuIArt .title-wrapper {
  text-align: center;
}
.cid-uOoOQvd5ot {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uOoOQvd5ot .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uOoOVRoLAt {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uOoOVRoLAt .navbar-dropdown {
  background-color: #1c1c1c !important;
  padding: 0;
}
.cid-uOoOVRoLAt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1c1c1c !important;
  background: #1c1c1c;
}
.cid-uOoOVRoLAt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOoOVRoLAt .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uOoOVRoLAt .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uOoOVRoLAt .menu_box .navbar.opened,
  .cid-uOoOVRoLAt .menu_box .navbar-collapse {
    background-color: #1c1c1c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOoOVRoLAt nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOoOVRoLAt .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uOoOVRoLAt .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOoOVRoLAt .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOoOVRoLAt .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOoOVRoLAt .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOoOVRoLAt .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #34363a;
  }
  .cid-uOoOVRoLAt .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOoOVRoLAt .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOoOVRoLAt .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOoOVRoLAt .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOoOVRoLAt .offcanvas-body .mbr-text,
  .cid-uOoOVRoLAt .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uOoOVRoLAt .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uOoOVRoLAt .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOoOVRoLAt .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uOoOVRoLAt .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOoOVRoLAt .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOoOVRoLAt .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOoOVRoLAt .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOoOVRoLAt ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOoOVRoLAt .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOoOVRoLAt .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-uOoOVRoLAt .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOoOVRoLAt 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-uOoOVRoLAt .lg_brand {
    margin: 0 1rem;
  }
  .cid-uOoOVRoLAt .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uOoOVRoLAt .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOoOVRoLAt .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uOoOVRoLAt .nav-item {
    margin: 0 !important;
  }
}
.cid-uOoOVRoLAt .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uOoOVRoLAt .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-uOoOVRoLAt .nav-item .nav-link:hover::before,
.cid-uOoOVRoLAt .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uOoOVRoLAt .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOoOVRoLAt .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uOoOVRoLAt .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uOoOVRoLAt .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOoOVRoLAt .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-uOoOVRoLAt .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOoOVRoLAt .offcanvas_box {
    display: none;
  }
}
.cid-uOoOVRoLAt .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uOoOVRoLAt .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOoOVRoLAt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uOoOVRoLAt .container {
  display: flex;
  margin: auto;
}
.cid-uOoOVRoLAt .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-uOoOVRoLAt .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOoOVRoLAt .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uOoOVRoLAt .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOoOVRoLAt .navbar-nav {
    margin: 0;
  }
}
.cid-uOoOVRoLAt .dropdown-menu,
.cid-uOoOVRoLAt .navbar.opened {
  background-color: false !important;
}
.cid-uOoOVRoLAt .nav-item:focus,
.cid-uOoOVRoLAt .nav-link:focus {
  outline: none;
}
.cid-uOoOVRoLAt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOoOVRoLAt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOoOVRoLAt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOoOVRoLAt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOoOVRoLAt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOoOVRoLAt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOoOVRoLAt .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uOoOVRoLAt .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uOoOVRoLAt .navbar.opened {
  transition: all 0.3s;
}
.cid-uOoOVRoLAt .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOoOVRoLAt .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: .3rem !important;
}
.cid-uOoOVRoLAt .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uOoOVRoLAt .navbar.collapsed {
  justify-content: center;
}
.cid-uOoOVRoLAt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOoOVRoLAt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOoOVRoLAt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOoOVRoLAt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOoOVRoLAt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOoOVRoLAt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOoOVRoLAt .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOoOVRoLAt .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOoOVRoLAt .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uOoOVRoLAt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOoOVRoLAt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOoOVRoLAt .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOoOVRoLAt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOoOVRoLAt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uOoOVRoLAt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOoOVRoLAt .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOoOVRoLAt .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOoOVRoLAt .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOoOVRoLAt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uOoOVRoLAt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOoOVRoLAt .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOoOVRoLAt .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOoOVRoLAt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOoOVRoLAt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOoOVRoLAt .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-uOoOVRoLAt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uOoOVRoLAt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOoOVRoLAt .dropdown-item.active,
.cid-uOoOVRoLAt .dropdown-item:active {
  background-color: transparent;
}
.cid-uOoOVRoLAt .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uOoOVRoLAt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOoOVRoLAt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOoOVRoLAt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOoOVRoLAt ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uOoOVRoLAt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOoOVRoLAt button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1c1c1c;
  background: #71818e;
}
.cid-uOoOVRoLAt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOoOVRoLAt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOoOVRoLAt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOoOVRoLAt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOoOVRoLAt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOoOVRoLAt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOoOVRoLAt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOoOVRoLAt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOoOVRoLAt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOoOVRoLAt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOoOVRoLAt .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-uOoOVRoLAt .navbar {
    height: 70px;
  }
  .cid-uOoOVRoLAt .navbar.opened {
    height: auto;
  }
  .cid-uOoOVRoLAt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOoOVRoLAt .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uOoOVRoLAt .container-fluid {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.cid-uOoOVRoLAt .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uOoOVRoLAt .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uOoOVRoLAt .mbr-section-btn-main .btn {
  min-width: 140px;
}
.cid-uOoOVRoLAt .navbar-caption:hover {
  color: #1c1c1c;
}
@media (min-width: 992px) {
  .cid-uOoOVRoLAt .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uOoOVRoLAt .text_widget {
  margin-bottom: 32px;
}
.cid-uOoOVRoLAt .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uOoOVRoLAt .text_widget a:hover,
.cid-uOoOVRoLAt .text_widget a:focus {
  opacity: .8;
}
.cid-uOoOVRoLAt .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uOoOVRoLAt .navbar-caption {
  color: #ffffff;
}
.cid-uOoOVRoLAt .mbr-text {
  color: #f4f4f4;
  text-align: center;
}
.cid-uOoOVRoLAt .mbr-section-subtitle,
.cid-uOoOVRoLAt .text_widget,
.cid-uOoOVRoLAt .mbr-section-btn {
  text-align: center;
}
.cid-uOoOVRoLAt a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uOoOWPWQvF {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #c1c1c1;
}
.cid-uOoOWPWQvF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOoOWPWQvF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOoOWPWQvF .container-fluid {
  padding: 0;
}
@media (max-width: 1440px) {
  .cid-uOoOWPWQvF .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOoOWPWQvF .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uOoOWPWQvF .container {
    padding: 0 16px;
  }
}
.cid-uOoOWPWQvF .image-wrapper {
  height: 100%;
}
.cid-uOoOWPWQvF .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uOoOWPWQvF .image-wrapper img {
    height: 400px;
    margin: 32px 0;
    border-radius: .3rem !important;
  }
}
.cid-uOoOWPWQvF .content-wrapper {
  padding: 150px 150px 150px 32px ;
}
@media (max-width: 1440px) {
  .cid-uOoOWPWQvF .content-wrapper {
    padding: 150px 96px 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uOoOWPWQvF .content-wrapper {
    padding: 0 0 48px 0;
  }
}
.cid-uOoOWPWQvF .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uOoOWPWQvF .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uOoOWPWQvF .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uOoOWPWQvF .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uOoOWPWQvF .mbr-section-title {
  color: #1c1c1c;
}
.cid-uOoOWPWQvF .mbr-text {
  color: #1c1c1c;
}
.cid-uOoOVShEs2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
  position: relative;
}
.cid-uOoOVShEs2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #51545f, #323337);
}
.cid-uOoOVShEs2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOoOVShEs2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOoOVShEs2 .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uOoOVShEs2 .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uOoOVShEs2 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uOoOVShEs2 .container {
    padding: 0 16px;
  }
}
.cid-uOoOVShEs2 .mbr-section-title {
  margin-bottom: 96px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uOoOVShEs2 .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uOoOVShEs2 .row {
  justify-content: space-between;
  margin: 0 -24px;
}
.cid-uOoOVShEs2 .row .item {
  padding: 0 24px;
}
.cid-uOoOVShEs2 .row .item:first-child {
  margin-bottom: 0;
}
.cid-uOoOVShEs2 .item {
  margin-bottom: 32px;
}
.cid-uOoOVShEs2 .item .item-wrapper {
  border-bottom: 1px solid #c1c1c1;
  border-radius: 0 !important;
  padding-bottom: 32px;
}
.cid-uOoOVShEs2 .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-uOoOVShEs2 .item .item-wrapper .card-box .card-text {
  margin-bottom: 16px;
}
.cid-uOoOVShEs2 .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOoOVShEs2 .card-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-uOoOVShEs2 .card-text {
  color: #c1c1c1;
  text-align: center;
}
.cid-uOoOVShEs2 .card-title,
.cid-uOoOVShEs2 .mbr-section-btn {
  text-align: center;
}
.cid-uOoOVShEs2 .mbr-section-title,
.cid-uOoOVShEs2 .title-wrapper {
  text-align: center;
}
.cid-uOoOVSI31I {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uOoOVSI31I .media-container-row .mbr-text {
  color: #ffffff;
}
