.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: Unbounded;
}
.display-1 {
  font-family: 'Unbounded', sans-serif;
  font-size: 5.3rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.625rem;
}
.display-2 {
  font-family: 'Unbounded', sans-serif;
  font-size: 4.375rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.46875rem;
}
.display-4 {
  font-family: 'Archivo', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Archivo', sans-serif;
  font-size: 3.125rem;
  line-height: 1.16em;
  letter-spacing: -0.015em;
}
.display-5 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-7 {
  font-family: 'Archivo', sans-serif;
  font-size: 1.5rem;
  line-height: 1.25em;
  letter-spacing: -0.015em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.24rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.71rem;
    font-size: calc( 2.505rem + (5.3 - 2.505) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.505rem + (5.3 - 2.505) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 0;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #ef6f3f !important;
}
.bg-info {
  background-color: #f0f0f0 !important;
}
.bg-warning {
  background-color: #569071 !important;
}
.bg-danger {
  background-color: #fed630 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #cbc97a !important;
  border-color: #cbc97a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #d9d89f !important;
  border-color: #d9d89f !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #d9d89f !important;
  border-color: #d9d89f !important;
}
.btn-info,
.btn-info:active {
  background-color: #f0f0f0 !important;
  border-color: #f0f0f0 !important;
  color: #717171 !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: #717171 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #ef6f3f !important;
  border-color: #ef6f3f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #f3926e !important;
  border-color: #f3926e !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #f3926e !important;
  border-color: #f3926e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #569071 !important;
  border-color: #569071 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #70a98b !important;
  border-color: #70a98b !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #70a98b !important;
  border-color: #70a98b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fed630 !important;
  border-color: #fed630 !important;
  color: #2f2600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fee063 !important;
  border-color: #fee063 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #2f2600 !important;
  background-color: #fee063 !important;
  border-color: #fee063 !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: #000000;
  color: #000000;
}
.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: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #cbc97a;
  color: #cbc97a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #aba943 !important;
  background-color: transparent !important;
  border-color: #aba943 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #cbc97a !important;
  border-color: #cbc97a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f0f0f0;
  color: #f0f0f0;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c5c5c5 !important;
  background-color: transparent !important;
  border-color: #c5c5c5 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #717171 !important;
  background-color: #f0f0f0 !important;
  border-color: #f0f0f0 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ef6f3f;
  color: #ef6f3f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c74211 !important;
  background-color: transparent !important;
  border-color: #c74211 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ef6f3f !important;
  border-color: #ef6f3f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #569071;
  color: #569071;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #365a46 !important;
  background-color: transparent !important;
  border-color: #365a46 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #569071 !important;
  border-color: #569071 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #fed630;
  color: #fed630;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d6ad01 !important;
  background-color: transparent !important;
  border-color: #d6ad01 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #2f2600 !important;
  background-color: #fed630 !important;
  border-color: #fed630 !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: #000000 !important;
}
.text-secondary {
  color: #cbc97a !important;
}
.text-success {
  color: #ef6f3f !important;
}
.text-info {
  color: #f0f0f0 !important;
}
.text-warning {
  color: #569071 !important;
}
.text-danger {
  color: #fed630 !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: #a09e3f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #b93e0f !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #bdbdbd !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #30503f !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #c7a101 !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: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f0f0f0;
}
.alert-warning {
  background-color: #569071;
}
.alert-danger {
  background-color: #fed630;
}
.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: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fffcfb;
}
.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: #a0c6b1;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fffefb;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Archivo', sans-serif;
  font-size: 1.5rem;
  line-height: 1.25em;
  letter-spacing: -0.015em;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Archivo', sans-serif;
  font-size: 1.5rem;
  line-height: 1.25em;
  letter-spacing: -0.015em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #000000;
}
/* 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: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.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: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #cbc97a !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='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 20px 40px;
  border: none !important;
  transition: all 0.5s ease-in-out;
  border-radius: 0 !important;
  max-width: 300px !important;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus {
  box-shadow: inset 300px 0 0 0 #f0f0f0;
  color: #000000 !important;
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus {
  box-shadow: inset 300px 0 0 0 #ef6f3f;
  color: #cbc97a !important;
}
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus {
  box-shadow: inset 300px 0 0 0 #cbc97a;
  color: #ef6f3f !important;
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  box-shadow: inset 300px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus {
  box-shadow: inset 300px 0 0 0 #fed630;
  color: #569071 !important;
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus {
  box-shadow: inset 300px 0 0 0 #569071;
  color: #fed630 !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus {
  box-shadow: inset 300px 0 0 0 #000000 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus {
  box-shadow: inset 300px 0 0 0 #ffffff !important;
  color: #000000 !important;
}
img {
  border-radius: 0 !important;
}
.cid-uOHnuGm2y4 {
  background-color: transparent;
}
.cid-uOHnuGm2y4 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uOHnuGm2y4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uOHnuGm2y4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOHnuGm2y4 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uOHnuGm2y4 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uOHnuGm2y4 .menu_box .navbar.opened,
  .cid-uOHnuGm2y4 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOHnuGm2y4 .navbar-dropdown {
  position: relative !important;
}
.cid-uOHnuGm2y4 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOHnuGm2y4 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOHnuGm2y4 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOHnuGm2y4 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOHnuGm2y4 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOHnuGm2y4 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uOHnuGm2y4 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOHnuGm2y4 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOHnuGm2y4 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOHnuGm2y4 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOHnuGm2y4 .offcanvas-body .mbr-text,
  .cid-uOHnuGm2y4 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uOHnuGm2y4 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uOHnuGm2y4 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOHnuGm2y4 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uOHnuGm2y4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOHnuGm2y4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOHnuGm2y4 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOHnuGm2y4 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOHnuGm2y4 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOHnuGm2y4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOHnuGm2y4 .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-uOHnuGm2y4 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOHnuGm2y4 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-uOHnuGm2y4 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uOHnuGm2y4 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uOHnuGm2y4 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOHnuGm2y4 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOHnuGm2y4 .nav-item {
    margin: 0 !important;
  }
}
.cid-uOHnuGm2y4 .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uOHnuGm2y4 .nav-item .nav-link:hover,
.cid-uOHnuGm2y4 .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-uOHnuGm2y4 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOHnuGm2y4 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uOHnuGm2y4 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uOHnuGm2y4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOHnuGm2y4 .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-uOHnuGm2y4 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOHnuGm2y4 .offcanvas_box {
    display: none;
  }
}
.cid-uOHnuGm2y4 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uOHnuGm2y4 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOHnuGm2y4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uOHnuGm2y4 .container {
  display: flex;
  margin: auto;
}
.cid-uOHnuGm2y4 .iconfont-wrapper {
  color: #000000;
  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-uOHnuGm2y4 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOHnuGm2y4 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uOHnuGm2y4 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOHnuGm2y4 .navbar-nav {
    margin: 0;
  }
}
.cid-uOHnuGm2y4 .dropdown-menu,
.cid-uOHnuGm2y4 .navbar.opened {
  background-color: false !important;
}
.cid-uOHnuGm2y4 .nav-item:focus,
.cid-uOHnuGm2y4 .nav-link:focus {
  outline: none;
}
.cid-uOHnuGm2y4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOHnuGm2y4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOHnuGm2y4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOHnuGm2y4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOHnuGm2y4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOHnuGm2y4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOHnuGm2y4 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uOHnuGm2y4 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uOHnuGm2y4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uOHnuGm2y4 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOHnuGm2y4 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uOHnuGm2y4 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uOHnuGm2y4 .navbar.collapsed {
  justify-content: center;
}
.cid-uOHnuGm2y4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOHnuGm2y4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOHnuGm2y4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOHnuGm2y4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOHnuGm2y4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOHnuGm2y4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOHnuGm2y4 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOHnuGm2y4 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOHnuGm2y4 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOHnuGm2y4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOHnuGm2y4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOHnuGm2y4 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOHnuGm2y4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOHnuGm2y4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uOHnuGm2y4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOHnuGm2y4 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOHnuGm2y4 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOHnuGm2y4 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOHnuGm2y4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uOHnuGm2y4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOHnuGm2y4 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOHnuGm2y4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOHnuGm2y4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOHnuGm2y4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOHnuGm2y4 .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-uOHnuGm2y4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uOHnuGm2y4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOHnuGm2y4 .dropdown-item.active,
.cid-uOHnuGm2y4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uOHnuGm2y4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uOHnuGm2y4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOHnuGm2y4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOHnuGm2y4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOHnuGm2y4 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uOHnuGm2y4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOHnuGm2y4 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uOHnuGm2y4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uOHnuGm2y4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOHnuGm2y4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOHnuGm2y4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOHnuGm2y4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOHnuGm2y4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOHnuGm2y4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOHnuGm2y4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOHnuGm2y4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOHnuGm2y4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOHnuGm2y4 .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-uOHnuGm2y4 .navbar {
    height: 70px;
  }
  .cid-uOHnuGm2y4 .navbar.opened {
    height: auto;
  }
  .cid-uOHnuGm2y4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOHnuGm2y4 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOHnuGm2y4 .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uOHnuGm2y4 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uOHnuGm2y4 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uOHnuGm2y4 .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uOHnuGm2y4 .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uOHnuGm2y4 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uOHnuGm2y4 .text_widget {
  margin-bottom: 32px;
}
.cid-uOHnuGm2y4 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uOHnuGm2y4 .text_widget a:hover,
.cid-uOHnuGm2y4 .text_widget a:focus {
  opacity: .6;
}
.cid-uOHnuGm2y4 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uOHnuGm2y4 .navbar-caption {
  color: #000000;
}
.cid-uOHnuGm2y4 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uOHnuGm2y4 .mbr-section-subtitle,
.cid-uOHnuGm2y4 .text_widget,
.cid-uOHnuGm2y4 .mbr-section-btn {
  text-align: center;
}
.cid-uOHnuGm2y4 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uOHnuWPPDF {
  background-image: url("../../../assets/images/screenshot-197.png-1197x797.png");
}
.cid-uOHnuWPPDF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOHnuWPPDF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOHnuWPPDF .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uOHnuWPPDF .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uOHnuWPPDF .container {
    padding: 0 25px;
  }
}
.cid-uOHnuWPPDF .title-wrapper {
  padding: 0 15%;
}
@media (max-width: 992px) {
  .cid-uOHnuWPPDF .title-wrapper {
    padding: 0;
  }
}
.cid-uOHnuWPPDF .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uOHnuWPPDF .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-uOHnuWPPDF .mbr-section-title {
  color: #ffffff;
}
.cid-uOHnuWPPDF .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uOHnuWPPDF .mbr-section-title,
.cid-uOHnuWPPDF .mbr-section-btn {
  text-align: center;
}
.cid-uOHnBWxS0Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOHnBWxS0Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOHnBWxS0Q .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-uOHnBWxS0Q .container {
    padding: 0 25px;
  }
}
.cid-uOHnBWxS0Q .title-wrapper .mbr-section-title {
  margin: 0 42px 50px 0;
}
@media (max-width: 1440px) {
  .cid-uOHnBWxS0Q .title-wrapper .mbr-section-title {
    margin: 0 0 50px 0;
  }
}
.cid-uOHnBWxS0Q .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 65px;
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-uOHnBWxS0Q .items {
    grid-template-columns: 1fr;
    padding-top: 0;
  }
}
.cid-uOHnBWxS0Q .items .item {
  margin-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uOHnBWxS0Q .items .item {
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uOHnBWxS0Q .items .item {
    margin: 0;
  }
}
.cid-uOHnBWxS0Q .items .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .cid-uOHnBWxS0Q .items .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOHnBWxS0Q .items .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  display: inline-flex;
  color: #000000;
}
.cid-uOHnBWxS0Q .items .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uOHnBWxS0Q .items .item .item-wrapper .card-box .mbr-text {
  margin-bottom: 0;
}
.cid-uOHnBWxS0Q .mbr-section-title {
  color: #000000;
}
.cid-uOHnBWxS0Q .item-title {
  color: #000000;
}
.cid-uOHnBWxS0Q .mbr-text {
  color: #000000;
}
.cid-uOHnxZu61d {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uOHnxZu61d .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOHnxZu61d .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOHnxZu61d .container {
    padding: 0 25px;
  }
}
.cid-uOHnxZu61d .row {
  margin: 0;
}
.cid-uOHnxZu61d .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uOHnxZu61d .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-uOHnxZu61d .image-wrapper {
    min-height: 350px;
  }
}
.cid-uOHnxZu61d .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uOHnxZu61d .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uOHnxZu61d .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uOHnxZu61d .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uOHnxZu61d .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOHnxZu61d .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uOHnxZu61d .mbr-section-title {
  color: #000000;
}
.cid-uOHnxZu61d .mbr-text {
  color: #000000;
}
.cid-uOHnxHyaPG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uOHnxHyaPG .container {
    padding: 0 25px;
  }
}
.cid-uOHnxHyaPG .title-wrapper {
  margin: 25px 0;
}
.cid-uOHnxHyaPG .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOHnxHyaPG .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-uOHnxHyaPG .text-wrapper .mbr-section-subtitle {
  margin: 25px 0;
}
.cid-uOHnxHyaPG .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOHnxHyaPG .mbr-section-title {
  color: #000000;
}
.cid-uOHnxHyaPG .mbr-section-subtitle {
  color: #000000;
}
.cid-uOHnxHyaPG .mbr-text {
  color: #000000;
}
.cid-uOHnIOrhm0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOHnIOrhm0 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOHnIOrhm0 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOHnIOrhm0 .container {
    padding: 0 25px;
  }
}
.cid-uOHnIOrhm0 .row {
  margin: 0;
}
.cid-uOHnIOrhm0 .row .card {
  padding: 0;
}
.cid-uOHnIOrhm0 .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uOHnIOrhm0 .image-wrapper {
    height: 350px;
  }
}
.cid-uOHnIOrhm0 .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uOHnIOrhm0 .title-wrapper {
  position: relative;
  padding: 70px 12%;
  background-color: #171717;
}
@media (max-width: 768px) {
  .cid-uOHnIOrhm0 .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uOHnIOrhm0 .title-wrapper .mbr-section-title {
  margin-bottom: 105px;
}
.cid-uOHnIOrhm0 .title-wrapper .logo-wrapper {
  margin-bottom: 40px;
}
.cid-uOHnIOrhm0 .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-uOHnIOrhm0 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uOHnIOrhm0 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOHnIOrhm0 .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uOHnIOrhm0 .mbr-section-title {
  color: #ffffff;
}
.cid-uOHnIOrhm0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uOHnIOrhm0 .mbr-text {
  color: #ffffff;
}
.cid-uOHnMvZyWI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-uOHnMvZyWI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOHnMvZyWI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOHnMvZyWI .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uOHnMvZyWI .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uOHnMvZyWI .container {
    padding: 0 25px;
  }
}
.cid-uOHnMvZyWI .row {
  justify-content: center;
}
.cid-uOHnMvZyWI .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uOHnMvZyWI .item {
  margin-bottom: 30px;
}
.cid-uOHnMvZyWI .item:hover .item-wrapper .item-content,
.cid-uOHnMvZyWI .item:focus .item-wrapper .item-content {
  box-shadow: inset 0 200px 0 0;
}
.cid-uOHnMvZyWI .item:hover .item-wrapper .item-content .mbr-role,
.cid-uOHnMvZyWI .item:focus .item-wrapper .item-content .mbr-role {
  color: #ffffff;
}
.cid-uOHnMvZyWI .item:hover .item-wrapper .item-content .mbr-name,
.cid-uOHnMvZyWI .item:focus .item-wrapper .item-content .mbr-name {
  color: #ffffff;
}
.cid-uOHnMvZyWI .item:hover .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont,
.cid-uOHnMvZyWI .item:focus .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  color: #ffffff;
}
.cid-uOHnMvZyWI .item .item-wrapper {
  border-radius: 0 !important;
}
.cid-uOHnMvZyWI .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
}
.cid-uOHnMvZyWI .item .item-wrapper .item-content {
  padding: 20px 40px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOHnMvZyWI .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-uOHnMvZyWI .item .item-wrapper .item-content .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uOHnMvZyWI .item .item-wrapper .item-content .mbr-name {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uOHnMvZyWI .item .item-wrapper .item-content .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uOHnMvZyWI .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item {
  margin-right: 16px;
}
.cid-uOHnMvZyWI .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uOHnMvZyWI .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uOHnMvZyWI .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uOHnMvZyWI .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uOHnMvZyWI .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uOHnMvZyWI .mbr-name {
  color: #000000;
}
.cid-uOHnMvZyWI .mbr-role {
  color: #000000;
}
.cid-uOHnOXcABh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOHnOXcABh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOHnOXcABh .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-uOHnOXcABh .container {
    padding: 0 25px;
  }
}
.cid-uOHnOXcABh .row {
  justify-content: center;
}
.cid-uOHnOXcABh .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOHnOXcABh .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOHnOXcABh .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOHnOXcABh .image-wrapper img {
    height: 350px;
  }
}
.cid-uOHnOXcABh .form-wrapper {
  padding-left: 54px;
}
@media (max-width: 992px) {
  .cid-uOHnOXcABh .form-wrapper {
    padding: 0 12px;
  }
}
.cid-uOHnOXcABh .form-wrapper .dragArea.row {
  margin: 0;
}
.cid-uOHnOXcABh .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-uOHnOXcABh .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-uOHnOXcABh .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uOHnOXcABh .form-wrapper .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 12px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #e1e1e1 !important;
  border-radius: 0 !important;
}
.cid-uOHnOXcABh .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #e1e1e1;
}
.cid-uOHnOXcABh .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uOHnOXcABh .form-wrapper .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #e1e1e1 !important;
}
.cid-uOHnOXcABh .form-wrapper .dragArea.row .form-group textarea {
  min-height: 124px;
}
.cid-uOHnOXcABh .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uOHnOXcABh .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e1e1e1;
  border-color: #e1e1e1;
}
.cid-uOHnOXcABh .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uOHnOXcABh .mbr-section-title {
  color: #000000;
}
.cid-uOHnOXcABh .mbr-text {
  color: #000000;
}
.cid-uOHnOXcABh label {
  color: #000000;
}
.cid-uOHnW2nSFS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOHnW2nSFS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOHnW2nSFS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOHnW2nSFS .items-wrapper {
  justify-content: center;
  margin: 0 -15px;
}
.cid-uOHnW2nSFS .item {
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uOHnW2nSFS .item {
    margin-bottom: 15px;
  }
}
.cid-uOHnW2nSFS .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
  border: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uOHnW2nSFS .item .item-wrapper {
    padding: 30px;
  }
}
.cid-uOHnW2nSFS .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uOHnW2nSFS .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOHnW2nSFS .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 25px;
  color: #000000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uOHnW2nSFS .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
    font-size: 26px;
  }
}
.cid-uOHnW2nSFS .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uOHnW2nSFS .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uOHnW2nSFS .item .item-wrapper .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOHnW2nSFS .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uOHnW2nSFS .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uOHnW2nSFS .card-title {
  color: #000000;
}
.cid-uOHnW2nSFS .card-text {
  color: #8a8a8a;
}
.cid-uOHnXSM5BH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #01004c;
}
.cid-uOHnXSM5BH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOHnXSM5BH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOHnXSM5BH .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOHnXSM5BH .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uOHnXSM5BH .container {
    padding: 0 14px;
  }
}
.cid-uOHnXSM5BH .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uOHnXSM5BH .google-map iframe {
    height: 300px;
  }
}
.cid-uOHnYAYnej {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uOHnYAYnej .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOHnYAYnej .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOHnYAYnej .copyright {
  color: #ffffff;
}
.cid-uOHnYAYnej .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uOHnYAYnej .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uOHnYAYnej .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uOHnYAYnej .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uOHnYAYnej .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uOHnYAYnej .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uOHnYAYnej .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uOHnYAYnej .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uOHnYAYnej .row-links-soc,
.cid-uOHnYAYnej .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uOHnYAYnej .copyright,
.cid-uOHnYAYnej .line {
  color: #ffffff;
}
.cid-uOHnYAYnej .row-links-soc {
  color: #ffffff;
}
.cid-uOHyDbE3xo {
  background-color: transparent;
}
.cid-uOHyDbE3xo .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uOHyDbE3xo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uOHyDbE3xo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOHyDbE3xo .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uOHyDbE3xo .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uOHyDbE3xo .menu_box .navbar.opened,
  .cid-uOHyDbE3xo .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOHyDbE3xo .navbar-dropdown {
  position: relative !important;
}
.cid-uOHyDbE3xo .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOHyDbE3xo .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOHyDbE3xo .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOHyDbE3xo .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOHyDbE3xo .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOHyDbE3xo .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uOHyDbE3xo .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOHyDbE3xo .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOHyDbE3xo .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOHyDbE3xo .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOHyDbE3xo .offcanvas-body .mbr-text,
  .cid-uOHyDbE3xo .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uOHyDbE3xo .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uOHyDbE3xo .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOHyDbE3xo .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uOHyDbE3xo .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOHyDbE3xo .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOHyDbE3xo .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOHyDbE3xo .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOHyDbE3xo ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOHyDbE3xo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOHyDbE3xo .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-uOHyDbE3xo .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOHyDbE3xo 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-uOHyDbE3xo .lg_brand {
    margin: 0 1rem;
  }
  .cid-uOHyDbE3xo .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uOHyDbE3xo .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOHyDbE3xo .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOHyDbE3xo .nav-item {
    margin: 0 !important;
  }
}
.cid-uOHyDbE3xo .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uOHyDbE3xo .nav-item .nav-link:hover,
.cid-uOHyDbE3xo .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-uOHyDbE3xo .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOHyDbE3xo .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uOHyDbE3xo .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uOHyDbE3xo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOHyDbE3xo .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-uOHyDbE3xo .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOHyDbE3xo .offcanvas_box {
    display: none;
  }
}
.cid-uOHyDbE3xo .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uOHyDbE3xo .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOHyDbE3xo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uOHyDbE3xo .container {
  display: flex;
  margin: auto;
}
.cid-uOHyDbE3xo .iconfont-wrapper {
  color: #000000;
  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-uOHyDbE3xo .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOHyDbE3xo .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uOHyDbE3xo .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOHyDbE3xo .navbar-nav {
    margin: 0;
  }
}
.cid-uOHyDbE3xo .dropdown-menu,
.cid-uOHyDbE3xo .navbar.opened {
  background-color: false !important;
}
.cid-uOHyDbE3xo .nav-item:focus,
.cid-uOHyDbE3xo .nav-link:focus {
  outline: none;
}
.cid-uOHyDbE3xo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOHyDbE3xo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOHyDbE3xo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOHyDbE3xo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOHyDbE3xo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOHyDbE3xo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOHyDbE3xo .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uOHyDbE3xo .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uOHyDbE3xo .navbar.opened {
  transition: all 0.3s;
}
.cid-uOHyDbE3xo .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOHyDbE3xo .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uOHyDbE3xo .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uOHyDbE3xo .navbar.collapsed {
  justify-content: center;
}
.cid-uOHyDbE3xo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOHyDbE3xo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOHyDbE3xo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOHyDbE3xo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOHyDbE3xo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOHyDbE3xo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOHyDbE3xo .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOHyDbE3xo .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOHyDbE3xo .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOHyDbE3xo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOHyDbE3xo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOHyDbE3xo .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOHyDbE3xo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOHyDbE3xo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uOHyDbE3xo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOHyDbE3xo .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOHyDbE3xo .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOHyDbE3xo .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOHyDbE3xo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uOHyDbE3xo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOHyDbE3xo .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOHyDbE3xo .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOHyDbE3xo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOHyDbE3xo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOHyDbE3xo .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-uOHyDbE3xo .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uOHyDbE3xo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOHyDbE3xo .dropdown-item.active,
.cid-uOHyDbE3xo .dropdown-item:active {
  background-color: transparent;
}
.cid-uOHyDbE3xo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uOHyDbE3xo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOHyDbE3xo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOHyDbE3xo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOHyDbE3xo ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uOHyDbE3xo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOHyDbE3xo button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uOHyDbE3xo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uOHyDbE3xo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOHyDbE3xo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOHyDbE3xo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOHyDbE3xo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOHyDbE3xo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOHyDbE3xo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOHyDbE3xo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOHyDbE3xo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOHyDbE3xo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOHyDbE3xo .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-uOHyDbE3xo .navbar {
    height: 70px;
  }
  .cid-uOHyDbE3xo .navbar.opened {
    height: auto;
  }
  .cid-uOHyDbE3xo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOHyDbE3xo .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOHyDbE3xo .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uOHyDbE3xo .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uOHyDbE3xo .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uOHyDbE3xo .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uOHyDbE3xo .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uOHyDbE3xo .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uOHyDbE3xo .text_widget {
  margin-bottom: 32px;
}
.cid-uOHyDbE3xo .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uOHyDbE3xo .text_widget a:hover,
.cid-uOHyDbE3xo .text_widget a:focus {
  opacity: .6;
}
.cid-uOHyDbE3xo .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uOHyDbE3xo .navbar-caption {
  color: #000000;
}
.cid-uOHyDbE3xo .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uOHyDbE3xo .mbr-section-subtitle,
.cid-uOHyDbE3xo .text_widget,
.cid-uOHyDbE3xo .mbr-section-btn {
  text-align: center;
}
.cid-uOHyDbE3xo a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uOHyDfvoQb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOHyDfvoQb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOHyDfvoQb .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-uOHyDfvoQb .container {
    padding: 0 25px;
  }
}
.cid-uOHyDfvoQb .row {
  justify-content: center;
}
.cid-uOHyDfvoQb .title-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uOHyDfvoQb .title-wrapper {
    margin-bottom: 120px;
  }
}
.cid-uOHyDfvoQb .title-wrapper .title-wrap {
  position: sticky;
  top: 20px;
}
@media (max-width: 992px) {
  .cid-uOHyDfvoQb .title-wrapper .title-wrap {
    position: static;
  }
}
.cid-uOHyDfvoQb .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOHyDfvoQb .title-wrapper .title-wrap .icon-wrapper {
  padding-top: 460px;
}
@media (max-width: 992px) {
  .cid-uOHyDfvoQb .title-wrapper .title-wrap .icon-wrapper {
    padding-top: 60px;
  }
}
.cid-uOHyDfvoQb .title-wrapper .title-wrap .icon-wrapper .mbr-iconfont {
  width: 180px;
  height: 180px;
  font-size: 60px;
  border: 32px solid #fed630;
  background-color: #ffde56;
  color: #000000;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.cid-uOHyDfvoQb .item:first-child .item-wrapper {
  border-top: 2px solid #e1e1e1;
}
.cid-uOHyDfvoQb .item .item-wrapper {
  padding: 40px 0 30px;
  border-bottom: 2px solid #e1e1e1;
  display: flex;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uOHyDfvoQb .item .item-wrapper {
    display: block;
  }
}
.cid-uOHyDfvoQb .item .item-wrapper .item-img {
  display: block;
  min-width: 84px;
}
.cid-uOHyDfvoQb .item .item-wrapper .item-img img {
  height: 84px;
  width: 84px;
  object-fit: cover;
  margin-right: 35px;
}
@media (max-width: 992px) {
  .cid-uOHyDfvoQb .item .item-wrapper .item-img img {
    margin: 0 auto 35px;
  }
}
.cid-uOHyDfvoQb .item .item-wrapper .item-content {
  width: 100%;
}
.cid-uOHyDfvoQb .item .item-wrapper .item-content .content-wrap .mbr-text {
  margin-bottom: 20px;
}
.cid-uOHyDfvoQb .item .item-wrapper .item-content .content-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uOHyDfvoQb .mbr-section-title {
  color: #000000;
}
.cid-uOHyDfvoQb .mbr-text {
  color: #000000;
}
.cid-uOHyDfvoQb .mbr-desc {
  color: #000000;
}
.cid-uOHyDi7rma {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOHyDi7rma .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOHyDi7rma .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOHyDi7rma .items-wrapper {
  justify-content: center;
  margin: 0 -15px;
}
.cid-uOHyDi7rma .item {
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uOHyDi7rma .item {
    margin-bottom: 15px;
  }
}
.cid-uOHyDi7rma .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
  border: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uOHyDi7rma .item .item-wrapper {
    padding: 30px;
  }
}
.cid-uOHyDi7rma .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uOHyDi7rma .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOHyDi7rma .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 25px;
  color: #000000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uOHyDi7rma .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
    font-size: 26px;
  }
}
.cid-uOHyDi7rma .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uOHyDi7rma .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uOHyDi7rma .item .item-wrapper .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOHyDi7rma .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uOHyDi7rma .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uOHyDi7rma .card-title {
  color: #000000;
}
.cid-uOHyDi7rma .card-text {
  color: #8a8a8a;
}
.cid-uOHyDiBlp2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #01004c;
}
.cid-uOHyDiBlp2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOHyDiBlp2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOHyDiBlp2 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOHyDiBlp2 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uOHyDiBlp2 .container {
    padding: 0 14px;
  }
}
.cid-uOHyDiBlp2 .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uOHyDiBlp2 .google-map iframe {
    height: 300px;
  }
}
.cid-uOHyDj8QPu {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uOHyDj8QPu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOHyDj8QPu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOHyDj8QPu .copyright {
  color: #ffffff;
}
.cid-uOHyDj8QPu .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uOHyDj8QPu .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uOHyDj8QPu .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uOHyDj8QPu .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uOHyDj8QPu .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uOHyDj8QPu .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uOHyDj8QPu .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uOHyDj8QPu .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uOHyDj8QPu .row-links-soc,
.cid-uOHyDj8QPu .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uOHyDj8QPu .copyright,
.cid-uOHyDj8QPu .line {
  color: #ffffff;
}
.cid-uOHyDj8QPu .row-links-soc {
  color: #ffffff;
}
.cid-uOHyOxka6v {
  background-color: transparent;
}
.cid-uOHyOxka6v .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uOHyOxka6v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uOHyOxka6v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOHyOxka6v .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uOHyOxka6v .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uOHyOxka6v .menu_box .navbar.opened,
  .cid-uOHyOxka6v .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOHyOxka6v .navbar-dropdown {
  position: relative !important;
}
.cid-uOHyOxka6v .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOHyOxka6v .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOHyOxka6v .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOHyOxka6v .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOHyOxka6v .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOHyOxka6v .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uOHyOxka6v .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOHyOxka6v .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOHyOxka6v .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOHyOxka6v .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOHyOxka6v .offcanvas-body .mbr-text,
  .cid-uOHyOxka6v .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uOHyOxka6v .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uOHyOxka6v .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOHyOxka6v .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uOHyOxka6v .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOHyOxka6v .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOHyOxka6v .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOHyOxka6v .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOHyOxka6v ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOHyOxka6v .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOHyOxka6v .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-uOHyOxka6v .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOHyOxka6v 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-uOHyOxka6v .lg_brand {
    margin: 0 1rem;
  }
  .cid-uOHyOxka6v .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uOHyOxka6v .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOHyOxka6v .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOHyOxka6v .nav-item {
    margin: 0 !important;
  }
}
.cid-uOHyOxka6v .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uOHyOxka6v .nav-item .nav-link:hover,
.cid-uOHyOxka6v .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-uOHyOxka6v .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOHyOxka6v .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uOHyOxka6v .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uOHyOxka6v .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOHyOxka6v .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-uOHyOxka6v .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOHyOxka6v .offcanvas_box {
    display: none;
  }
}
.cid-uOHyOxka6v .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uOHyOxka6v .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOHyOxka6v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uOHyOxka6v .container {
  display: flex;
  margin: auto;
}
.cid-uOHyOxka6v .iconfont-wrapper {
  color: #000000;
  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-uOHyOxka6v .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOHyOxka6v .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uOHyOxka6v .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOHyOxka6v .navbar-nav {
    margin: 0;
  }
}
.cid-uOHyOxka6v .dropdown-menu,
.cid-uOHyOxka6v .navbar.opened {
  background-color: false !important;
}
.cid-uOHyOxka6v .nav-item:focus,
.cid-uOHyOxka6v .nav-link:focus {
  outline: none;
}
.cid-uOHyOxka6v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOHyOxka6v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOHyOxka6v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOHyOxka6v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOHyOxka6v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOHyOxka6v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOHyOxka6v .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uOHyOxka6v .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uOHyOxka6v .navbar.opened {
  transition: all 0.3s;
}
.cid-uOHyOxka6v .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOHyOxka6v .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uOHyOxka6v .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uOHyOxka6v .navbar.collapsed {
  justify-content: center;
}
.cid-uOHyOxka6v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOHyOxka6v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOHyOxka6v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOHyOxka6v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOHyOxka6v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOHyOxka6v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOHyOxka6v .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOHyOxka6v .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOHyOxka6v .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOHyOxka6v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOHyOxka6v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOHyOxka6v .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOHyOxka6v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOHyOxka6v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uOHyOxka6v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOHyOxka6v .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOHyOxka6v .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOHyOxka6v .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOHyOxka6v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uOHyOxka6v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOHyOxka6v .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOHyOxka6v .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOHyOxka6v .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOHyOxka6v .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOHyOxka6v .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-uOHyOxka6v .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uOHyOxka6v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOHyOxka6v .dropdown-item.active,
.cid-uOHyOxka6v .dropdown-item:active {
  background-color: transparent;
}
.cid-uOHyOxka6v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uOHyOxka6v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOHyOxka6v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOHyOxka6v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOHyOxka6v ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uOHyOxka6v .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOHyOxka6v button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uOHyOxka6v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uOHyOxka6v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOHyOxka6v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOHyOxka6v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOHyOxka6v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOHyOxka6v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOHyOxka6v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOHyOxka6v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOHyOxka6v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOHyOxka6v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOHyOxka6v .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-uOHyOxka6v .navbar {
    height: 70px;
  }
  .cid-uOHyOxka6v .navbar.opened {
    height: auto;
  }
  .cid-uOHyOxka6v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOHyOxka6v .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOHyOxka6v .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uOHyOxka6v .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uOHyOxka6v .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uOHyOxka6v .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uOHyOxka6v .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uOHyOxka6v .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uOHyOxka6v .text_widget {
  margin-bottom: 32px;
}
.cid-uOHyOxka6v .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uOHyOxka6v .text_widget a:hover,
.cid-uOHyOxka6v .text_widget a:focus {
  opacity: .6;
}
.cid-uOHyOxka6v .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uOHyOxka6v .navbar-caption {
  color: #000000;
}
.cid-uOHyOxka6v .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uOHyOxka6v .mbr-section-subtitle,
.cid-uOHyOxka6v .text_widget,
.cid-uOHyOxka6v .mbr-section-btn {
  text-align: center;
}
.cid-uOHyOxka6v a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uOHyOylNa6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOHyOylNa6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOHyOylNa6 .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-uOHyOylNa6 .container {
    padding: 0 25px;
  }
}
.cid-uOHyOylNa6 .row {
  justify-content: center;
}
.cid-uOHyOylNa6 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uOHyOylNa6 .item:first-child .item-wrapper {
  border-top: 2px solid #e1e1e1;
}
.cid-uOHyOylNa6 .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 2px solid #e1e1e1;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uOHyOylNa6 .item .item-wrapper:hover .item-img img,
.cid-uOHyOylNa6 .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uOHyOylNa6 .item .item-wrapper {
    display: block;
  }
}
.cid-uOHyOylNa6 .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uOHyOylNa6 .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uOHyOylNa6 .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uOHyOylNa6 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uOHyOylNa6 .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOHyOylNa6 .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uOHyOylNa6 .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uOHyOylNa6 .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uOHyOylNa6 .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uOHyOylNa6 .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #000000;
  color: #ffffff;
}
.cid-uOHyOylNa6 .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #f7f7f7;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uOHyOylNa6 .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uOHyOylNa6 .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uOHyOylNa6 .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uOHyOylNa6 .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uOHyOylNa6 .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uOHyOylNa6 .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uOHyOylNa6 .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #000000 !important;
  color: #ffffff;
}
.cid-uOHyOylNa6 .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #f0f0f0;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uOHyOylNa6 .mbr-section-title {
  color: #000000;
}
.cid-uOHyOylNa6 .item-title {
  color: #000000;
}
.cid-uOHyOylNa6 .item-desc {
  color: #000000;
}
.cid-uOHyOylNa6 .item-subtitle {
  color: #000000;
}
.cid-uOHyOylNa6 .item-price {
  color: #000000;
}
.cid-uOHyOzCk89 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOHyOzCk89 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOHyOzCk89 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOHyOzCk89 .items-wrapper {
  justify-content: center;
  margin: 0 -15px;
}
.cid-uOHyOzCk89 .item {
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uOHyOzCk89 .item {
    margin-bottom: 15px;
  }
}
.cid-uOHyOzCk89 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
  border: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uOHyOzCk89 .item .item-wrapper {
    padding: 30px;
  }
}
.cid-uOHyOzCk89 .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uOHyOzCk89 .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOHyOzCk89 .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 25px;
  color: #000000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uOHyOzCk89 .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
    font-size: 26px;
  }
}
.cid-uOHyOzCk89 .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uOHyOzCk89 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uOHyOzCk89 .item .item-wrapper .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOHyOzCk89 .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uOHyOzCk89 .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uOHyOzCk89 .card-title {
  color: #000000;
}
.cid-uOHyOzCk89 .card-text {
  color: #8a8a8a;
}
.cid-uOHyOA5uZ7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #01004c;
}
.cid-uOHyOA5uZ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOHyOA5uZ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOHyOA5uZ7 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOHyOA5uZ7 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uOHyOA5uZ7 .container {
    padding: 0 14px;
  }
}
.cid-uOHyOA5uZ7 .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uOHyOA5uZ7 .google-map iframe {
    height: 300px;
  }
}
.cid-uOHyOAx8DX {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uOHyOAx8DX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOHyOAx8DX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOHyOAx8DX .copyright {
  color: #ffffff;
}
.cid-uOHyOAx8DX .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uOHyOAx8DX .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uOHyOAx8DX .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uOHyOAx8DX .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uOHyOAx8DX .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uOHyOAx8DX .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uOHyOAx8DX .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uOHyOAx8DX .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uOHyOAx8DX .row-links-soc,
.cid-uOHyOAx8DX .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uOHyOAx8DX .copyright,
.cid-uOHyOAx8DX .line {
  color: #ffffff;
}
.cid-uOHyOAx8DX .row-links-soc {
  color: #ffffff;
}
.cid-uOHyYj3EmV {
  background-color: transparent;
}
.cid-uOHyYj3EmV .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uOHyYj3EmV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uOHyYj3EmV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOHyYj3EmV .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uOHyYj3EmV .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uOHyYj3EmV .menu_box .navbar.opened,
  .cid-uOHyYj3EmV .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOHyYj3EmV .navbar-dropdown {
  position: relative !important;
}
.cid-uOHyYj3EmV .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOHyYj3EmV .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOHyYj3EmV .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOHyYj3EmV .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOHyYj3EmV .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOHyYj3EmV .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uOHyYj3EmV .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOHyYj3EmV .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOHyYj3EmV .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOHyYj3EmV .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOHyYj3EmV .offcanvas-body .mbr-text,
  .cid-uOHyYj3EmV .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uOHyYj3EmV .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uOHyYj3EmV .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOHyYj3EmV .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uOHyYj3EmV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOHyYj3EmV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOHyYj3EmV .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOHyYj3EmV .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOHyYj3EmV ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOHyYj3EmV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOHyYj3EmV .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-uOHyYj3EmV .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOHyYj3EmV 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-uOHyYj3EmV .lg_brand {
    margin: 0 1rem;
  }
  .cid-uOHyYj3EmV .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uOHyYj3EmV .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOHyYj3EmV .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOHyYj3EmV .nav-item {
    margin: 0 !important;
  }
}
.cid-uOHyYj3EmV .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uOHyYj3EmV .nav-item .nav-link:hover,
.cid-uOHyYj3EmV .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-uOHyYj3EmV .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOHyYj3EmV .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uOHyYj3EmV .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uOHyYj3EmV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOHyYj3EmV .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-uOHyYj3EmV .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOHyYj3EmV .offcanvas_box {
    display: none;
  }
}
.cid-uOHyYj3EmV .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uOHyYj3EmV .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOHyYj3EmV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uOHyYj3EmV .container {
  display: flex;
  margin: auto;
}
.cid-uOHyYj3EmV .iconfont-wrapper {
  color: #000000;
  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-uOHyYj3EmV .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOHyYj3EmV .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uOHyYj3EmV .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOHyYj3EmV .navbar-nav {
    margin: 0;
  }
}
.cid-uOHyYj3EmV .dropdown-menu,
.cid-uOHyYj3EmV .navbar.opened {
  background-color: false !important;
}
.cid-uOHyYj3EmV .nav-item:focus,
.cid-uOHyYj3EmV .nav-link:focus {
  outline: none;
}
.cid-uOHyYj3EmV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOHyYj3EmV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOHyYj3EmV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOHyYj3EmV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOHyYj3EmV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOHyYj3EmV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOHyYj3EmV .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uOHyYj3EmV .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uOHyYj3EmV .navbar.opened {
  transition: all 0.3s;
}
.cid-uOHyYj3EmV .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOHyYj3EmV .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uOHyYj3EmV .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uOHyYj3EmV .navbar.collapsed {
  justify-content: center;
}
.cid-uOHyYj3EmV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOHyYj3EmV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOHyYj3EmV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOHyYj3EmV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOHyYj3EmV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOHyYj3EmV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOHyYj3EmV .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOHyYj3EmV .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOHyYj3EmV .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOHyYj3EmV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOHyYj3EmV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOHyYj3EmV .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOHyYj3EmV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOHyYj3EmV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uOHyYj3EmV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOHyYj3EmV .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOHyYj3EmV .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOHyYj3EmV .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOHyYj3EmV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uOHyYj3EmV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOHyYj3EmV .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOHyYj3EmV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOHyYj3EmV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOHyYj3EmV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOHyYj3EmV .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-uOHyYj3EmV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uOHyYj3EmV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOHyYj3EmV .dropdown-item.active,
.cid-uOHyYj3EmV .dropdown-item:active {
  background-color: transparent;
}
.cid-uOHyYj3EmV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uOHyYj3EmV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOHyYj3EmV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOHyYj3EmV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOHyYj3EmV ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uOHyYj3EmV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOHyYj3EmV button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uOHyYj3EmV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uOHyYj3EmV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOHyYj3EmV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOHyYj3EmV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOHyYj3EmV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOHyYj3EmV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOHyYj3EmV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOHyYj3EmV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOHyYj3EmV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOHyYj3EmV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOHyYj3EmV .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-uOHyYj3EmV .navbar {
    height: 70px;
  }
  .cid-uOHyYj3EmV .navbar.opened {
    height: auto;
  }
  .cid-uOHyYj3EmV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOHyYj3EmV .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOHyYj3EmV .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uOHyYj3EmV .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uOHyYj3EmV .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uOHyYj3EmV .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uOHyYj3EmV .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uOHyYj3EmV .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uOHyYj3EmV .text_widget {
  margin-bottom: 32px;
}
.cid-uOHyYj3EmV .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uOHyYj3EmV .text_widget a:hover,
.cid-uOHyYj3EmV .text_widget a:focus {
  opacity: .6;
}
.cid-uOHyYj3EmV .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uOHyYj3EmV .navbar-caption {
  color: #000000;
}
.cid-uOHyYj3EmV .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uOHyYj3EmV .mbr-section-subtitle,
.cid-uOHyYj3EmV .text_widget,
.cid-uOHyYj3EmV .mbr-section-btn {
  text-align: center;
}
.cid-uOHyYj3EmV a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uOHyYk1nTu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uOHyYk1nTu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOHyYk1nTu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOHyYk1nTu .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOHyYk1nTu .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOHyYk1nTu .items-wrapper {
  margin: 0 -15px;
}
.cid-uOHyYk1nTu .items-wrapper .card {
  padding: 0 15px;
}
.cid-uOHyYk1nTu .card-wrapper {
  position: relative;
  height: 100%;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uOHyYk1nTu .card-wrapper {
    margin-bottom: 15px;
  }
}
.cid-uOHyYk1nTu .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uOHyYk1nTu .card-wrapper .image-wrap img {
    position: static;
    height: 300px;
  }
}
.cid-uOHyYk1nTu .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-bottom-right-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uOHyYk1nTu .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uOHyYk1nTu .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  right: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-left-radius: 30px;
  box-shadow: -10px -10px 0 10px #ffffff;
}
.cid-uOHyYk1nTu .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-left-radius: 30px;
  box-shadow: -10px -10px 0 10px #ffffff;
}
.cid-uOHyYk1nTu .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1200px) {
  .cid-uOHyYk1nTu .items-wrap {
    display: block;
  }
}
@media (max-width: 1200px) {
  .cid-uOHyYk1nTu .items-wrap .item {
    margin-bottom: 30px;
  }
  .cid-uOHyYk1nTu .items-wrap .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOHyYk1nTu .items-wrap .item {
    margin-bottom: 15px;
  }
}
.cid-uOHyYk1nTu .items-wrap .item .item-wrapper {
  height: 100%;
  padding: 40px;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .cid-uOHyYk1nTu .items-wrap .item .item-wrapper {
    padding: 30px;
  }
}
.cid-uOHyYk1nTu .items-wrap .item .item-wrapper .card-box .card-title {
  margin-bottom: 140px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uOHyYk1nTu .items-wrap .item .item-wrapper .card-box .card-title {
    margin-bottom: 30px;
  }
}
.cid-uOHyYk1nTu .items-wrap .item .item-wrapper .card-box .card-number {
  margin-bottom: 0;
}
.cid-uOHyYk1nTu .items-wrap .item .item-wrapper .card-box .card-desc {
  margin-bottom: 0;
}
.cid-uOHyYk1nTu .items-wrap .features-image .item-wrapper {
  padding: 0;
  background-color: transparent;
}
.cid-uOHyYk1nTu .items-wrap .features-image .item-wrapper .item-img {
  height: 100%;
}
.cid-uOHyYk1nTu .items-wrap .features-image .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOHyYk1nTu .items-wrap .features-image .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uOHyYk1nTu .btn-wrapper {
  margin-top: 35%;
}
.cid-uOHyYk1nTu .mbr-section-title {
  color: #000000;
}
.cid-uOHyYk1nTu .card-title {
  color: #000000;
}
.cid-uOHyYk1nTu .card-number {
  color: #000000;
}
.cid-uOHyYk1nTu .card-desc {
  color: #8a8a8a;
}
.cid-uOHyYkPCK6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOHyYkPCK6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOHyYkPCK6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOHyYkPCK6 .items-wrapper {
  justify-content: center;
  margin: 0 -15px;
}
.cid-uOHyYkPCK6 .item {
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uOHyYkPCK6 .item {
    margin-bottom: 15px;
  }
}
.cid-uOHyYkPCK6 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
  border: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uOHyYkPCK6 .item .item-wrapper {
    padding: 30px;
  }
}
.cid-uOHyYkPCK6 .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uOHyYkPCK6 .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOHyYkPCK6 .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 25px;
  color: #000000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uOHyYkPCK6 .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
    font-size: 26px;
  }
}
.cid-uOHyYkPCK6 .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uOHyYkPCK6 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uOHyYkPCK6 .item .item-wrapper .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOHyYkPCK6 .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uOHyYkPCK6 .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uOHyYkPCK6 .card-title {
  color: #000000;
}
.cid-uOHyYkPCK6 .card-text {
  color: #8a8a8a;
}
.cid-uOHyYlfZUu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #01004c;
}
.cid-uOHyYlfZUu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOHyYlfZUu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOHyYlfZUu .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOHyYlfZUu .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uOHyYlfZUu .container {
    padding: 0 14px;
  }
}
.cid-uOHyYlfZUu .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uOHyYlfZUu .google-map iframe {
    height: 300px;
  }
}
.cid-uOHyYlFaOQ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uOHyYlFaOQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOHyYlFaOQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOHyYlFaOQ .copyright {
  color: #ffffff;
}
.cid-uOHyYlFaOQ .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uOHyYlFaOQ .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uOHyYlFaOQ .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uOHyYlFaOQ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uOHyYlFaOQ .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uOHyYlFaOQ .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uOHyYlFaOQ .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uOHyYlFaOQ .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uOHyYlFaOQ .row-links-soc,
.cid-uOHyYlFaOQ .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uOHyYlFaOQ .copyright,
.cid-uOHyYlFaOQ .line {
  color: #ffffff;
}
.cid-uOHyYlFaOQ .row-links-soc {
  color: #ffffff;
}
.cid-uOHz4M50EO {
  background-color: transparent;
}
.cid-uOHz4M50EO .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uOHz4M50EO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uOHz4M50EO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOHz4M50EO .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uOHz4M50EO .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uOHz4M50EO .menu_box .navbar.opened,
  .cid-uOHz4M50EO .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOHz4M50EO .navbar-dropdown {
  position: relative !important;
}
.cid-uOHz4M50EO .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOHz4M50EO .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOHz4M50EO .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOHz4M50EO .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOHz4M50EO .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOHz4M50EO .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uOHz4M50EO .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOHz4M50EO .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOHz4M50EO .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOHz4M50EO .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOHz4M50EO .offcanvas-body .mbr-text,
  .cid-uOHz4M50EO .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uOHz4M50EO .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uOHz4M50EO .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOHz4M50EO .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uOHz4M50EO .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOHz4M50EO .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOHz4M50EO .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOHz4M50EO .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOHz4M50EO ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOHz4M50EO .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOHz4M50EO .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-uOHz4M50EO .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOHz4M50EO 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-uOHz4M50EO .lg_brand {
    margin: 0 1rem;
  }
  .cid-uOHz4M50EO .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uOHz4M50EO .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOHz4M50EO .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOHz4M50EO .nav-item {
    margin: 0 !important;
  }
}
.cid-uOHz4M50EO .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uOHz4M50EO .nav-item .nav-link:hover,
.cid-uOHz4M50EO .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-uOHz4M50EO .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOHz4M50EO .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uOHz4M50EO .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uOHz4M50EO .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOHz4M50EO .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-uOHz4M50EO .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOHz4M50EO .offcanvas_box {
    display: none;
  }
}
.cid-uOHz4M50EO .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uOHz4M50EO .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOHz4M50EO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uOHz4M50EO .container {
  display: flex;
  margin: auto;
}
.cid-uOHz4M50EO .iconfont-wrapper {
  color: #000000;
  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-uOHz4M50EO .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOHz4M50EO .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uOHz4M50EO .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOHz4M50EO .navbar-nav {
    margin: 0;
  }
}
.cid-uOHz4M50EO .dropdown-menu,
.cid-uOHz4M50EO .navbar.opened {
  background-color: false !important;
}
.cid-uOHz4M50EO .nav-item:focus,
.cid-uOHz4M50EO .nav-link:focus {
  outline: none;
}
.cid-uOHz4M50EO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOHz4M50EO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOHz4M50EO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOHz4M50EO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOHz4M50EO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOHz4M50EO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOHz4M50EO .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uOHz4M50EO .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uOHz4M50EO .navbar.opened {
  transition: all 0.3s;
}
.cid-uOHz4M50EO .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOHz4M50EO .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uOHz4M50EO .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uOHz4M50EO .navbar.collapsed {
  justify-content: center;
}
.cid-uOHz4M50EO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOHz4M50EO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOHz4M50EO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOHz4M50EO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOHz4M50EO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOHz4M50EO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOHz4M50EO .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOHz4M50EO .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOHz4M50EO .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOHz4M50EO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOHz4M50EO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOHz4M50EO .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOHz4M50EO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOHz4M50EO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uOHz4M50EO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOHz4M50EO .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOHz4M50EO .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOHz4M50EO .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOHz4M50EO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uOHz4M50EO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOHz4M50EO .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOHz4M50EO .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOHz4M50EO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOHz4M50EO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOHz4M50EO .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-uOHz4M50EO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uOHz4M50EO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOHz4M50EO .dropdown-item.active,
.cid-uOHz4M50EO .dropdown-item:active {
  background-color: transparent;
}
.cid-uOHz4M50EO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uOHz4M50EO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOHz4M50EO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOHz4M50EO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOHz4M50EO ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uOHz4M50EO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOHz4M50EO button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uOHz4M50EO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uOHz4M50EO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOHz4M50EO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOHz4M50EO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOHz4M50EO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOHz4M50EO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOHz4M50EO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOHz4M50EO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOHz4M50EO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOHz4M50EO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOHz4M50EO .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-uOHz4M50EO .navbar {
    height: 70px;
  }
  .cid-uOHz4M50EO .navbar.opened {
    height: auto;
  }
  .cid-uOHz4M50EO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOHz4M50EO .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOHz4M50EO .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uOHz4M50EO .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uOHz4M50EO .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uOHz4M50EO .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uOHz4M50EO .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uOHz4M50EO .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uOHz4M50EO .text_widget {
  margin-bottom: 32px;
}
.cid-uOHz4M50EO .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uOHz4M50EO .text_widget a:hover,
.cid-uOHz4M50EO .text_widget a:focus {
  opacity: .6;
}
.cid-uOHz4M50EO .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uOHz4M50EO .navbar-caption {
  color: #000000;
}
.cid-uOHz4M50EO .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uOHz4M50EO .mbr-section-subtitle,
.cid-uOHz4M50EO .text_widget,
.cid-uOHz4M50EO .mbr-section-btn {
  text-align: center;
}
.cid-uOHz4M50EO a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uOHz4MYSyo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uOHz4MYSyo .container {
    padding: 0 25px;
  }
}
.cid-uOHz4MYSyo .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOHz4MYSyo .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uOHz4MYSyo .panel-group {
  border-bottom: 2px solid #e1e1e1;
}
.cid-uOHz4MYSyo .panel-group .card {
  border-top: 2px solid #e1e1e1;
  border-radius: 0 !important;
  padding: 0;
}
.cid-uOHz4MYSyo .panel-group .card .card-header {
  padding: 16px 0;
  border: none;
  background-color: transparent;
}
.cid-uOHz4MYSyo .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uOHz4MYSyo .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #f0f0f0;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-uOHz4MYSyo .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  color: #f0f0f0;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-uOHz4MYSyo .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOHz4MYSyo .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  font-size: 20px;
  color: #000000;
  background-color: #f0f0f0;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uOHz4MYSyo .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 25px;
}
.cid-uOHz4MYSyo .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOHz4MYSyo .mbr-section-title {
  color: #000000;
}
.cid-uOHz4MYSyo .panel-title-edit {
  color: #000000;
}
.cid-uOHz4MYSyo .panel-text {
  color: #000000;
}
.cid-uOHz4NmOr4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOHz4NmOr4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOHz4NmOr4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOHz4NmOr4 .items-wrapper {
  justify-content: center;
  margin: 0 -15px;
}
.cid-uOHz4NmOr4 .item {
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uOHz4NmOr4 .item {
    margin-bottom: 15px;
  }
}
.cid-uOHz4NmOr4 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
  border: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uOHz4NmOr4 .item .item-wrapper {
    padding: 30px;
  }
}
.cid-uOHz4NmOr4 .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uOHz4NmOr4 .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOHz4NmOr4 .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 25px;
  color: #000000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uOHz4NmOr4 .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
    font-size: 26px;
  }
}
.cid-uOHz4NmOr4 .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uOHz4NmOr4 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uOHz4NmOr4 .item .item-wrapper .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOHz4NmOr4 .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uOHz4NmOr4 .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uOHz4NmOr4 .card-title {
  color: #000000;
}
.cid-uOHz4NmOr4 .card-text {
  color: #8a8a8a;
}
.cid-uOHz4NKR7L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #01004c;
}
.cid-uOHz4NKR7L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOHz4NKR7L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOHz4NKR7L .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOHz4NKR7L .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uOHz4NKR7L .container {
    padding: 0 14px;
  }
}
.cid-uOHz4NKR7L .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uOHz4NKR7L .google-map iframe {
    height: 300px;
  }
}
.cid-uOHz4O9dHn {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uOHz4O9dHn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOHz4O9dHn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOHz4O9dHn .copyright {
  color: #ffffff;
}
.cid-uOHz4O9dHn .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uOHz4O9dHn .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uOHz4O9dHn .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uOHz4O9dHn .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uOHz4O9dHn .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uOHz4O9dHn .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uOHz4O9dHn .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uOHz4O9dHn .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uOHz4O9dHn .row-links-soc,
.cid-uOHz4O9dHn .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uOHz4O9dHn .copyright,
.cid-uOHz4O9dHn .line {
  color: #ffffff;
}
.cid-uOHz4O9dHn .row-links-soc {
  color: #ffffff;
}
.cid-uOHzcr6km7 {
  background-color: transparent;
}
.cid-uOHzcr6km7 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uOHzcr6km7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uOHzcr6km7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOHzcr6km7 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uOHzcr6km7 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uOHzcr6km7 .menu_box .navbar.opened,
  .cid-uOHzcr6km7 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOHzcr6km7 .navbar-dropdown {
  position: relative !important;
}
.cid-uOHzcr6km7 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOHzcr6km7 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOHzcr6km7 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOHzcr6km7 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOHzcr6km7 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOHzcr6km7 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uOHzcr6km7 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOHzcr6km7 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOHzcr6km7 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOHzcr6km7 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOHzcr6km7 .offcanvas-body .mbr-text,
  .cid-uOHzcr6km7 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uOHzcr6km7 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uOHzcr6km7 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOHzcr6km7 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uOHzcr6km7 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOHzcr6km7 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOHzcr6km7 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOHzcr6km7 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOHzcr6km7 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOHzcr6km7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOHzcr6km7 .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-uOHzcr6km7 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOHzcr6km7 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-uOHzcr6km7 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uOHzcr6km7 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uOHzcr6km7 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOHzcr6km7 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOHzcr6km7 .nav-item {
    margin: 0 !important;
  }
}
.cid-uOHzcr6km7 .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uOHzcr6km7 .nav-item .nav-link:hover,
.cid-uOHzcr6km7 .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-uOHzcr6km7 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOHzcr6km7 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uOHzcr6km7 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uOHzcr6km7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOHzcr6km7 .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-uOHzcr6km7 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOHzcr6km7 .offcanvas_box {
    display: none;
  }
}
.cid-uOHzcr6km7 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uOHzcr6km7 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOHzcr6km7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uOHzcr6km7 .container {
  display: flex;
  margin: auto;
}
.cid-uOHzcr6km7 .iconfont-wrapper {
  color: #000000;
  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-uOHzcr6km7 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOHzcr6km7 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uOHzcr6km7 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOHzcr6km7 .navbar-nav {
    margin: 0;
  }
}
.cid-uOHzcr6km7 .dropdown-menu,
.cid-uOHzcr6km7 .navbar.opened {
  background-color: false !important;
}
.cid-uOHzcr6km7 .nav-item:focus,
.cid-uOHzcr6km7 .nav-link:focus {
  outline: none;
}
.cid-uOHzcr6km7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOHzcr6km7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOHzcr6km7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOHzcr6km7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOHzcr6km7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOHzcr6km7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOHzcr6km7 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uOHzcr6km7 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uOHzcr6km7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uOHzcr6km7 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOHzcr6km7 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uOHzcr6km7 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uOHzcr6km7 .navbar.collapsed {
  justify-content: center;
}
.cid-uOHzcr6km7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOHzcr6km7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOHzcr6km7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOHzcr6km7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOHzcr6km7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOHzcr6km7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOHzcr6km7 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOHzcr6km7 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOHzcr6km7 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOHzcr6km7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOHzcr6km7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOHzcr6km7 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOHzcr6km7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOHzcr6km7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uOHzcr6km7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOHzcr6km7 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOHzcr6km7 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOHzcr6km7 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOHzcr6km7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uOHzcr6km7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOHzcr6km7 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOHzcr6km7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOHzcr6km7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOHzcr6km7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOHzcr6km7 .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-uOHzcr6km7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uOHzcr6km7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOHzcr6km7 .dropdown-item.active,
.cid-uOHzcr6km7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uOHzcr6km7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uOHzcr6km7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOHzcr6km7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOHzcr6km7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOHzcr6km7 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uOHzcr6km7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOHzcr6km7 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uOHzcr6km7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uOHzcr6km7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOHzcr6km7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOHzcr6km7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOHzcr6km7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOHzcr6km7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOHzcr6km7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOHzcr6km7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOHzcr6km7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOHzcr6km7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOHzcr6km7 .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-uOHzcr6km7 .navbar {
    height: 70px;
  }
  .cid-uOHzcr6km7 .navbar.opened {
    height: auto;
  }
  .cid-uOHzcr6km7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOHzcr6km7 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOHzcr6km7 .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uOHzcr6km7 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uOHzcr6km7 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uOHzcr6km7 .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uOHzcr6km7 .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uOHzcr6km7 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uOHzcr6km7 .text_widget {
  margin-bottom: 32px;
}
.cid-uOHzcr6km7 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uOHzcr6km7 .text_widget a:hover,
.cid-uOHzcr6km7 .text_widget a:focus {
  opacity: .6;
}
.cid-uOHzcr6km7 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uOHzcr6km7 .navbar-caption {
  color: #000000;
}
.cid-uOHzcr6km7 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uOHzcr6km7 .mbr-section-subtitle,
.cid-uOHzcr6km7 .text_widget,
.cid-uOHzcr6km7 .mbr-section-btn {
  text-align: center;
}
.cid-uOHzcr6km7 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uOHzgcJL9W {
  display: flex;
  padding-top: 75px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-uOHzgcJL9W {
    align-items: center;
  }
  .cid-uOHzgcJL9W .row {
    justify-content: center;
  }
}
.cid-uOHzgcJL9W p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uOHzgcJL9W .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uOHzgcJL9W {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uOHzgcJL9W .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uOHzgcJL9W .content-wrap {
    width: 100%;
  }
}
.cid-uOHzgcJL9W .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uOHzgcJL9W .mbr-text,
.cid-uOHzgcJL9W .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uOHzgcJL9W .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uOHzcsK6oG {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uOHzcsK6oG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOHzcsK6oG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOHzcsK6oG .copyright {
  color: #ffffff;
}
.cid-uOHzcsK6oG .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uOHzcsK6oG .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uOHzcsK6oG .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uOHzcsK6oG .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uOHzcsK6oG .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uOHzcsK6oG .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uOHzcsK6oG .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uOHzcsK6oG .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uOHzcsK6oG .row-links-soc,
.cid-uOHzcsK6oG .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uOHzcsK6oG .copyright,
.cid-uOHzcsK6oG .line {
  color: #ffffff;
}
.cid-uOHzcsK6oG .row-links-soc {
  color: #ffffff;
}
