body {
  font-family: Syne;
}
.display-1 {
  font-family: 'Syne', sans-serif;
  font-size: 7.5rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
.display-1 > .mbr-iconfont {
  font-size: 9.375rem;
}
.display-2 {
  font-family: 'Syne', sans-serif;
  font-size: 5rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-2 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-4 {
  font-family: 'Syne', sans-serif;
  font-size: 1rem;
  line-height: 1em;
  letter-spacing: inherit;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Syne', sans-serif;
  font-size: 2.9rem;
  line-height: 1.021em;
  letter-spacing: 0;
}
.display-5 > .mbr-iconfont {
  font-size: 3.625rem;
}
.display-7 {
  font-family: 'Syne', sans-serif;
  font-size: 1.5rem;
  line-height: inherit;
  letter-spacing: 0;
}
.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: 6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.25rem;
    font-size: calc( 3.2749999999999995rem + (7.5 - 3.2749999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.2749999999999995rem + (7.5 - 3.2749999999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.32rem;
    font-size: calc( 1.665rem + (2.9 - 1.665) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.665rem + (2.9 - 1.665) * ((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: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #b29fe9 !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #ffa4a4 !important;
}
.bg-danger {
  background-color: #fbf2d1 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #c8d814 !important;
  border-color: #c8d814 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #7f890d !important;
  border-color: #7f890d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #000000 !important;
  background-color: #7f890d !important;
  border-color: #7f890d !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #b29fe9 !important;
  border-color: #b29fe9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #7958d9 !important;
  border-color: #7958d9 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #7958d9 !important;
  border-color: #7958d9 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffa4a4 !important;
  border-color: #ffa4a4 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ff4d4d !important;
  border-color: #ff4d4d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff4d4d !important;
  border-color: #ff4d4d !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fbf2d1 !important;
  border-color: #fbf2d1 !important;
  color: #bd9810 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #6d5809 !important;
  background-color: #f4db81 !important;
  border-color: #f4db81 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #bd9810 !important;
  background-color: #f4db81 !important;
  border-color: #f4db81 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c8d814;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #7f890d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #000000 !important;
  background-color: #c8d814 !important;
  border-color: #c8d814 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b29fe9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #7958d9 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #b29fe9 !important;
  border-color: #b29fe9 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffa4a4;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff4d4d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa4a4 !important;
  border-color: #ffa4a4 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fbf2d1;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #f4db81 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #bd9810 !important;
  background-color: #fbf2d1 !important;
  border-color: #fbf2d1 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #c8d814 !important;
}
.text-success {
  color: #b29fe9 !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #ffa4a4 !important;
}
.text-danger {
  color: #fbf2d1 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #727b0b !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #6f4cd6 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff3e3e !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #f3d773 !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: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #ffa4a4;
}
.alert-danger {
  background-color: #fbf2d1;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Syne', sans-serif;
  font-size: 1rem;
  line-height: 1em;
  letter-spacing: inherit;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Syne', sans-serif;
  font-size: 1rem;
  line-height: 1em;
  letter-spacing: inherit;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !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: #c8d814 !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='%23ffffff' %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: 21px 40.5px;
  border-width: 2px;
}
.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-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
  border: 2px solid;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border: 2px solid #ffffff;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border: 2px solid #c8d814;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  background-color: #c8d814 !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border: 2px solid #b29fe9;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  background-color: #b29fe9 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border: 2px solid #000000;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border: 2px solid #fbf2d1;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  background-color: #fbf2d1 !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border: 2px solid #ffa4a4;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  background-color: #ffa4a4 !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border: 2px solid #ffffff;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
  border: 2px solid #000000;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-uLat5Bn0dX .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLat5Bn0dX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLat5Bn0dX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLat5Bn0dX .menu_box .navbar.opened,
  .cid-uLat5Bn0dX .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLat5Bn0dX .navbar-dropdown {
  position: relative !important;
}
.cid-uLat5Bn0dX .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLat5Bn0dX .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLat5Bn0dX .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLat5Bn0dX .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLat5Bn0dX .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLat5Bn0dX .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f4f5f7;
  }
  .cid-uLat5Bn0dX .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLat5Bn0dX .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLat5Bn0dX .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLat5Bn0dX .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLat5Bn0dX .offcanvas-body .mbr-text,
  .cid-uLat5Bn0dX .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLat5Bn0dX .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLat5Bn0dX .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLat5Bn0dX .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uLat5Bn0dX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLat5Bn0dX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLat5Bn0dX .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLat5Bn0dX .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLat5Bn0dX ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLat5Bn0dX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLat5Bn0dX .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-uLat5Bn0dX .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLat5Bn0dX li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLat5Bn0dX .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLat5Bn0dX .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLat5Bn0dX .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLat5Bn0dX .nav-item {
    margin: 0 !important;
  }
}
.cid-uLat5Bn0dX .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uLat5Bn0dX .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 45%;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-out;
}
.cid-uLat5Bn0dX .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uLat5Bn0dX .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLat5Bn0dX .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLat5Bn0dX .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLat5Bn0dX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLat5Bn0dX .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-uLat5Bn0dX .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLat5Bn0dX .offcanvas_box {
    display: none;
  }
}
.cid-uLat5Bn0dX .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLat5Bn0dX .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLat5Bn0dX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLat5Bn0dX .container {
  display: flex;
  margin: auto;
}
.cid-uLat5Bn0dX .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-uLat5Bn0dX .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLat5Bn0dX .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLat5Bn0dX .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLat5Bn0dX .navbar-nav {
    margin: 0;
  }
}
.cid-uLat5Bn0dX .dropdown-menu,
.cid-uLat5Bn0dX .navbar.opened {
  background-color: false !important;
}
.cid-uLat5Bn0dX .nav-item:focus,
.cid-uLat5Bn0dX .nav-link:focus {
  outline: none;
}
.cid-uLat5Bn0dX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLat5Bn0dX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLat5Bn0dX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLat5Bn0dX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLat5Bn0dX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLat5Bn0dX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLat5Bn0dX .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLat5Bn0dX .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLat5Bn0dX .navbar.opened {
  transition: all 0.3s;
}
.cid-uLat5Bn0dX .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLat5Bn0dX .navbar .navbar-logo img {
  max-width: 55px;
  max-height: 55px;
  object-fit: contain;
}
.cid-uLat5Bn0dX .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLat5Bn0dX .navbar.collapsed {
  justify-content: center;
}
.cid-uLat5Bn0dX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLat5Bn0dX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLat5Bn0dX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLat5Bn0dX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLat5Bn0dX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLat5Bn0dX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLat5Bn0dX .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLat5Bn0dX .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLat5Bn0dX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLat5Bn0dX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLat5Bn0dX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLat5Bn0dX .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLat5Bn0dX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLat5Bn0dX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLat5Bn0dX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLat5Bn0dX .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLat5Bn0dX .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLat5Bn0dX .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLat5Bn0dX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLat5Bn0dX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLat5Bn0dX .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLat5Bn0dX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLat5Bn0dX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLat5Bn0dX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLat5Bn0dX .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-uLat5Bn0dX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uLat5Bn0dX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLat5Bn0dX .dropdown-item.active,
.cid-uLat5Bn0dX .dropdown-item:active {
  background-color: transparent;
}
.cid-uLat5Bn0dX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLat5Bn0dX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLat5Bn0dX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLat5Bn0dX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLat5Bn0dX ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLat5Bn0dX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLat5Bn0dX 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: #000000;
}
.cid-uLat5Bn0dX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLat5Bn0dX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLat5Bn0dX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLat5Bn0dX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLat5Bn0dX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLat5Bn0dX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLat5Bn0dX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLat5Bn0dX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLat5Bn0dX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLat5Bn0dX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLat5Bn0dX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLat5Bn0dX .navbar {
    height: 70px;
  }
  .cid-uLat5Bn0dX .navbar.opened {
    height: auto;
  }
  .cid-uLat5Bn0dX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLat5Bn0dX .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uLat5Bn0dX .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uLat5Bn0dX .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uLat5Bn0dX .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLat5Bn0dX .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uLat5Bn0dX .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uLat5Bn0dX .navbar-caption:hover {
  color: #c8d814;
}
@media (min-width: 992px) {
  .cid-uLat5Bn0dX .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLat5Bn0dX .text_widget {
  margin-bottom: 32px;
}
.cid-uLat5Bn0dX .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLat5Bn0dX .text_widget a:hover {
  opacity: .5;
}
.cid-uLat5Bn0dX .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uLat5Bn0dX .navbar-caption {
  color: #000000;
}
.cid-uLat5Bn0dX .mbr-text {
  color: #6a6e71;
  text-align: left;
}
.cid-uLat5Bn0dX .mbr-section-subtitle,
.cid-uLat5Bn0dX .text_widget,
.cid-uLat5Bn0dX .mbr-section-btn {
  text-align: left;
}
.cid-uLat5Bn0dX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLatFdL0Sl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uLatFdL0Sl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLatFdL0Sl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLatFdL0Sl .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uLatFdL0Sl .container-fluid {
    padding: 0 20px;
  }
}
.cid-uLatFdL0Sl .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLatFdL0Sl .container {
    padding: 0 20px;
  }
}
.cid-uLatFdL0Sl .row {
  justify-content: center;
}
.cid-uLatFdL0Sl .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uLatFdL0Sl .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-uLatFdL0Sl .title-wrapper .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 45px;
  margin-bottom: 50px;
  border-bottom: 2px solid #000000;
}
@media (max-width: 768px) {
  .cid-uLatFdL0Sl .title-wrapper .title-wrap {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
.cid-uLatFdL0Sl .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uLatFdL0Sl .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uLatFdL0Sl .title-wrapper .title-wrap .mbr-section-btn .btn {
  border: none;
  padding: 0;
  min-width: 92px;
}
.cid-uLatFdL0Sl .title-wrapper .title-wrap .mbr-section-btn .btn:hover,
.cid-uLatFdL0Sl .title-wrapper .title-wrap .mbr-section-btn .btn:focus {
  background-color: transparent !important;
  color: #000000 !important;
  opacity: .5;
}
.cid-uLatFdL0Sl .title-wrapper .title-wrap .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 18px;
}
.cid-uLatFdL0Sl .item {
  margin-bottom: 32px;
}
.cid-uLatFdL0Sl .item a:hover .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uLatFdL0Sl .item a:hover .item-wrapper .item-img .item-content .subtitle-wrap .item-subtitle {
  background-color: #161616;
}
.cid-uLatFdL0Sl .item a:hover .item-wrapper .item-img .item-content .title-wrap {
  transform: translateY(0);
}
.cid-uLatFdL0Sl .item a:hover .item-wrapper .item-img .item-content .title-wrap .link-wrap .item-link {
  opacity: 1;
}
.cid-uLatFdL0Sl .item a .item-wrapper {
  overflow: hidden;
}
.cid-uLatFdL0Sl .item a .item-wrapper .item-img {
  position: relative;
  height: 460px;
}
.cid-uLatFdL0Sl .item a .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
  pointer-events: visible;
}
.cid-uLatFdL0Sl .item a .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(180deg, transparent, #000000);
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uLatFdL0Sl .item a .item-wrapper .item-img .item-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 768px) {
  .cid-uLatFdL0Sl .item a .item-wrapper .item-img .item-content {
    padding: 25px;
  }
}
.cid-uLatFdL0Sl .item a .item-wrapper .item-img .item-content .subtitle-wrap {
  pointer-events: visible;
}
.cid-uLatFdL0Sl .item a .item-wrapper .item-img .item-content .subtitle-wrap .item-subtitle {
  display: inline-flex;
  padding: 4px 18px;
  margin-bottom: 6px;
  background-color: #b29fe9;
  transition: all 0.3s ease-out;
}
.cid-uLatFdL0Sl .item a .item-wrapper .item-img .item-content .title-wrap {
  transform: translateY(40px);
  transition: all 0.3s ease-out;
  pointer-events: visible;
}
.cid-uLatFdL0Sl .item a .item-wrapper .item-img .item-content .title-wrap .item-title {
  margin-bottom: 16px;
}
.cid-uLatFdL0Sl .item a .item-wrapper .item-img .item-content .title-wrap .desc-wrapper .desc-wrap {
  display: inline-flex;
}
.cid-uLatFdL0Sl .item a .item-wrapper .item-img .item-content .title-wrap .desc-wrapper .desc-wrap .mbr-iconfont {
  margin-right: 14px;
  color: #c8d814;
}
.cid-uLatFdL0Sl .item a .item-wrapper .item-img .item-content .title-wrap .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uLatFdL0Sl .item a .item-wrapper .item-img .item-content .title-wrap .link-wrap .item-link {
  display: inline-flex;
  opacity: 0;
  margin: 16px 0 0 0;
  transition: all 0.3s ease-out;
}
.cid-uLatFdL0Sl .item a .item-wrapper .item-img .item-content .title-wrap .link-wrap .item-link .mbr-iconfont {
  margin-left: 6px;
}
.cid-uLatFdL0Sl .mbr-section-title {
  color: #000000;
}
.cid-uLatFdL0Sl .mbr-section-subtitle {
  color: #000000;
}
.cid-uLatFdL0Sl .item-title {
  color: #ffffff;
}
.cid-uLatFdL0Sl .item-subtitle {
  color: #ffffff;
}
.cid-uLatFdL0Sl .item-desc {
  color: #D2D3D5;
}
.cid-uLatFdL0Sl .item-link {
  color: #ffffff;
}
.cid-uLat5P4FUt {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #161616;
}
.cid-uLat5P4FUt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLat5P4FUt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLat5P4FUt .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uLat5P4FUt .container-fluid {
    padding: 0 20px;
  }
}
.cid-uLat5P4FUt .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLat5P4FUt .container {
    padding: 0 20px;
  }
}
.cid-uLat5P4FUt .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uLat5P4FUt .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLat5P4FUt .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLat5P4FUt .list {
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uLat5P4FUt .list {
    margin-bottom: 30px;
  }
}
.cid-uLat5P4FUt .list .item-wrap {
  position: relative;
  padding-bottom: 5px;
  margin: 9px 18px;
  margin-bottom: 0;
}
.cid-uLat5P4FUt .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uLat5P4FUt .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uLat5P4FUt .list .item-wrap:hover::before,
.cid-uLat5P4FUt .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uLat5P4FUt .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uLat5P4FUt .social-wrapper {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uLat5P4FUt .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLat5P4FUt .social-wrapper .soc-item {
  margin: 0 5px 5px 0;
}
.cid-uLat5P4FUt .social-wrapper .soc-item a {
  display: block;
}
.cid-uLat5P4FUt .social-wrapper .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uLat5P4FUt .social-wrapper .soc-item a .mbr-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #ffffff;
  border: 1px solid #424242;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.cid-uLat5P4FUt .copyright {
  padding: 30px 0;
  border-top: 1px solid #000000;
  margin: 0;
  color: #D2D3D5;
  text-align: center;
}
.cid-uLat5P4FUt .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLat5P4FUt .mbr-section-title DIV {
  text-align: center;
}
.cid-uLaAM4neeo .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLaAM4neeo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLaAM4neeo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLaAM4neeo .menu_box .navbar.opened,
  .cid-uLaAM4neeo .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLaAM4neeo .navbar-dropdown {
  position: relative !important;
}
.cid-uLaAM4neeo .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLaAM4neeo .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLaAM4neeo .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLaAM4neeo .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLaAM4neeo .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLaAM4neeo .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f4f5f7;
  }
  .cid-uLaAM4neeo .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLaAM4neeo .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLaAM4neeo .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLaAM4neeo .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLaAM4neeo .offcanvas-body .mbr-text,
  .cid-uLaAM4neeo .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLaAM4neeo .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLaAM4neeo .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLaAM4neeo .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uLaAM4neeo .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLaAM4neeo .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLaAM4neeo .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLaAM4neeo .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLaAM4neeo ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLaAM4neeo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLaAM4neeo .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-uLaAM4neeo .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLaAM4neeo li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLaAM4neeo .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLaAM4neeo .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLaAM4neeo .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLaAM4neeo .nav-item {
    margin: 0 !important;
  }
}
.cid-uLaAM4neeo .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uLaAM4neeo .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 45%;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-out;
}
.cid-uLaAM4neeo .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uLaAM4neeo .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLaAM4neeo .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLaAM4neeo .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLaAM4neeo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLaAM4neeo .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-uLaAM4neeo .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLaAM4neeo .offcanvas_box {
    display: none;
  }
}
.cid-uLaAM4neeo .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLaAM4neeo .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLaAM4neeo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLaAM4neeo .container {
  display: flex;
  margin: auto;
}
.cid-uLaAM4neeo .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-uLaAM4neeo .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLaAM4neeo .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLaAM4neeo .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLaAM4neeo .navbar-nav {
    margin: 0;
  }
}
.cid-uLaAM4neeo .dropdown-menu,
.cid-uLaAM4neeo .navbar.opened {
  background-color: false !important;
}
.cid-uLaAM4neeo .nav-item:focus,
.cid-uLaAM4neeo .nav-link:focus {
  outline: none;
}
.cid-uLaAM4neeo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLaAM4neeo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLaAM4neeo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLaAM4neeo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLaAM4neeo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLaAM4neeo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLaAM4neeo .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLaAM4neeo .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLaAM4neeo .navbar.opened {
  transition: all 0.3s;
}
.cid-uLaAM4neeo .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLaAM4neeo .navbar .navbar-logo img {
  max-width: 55px;
  max-height: 55px;
  object-fit: contain;
}
.cid-uLaAM4neeo .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLaAM4neeo .navbar.collapsed {
  justify-content: center;
}
.cid-uLaAM4neeo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLaAM4neeo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLaAM4neeo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLaAM4neeo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLaAM4neeo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLaAM4neeo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLaAM4neeo .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLaAM4neeo .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLaAM4neeo .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLaAM4neeo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLaAM4neeo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLaAM4neeo .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLaAM4neeo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLaAM4neeo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLaAM4neeo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLaAM4neeo .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLaAM4neeo .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLaAM4neeo .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLaAM4neeo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLaAM4neeo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLaAM4neeo .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLaAM4neeo .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLaAM4neeo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLaAM4neeo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLaAM4neeo .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-uLaAM4neeo .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uLaAM4neeo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLaAM4neeo .dropdown-item.active,
.cid-uLaAM4neeo .dropdown-item:active {
  background-color: transparent;
}
.cid-uLaAM4neeo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLaAM4neeo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLaAM4neeo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLaAM4neeo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLaAM4neeo ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLaAM4neeo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLaAM4neeo 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: #000000;
}
.cid-uLaAM4neeo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLaAM4neeo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLaAM4neeo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLaAM4neeo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLaAM4neeo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLaAM4neeo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLaAM4neeo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLaAM4neeo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLaAM4neeo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLaAM4neeo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLaAM4neeo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLaAM4neeo .navbar {
    height: 70px;
  }
  .cid-uLaAM4neeo .navbar.opened {
    height: auto;
  }
  .cid-uLaAM4neeo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLaAM4neeo .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uLaAM4neeo .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uLaAM4neeo .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uLaAM4neeo .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLaAM4neeo .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uLaAM4neeo .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uLaAM4neeo .navbar-caption:hover {
  color: #c8d814;
}
@media (min-width: 992px) {
  .cid-uLaAM4neeo .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLaAM4neeo .text_widget {
  margin-bottom: 32px;
}
.cid-uLaAM4neeo .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLaAM4neeo .text_widget a:hover {
  opacity: .5;
}
.cid-uLaAM4neeo .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uLaAM4neeo .navbar-caption {
  color: #000000;
}
.cid-uLaAM4neeo .mbr-text {
  color: #6a6e71;
  text-align: left;
}
.cid-uLaAM4neeo .mbr-section-subtitle,
.cid-uLaAM4neeo .text_widget,
.cid-uLaAM4neeo .mbr-section-btn {
  text-align: left;
}
.cid-uLaAM4neeo a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLaAM6Ypch {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uLaAM6Ypch .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLaAM6Ypch .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLaAM6Ypch .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uLaAM6Ypch .container-fluid {
    padding: 0 20px;
  }
}
.cid-uLaAM6Ypch .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLaAM6Ypch .container {
    padding: 0 20px;
  }
}
.cid-uLaAM6Ypch .row {
  justify-content: center;
}
.cid-uLaAM6Ypch .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uLaAM6Ypch .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-uLaAM6Ypch .title-wrapper .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 45px;
  margin-bottom: 50px;
  border-bottom: 2px solid #000000;
}
@media (max-width: 768px) {
  .cid-uLaAM6Ypch .title-wrapper .title-wrap {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
.cid-uLaAM6Ypch .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uLaAM6Ypch .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uLaAM6Ypch .title-wrapper .title-wrap .mbr-section-btn .btn {
  border: none;
  padding: 0;
  min-width: 92px;
}
.cid-uLaAM6Ypch .title-wrapper .title-wrap .mbr-section-btn .btn:hover,
.cid-uLaAM6Ypch .title-wrapper .title-wrap .mbr-section-btn .btn:focus {
  background-color: transparent !important;
  color: #000000 !important;
  opacity: .5;
}
.cid-uLaAM6Ypch .title-wrapper .title-wrap .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 18px;
}
.cid-uLaAM6Ypch .item {
  margin-bottom: 32px;
}
.cid-uLaAM6Ypch .item a:hover .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uLaAM6Ypch .item a:hover .item-wrapper .item-img .item-content .subtitle-wrap .item-subtitle {
  background-color: #161616;
}
.cid-uLaAM6Ypch .item a:hover .item-wrapper .item-img .item-content .title-wrap {
  transform: translateY(0);
}
.cid-uLaAM6Ypch .item a:hover .item-wrapper .item-img .item-content .title-wrap .link-wrap .item-link {
  opacity: 1;
}
.cid-uLaAM6Ypch .item a .item-wrapper {
  overflow: hidden;
}
.cid-uLaAM6Ypch .item a .item-wrapper .item-img {
  position: relative;
  height: 460px;
}
.cid-uLaAM6Ypch .item a .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
  pointer-events: visible;
}
.cid-uLaAM6Ypch .item a .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(180deg, transparent, #000000);
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uLaAM6Ypch .item a .item-wrapper .item-img .item-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 768px) {
  .cid-uLaAM6Ypch .item a .item-wrapper .item-img .item-content {
    padding: 25px;
  }
}
.cid-uLaAM6Ypch .item a .item-wrapper .item-img .item-content .subtitle-wrap {
  pointer-events: visible;
}
.cid-uLaAM6Ypch .item a .item-wrapper .item-img .item-content .subtitle-wrap .item-subtitle {
  display: inline-flex;
  padding: 4px 18px;
  margin-bottom: 6px;
  background-color: #b29fe9;
  transition: all 0.3s ease-out;
}
.cid-uLaAM6Ypch .item a .item-wrapper .item-img .item-content .title-wrap {
  transform: translateY(40px);
  transition: all 0.3s ease-out;
  pointer-events: visible;
}
.cid-uLaAM6Ypch .item a .item-wrapper .item-img .item-content .title-wrap .item-title {
  margin-bottom: 16px;
}
.cid-uLaAM6Ypch .item a .item-wrapper .item-img .item-content .title-wrap .desc-wrapper .desc-wrap {
  display: inline-flex;
}
.cid-uLaAM6Ypch .item a .item-wrapper .item-img .item-content .title-wrap .desc-wrapper .desc-wrap .mbr-iconfont {
  margin-right: 14px;
  color: #c8d814;
}
.cid-uLaAM6Ypch .item a .item-wrapper .item-img .item-content .title-wrap .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uLaAM6Ypch .item a .item-wrapper .item-img .item-content .title-wrap .link-wrap .item-link {
  display: inline-flex;
  opacity: 0;
  margin: 16px 0 0 0;
  transition: all 0.3s ease-out;
}
.cid-uLaAM6Ypch .item a .item-wrapper .item-img .item-content .title-wrap .link-wrap .item-link .mbr-iconfont {
  margin-left: 6px;
}
.cid-uLaAM6Ypch .mbr-section-title {
  color: #000000;
}
.cid-uLaAM6Ypch .mbr-section-subtitle {
  color: #000000;
}
.cid-uLaAM6Ypch .item-title {
  color: #ffffff;
}
.cid-uLaAM6Ypch .item-subtitle {
  color: #ffffff;
}
.cid-uLaAM6Ypch .item-desc {
  color: #D2D3D5;
}
.cid-uLaAM6Ypch .item-link {
  color: #ffffff;
}
.cid-uLaAM9DHiM {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #161616;
}
.cid-uLaAM9DHiM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLaAM9DHiM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLaAM9DHiM .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uLaAM9DHiM .container-fluid {
    padding: 0 20px;
  }
}
.cid-uLaAM9DHiM .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLaAM9DHiM .container {
    padding: 0 20px;
  }
}
.cid-uLaAM9DHiM .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uLaAM9DHiM .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLaAM9DHiM .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLaAM9DHiM .list {
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uLaAM9DHiM .list {
    margin-bottom: 30px;
  }
}
.cid-uLaAM9DHiM .list .item-wrap {
  position: relative;
  padding-bottom: 5px;
  margin: 9px 18px;
  margin-bottom: 0;
}
.cid-uLaAM9DHiM .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uLaAM9DHiM .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uLaAM9DHiM .list .item-wrap:hover::before,
.cid-uLaAM9DHiM .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uLaAM9DHiM .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uLaAM9DHiM .social-wrapper {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uLaAM9DHiM .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLaAM9DHiM .social-wrapper .soc-item {
  margin: 0 5px 5px 0;
}
.cid-uLaAM9DHiM .social-wrapper .soc-item a {
  display: block;
}
.cid-uLaAM9DHiM .social-wrapper .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uLaAM9DHiM .social-wrapper .soc-item a .mbr-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #ffffff;
  border: 1px solid #424242;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.cid-uLaAM9DHiM .copyright {
  padding: 30px 0;
  border-top: 1px solid #000000;
  margin: 0;
  color: #D2D3D5;
  text-align: center;
}
.cid-uLaAM9DHiM .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLaAM9DHiM .mbr-section-title DIV {
  text-align: center;
}
.cid-uLcVeE4Nth .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLcVeE4Nth .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLcVeE4Nth .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLcVeE4Nth .menu_box .navbar.opened,
  .cid-uLcVeE4Nth .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLcVeE4Nth .navbar-dropdown {
  position: relative !important;
}
.cid-uLcVeE4Nth .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLcVeE4Nth .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLcVeE4Nth .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLcVeE4Nth .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLcVeE4Nth .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLcVeE4Nth .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f4f5f7;
  }
  .cid-uLcVeE4Nth .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLcVeE4Nth .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLcVeE4Nth .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLcVeE4Nth .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLcVeE4Nth .offcanvas-body .mbr-text,
  .cid-uLcVeE4Nth .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLcVeE4Nth .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLcVeE4Nth .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLcVeE4Nth .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uLcVeE4Nth .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLcVeE4Nth .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLcVeE4Nth .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLcVeE4Nth .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLcVeE4Nth ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLcVeE4Nth .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLcVeE4Nth .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-uLcVeE4Nth .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLcVeE4Nth li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLcVeE4Nth .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLcVeE4Nth .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLcVeE4Nth .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLcVeE4Nth .nav-item {
    margin: 0 !important;
  }
}
.cid-uLcVeE4Nth .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uLcVeE4Nth .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 45%;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-out;
}
.cid-uLcVeE4Nth .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uLcVeE4Nth .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLcVeE4Nth .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLcVeE4Nth .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLcVeE4Nth .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLcVeE4Nth .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-uLcVeE4Nth .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLcVeE4Nth .offcanvas_box {
    display: none;
  }
}
.cid-uLcVeE4Nth .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLcVeE4Nth .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLcVeE4Nth .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLcVeE4Nth .container {
  display: flex;
  margin: auto;
}
.cid-uLcVeE4Nth .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-uLcVeE4Nth .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLcVeE4Nth .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLcVeE4Nth .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLcVeE4Nth .navbar-nav {
    margin: 0;
  }
}
.cid-uLcVeE4Nth .dropdown-menu,
.cid-uLcVeE4Nth .navbar.opened {
  background-color: false !important;
}
.cid-uLcVeE4Nth .nav-item:focus,
.cid-uLcVeE4Nth .nav-link:focus {
  outline: none;
}
.cid-uLcVeE4Nth .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLcVeE4Nth .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLcVeE4Nth .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLcVeE4Nth .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLcVeE4Nth .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLcVeE4Nth .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLcVeE4Nth .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLcVeE4Nth .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLcVeE4Nth .navbar.opened {
  transition: all 0.3s;
}
.cid-uLcVeE4Nth .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLcVeE4Nth .navbar .navbar-logo img {
  max-width: 55px;
  max-height: 55px;
  object-fit: contain;
}
.cid-uLcVeE4Nth .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLcVeE4Nth .navbar.collapsed {
  justify-content: center;
}
.cid-uLcVeE4Nth .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLcVeE4Nth .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLcVeE4Nth .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLcVeE4Nth .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLcVeE4Nth .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLcVeE4Nth .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLcVeE4Nth .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLcVeE4Nth .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLcVeE4Nth .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLcVeE4Nth .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLcVeE4Nth .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLcVeE4Nth .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLcVeE4Nth .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLcVeE4Nth .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLcVeE4Nth .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLcVeE4Nth .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLcVeE4Nth .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLcVeE4Nth .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLcVeE4Nth .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLcVeE4Nth .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLcVeE4Nth .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLcVeE4Nth .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLcVeE4Nth .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLcVeE4Nth .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLcVeE4Nth .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-uLcVeE4Nth .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uLcVeE4Nth .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLcVeE4Nth .dropdown-item.active,
.cid-uLcVeE4Nth .dropdown-item:active {
  background-color: transparent;
}
.cid-uLcVeE4Nth .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLcVeE4Nth .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLcVeE4Nth .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLcVeE4Nth .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLcVeE4Nth ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLcVeE4Nth .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLcVeE4Nth 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: #000000;
}
.cid-uLcVeE4Nth button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLcVeE4Nth button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLcVeE4Nth button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLcVeE4Nth button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLcVeE4Nth button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLcVeE4Nth nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLcVeE4Nth nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLcVeE4Nth nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLcVeE4Nth nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLcVeE4Nth a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLcVeE4Nth .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLcVeE4Nth .navbar {
    height: 70px;
  }
  .cid-uLcVeE4Nth .navbar.opened {
    height: auto;
  }
  .cid-uLcVeE4Nth .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLcVeE4Nth .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uLcVeE4Nth .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uLcVeE4Nth .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uLcVeE4Nth .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLcVeE4Nth .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uLcVeE4Nth .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uLcVeE4Nth .navbar-caption:hover {
  color: #c8d814;
}
@media (min-width: 992px) {
  .cid-uLcVeE4Nth .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLcVeE4Nth .text_widget {
  margin-bottom: 32px;
}
.cid-uLcVeE4Nth .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLcVeE4Nth .text_widget a:hover {
  opacity: .5;
}
.cid-uLcVeE4Nth .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uLcVeE4Nth .navbar-caption {
  color: #000000;
}
.cid-uLcVeE4Nth .mbr-text {
  color: #6a6e71;
  text-align: left;
}
.cid-uLcVeE4Nth .mbr-section-subtitle,
.cid-uLcVeE4Nth .text_widget,
.cid-uLcVeE4Nth .mbr-section-btn {
  text-align: left;
}
.cid-uLcVeE4Nth a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLcVDhgy8y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uLcVDhgy8y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLcVDhgy8y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLcVDhgy8y .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uLcVDhgy8y .container-fluid {
    padding: 0;
  }
}
.cid-uLcVDhgy8y .container-fluid .row {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uLcVDhgy8y .container {
    padding: 0 20px;
  }
}
.cid-uLcVDhgy8y .card {
  position: relative;
  border-radius: 0;
  min-height: 820px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uLcVDhgy8y .card {
    min-height: 500px;
    padding: 0 20px;
  }
}
.cid-uLcVDhgy8y .card .image-back {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uLcVDhgy8y .card .name-wrapper {
  position: relative;
  padding: 73px 0;
}
@media (max-width: 768px) {
  .cid-uLcVDhgy8y .card .name-wrapper {
    padding: 30px 0;
  }
}
.cid-uLcVDhgy8y .card .name-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLcVDhgy8y .card .name-wrapper img {
  position: relative;
  height: 400px;
  width: 400px;
  object-fit: cover;
  border-radius: 100%;
  margin: -2rem auto;
}
@media (max-width: 768px) {
  .cid-uLcVDhgy8y .card .name-wrapper img {
    height: 200px;
    width: 200px;
  }
}
.cid-uLcVDhgy8y .card .text-wrapper {
  padding: 73px 54px;
}
@media (max-width: 768px) {
  .cid-uLcVDhgy8y .card .text-wrapper {
    padding: 45px 0;
  }
}
.cid-uLcVDhgy8y .card .text-wrapper .mbr-desc {
  margin-bottom: 20px;
  letter-spacing: 1.6px;
}
@media (max-width: 992px) {
  .cid-uLcVDhgy8y .card .text-wrapper .mbr-desc {
    margin-bottom: 10px;
  }
}
.cid-uLcVDhgy8y .card .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uLcVDhgy8y .card .text-wrapper .link-wrap {
  display: block;
}
.cid-uLcVDhgy8y .card .text-wrapper .link-wrap .mbr-link {
  position: relative;
  display: inline-flex;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.cid-uLcVDhgy8y .card .text-wrapper .link-wrap .mbr-link:hover::before,
.cid-uLcVDhgy8y .card .text-wrapper .link-wrap .mbr-link:focus::before {
  width: 0;
}
.cid-uLcVDhgy8y .card .text-wrapper .link-wrap .mbr-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uLcVDhgy8y .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLcVDhgy8y .mbr-desc {
  color: #ffffff;
}
.cid-uLcVDhgy8y .mbr-text {
  color: #ffffff;
}
.cid-uLcVDhgy8y .mbr-link {
  color: #ffffff;
}
.cid-uLcVeNtfLV {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #161616;
}
.cid-uLcVeNtfLV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLcVeNtfLV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLcVeNtfLV .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uLcVeNtfLV .container-fluid {
    padding: 0 20px;
  }
}
.cid-uLcVeNtfLV .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLcVeNtfLV .container {
    padding: 0 20px;
  }
}
.cid-uLcVeNtfLV .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uLcVeNtfLV .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLcVeNtfLV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLcVeNtfLV .list {
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uLcVeNtfLV .list {
    margin-bottom: 30px;
  }
}
.cid-uLcVeNtfLV .list .item-wrap {
  position: relative;
  padding-bottom: 5px;
  margin: 9px 18px;
  margin-bottom: 0;
}
.cid-uLcVeNtfLV .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uLcVeNtfLV .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uLcVeNtfLV .list .item-wrap:hover::before,
.cid-uLcVeNtfLV .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uLcVeNtfLV .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uLcVeNtfLV .social-wrapper {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uLcVeNtfLV .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLcVeNtfLV .social-wrapper .soc-item {
  margin: 0 5px 5px 0;
}
.cid-uLcVeNtfLV .social-wrapper .soc-item a {
  display: block;
}
.cid-uLcVeNtfLV .social-wrapper .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uLcVeNtfLV .social-wrapper .soc-item a .mbr-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #ffffff;
  border: 1px solid #424242;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.cid-uLcVeNtfLV .copyright {
  padding: 30px 0;
  border-top: 1px solid #000000;
  margin: 0;
  color: #D2D3D5;
  text-align: center;
}
.cid-uLcVeNtfLV .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLcVeNtfLV .mbr-section-title DIV {
  text-align: center;
}
.cid-uLghUEHTis .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLghUEHTis .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLghUEHTis .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLghUEHTis .menu_box .navbar.opened,
  .cid-uLghUEHTis .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLghUEHTis .navbar-dropdown {
  position: relative !important;
}
.cid-uLghUEHTis .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLghUEHTis .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLghUEHTis .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLghUEHTis .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLghUEHTis .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLghUEHTis .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f4f5f7;
  }
  .cid-uLghUEHTis .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLghUEHTis .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLghUEHTis .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLghUEHTis .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLghUEHTis .offcanvas-body .mbr-text,
  .cid-uLghUEHTis .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLghUEHTis .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLghUEHTis .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLghUEHTis .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uLghUEHTis .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLghUEHTis .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLghUEHTis .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLghUEHTis .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLghUEHTis ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLghUEHTis .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLghUEHTis .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-uLghUEHTis .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLghUEHTis li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLghUEHTis .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLghUEHTis .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLghUEHTis .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLghUEHTis .nav-item {
    margin: 0 !important;
  }
}
.cid-uLghUEHTis .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uLghUEHTis .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 45%;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-out;
}
.cid-uLghUEHTis .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uLghUEHTis .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLghUEHTis .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLghUEHTis .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLghUEHTis .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLghUEHTis .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-uLghUEHTis .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLghUEHTis .offcanvas_box {
    display: none;
  }
}
.cid-uLghUEHTis .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLghUEHTis .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLghUEHTis .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLghUEHTis .container {
  display: flex;
  margin: auto;
}
.cid-uLghUEHTis .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-uLghUEHTis .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLghUEHTis .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLghUEHTis .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLghUEHTis .navbar-nav {
    margin: 0;
  }
}
.cid-uLghUEHTis .dropdown-menu,
.cid-uLghUEHTis .navbar.opened {
  background-color: false !important;
}
.cid-uLghUEHTis .nav-item:focus,
.cid-uLghUEHTis .nav-link:focus {
  outline: none;
}
.cid-uLghUEHTis .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLghUEHTis .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLghUEHTis .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLghUEHTis .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLghUEHTis .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLghUEHTis .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLghUEHTis .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLghUEHTis .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLghUEHTis .navbar.opened {
  transition: all 0.3s;
}
.cid-uLghUEHTis .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLghUEHTis .navbar .navbar-logo img {
  max-width: 55px;
  max-height: 55px;
  object-fit: contain;
}
.cid-uLghUEHTis .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLghUEHTis .navbar.collapsed {
  justify-content: center;
}
.cid-uLghUEHTis .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLghUEHTis .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLghUEHTis .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLghUEHTis .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLghUEHTis .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLghUEHTis .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLghUEHTis .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLghUEHTis .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLghUEHTis .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLghUEHTis .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLghUEHTis .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLghUEHTis .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLghUEHTis .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLghUEHTis .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLghUEHTis .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLghUEHTis .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLghUEHTis .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLghUEHTis .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLghUEHTis .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLghUEHTis .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLghUEHTis .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLghUEHTis .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLghUEHTis .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLghUEHTis .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLghUEHTis .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-uLghUEHTis .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uLghUEHTis .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLghUEHTis .dropdown-item.active,
.cid-uLghUEHTis .dropdown-item:active {
  background-color: transparent;
}
.cid-uLghUEHTis .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLghUEHTis .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLghUEHTis .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLghUEHTis .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLghUEHTis ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLghUEHTis .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLghUEHTis 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: #000000;
}
.cid-uLghUEHTis button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLghUEHTis button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLghUEHTis button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLghUEHTis button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLghUEHTis button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLghUEHTis nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLghUEHTis nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLghUEHTis nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLghUEHTis nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLghUEHTis a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLghUEHTis .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLghUEHTis .navbar {
    height: 70px;
  }
  .cid-uLghUEHTis .navbar.opened {
    height: auto;
  }
  .cid-uLghUEHTis .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLghUEHTis .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uLghUEHTis .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uLghUEHTis .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uLghUEHTis .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLghUEHTis .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uLghUEHTis .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uLghUEHTis .navbar-caption:hover {
  color: #c8d814;
}
@media (min-width: 992px) {
  .cid-uLghUEHTis .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLghUEHTis .text_widget {
  margin-bottom: 32px;
}
.cid-uLghUEHTis .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLghUEHTis .text_widget a:hover {
  opacity: .5;
}
.cid-uLghUEHTis .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uLghUEHTis .navbar-caption {
  color: #000000;
}
.cid-uLghUEHTis .mbr-text {
  color: #6a6e71;
  text-align: left;
}
.cid-uLghUEHTis .mbr-section-subtitle,
.cid-uLghUEHTis .text_widget,
.cid-uLghUEHTis .mbr-section-btn {
  text-align: left;
}
.cid-uLghUEHTis a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLgj72T8bN {
  background-image: url("../../../assets/images/soa-454.jpg-1149x766.jpg");
  position: relative;
}
.cid-uLgj72T8bN::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#000000 50%, transparent);
  pointer-events: none;
  z-index: 1;
}
.cid-uLgj72T8bN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLgj72T8bN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLgj72T8bN .row {
  justify-content: center;
}
.cid-uLgj72T8bN .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uLgj72T8bN .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(0deg, #d2d3d5, #ffffff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLgj72T8bN .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uLgj72T8bN .mbr-section-title {
  color: #ffffff;
}
.cid-uLgj72T8bN .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLgj72T8bN .mbr-section-title,
.cid-uLgj72T8bN .mbr-section-btn {
  text-align: center;
}
.cid-uLgi4J77iL {
  padding-top: 5rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uLgi4J77iL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLgi4J77iL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLgi4J77iL .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uLgi4J77iL .container-fluid {
    padding: 0 20px;
  }
}
.cid-uLgi4J77iL .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLgi4J77iL .container {
    padding: 0 20px;
  }
}
.cid-uLgi4J77iL .row {
  justify-content: center;
}
.cid-uLgi4J77iL .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uLgi4J77iL .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uLgi4J77iL .item {
  margin-bottom: 32px;
}
.cid-uLgi4J77iL .item a:hover .item-wrapper .item-img img {
  transform: scale(0.98);
}
.cid-uLgi4J77iL .item a .item-wrapper {
  overflow: visible;
}
.cid-uLgi4J77iL .item a .item-wrapper .item-img img {
  height: 360px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
@media (max-width: 768px) {
  .cid-uLgi4J77iL .item a .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uLgi4J77iL .item a .item-wrapper .item-content {
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uLgi4J77iL .item a .item-wrapper .item-content {
    margin-top: 16px;
  }
}
.cid-uLgi4J77iL .item a .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uLgi4J77iL .item a .item-wrapper .item-content .item-desc {
  margin: 4px 0 0 0;
}
.cid-uLgi4J77iL .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLgi4J77iL .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uLgi4J77iL .item-title {
  color: #000000;
  text-align: center;
}
.cid-uLgi4J77iL .item-desc {
  color: #6a6e71;
  text-align: center;
}
.cid-uLgi5XFZj8 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uLgi5XFZj8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLgi5XFZj8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLgi5XFZj8 .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uLgi5XFZj8 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uLgi5XFZj8 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLgi5XFZj8 .container {
    padding: 0 20px;
  }
}
.cid-uLgi5XFZj8 .row {
  justify-content: center;
}
.cid-uLgi5XFZj8 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uLgi5XFZj8 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uLgi5XFZj8 .item {
  margin-bottom: 32px;
}
.cid-uLgi5XFZj8 .item a:hover .item-wrapper .item-img img {
  transform: scale(0.98);
}
.cid-uLgi5XFZj8 .item a .item-wrapper {
  overflow: visible;
}
.cid-uLgi5XFZj8 .item a .item-wrapper .item-img img {
  height: 360px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
@media (max-width: 768px) {
  .cid-uLgi5XFZj8 .item a .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uLgi5XFZj8 .item a .item-wrapper .item-content {
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uLgi5XFZj8 .item a .item-wrapper .item-content {
    margin-top: 16px;
  }
}
.cid-uLgi5XFZj8 .item a .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uLgi5XFZj8 .item a .item-wrapper .item-content .item-desc {
  margin: 4px 0 0 0;
}
.cid-uLgi5XFZj8 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLgi5XFZj8 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uLgi5XFZj8 .item-title {
  color: #000000;
  text-align: center;
}
.cid-uLgi5XFZj8 .item-desc {
  color: #6a6e71;
  text-align: center;
}
.cid-uLghUGSEOY {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #161616;
}
.cid-uLghUGSEOY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLghUGSEOY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLghUGSEOY .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uLghUGSEOY .container-fluid {
    padding: 0 20px;
  }
}
.cid-uLghUGSEOY .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLghUGSEOY .container {
    padding: 0 20px;
  }
}
.cid-uLghUGSEOY .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uLghUGSEOY .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLghUGSEOY .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLghUGSEOY .list {
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uLghUGSEOY .list {
    margin-bottom: 30px;
  }
}
.cid-uLghUGSEOY .list .item-wrap {
  position: relative;
  padding-bottom: 5px;
  margin: 9px 18px;
  margin-bottom: 0;
}
.cid-uLghUGSEOY .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uLghUGSEOY .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uLghUGSEOY .list .item-wrap:hover::before,
.cid-uLghUGSEOY .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uLghUGSEOY .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uLghUGSEOY .social-wrapper {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uLghUGSEOY .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLghUGSEOY .social-wrapper .soc-item {
  margin: 0 5px 5px 0;
}
.cid-uLghUGSEOY .social-wrapper .soc-item a {
  display: block;
}
.cid-uLghUGSEOY .social-wrapper .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uLghUGSEOY .social-wrapper .soc-item a .mbr-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #ffffff;
  border: 1px solid #424242;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.cid-uLghUGSEOY .copyright {
  padding: 30px 0;
  border-top: 1px solid #000000;
  margin: 0;
  color: #D2D3D5;
  text-align: center;
}
.cid-uLghUGSEOY .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLghUGSEOY .mbr-section-title DIV {
  text-align: center;
}
.cid-uLgBVp5yY5 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLgBVp5yY5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLgBVp5yY5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLgBVp5yY5 .menu_box .navbar.opened,
  .cid-uLgBVp5yY5 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLgBVp5yY5 .navbar-dropdown {
  position: relative !important;
}
.cid-uLgBVp5yY5 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLgBVp5yY5 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLgBVp5yY5 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLgBVp5yY5 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLgBVp5yY5 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLgBVp5yY5 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f4f5f7;
  }
  .cid-uLgBVp5yY5 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLgBVp5yY5 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLgBVp5yY5 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLgBVp5yY5 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLgBVp5yY5 .offcanvas-body .mbr-text,
  .cid-uLgBVp5yY5 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLgBVp5yY5 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLgBVp5yY5 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLgBVp5yY5 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uLgBVp5yY5 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLgBVp5yY5 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLgBVp5yY5 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLgBVp5yY5 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLgBVp5yY5 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLgBVp5yY5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLgBVp5yY5 .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-uLgBVp5yY5 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLgBVp5yY5 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLgBVp5yY5 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLgBVp5yY5 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLgBVp5yY5 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLgBVp5yY5 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLgBVp5yY5 .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uLgBVp5yY5 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 45%;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-out;
}
.cid-uLgBVp5yY5 .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uLgBVp5yY5 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLgBVp5yY5 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLgBVp5yY5 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLgBVp5yY5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLgBVp5yY5 .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-uLgBVp5yY5 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLgBVp5yY5 .offcanvas_box {
    display: none;
  }
}
.cid-uLgBVp5yY5 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLgBVp5yY5 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLgBVp5yY5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLgBVp5yY5 .container {
  display: flex;
  margin: auto;
}
.cid-uLgBVp5yY5 .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-uLgBVp5yY5 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLgBVp5yY5 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLgBVp5yY5 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLgBVp5yY5 .navbar-nav {
    margin: 0;
  }
}
.cid-uLgBVp5yY5 .dropdown-menu,
.cid-uLgBVp5yY5 .navbar.opened {
  background-color: false !important;
}
.cid-uLgBVp5yY5 .nav-item:focus,
.cid-uLgBVp5yY5 .nav-link:focus {
  outline: none;
}
.cid-uLgBVp5yY5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLgBVp5yY5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLgBVp5yY5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLgBVp5yY5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLgBVp5yY5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLgBVp5yY5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLgBVp5yY5 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLgBVp5yY5 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLgBVp5yY5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLgBVp5yY5 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLgBVp5yY5 .navbar .navbar-logo img {
  max-width: 55px;
  max-height: 55px;
  object-fit: contain;
}
.cid-uLgBVp5yY5 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLgBVp5yY5 .navbar.collapsed {
  justify-content: center;
}
.cid-uLgBVp5yY5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLgBVp5yY5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLgBVp5yY5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLgBVp5yY5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLgBVp5yY5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLgBVp5yY5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLgBVp5yY5 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLgBVp5yY5 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLgBVp5yY5 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLgBVp5yY5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLgBVp5yY5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLgBVp5yY5 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLgBVp5yY5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLgBVp5yY5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLgBVp5yY5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLgBVp5yY5 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLgBVp5yY5 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLgBVp5yY5 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLgBVp5yY5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLgBVp5yY5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLgBVp5yY5 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLgBVp5yY5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLgBVp5yY5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLgBVp5yY5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLgBVp5yY5 .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-uLgBVp5yY5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uLgBVp5yY5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLgBVp5yY5 .dropdown-item.active,
.cid-uLgBVp5yY5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLgBVp5yY5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLgBVp5yY5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLgBVp5yY5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLgBVp5yY5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLgBVp5yY5 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLgBVp5yY5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLgBVp5yY5 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: #000000;
}
.cid-uLgBVp5yY5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLgBVp5yY5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLgBVp5yY5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLgBVp5yY5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLgBVp5yY5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLgBVp5yY5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLgBVp5yY5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLgBVp5yY5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLgBVp5yY5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLgBVp5yY5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLgBVp5yY5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLgBVp5yY5 .navbar {
    height: 70px;
  }
  .cid-uLgBVp5yY5 .navbar.opened {
    height: auto;
  }
  .cid-uLgBVp5yY5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLgBVp5yY5 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uLgBVp5yY5 .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uLgBVp5yY5 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uLgBVp5yY5 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLgBVp5yY5 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uLgBVp5yY5 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uLgBVp5yY5 .navbar-caption:hover {
  color: #c8d814;
}
@media (min-width: 992px) {
  .cid-uLgBVp5yY5 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLgBVp5yY5 .text_widget {
  margin-bottom: 32px;
}
.cid-uLgBVp5yY5 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLgBVp5yY5 .text_widget a:hover {
  opacity: .5;
}
.cid-uLgBVp5yY5 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uLgBVp5yY5 .navbar-caption {
  color: #000000;
}
.cid-uLgBVp5yY5 .mbr-text {
  color: #6a6e71;
  text-align: left;
}
.cid-uLgBVp5yY5 .mbr-section-subtitle,
.cid-uLgBVp5yY5 .text_widget,
.cid-uLgBVp5yY5 .mbr-section-btn {
  text-align: left;
}
.cid-uLgBVp5yY5 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLgBVtRbix {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uLgBVtRbix .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLgBVtRbix .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLgBVtRbix .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uLgBVtRbix .container-fluid {
    padding: 0;
  }
}
.cid-uLgBVtRbix .container-fluid .row {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uLgBVtRbix .container {
    padding: 0 20px;
  }
}
.cid-uLgBVtRbix .card {
  position: relative;
  border-radius: 0;
  min-height: 820px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uLgBVtRbix .card {
    min-height: 500px;
    padding: 0 20px;
  }
}
.cid-uLgBVtRbix .card .image-back {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uLgBVtRbix .card .name-wrapper {
  position: relative;
  padding: 73px 0;
}
@media (max-width: 768px) {
  .cid-uLgBVtRbix .card .name-wrapper {
    padding: 30px 0;
  }
}
.cid-uLgBVtRbix .card .name-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLgBVtRbix .card .name-wrapper img {
  position: relative;
  height: 400px;
  width: 400px;
  object-fit: cover;
  border-radius: 100%;
  margin: -2rem auto;
}
@media (max-width: 768px) {
  .cid-uLgBVtRbix .card .name-wrapper img {
    height: 200px;
    width: 200px;
  }
}
.cid-uLgBVtRbix .card .text-wrapper {
  padding: 73px 54px;
}
@media (max-width: 768px) {
  .cid-uLgBVtRbix .card .text-wrapper {
    padding: 45px 0;
  }
}
.cid-uLgBVtRbix .card .text-wrapper .mbr-desc {
  margin-bottom: 20px;
  letter-spacing: 1.6px;
}
@media (max-width: 992px) {
  .cid-uLgBVtRbix .card .text-wrapper .mbr-desc {
    margin-bottom: 10px;
  }
}
.cid-uLgBVtRbix .card .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uLgBVtRbix .card .text-wrapper .link-wrap {
  display: block;
}
.cid-uLgBVtRbix .card .text-wrapper .link-wrap .mbr-link {
  position: relative;
  display: inline-flex;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.cid-uLgBVtRbix .card .text-wrapper .link-wrap .mbr-link:hover::before,
.cid-uLgBVtRbix .card .text-wrapper .link-wrap .mbr-link:focus::before {
  width: 0;
}
.cid-uLgBVtRbix .card .text-wrapper .link-wrap .mbr-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uLgBVtRbix .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLgBVtRbix .mbr-desc {
  color: #ffffff;
}
.cid-uLgBVtRbix .mbr-text {
  color: #ffffff;
}
.cid-uLgBVtRbix .mbr-link {
  color: #ffffff;
}
.cid-uLgBVuNaM0 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #161616;
}
.cid-uLgBVuNaM0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLgBVuNaM0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLgBVuNaM0 .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uLgBVuNaM0 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uLgBVuNaM0 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLgBVuNaM0 .container {
    padding: 0 20px;
  }
}
.cid-uLgBVuNaM0 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uLgBVuNaM0 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLgBVuNaM0 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLgBVuNaM0 .list {
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uLgBVuNaM0 .list {
    margin-bottom: 30px;
  }
}
.cid-uLgBVuNaM0 .list .item-wrap {
  position: relative;
  padding-bottom: 5px;
  margin: 9px 18px;
  margin-bottom: 0;
}
.cid-uLgBVuNaM0 .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uLgBVuNaM0 .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uLgBVuNaM0 .list .item-wrap:hover::before,
.cid-uLgBVuNaM0 .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uLgBVuNaM0 .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uLgBVuNaM0 .social-wrapper {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uLgBVuNaM0 .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLgBVuNaM0 .social-wrapper .soc-item {
  margin: 0 5px 5px 0;
}
.cid-uLgBVuNaM0 .social-wrapper .soc-item a {
  display: block;
}
.cid-uLgBVuNaM0 .social-wrapper .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uLgBVuNaM0 .social-wrapper .soc-item a .mbr-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #ffffff;
  border: 1px solid #424242;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.cid-uLgBVuNaM0 .copyright {
  padding: 30px 0;
  border-top: 1px solid #000000;
  margin: 0;
  color: #D2D3D5;
  text-align: center;
}
.cid-uLgBVuNaM0 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLgBVuNaM0 .mbr-section-title DIV {
  text-align: center;
}
.cid-uLgDjJBm2l .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLgDjJBm2l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLgDjJBm2l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLgDjJBm2l .menu_box .navbar.opened,
  .cid-uLgDjJBm2l .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLgDjJBm2l .navbar-dropdown {
  position: relative !important;
}
.cid-uLgDjJBm2l .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLgDjJBm2l .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLgDjJBm2l .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLgDjJBm2l .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLgDjJBm2l .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLgDjJBm2l .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f4f5f7;
  }
  .cid-uLgDjJBm2l .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLgDjJBm2l .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLgDjJBm2l .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLgDjJBm2l .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLgDjJBm2l .offcanvas-body .mbr-text,
  .cid-uLgDjJBm2l .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLgDjJBm2l .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLgDjJBm2l .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLgDjJBm2l .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uLgDjJBm2l .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLgDjJBm2l .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLgDjJBm2l .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLgDjJBm2l .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLgDjJBm2l ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLgDjJBm2l .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLgDjJBm2l .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-uLgDjJBm2l .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLgDjJBm2l li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLgDjJBm2l .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLgDjJBm2l .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLgDjJBm2l .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLgDjJBm2l .nav-item {
    margin: 0 !important;
  }
}
.cid-uLgDjJBm2l .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uLgDjJBm2l .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 45%;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-out;
}
.cid-uLgDjJBm2l .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uLgDjJBm2l .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLgDjJBm2l .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLgDjJBm2l .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLgDjJBm2l .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLgDjJBm2l .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-uLgDjJBm2l .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLgDjJBm2l .offcanvas_box {
    display: none;
  }
}
.cid-uLgDjJBm2l .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLgDjJBm2l .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLgDjJBm2l .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLgDjJBm2l .container {
  display: flex;
  margin: auto;
}
.cid-uLgDjJBm2l .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-uLgDjJBm2l .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLgDjJBm2l .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLgDjJBm2l .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLgDjJBm2l .navbar-nav {
    margin: 0;
  }
}
.cid-uLgDjJBm2l .dropdown-menu,
.cid-uLgDjJBm2l .navbar.opened {
  background-color: false !important;
}
.cid-uLgDjJBm2l .nav-item:focus,
.cid-uLgDjJBm2l .nav-link:focus {
  outline: none;
}
.cid-uLgDjJBm2l .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLgDjJBm2l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLgDjJBm2l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLgDjJBm2l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLgDjJBm2l .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLgDjJBm2l .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLgDjJBm2l .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLgDjJBm2l .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLgDjJBm2l .navbar.opened {
  transition: all 0.3s;
}
.cid-uLgDjJBm2l .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLgDjJBm2l .navbar .navbar-logo img {
  max-width: 55px;
  max-height: 55px;
  object-fit: contain;
}
.cid-uLgDjJBm2l .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLgDjJBm2l .navbar.collapsed {
  justify-content: center;
}
.cid-uLgDjJBm2l .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLgDjJBm2l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLgDjJBm2l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLgDjJBm2l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLgDjJBm2l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLgDjJBm2l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLgDjJBm2l .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLgDjJBm2l .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLgDjJBm2l .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLgDjJBm2l .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLgDjJBm2l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLgDjJBm2l .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLgDjJBm2l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLgDjJBm2l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLgDjJBm2l .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLgDjJBm2l .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLgDjJBm2l .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLgDjJBm2l .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLgDjJBm2l .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLgDjJBm2l .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLgDjJBm2l .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLgDjJBm2l .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLgDjJBm2l .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLgDjJBm2l .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLgDjJBm2l .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-uLgDjJBm2l .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uLgDjJBm2l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLgDjJBm2l .dropdown-item.active,
.cid-uLgDjJBm2l .dropdown-item:active {
  background-color: transparent;
}
.cid-uLgDjJBm2l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLgDjJBm2l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLgDjJBm2l .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLgDjJBm2l .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLgDjJBm2l ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLgDjJBm2l .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLgDjJBm2l 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: #000000;
}
.cid-uLgDjJBm2l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLgDjJBm2l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLgDjJBm2l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLgDjJBm2l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLgDjJBm2l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLgDjJBm2l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLgDjJBm2l nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLgDjJBm2l nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLgDjJBm2l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLgDjJBm2l a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLgDjJBm2l .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLgDjJBm2l .navbar {
    height: 70px;
  }
  .cid-uLgDjJBm2l .navbar.opened {
    height: auto;
  }
  .cid-uLgDjJBm2l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLgDjJBm2l .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uLgDjJBm2l .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uLgDjJBm2l .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uLgDjJBm2l .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLgDjJBm2l .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uLgDjJBm2l .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uLgDjJBm2l .navbar-caption:hover {
  color: #c8d814;
}
@media (min-width: 992px) {
  .cid-uLgDjJBm2l .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLgDjJBm2l .text_widget {
  margin-bottom: 32px;
}
.cid-uLgDjJBm2l .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLgDjJBm2l .text_widget a:hover {
  opacity: .5;
}
.cid-uLgDjJBm2l .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uLgDjJBm2l .navbar-caption {
  color: #000000;
}
.cid-uLgDjJBm2l .mbr-text {
  color: #6a6e71;
  text-align: left;
}
.cid-uLgDjJBm2l .mbr-section-subtitle,
.cid-uLgDjJBm2l .text_widget,
.cid-uLgDjJBm2l .mbr-section-btn {
  text-align: left;
}
.cid-uLgDjJBm2l a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLgDjL7d3L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uLgDjL7d3L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLgDjL7d3L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLgDjL7d3L .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uLgDjL7d3L .container-fluid {
    padding: 0;
  }
}
.cid-uLgDjL7d3L .container-fluid .row {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uLgDjL7d3L .container {
    padding: 0 20px;
  }
}
.cid-uLgDjL7d3L .card {
  position: relative;
  border-radius: 0;
  min-height: 820px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uLgDjL7d3L .card {
    min-height: 500px;
    padding: 0 20px;
  }
}
.cid-uLgDjL7d3L .card .image-back {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uLgDjL7d3L .card .name-wrapper {
  position: relative;
  padding: 73px 0;
}
@media (max-width: 768px) {
  .cid-uLgDjL7d3L .card .name-wrapper {
    padding: 30px 0;
  }
}
.cid-uLgDjL7d3L .card .name-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLgDjL7d3L .card .name-wrapper img {
  position: relative;
  height: 400px;
  width: 400px;
  object-fit: cover;
  border-radius: 100%;
  margin: -2rem auto;
}
@media (max-width: 768px) {
  .cid-uLgDjL7d3L .card .name-wrapper img {
    height: 200px;
    width: 200px;
  }
}
.cid-uLgDjL7d3L .card .text-wrapper {
  padding: 73px 54px;
}
@media (max-width: 768px) {
  .cid-uLgDjL7d3L .card .text-wrapper {
    padding: 45px 0;
  }
}
.cid-uLgDjL7d3L .card .text-wrapper .mbr-desc {
  margin-bottom: 20px;
  letter-spacing: 1.6px;
}
@media (max-width: 992px) {
  .cid-uLgDjL7d3L .card .text-wrapper .mbr-desc {
    margin-bottom: 10px;
  }
}
.cid-uLgDjL7d3L .card .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uLgDjL7d3L .card .text-wrapper .link-wrap {
  display: block;
}
.cid-uLgDjL7d3L .card .text-wrapper .link-wrap .mbr-link {
  position: relative;
  display: inline-flex;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.cid-uLgDjL7d3L .card .text-wrapper .link-wrap .mbr-link:hover::before,
.cid-uLgDjL7d3L .card .text-wrapper .link-wrap .mbr-link:focus::before {
  width: 0;
}
.cid-uLgDjL7d3L .card .text-wrapper .link-wrap .mbr-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uLgDjL7d3L .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLgDjL7d3L .mbr-desc {
  color: #ffffff;
}
.cid-uLgDjL7d3L .mbr-text {
  color: #ffffff;
}
.cid-uLgDjL7d3L .mbr-link {
  color: #ffffff;
}
.cid-uLgDjM1OAe {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #161616;
}
.cid-uLgDjM1OAe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLgDjM1OAe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLgDjM1OAe .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uLgDjM1OAe .container-fluid {
    padding: 0 20px;
  }
}
.cid-uLgDjM1OAe .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLgDjM1OAe .container {
    padding: 0 20px;
  }
}
.cid-uLgDjM1OAe .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uLgDjM1OAe .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLgDjM1OAe .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLgDjM1OAe .list {
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uLgDjM1OAe .list {
    margin-bottom: 30px;
  }
}
.cid-uLgDjM1OAe .list .item-wrap {
  position: relative;
  padding-bottom: 5px;
  margin: 9px 18px;
  margin-bottom: 0;
}
.cid-uLgDjM1OAe .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uLgDjM1OAe .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uLgDjM1OAe .list .item-wrap:hover::before,
.cid-uLgDjM1OAe .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uLgDjM1OAe .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uLgDjM1OAe .social-wrapper {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uLgDjM1OAe .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLgDjM1OAe .social-wrapper .soc-item {
  margin: 0 5px 5px 0;
}
.cid-uLgDjM1OAe .social-wrapper .soc-item a {
  display: block;
}
.cid-uLgDjM1OAe .social-wrapper .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uLgDjM1OAe .social-wrapper .soc-item a .mbr-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #ffffff;
  border: 1px solid #424242;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.cid-uLgDjM1OAe .copyright {
  padding: 30px 0;
  border-top: 1px solid #000000;
  margin: 0;
  color: #D2D3D5;
  text-align: center;
}
.cid-uLgDjM1OAe .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLgDjM1OAe .mbr-section-title DIV {
  text-align: center;
}
.cid-uLgIllDSpV .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLgIllDSpV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLgIllDSpV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLgIllDSpV .menu_box .navbar.opened,
  .cid-uLgIllDSpV .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLgIllDSpV .navbar-dropdown {
  position: relative !important;
}
.cid-uLgIllDSpV .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLgIllDSpV .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLgIllDSpV .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLgIllDSpV .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLgIllDSpV .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLgIllDSpV .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f4f5f7;
  }
  .cid-uLgIllDSpV .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLgIllDSpV .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLgIllDSpV .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLgIllDSpV .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLgIllDSpV .offcanvas-body .mbr-text,
  .cid-uLgIllDSpV .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLgIllDSpV .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLgIllDSpV .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLgIllDSpV .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uLgIllDSpV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLgIllDSpV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLgIllDSpV .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLgIllDSpV .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLgIllDSpV ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLgIllDSpV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLgIllDSpV .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-uLgIllDSpV .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLgIllDSpV li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLgIllDSpV .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLgIllDSpV .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLgIllDSpV .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLgIllDSpV .nav-item {
    margin: 0 !important;
  }
}
.cid-uLgIllDSpV .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uLgIllDSpV .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 45%;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-out;
}
.cid-uLgIllDSpV .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uLgIllDSpV .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLgIllDSpV .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLgIllDSpV .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLgIllDSpV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLgIllDSpV .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-uLgIllDSpV .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLgIllDSpV .offcanvas_box {
    display: none;
  }
}
.cid-uLgIllDSpV .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLgIllDSpV .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLgIllDSpV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLgIllDSpV .container {
  display: flex;
  margin: auto;
}
.cid-uLgIllDSpV .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-uLgIllDSpV .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLgIllDSpV .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLgIllDSpV .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLgIllDSpV .navbar-nav {
    margin: 0;
  }
}
.cid-uLgIllDSpV .dropdown-menu,
.cid-uLgIllDSpV .navbar.opened {
  background-color: false !important;
}
.cid-uLgIllDSpV .nav-item:focus,
.cid-uLgIllDSpV .nav-link:focus {
  outline: none;
}
.cid-uLgIllDSpV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLgIllDSpV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLgIllDSpV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLgIllDSpV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLgIllDSpV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLgIllDSpV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLgIllDSpV .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLgIllDSpV .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLgIllDSpV .navbar.opened {
  transition: all 0.3s;
}
.cid-uLgIllDSpV .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLgIllDSpV .navbar .navbar-logo img {
  max-width: 55px;
  max-height: 55px;
  object-fit: contain;
}
.cid-uLgIllDSpV .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLgIllDSpV .navbar.collapsed {
  justify-content: center;
}
.cid-uLgIllDSpV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLgIllDSpV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLgIllDSpV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLgIllDSpV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLgIllDSpV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLgIllDSpV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLgIllDSpV .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLgIllDSpV .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLgIllDSpV .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLgIllDSpV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLgIllDSpV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLgIllDSpV .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLgIllDSpV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLgIllDSpV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLgIllDSpV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLgIllDSpV .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLgIllDSpV .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLgIllDSpV .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLgIllDSpV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLgIllDSpV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLgIllDSpV .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLgIllDSpV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLgIllDSpV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLgIllDSpV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLgIllDSpV .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-uLgIllDSpV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uLgIllDSpV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLgIllDSpV .dropdown-item.active,
.cid-uLgIllDSpV .dropdown-item:active {
  background-color: transparent;
}
.cid-uLgIllDSpV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLgIllDSpV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLgIllDSpV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLgIllDSpV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLgIllDSpV ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLgIllDSpV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLgIllDSpV 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: #000000;
}
.cid-uLgIllDSpV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLgIllDSpV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLgIllDSpV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLgIllDSpV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLgIllDSpV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLgIllDSpV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLgIllDSpV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLgIllDSpV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLgIllDSpV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLgIllDSpV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLgIllDSpV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLgIllDSpV .navbar {
    height: 70px;
  }
  .cid-uLgIllDSpV .navbar.opened {
    height: auto;
  }
  .cid-uLgIllDSpV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLgIllDSpV .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uLgIllDSpV .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uLgIllDSpV .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uLgIllDSpV .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLgIllDSpV .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uLgIllDSpV .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uLgIllDSpV .navbar-caption:hover {
  color: #c8d814;
}
@media (min-width: 992px) {
  .cid-uLgIllDSpV .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLgIllDSpV .text_widget {
  margin-bottom: 32px;
}
.cid-uLgIllDSpV .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLgIllDSpV .text_widget a:hover {
  opacity: .5;
}
.cid-uLgIllDSpV .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uLgIllDSpV .navbar-caption {
  color: #000000;
}
.cid-uLgIllDSpV .mbr-text {
  color: #6a6e71;
  text-align: left;
}
.cid-uLgIllDSpV .mbr-section-subtitle,
.cid-uLgIllDSpV .text_widget,
.cid-uLgIllDSpV .mbr-section-btn {
  text-align: left;
}
.cid-uLgIllDSpV a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLgIlp5Alf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uLgIlp5Alf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLgIlp5Alf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLgIlp5Alf .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uLgIlp5Alf .container-fluid {
    padding: 0;
  }
}
.cid-uLgIlp5Alf .container-fluid .row {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uLgIlp5Alf .container {
    padding: 0 20px;
  }
}
.cid-uLgIlp5Alf .card {
  position: relative;
  border-radius: 0;
  min-height: 820px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uLgIlp5Alf .card {
    min-height: 500px;
    padding: 0 20px;
  }
}
.cid-uLgIlp5Alf .card .image-back {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uLgIlp5Alf .card .name-wrapper {
  position: relative;
  padding: 73px 0;
}
@media (max-width: 768px) {
  .cid-uLgIlp5Alf .card .name-wrapper {
    padding: 30px 0;
  }
}
.cid-uLgIlp5Alf .card .name-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLgIlp5Alf .card .name-wrapper img {
  position: relative;
  height: 400px;
  width: 400px;
  object-fit: cover;
  border-radius: 100%;
  margin: -2rem auto;
}
@media (max-width: 768px) {
  .cid-uLgIlp5Alf .card .name-wrapper img {
    height: 200px;
    width: 200px;
  }
}
.cid-uLgIlp5Alf .card .text-wrapper {
  padding: 73px 54px;
}
@media (max-width: 768px) {
  .cid-uLgIlp5Alf .card .text-wrapper {
    padding: 45px 0;
  }
}
.cid-uLgIlp5Alf .card .text-wrapper .mbr-desc {
  margin-bottom: 20px;
  letter-spacing: 1.6px;
}
@media (max-width: 992px) {
  .cid-uLgIlp5Alf .card .text-wrapper .mbr-desc {
    margin-bottom: 10px;
  }
}
.cid-uLgIlp5Alf .card .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uLgIlp5Alf .card .text-wrapper .link-wrap {
  display: block;
}
.cid-uLgIlp5Alf .card .text-wrapper .link-wrap .mbr-link {
  position: relative;
  display: inline-flex;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.cid-uLgIlp5Alf .card .text-wrapper .link-wrap .mbr-link:hover::before,
.cid-uLgIlp5Alf .card .text-wrapper .link-wrap .mbr-link:focus::before {
  width: 0;
}
.cid-uLgIlp5Alf .card .text-wrapper .link-wrap .mbr-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uLgIlp5Alf .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLgIlp5Alf .mbr-desc {
  color: #ffffff;
}
.cid-uLgIlp5Alf .mbr-text {
  color: #ffffff;
}
.cid-uLgIlp5Alf .mbr-link {
  color: #ffffff;
}
.cid-uLgIlsg4uO {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #161616;
}
.cid-uLgIlsg4uO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLgIlsg4uO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLgIlsg4uO .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uLgIlsg4uO .container-fluid {
    padding: 0 20px;
  }
}
.cid-uLgIlsg4uO .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLgIlsg4uO .container {
    padding: 0 20px;
  }
}
.cid-uLgIlsg4uO .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uLgIlsg4uO .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLgIlsg4uO .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLgIlsg4uO .list {
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uLgIlsg4uO .list {
    margin-bottom: 30px;
  }
}
.cid-uLgIlsg4uO .list .item-wrap {
  position: relative;
  padding-bottom: 5px;
  margin: 9px 18px;
  margin-bottom: 0;
}
.cid-uLgIlsg4uO .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uLgIlsg4uO .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uLgIlsg4uO .list .item-wrap:hover::before,
.cid-uLgIlsg4uO .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uLgIlsg4uO .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uLgIlsg4uO .social-wrapper {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uLgIlsg4uO .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLgIlsg4uO .social-wrapper .soc-item {
  margin: 0 5px 5px 0;
}
.cid-uLgIlsg4uO .social-wrapper .soc-item a {
  display: block;
}
.cid-uLgIlsg4uO .social-wrapper .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uLgIlsg4uO .social-wrapper .soc-item a .mbr-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #ffffff;
  border: 1px solid #424242;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.cid-uLgIlsg4uO .copyright {
  padding: 30px 0;
  border-top: 1px solid #000000;
  margin: 0;
  color: #D2D3D5;
  text-align: center;
}
.cid-uLgIlsg4uO .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLgIlsg4uO .mbr-section-title DIV {
  text-align: center;
}
.cid-uLgL86FK1g .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLgL86FK1g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLgL86FK1g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLgL86FK1g .menu_box .navbar.opened,
  .cid-uLgL86FK1g .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLgL86FK1g .navbar-dropdown {
  position: relative !important;
}
.cid-uLgL86FK1g .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLgL86FK1g .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLgL86FK1g .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLgL86FK1g .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLgL86FK1g .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLgL86FK1g .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f4f5f7;
  }
  .cid-uLgL86FK1g .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLgL86FK1g .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLgL86FK1g .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLgL86FK1g .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLgL86FK1g .offcanvas-body .mbr-text,
  .cid-uLgL86FK1g .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLgL86FK1g .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLgL86FK1g .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLgL86FK1g .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uLgL86FK1g .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLgL86FK1g .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLgL86FK1g .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLgL86FK1g .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLgL86FK1g ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLgL86FK1g .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLgL86FK1g .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-uLgL86FK1g .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLgL86FK1g li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLgL86FK1g .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLgL86FK1g .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLgL86FK1g .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLgL86FK1g .nav-item {
    margin: 0 !important;
  }
}
.cid-uLgL86FK1g .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uLgL86FK1g .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 45%;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-out;
}
.cid-uLgL86FK1g .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uLgL86FK1g .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLgL86FK1g .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLgL86FK1g .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLgL86FK1g .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLgL86FK1g .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-uLgL86FK1g .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLgL86FK1g .offcanvas_box {
    display: none;
  }
}
.cid-uLgL86FK1g .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLgL86FK1g .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLgL86FK1g .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLgL86FK1g .container {
  display: flex;
  margin: auto;
}
.cid-uLgL86FK1g .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-uLgL86FK1g .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLgL86FK1g .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLgL86FK1g .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLgL86FK1g .navbar-nav {
    margin: 0;
  }
}
.cid-uLgL86FK1g .dropdown-menu,
.cid-uLgL86FK1g .navbar.opened {
  background-color: false !important;
}
.cid-uLgL86FK1g .nav-item:focus,
.cid-uLgL86FK1g .nav-link:focus {
  outline: none;
}
.cid-uLgL86FK1g .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLgL86FK1g .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLgL86FK1g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLgL86FK1g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLgL86FK1g .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLgL86FK1g .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLgL86FK1g .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLgL86FK1g .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLgL86FK1g .navbar.opened {
  transition: all 0.3s;
}
.cid-uLgL86FK1g .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLgL86FK1g .navbar .navbar-logo img {
  max-width: 55px;
  max-height: 55px;
  object-fit: contain;
}
.cid-uLgL86FK1g .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLgL86FK1g .navbar.collapsed {
  justify-content: center;
}
.cid-uLgL86FK1g .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLgL86FK1g .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLgL86FK1g .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLgL86FK1g .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLgL86FK1g .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLgL86FK1g .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLgL86FK1g .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLgL86FK1g .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLgL86FK1g .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLgL86FK1g .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLgL86FK1g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLgL86FK1g .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLgL86FK1g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLgL86FK1g .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLgL86FK1g .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLgL86FK1g .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLgL86FK1g .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLgL86FK1g .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLgL86FK1g .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLgL86FK1g .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLgL86FK1g .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLgL86FK1g .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLgL86FK1g .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLgL86FK1g .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLgL86FK1g .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-uLgL86FK1g .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uLgL86FK1g .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLgL86FK1g .dropdown-item.active,
.cid-uLgL86FK1g .dropdown-item:active {
  background-color: transparent;
}
.cid-uLgL86FK1g .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLgL86FK1g .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLgL86FK1g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLgL86FK1g .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLgL86FK1g ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLgL86FK1g .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLgL86FK1g 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: #000000;
}
.cid-uLgL86FK1g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLgL86FK1g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLgL86FK1g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLgL86FK1g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLgL86FK1g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLgL86FK1g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLgL86FK1g nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLgL86FK1g nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLgL86FK1g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLgL86FK1g a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLgL86FK1g .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLgL86FK1g .navbar {
    height: 70px;
  }
  .cid-uLgL86FK1g .navbar.opened {
    height: auto;
  }
  .cid-uLgL86FK1g .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLgL86FK1g .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uLgL86FK1g .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uLgL86FK1g .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uLgL86FK1g .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLgL86FK1g .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uLgL86FK1g .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uLgL86FK1g .navbar-caption:hover {
  color: #c8d814;
}
@media (min-width: 992px) {
  .cid-uLgL86FK1g .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLgL86FK1g .text_widget {
  margin-bottom: 32px;
}
.cid-uLgL86FK1g .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLgL86FK1g .text_widget a:hover {
  opacity: .5;
}
.cid-uLgL86FK1g .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uLgL86FK1g .navbar-caption {
  color: #000000;
}
.cid-uLgL86FK1g .mbr-text {
  color: #6a6e71;
  text-align: left;
}
.cid-uLgL86FK1g .mbr-section-subtitle,
.cid-uLgL86FK1g .text_widget,
.cid-uLgL86FK1g .mbr-section-btn {
  text-align: left;
}
.cid-uLgL86FK1g a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLgL88VLls {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uLgL88VLls .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLgL88VLls .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLgL88VLls .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uLgL88VLls .container-fluid {
    padding: 0;
  }
}
.cid-uLgL88VLls .container-fluid .row {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uLgL88VLls .container {
    padding: 0 20px;
  }
}
.cid-uLgL88VLls .card {
  position: relative;
  border-radius: 0;
  min-height: 820px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uLgL88VLls .card {
    min-height: 500px;
    padding: 0 20px;
  }
}
.cid-uLgL88VLls .card .image-back {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uLgL88VLls .card .name-wrapper {
  position: relative;
  padding: 73px 0;
}
@media (max-width: 768px) {
  .cid-uLgL88VLls .card .name-wrapper {
    padding: 30px 0;
  }
}
.cid-uLgL88VLls .card .name-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLgL88VLls .card .name-wrapper img {
  position: relative;
  height: 400px;
  width: 400px;
  object-fit: cover;
  border-radius: 100%;
  margin: -2rem auto;
}
@media (max-width: 768px) {
  .cid-uLgL88VLls .card .name-wrapper img {
    height: 200px;
    width: 200px;
  }
}
.cid-uLgL88VLls .card .text-wrapper {
  padding: 73px 54px;
}
@media (max-width: 768px) {
  .cid-uLgL88VLls .card .text-wrapper {
    padding: 45px 0;
  }
}
.cid-uLgL88VLls .card .text-wrapper .mbr-desc {
  margin-bottom: 20px;
  letter-spacing: 1.6px;
}
@media (max-width: 992px) {
  .cid-uLgL88VLls .card .text-wrapper .mbr-desc {
    margin-bottom: 10px;
  }
}
.cid-uLgL88VLls .card .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uLgL88VLls .card .text-wrapper .link-wrap {
  display: block;
}
.cid-uLgL88VLls .card .text-wrapper .link-wrap .mbr-link {
  position: relative;
  display: inline-flex;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.cid-uLgL88VLls .card .text-wrapper .link-wrap .mbr-link:hover::before,
.cid-uLgL88VLls .card .text-wrapper .link-wrap .mbr-link:focus::before {
  width: 0;
}
.cid-uLgL88VLls .card .text-wrapper .link-wrap .mbr-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uLgL88VLls .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLgL88VLls .mbr-desc {
  color: #ffffff;
}
.cid-uLgL88VLls .mbr-text {
  color: #ffffff;
}
.cid-uLgL88VLls .mbr-link {
  color: #ffffff;
}
.cid-uLgL8aiYv4 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #161616;
}
.cid-uLgL8aiYv4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLgL8aiYv4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLgL8aiYv4 .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uLgL8aiYv4 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uLgL8aiYv4 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLgL8aiYv4 .container {
    padding: 0 20px;
  }
}
.cid-uLgL8aiYv4 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uLgL8aiYv4 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLgL8aiYv4 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLgL8aiYv4 .list {
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uLgL8aiYv4 .list {
    margin-bottom: 30px;
  }
}
.cid-uLgL8aiYv4 .list .item-wrap {
  position: relative;
  padding-bottom: 5px;
  margin: 9px 18px;
  margin-bottom: 0;
}
.cid-uLgL8aiYv4 .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uLgL8aiYv4 .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uLgL8aiYv4 .list .item-wrap:hover::before,
.cid-uLgL8aiYv4 .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uLgL8aiYv4 .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uLgL8aiYv4 .social-wrapper {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uLgL8aiYv4 .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLgL8aiYv4 .social-wrapper .soc-item {
  margin: 0 5px 5px 0;
}
.cid-uLgL8aiYv4 .social-wrapper .soc-item a {
  display: block;
}
.cid-uLgL8aiYv4 .social-wrapper .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uLgL8aiYv4 .social-wrapper .soc-item a .mbr-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #ffffff;
  border: 1px solid #424242;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.cid-uLgL8aiYv4 .copyright {
  padding: 30px 0;
  border-top: 1px solid #000000;
  margin: 0;
  color: #D2D3D5;
  text-align: center;
}
.cid-uLgL8aiYv4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLgL8aiYv4 .mbr-section-title DIV {
  text-align: center;
}
.cid-uLgNNXWRY6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLgNNXWRY6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLgNNXWRY6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLgNNXWRY6 .menu_box .navbar.opened,
  .cid-uLgNNXWRY6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLgNNXWRY6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLgNNXWRY6 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLgNNXWRY6 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLgNNXWRY6 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLgNNXWRY6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLgNNXWRY6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLgNNXWRY6 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f4f5f7;
  }
  .cid-uLgNNXWRY6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLgNNXWRY6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLgNNXWRY6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLgNNXWRY6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLgNNXWRY6 .offcanvas-body .mbr-text,
  .cid-uLgNNXWRY6 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLgNNXWRY6 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLgNNXWRY6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLgNNXWRY6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uLgNNXWRY6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLgNNXWRY6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLgNNXWRY6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLgNNXWRY6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLgNNXWRY6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLgNNXWRY6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLgNNXWRY6 .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-uLgNNXWRY6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLgNNXWRY6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLgNNXWRY6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLgNNXWRY6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLgNNXWRY6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLgNNXWRY6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLgNNXWRY6 .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uLgNNXWRY6 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 45%;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-out;
}
.cid-uLgNNXWRY6 .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uLgNNXWRY6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLgNNXWRY6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLgNNXWRY6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLgNNXWRY6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLgNNXWRY6 .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-uLgNNXWRY6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLgNNXWRY6 .offcanvas_box {
    display: none;
  }
}
.cid-uLgNNXWRY6 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLgNNXWRY6 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLgNNXWRY6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLgNNXWRY6 .container {
  display: flex;
  margin: auto;
}
.cid-uLgNNXWRY6 .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-uLgNNXWRY6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLgNNXWRY6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLgNNXWRY6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLgNNXWRY6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLgNNXWRY6 .dropdown-menu,
.cid-uLgNNXWRY6 .navbar.opened {
  background-color: false !important;
}
.cid-uLgNNXWRY6 .nav-item:focus,
.cid-uLgNNXWRY6 .nav-link:focus {
  outline: none;
}
.cid-uLgNNXWRY6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLgNNXWRY6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLgNNXWRY6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLgNNXWRY6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLgNNXWRY6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLgNNXWRY6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLgNNXWRY6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLgNNXWRY6 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLgNNXWRY6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLgNNXWRY6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLgNNXWRY6 .navbar .navbar-logo img {
  max-width: 55px;
  max-height: 55px;
  object-fit: contain;
}
.cid-uLgNNXWRY6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLgNNXWRY6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLgNNXWRY6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLgNNXWRY6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLgNNXWRY6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLgNNXWRY6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLgNNXWRY6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLgNNXWRY6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLgNNXWRY6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLgNNXWRY6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLgNNXWRY6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLgNNXWRY6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLgNNXWRY6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLgNNXWRY6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLgNNXWRY6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLgNNXWRY6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLgNNXWRY6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLgNNXWRY6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLgNNXWRY6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLgNNXWRY6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLgNNXWRY6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLgNNXWRY6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLgNNXWRY6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLgNNXWRY6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLgNNXWRY6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLgNNXWRY6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLgNNXWRY6 .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-uLgNNXWRY6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uLgNNXWRY6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLgNNXWRY6 .dropdown-item.active,
.cid-uLgNNXWRY6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLgNNXWRY6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLgNNXWRY6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLgNNXWRY6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLgNNXWRY6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLgNNXWRY6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLgNNXWRY6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLgNNXWRY6 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: #000000;
}
.cid-uLgNNXWRY6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLgNNXWRY6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLgNNXWRY6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLgNNXWRY6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLgNNXWRY6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLgNNXWRY6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLgNNXWRY6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLgNNXWRY6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLgNNXWRY6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLgNNXWRY6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLgNNXWRY6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLgNNXWRY6 .navbar {
    height: 70px;
  }
  .cid-uLgNNXWRY6 .navbar.opened {
    height: auto;
  }
  .cid-uLgNNXWRY6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLgNNXWRY6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uLgNNXWRY6 .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uLgNNXWRY6 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uLgNNXWRY6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLgNNXWRY6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uLgNNXWRY6 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uLgNNXWRY6 .navbar-caption:hover {
  color: #c8d814;
}
@media (min-width: 992px) {
  .cid-uLgNNXWRY6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLgNNXWRY6 .text_widget {
  margin-bottom: 32px;
}
.cid-uLgNNXWRY6 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLgNNXWRY6 .text_widget a:hover {
  opacity: .5;
}
.cid-uLgNNXWRY6 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uLgNNXWRY6 .navbar-caption {
  color: #000000;
}
.cid-uLgNNXWRY6 .mbr-text {
  color: #6a6e71;
  text-align: left;
}
.cid-uLgNNXWRY6 .mbr-section-subtitle,
.cid-uLgNNXWRY6 .text_widget,
.cid-uLgNNXWRY6 .mbr-section-btn {
  text-align: left;
}
.cid-uLgNNXWRY6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLgNNZMIZ7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uLgNNZMIZ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLgNNZMIZ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLgNNZMIZ7 .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uLgNNZMIZ7 .container-fluid {
    padding: 0;
  }
}
.cid-uLgNNZMIZ7 .container-fluid .row {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uLgNNZMIZ7 .container {
    padding: 0 20px;
  }
}
.cid-uLgNNZMIZ7 .card {
  position: relative;
  border-radius: 0;
  min-height: 820px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uLgNNZMIZ7 .card {
    min-height: 500px;
    padding: 0 20px;
  }
}
.cid-uLgNNZMIZ7 .card .image-back {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uLgNNZMIZ7 .card .name-wrapper {
  position: relative;
  padding: 73px 0;
}
@media (max-width: 768px) {
  .cid-uLgNNZMIZ7 .card .name-wrapper {
    padding: 30px 0;
  }
}
.cid-uLgNNZMIZ7 .card .name-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLgNNZMIZ7 .card .name-wrapper img {
  position: relative;
  height: 400px;
  width: 400px;
  object-fit: cover;
  border-radius: 100%;
  margin: -2rem auto;
}
@media (max-width: 768px) {
  .cid-uLgNNZMIZ7 .card .name-wrapper img {
    height: 200px;
    width: 200px;
  }
}
.cid-uLgNNZMIZ7 .card .text-wrapper {
  padding: 73px 54px;
}
@media (max-width: 768px) {
  .cid-uLgNNZMIZ7 .card .text-wrapper {
    padding: 45px 0;
  }
}
.cid-uLgNNZMIZ7 .card .text-wrapper .mbr-desc {
  margin-bottom: 20px;
  letter-spacing: 1.6px;
}
@media (max-width: 992px) {
  .cid-uLgNNZMIZ7 .card .text-wrapper .mbr-desc {
    margin-bottom: 10px;
  }
}
.cid-uLgNNZMIZ7 .card .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uLgNNZMIZ7 .card .text-wrapper .link-wrap {
  display: block;
}
.cid-uLgNNZMIZ7 .card .text-wrapper .link-wrap .mbr-link {
  position: relative;
  display: inline-flex;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.cid-uLgNNZMIZ7 .card .text-wrapper .link-wrap .mbr-link:hover::before,
.cid-uLgNNZMIZ7 .card .text-wrapper .link-wrap .mbr-link:focus::before {
  width: 0;
}
.cid-uLgNNZMIZ7 .card .text-wrapper .link-wrap .mbr-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uLgNNZMIZ7 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLgNNZMIZ7 .mbr-desc {
  color: #ffffff;
}
.cid-uLgNNZMIZ7 .mbr-text {
  color: #ffffff;
}
.cid-uLgNNZMIZ7 .mbr-link {
  color: #ffffff;
}
.cid-uLgNO2kr3f {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #161616;
}
.cid-uLgNO2kr3f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLgNO2kr3f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLgNO2kr3f .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uLgNO2kr3f .container-fluid {
    padding: 0 20px;
  }
}
.cid-uLgNO2kr3f .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLgNO2kr3f .container {
    padding: 0 20px;
  }
}
.cid-uLgNO2kr3f .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uLgNO2kr3f .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLgNO2kr3f .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLgNO2kr3f .list {
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uLgNO2kr3f .list {
    margin-bottom: 30px;
  }
}
.cid-uLgNO2kr3f .list .item-wrap {
  position: relative;
  padding-bottom: 5px;
  margin: 9px 18px;
  margin-bottom: 0;
}
.cid-uLgNO2kr3f .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uLgNO2kr3f .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uLgNO2kr3f .list .item-wrap:hover::before,
.cid-uLgNO2kr3f .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uLgNO2kr3f .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uLgNO2kr3f .social-wrapper {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uLgNO2kr3f .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLgNO2kr3f .social-wrapper .soc-item {
  margin: 0 5px 5px 0;
}
.cid-uLgNO2kr3f .social-wrapper .soc-item a {
  display: block;
}
.cid-uLgNO2kr3f .social-wrapper .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uLgNO2kr3f .social-wrapper .soc-item a .mbr-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #ffffff;
  border: 1px solid #424242;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.cid-uLgNO2kr3f .copyright {
  padding: 30px 0;
  border-top: 1px solid #000000;
  margin: 0;
  color: #D2D3D5;
  text-align: center;
}
.cid-uLgNO2kr3f .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLgNO2kr3f .mbr-section-title DIV {
  text-align: center;
}
.cid-uLgS7TgLa6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLgS7TgLa6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLgS7TgLa6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLgS7TgLa6 .menu_box .navbar.opened,
  .cid-uLgS7TgLa6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLgS7TgLa6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLgS7TgLa6 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLgS7TgLa6 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLgS7TgLa6 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLgS7TgLa6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLgS7TgLa6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLgS7TgLa6 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f4f5f7;
  }
  .cid-uLgS7TgLa6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLgS7TgLa6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLgS7TgLa6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLgS7TgLa6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLgS7TgLa6 .offcanvas-body .mbr-text,
  .cid-uLgS7TgLa6 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLgS7TgLa6 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLgS7TgLa6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLgS7TgLa6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uLgS7TgLa6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLgS7TgLa6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLgS7TgLa6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLgS7TgLa6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLgS7TgLa6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLgS7TgLa6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLgS7TgLa6 .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-uLgS7TgLa6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLgS7TgLa6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLgS7TgLa6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLgS7TgLa6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLgS7TgLa6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLgS7TgLa6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLgS7TgLa6 .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uLgS7TgLa6 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 45%;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-out;
}
.cid-uLgS7TgLa6 .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uLgS7TgLa6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLgS7TgLa6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLgS7TgLa6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLgS7TgLa6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLgS7TgLa6 .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-uLgS7TgLa6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLgS7TgLa6 .offcanvas_box {
    display: none;
  }
}
.cid-uLgS7TgLa6 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLgS7TgLa6 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLgS7TgLa6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLgS7TgLa6 .container {
  display: flex;
  margin: auto;
}
.cid-uLgS7TgLa6 .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-uLgS7TgLa6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLgS7TgLa6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLgS7TgLa6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLgS7TgLa6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLgS7TgLa6 .dropdown-menu,
.cid-uLgS7TgLa6 .navbar.opened {
  background-color: false !important;
}
.cid-uLgS7TgLa6 .nav-item:focus,
.cid-uLgS7TgLa6 .nav-link:focus {
  outline: none;
}
.cid-uLgS7TgLa6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLgS7TgLa6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLgS7TgLa6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLgS7TgLa6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLgS7TgLa6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLgS7TgLa6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLgS7TgLa6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLgS7TgLa6 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLgS7TgLa6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLgS7TgLa6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLgS7TgLa6 .navbar .navbar-logo img {
  max-width: 55px;
  max-height: 55px;
  object-fit: contain;
}
.cid-uLgS7TgLa6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLgS7TgLa6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLgS7TgLa6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLgS7TgLa6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLgS7TgLa6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLgS7TgLa6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLgS7TgLa6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLgS7TgLa6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLgS7TgLa6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLgS7TgLa6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLgS7TgLa6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLgS7TgLa6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLgS7TgLa6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLgS7TgLa6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLgS7TgLa6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLgS7TgLa6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLgS7TgLa6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLgS7TgLa6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLgS7TgLa6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLgS7TgLa6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLgS7TgLa6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLgS7TgLa6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLgS7TgLa6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLgS7TgLa6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLgS7TgLa6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLgS7TgLa6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLgS7TgLa6 .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-uLgS7TgLa6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uLgS7TgLa6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLgS7TgLa6 .dropdown-item.active,
.cid-uLgS7TgLa6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLgS7TgLa6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLgS7TgLa6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLgS7TgLa6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLgS7TgLa6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLgS7TgLa6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLgS7TgLa6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLgS7TgLa6 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: #000000;
}
.cid-uLgS7TgLa6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLgS7TgLa6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLgS7TgLa6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLgS7TgLa6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLgS7TgLa6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLgS7TgLa6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLgS7TgLa6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLgS7TgLa6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLgS7TgLa6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLgS7TgLa6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLgS7TgLa6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLgS7TgLa6 .navbar {
    height: 70px;
  }
  .cid-uLgS7TgLa6 .navbar.opened {
    height: auto;
  }
  .cid-uLgS7TgLa6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLgS7TgLa6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uLgS7TgLa6 .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uLgS7TgLa6 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uLgS7TgLa6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLgS7TgLa6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uLgS7TgLa6 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uLgS7TgLa6 .navbar-caption:hover {
  color: #c8d814;
}
@media (min-width: 992px) {
  .cid-uLgS7TgLa6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLgS7TgLa6 .text_widget {
  margin-bottom: 32px;
}
.cid-uLgS7TgLa6 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLgS7TgLa6 .text_widget a:hover {
  opacity: .5;
}
.cid-uLgS7TgLa6 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uLgS7TgLa6 .navbar-caption {
  color: #000000;
}
.cid-uLgS7TgLa6 .mbr-text {
  color: #6a6e71;
  text-align: left;
}
.cid-uLgS7TgLa6 .mbr-section-subtitle,
.cid-uLgS7TgLa6 .text_widget,
.cid-uLgS7TgLa6 .mbr-section-btn {
  text-align: left;
}
.cid-uLgS7TgLa6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLgS7Uxujc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uLgS7Uxujc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLgS7Uxujc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLgS7Uxujc .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uLgS7Uxujc .container-fluid {
    padding: 0;
  }
}
.cid-uLgS7Uxujc .container-fluid .row {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uLgS7Uxujc .container {
    padding: 0 20px;
  }
}
.cid-uLgS7Uxujc .card {
  position: relative;
  border-radius: 0;
  min-height: 820px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uLgS7Uxujc .card {
    min-height: 500px;
    padding: 0 20px;
  }
}
.cid-uLgS7Uxujc .card .image-back {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uLgS7Uxujc .card .name-wrapper {
  position: relative;
  padding: 73px 0;
}
@media (max-width: 768px) {
  .cid-uLgS7Uxujc .card .name-wrapper {
    padding: 30px 0;
  }
}
.cid-uLgS7Uxujc .card .name-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLgS7Uxujc .card .name-wrapper img {
  position: relative;
  height: 400px;
  width: 400px;
  object-fit: cover;
  border-radius: 100%;
  margin: -2rem auto;
}
@media (max-width: 768px) {
  .cid-uLgS7Uxujc .card .name-wrapper img {
    height: 200px;
    width: 200px;
  }
}
.cid-uLgS7Uxujc .card .text-wrapper {
  padding: 73px 54px;
}
@media (max-width: 768px) {
  .cid-uLgS7Uxujc .card .text-wrapper {
    padding: 45px 0;
  }
}
.cid-uLgS7Uxujc .card .text-wrapper .mbr-desc {
  margin-bottom: 20px;
  letter-spacing: 1.6px;
}
@media (max-width: 992px) {
  .cid-uLgS7Uxujc .card .text-wrapper .mbr-desc {
    margin-bottom: 10px;
  }
}
.cid-uLgS7Uxujc .card .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uLgS7Uxujc .card .text-wrapper .link-wrap {
  display: block;
}
.cid-uLgS7Uxujc .card .text-wrapper .link-wrap .mbr-link {
  position: relative;
  display: inline-flex;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.cid-uLgS7Uxujc .card .text-wrapper .link-wrap .mbr-link:hover::before,
.cid-uLgS7Uxujc .card .text-wrapper .link-wrap .mbr-link:focus::before {
  width: 0;
}
.cid-uLgS7Uxujc .card .text-wrapper .link-wrap .mbr-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uLgS7Uxujc .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLgS7Uxujc .mbr-desc {
  color: #ffffff;
}
.cid-uLgS7Uxujc .mbr-text {
  color: #ffffff;
}
.cid-uLgS7Uxujc .mbr-link {
  color: #ffffff;
}
.cid-uLgS7VAz28 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #161616;
}
.cid-uLgS7VAz28 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLgS7VAz28 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLgS7VAz28 .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uLgS7VAz28 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uLgS7VAz28 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLgS7VAz28 .container {
    padding: 0 20px;
  }
}
.cid-uLgS7VAz28 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uLgS7VAz28 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLgS7VAz28 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLgS7VAz28 .list {
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uLgS7VAz28 .list {
    margin-bottom: 30px;
  }
}
.cid-uLgS7VAz28 .list .item-wrap {
  position: relative;
  padding-bottom: 5px;
  margin: 9px 18px;
  margin-bottom: 0;
}
.cid-uLgS7VAz28 .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uLgS7VAz28 .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uLgS7VAz28 .list .item-wrap:hover::before,
.cid-uLgS7VAz28 .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uLgS7VAz28 .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uLgS7VAz28 .social-wrapper {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uLgS7VAz28 .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLgS7VAz28 .social-wrapper .soc-item {
  margin: 0 5px 5px 0;
}
.cid-uLgS7VAz28 .social-wrapper .soc-item a {
  display: block;
}
.cid-uLgS7VAz28 .social-wrapper .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uLgS7VAz28 .social-wrapper .soc-item a .mbr-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #ffffff;
  border: 1px solid #424242;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.cid-uLgS7VAz28 .copyright {
  padding: 30px 0;
  border-top: 1px solid #000000;
  margin: 0;
  color: #D2D3D5;
  text-align: center;
}
.cid-uLgS7VAz28 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLgS7VAz28 .mbr-section-title DIV {
  text-align: center;
}
.cid-uMu8fHhZtj .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uMu8fHhZtj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uMu8fHhZtj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uMu8fHhZtj .menu_box .navbar.opened,
  .cid-uMu8fHhZtj .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uMu8fHhZtj .navbar-dropdown {
  position: relative !important;
}
.cid-uMu8fHhZtj .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uMu8fHhZtj .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMu8fHhZtj .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uMu8fHhZtj .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uMu8fHhZtj .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uMu8fHhZtj .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f4f5f7;
  }
  .cid-uMu8fHhZtj .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uMu8fHhZtj .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uMu8fHhZtj .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uMu8fHhZtj .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uMu8fHhZtj .offcanvas-body .mbr-text,
  .cid-uMu8fHhZtj .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uMu8fHhZtj .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uMu8fHhZtj .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uMu8fHhZtj .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uMu8fHhZtj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uMu8fHhZtj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uMu8fHhZtj .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uMu8fHhZtj .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uMu8fHhZtj ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uMu8fHhZtj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMu8fHhZtj .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-uMu8fHhZtj .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uMu8fHhZtj li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uMu8fHhZtj .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uMu8fHhZtj .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uMu8fHhZtj .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uMu8fHhZtj .nav-item {
    margin: 0 !important;
  }
}
.cid-uMu8fHhZtj .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uMu8fHhZtj .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 45%;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-out;
}
.cid-uMu8fHhZtj .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uMu8fHhZtj .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uMu8fHhZtj .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uMu8fHhZtj .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uMu8fHhZtj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMu8fHhZtj .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-uMu8fHhZtj .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uMu8fHhZtj .offcanvas_box {
    display: none;
  }
}
.cid-uMu8fHhZtj .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uMu8fHhZtj .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMu8fHhZtj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uMu8fHhZtj .container {
  display: flex;
  margin: auto;
}
.cid-uMu8fHhZtj .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-uMu8fHhZtj .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uMu8fHhZtj .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uMu8fHhZtj .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uMu8fHhZtj .navbar-nav {
    margin: 0;
  }
}
.cid-uMu8fHhZtj .dropdown-menu,
.cid-uMu8fHhZtj .navbar.opened {
  background-color: false !important;
}
.cid-uMu8fHhZtj .nav-item:focus,
.cid-uMu8fHhZtj .nav-link:focus {
  outline: none;
}
.cid-uMu8fHhZtj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMu8fHhZtj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMu8fHhZtj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMu8fHhZtj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMu8fHhZtj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMu8fHhZtj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMu8fHhZtj .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uMu8fHhZtj .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uMu8fHhZtj .navbar.opened {
  transition: all 0.3s;
}
.cid-uMu8fHhZtj .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uMu8fHhZtj .navbar .navbar-logo img {
  max-width: 55px;
  max-height: 55px;
  object-fit: contain;
}
.cid-uMu8fHhZtj .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uMu8fHhZtj .navbar.collapsed {
  justify-content: center;
}
.cid-uMu8fHhZtj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMu8fHhZtj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMu8fHhZtj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMu8fHhZtj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMu8fHhZtj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMu8fHhZtj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uMu8fHhZtj .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMu8fHhZtj .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uMu8fHhZtj .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uMu8fHhZtj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMu8fHhZtj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMu8fHhZtj .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uMu8fHhZtj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMu8fHhZtj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uMu8fHhZtj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMu8fHhZtj .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uMu8fHhZtj .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uMu8fHhZtj .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uMu8fHhZtj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMu8fHhZtj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMu8fHhZtj .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uMu8fHhZtj .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMu8fHhZtj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMu8fHhZtj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMu8fHhZtj .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-uMu8fHhZtj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uMu8fHhZtj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMu8fHhZtj .dropdown-item.active,
.cid-uMu8fHhZtj .dropdown-item:active {
  background-color: transparent;
}
.cid-uMu8fHhZtj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMu8fHhZtj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMu8fHhZtj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMu8fHhZtj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMu8fHhZtj ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uMu8fHhZtj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMu8fHhZtj 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: #000000;
}
.cid-uMu8fHhZtj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uMu8fHhZtj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMu8fHhZtj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMu8fHhZtj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMu8fHhZtj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMu8fHhZtj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMu8fHhZtj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMu8fHhZtj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMu8fHhZtj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMu8fHhZtj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uMu8fHhZtj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMu8fHhZtj .navbar {
    height: 70px;
  }
  .cid-uMu8fHhZtj .navbar.opened {
    height: auto;
  }
  .cid-uMu8fHhZtj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMu8fHhZtj .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uMu8fHhZtj .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uMu8fHhZtj .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uMu8fHhZtj .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uMu8fHhZtj .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uMu8fHhZtj .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uMu8fHhZtj .navbar-caption:hover {
  color: #c8d814;
}
@media (min-width: 992px) {
  .cid-uMu8fHhZtj .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uMu8fHhZtj .text_widget {
  margin-bottom: 32px;
}
.cid-uMu8fHhZtj .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uMu8fHhZtj .text_widget a:hover {
  opacity: .5;
}
.cid-uMu8fHhZtj .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uMu8fHhZtj .navbar-caption {
  color: #000000;
}
.cid-uMu8fHhZtj .mbr-text {
  color: #6a6e71;
  text-align: left;
}
.cid-uMu8fHhZtj .mbr-section-subtitle,
.cid-uMu8fHhZtj .text_widget,
.cid-uMu8fHhZtj .mbr-section-btn {
  text-align: left;
}
.cid-uMu8fHhZtj a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uMu8fI7iZk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uMu8fI7iZk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMu8fI7iZk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMu8fI7iZk .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uMu8fI7iZk .container-fluid {
    padding: 0;
  }
}
.cid-uMu8fI7iZk .container-fluid .row {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uMu8fI7iZk .container {
    padding: 0 20px;
  }
}
.cid-uMu8fI7iZk .card {
  position: relative;
  border-radius: 0;
  min-height: 820px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uMu8fI7iZk .card {
    min-height: 500px;
    padding: 0 20px;
  }
}
.cid-uMu8fI7iZk .card .image-back {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uMu8fI7iZk .card .name-wrapper {
  position: relative;
  padding: 73px 0;
}
@media (max-width: 768px) {
  .cid-uMu8fI7iZk .card .name-wrapper {
    padding: 30px 0;
  }
}
.cid-uMu8fI7iZk .card .name-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMu8fI7iZk .card .name-wrapper img {
  position: relative;
  height: 400px;
  width: 400px;
  object-fit: cover;
  border-radius: 100%;
  margin: -2rem auto;
}
@media (max-width: 768px) {
  .cid-uMu8fI7iZk .card .name-wrapper img {
    height: 200px;
    width: 200px;
  }
}
.cid-uMu8fI7iZk .card .text-wrapper {
  padding: 73px 54px;
}
@media (max-width: 768px) {
  .cid-uMu8fI7iZk .card .text-wrapper {
    padding: 45px 0;
  }
}
.cid-uMu8fI7iZk .card .text-wrapper .mbr-desc {
  margin-bottom: 20px;
  letter-spacing: 1.6px;
}
@media (max-width: 992px) {
  .cid-uMu8fI7iZk .card .text-wrapper .mbr-desc {
    margin-bottom: 10px;
  }
}
.cid-uMu8fI7iZk .card .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uMu8fI7iZk .card .text-wrapper .link-wrap {
  display: block;
}
.cid-uMu8fI7iZk .card .text-wrapper .link-wrap .mbr-link {
  position: relative;
  display: inline-flex;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.cid-uMu8fI7iZk .card .text-wrapper .link-wrap .mbr-link:hover::before,
.cid-uMu8fI7iZk .card .text-wrapper .link-wrap .mbr-link:focus::before {
  width: 0;
}
.cid-uMu8fI7iZk .card .text-wrapper .link-wrap .mbr-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uMu8fI7iZk .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uMu8fI7iZk .mbr-desc {
  color: #ffffff;
}
.cid-uMu8fI7iZk .mbr-text {
  color: #ffffff;
}
.cid-uMu8fI7iZk .mbr-link {
  color: #ffffff;
}
.cid-uMu8fIREWh {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #161616;
}
.cid-uMu8fIREWh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMu8fIREWh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMu8fIREWh .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uMu8fIREWh .container-fluid {
    padding: 0 20px;
  }
}
.cid-uMu8fIREWh .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uMu8fIREWh .container {
    padding: 0 20px;
  }
}
.cid-uMu8fIREWh .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uMu8fIREWh .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uMu8fIREWh .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMu8fIREWh .list {
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uMu8fIREWh .list {
    margin-bottom: 30px;
  }
}
.cid-uMu8fIREWh .list .item-wrap {
  position: relative;
  padding-bottom: 5px;
  margin: 9px 18px;
  margin-bottom: 0;
}
.cid-uMu8fIREWh .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uMu8fIREWh .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uMu8fIREWh .list .item-wrap:hover::before,
.cid-uMu8fIREWh .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uMu8fIREWh .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uMu8fIREWh .social-wrapper {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uMu8fIREWh .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uMu8fIREWh .social-wrapper .soc-item {
  margin: 0 5px 5px 0;
}
.cid-uMu8fIREWh .social-wrapper .soc-item a {
  display: block;
}
.cid-uMu8fIREWh .social-wrapper .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uMu8fIREWh .social-wrapper .soc-item a .mbr-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #ffffff;
  border: 1px solid #424242;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.cid-uMu8fIREWh .copyright {
  padding: 30px 0;
  border-top: 1px solid #000000;
  margin: 0;
  color: #D2D3D5;
  text-align: center;
}
.cid-uMu8fIREWh .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uMu8fIREWh .mbr-section-title DIV {
  text-align: center;
}
.cid-uMu9dQ53XC .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uMu9dQ53XC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uMu9dQ53XC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uMu9dQ53XC .menu_box .navbar.opened,
  .cid-uMu9dQ53XC .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uMu9dQ53XC .navbar-dropdown {
  position: relative !important;
}
.cid-uMu9dQ53XC .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uMu9dQ53XC .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMu9dQ53XC .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uMu9dQ53XC .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uMu9dQ53XC .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uMu9dQ53XC .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f4f5f7;
  }
  .cid-uMu9dQ53XC .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uMu9dQ53XC .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uMu9dQ53XC .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uMu9dQ53XC .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uMu9dQ53XC .offcanvas-body .mbr-text,
  .cid-uMu9dQ53XC .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uMu9dQ53XC .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uMu9dQ53XC .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uMu9dQ53XC .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uMu9dQ53XC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uMu9dQ53XC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uMu9dQ53XC .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uMu9dQ53XC .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uMu9dQ53XC ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uMu9dQ53XC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMu9dQ53XC .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-uMu9dQ53XC .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uMu9dQ53XC li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uMu9dQ53XC .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uMu9dQ53XC .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uMu9dQ53XC .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uMu9dQ53XC .nav-item {
    margin: 0 !important;
  }
}
.cid-uMu9dQ53XC .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uMu9dQ53XC .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 45%;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-out;
}
.cid-uMu9dQ53XC .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uMu9dQ53XC .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uMu9dQ53XC .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uMu9dQ53XC .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uMu9dQ53XC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMu9dQ53XC .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-uMu9dQ53XC .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uMu9dQ53XC .offcanvas_box {
    display: none;
  }
}
.cid-uMu9dQ53XC .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uMu9dQ53XC .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMu9dQ53XC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uMu9dQ53XC .container {
  display: flex;
  margin: auto;
}
.cid-uMu9dQ53XC .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-uMu9dQ53XC .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uMu9dQ53XC .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uMu9dQ53XC .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uMu9dQ53XC .navbar-nav {
    margin: 0;
  }
}
.cid-uMu9dQ53XC .dropdown-menu,
.cid-uMu9dQ53XC .navbar.opened {
  background-color: false !important;
}
.cid-uMu9dQ53XC .nav-item:focus,
.cid-uMu9dQ53XC .nav-link:focus {
  outline: none;
}
.cid-uMu9dQ53XC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMu9dQ53XC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMu9dQ53XC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMu9dQ53XC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMu9dQ53XC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMu9dQ53XC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMu9dQ53XC .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uMu9dQ53XC .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uMu9dQ53XC .navbar.opened {
  transition: all 0.3s;
}
.cid-uMu9dQ53XC .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uMu9dQ53XC .navbar .navbar-logo img {
  max-width: 55px;
  max-height: 55px;
  object-fit: contain;
}
.cid-uMu9dQ53XC .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uMu9dQ53XC .navbar.collapsed {
  justify-content: center;
}
.cid-uMu9dQ53XC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMu9dQ53XC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMu9dQ53XC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMu9dQ53XC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMu9dQ53XC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMu9dQ53XC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uMu9dQ53XC .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMu9dQ53XC .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uMu9dQ53XC .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uMu9dQ53XC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMu9dQ53XC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMu9dQ53XC .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uMu9dQ53XC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMu9dQ53XC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uMu9dQ53XC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMu9dQ53XC .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uMu9dQ53XC .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uMu9dQ53XC .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uMu9dQ53XC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMu9dQ53XC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMu9dQ53XC .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uMu9dQ53XC .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMu9dQ53XC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMu9dQ53XC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMu9dQ53XC .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-uMu9dQ53XC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uMu9dQ53XC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMu9dQ53XC .dropdown-item.active,
.cid-uMu9dQ53XC .dropdown-item:active {
  background-color: transparent;
}
.cid-uMu9dQ53XC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMu9dQ53XC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMu9dQ53XC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMu9dQ53XC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMu9dQ53XC ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uMu9dQ53XC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMu9dQ53XC 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: #000000;
}
.cid-uMu9dQ53XC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uMu9dQ53XC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMu9dQ53XC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMu9dQ53XC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMu9dQ53XC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMu9dQ53XC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMu9dQ53XC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMu9dQ53XC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMu9dQ53XC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMu9dQ53XC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uMu9dQ53XC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMu9dQ53XC .navbar {
    height: 70px;
  }
  .cid-uMu9dQ53XC .navbar.opened {
    height: auto;
  }
  .cid-uMu9dQ53XC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMu9dQ53XC .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uMu9dQ53XC .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uMu9dQ53XC .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uMu9dQ53XC .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uMu9dQ53XC .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uMu9dQ53XC .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uMu9dQ53XC .navbar-caption:hover {
  color: #c8d814;
}
@media (min-width: 992px) {
  .cid-uMu9dQ53XC .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uMu9dQ53XC .text_widget {
  margin-bottom: 32px;
}
.cid-uMu9dQ53XC .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uMu9dQ53XC .text_widget a:hover {
  opacity: .5;
}
.cid-uMu9dQ53XC .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uMu9dQ53XC .navbar-caption {
  color: #000000;
}
.cid-uMu9dQ53XC .mbr-text {
  color: #6a6e71;
  text-align: left;
}
.cid-uMu9dQ53XC .mbr-section-subtitle,
.cid-uMu9dQ53XC .text_widget,
.cid-uMu9dQ53XC .mbr-section-btn {
  text-align: left;
}
.cid-uMu9dQ53XC a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uMu9dR5HOX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uMu9dR5HOX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMu9dR5HOX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMu9dR5HOX .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uMu9dR5HOX .container-fluid {
    padding: 0;
  }
}
.cid-uMu9dR5HOX .container-fluid .row {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uMu9dR5HOX .container {
    padding: 0 20px;
  }
}
.cid-uMu9dR5HOX .card {
  position: relative;
  border-radius: 0;
  min-height: 820px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uMu9dR5HOX .card {
    min-height: 500px;
    padding: 0 20px;
  }
}
.cid-uMu9dR5HOX .card .image-back {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uMu9dR5HOX .card .name-wrapper {
  position: relative;
  padding: 73px 0;
}
@media (max-width: 768px) {
  .cid-uMu9dR5HOX .card .name-wrapper {
    padding: 30px 0;
  }
}
.cid-uMu9dR5HOX .card .name-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMu9dR5HOX .card .name-wrapper img {
  position: relative;
  height: 400px;
  width: 400px;
  object-fit: cover;
  border-radius: 100%;
  margin: -2rem auto;
}
@media (max-width: 768px) {
  .cid-uMu9dR5HOX .card .name-wrapper img {
    height: 200px;
    width: 200px;
  }
}
.cid-uMu9dR5HOX .card .text-wrapper {
  padding: 73px 54px;
}
@media (max-width: 768px) {
  .cid-uMu9dR5HOX .card .text-wrapper {
    padding: 45px 0;
  }
}
.cid-uMu9dR5HOX .card .text-wrapper .mbr-desc {
  margin-bottom: 20px;
  letter-spacing: 1.6px;
}
@media (max-width: 992px) {
  .cid-uMu9dR5HOX .card .text-wrapper .mbr-desc {
    margin-bottom: 10px;
  }
}
.cid-uMu9dR5HOX .card .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uMu9dR5HOX .card .text-wrapper .link-wrap {
  display: block;
}
.cid-uMu9dR5HOX .card .text-wrapper .link-wrap .mbr-link {
  position: relative;
  display: inline-flex;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.cid-uMu9dR5HOX .card .text-wrapper .link-wrap .mbr-link:hover::before,
.cid-uMu9dR5HOX .card .text-wrapper .link-wrap .mbr-link:focus::before {
  width: 0;
}
.cid-uMu9dR5HOX .card .text-wrapper .link-wrap .mbr-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uMu9dR5HOX .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uMu9dR5HOX .mbr-desc {
  color: #ffffff;
}
.cid-uMu9dR5HOX .mbr-text {
  color: #ffffff;
}
.cid-uMu9dR5HOX .mbr-link {
  color: #ffffff;
}
.cid-uMu9dRP4tn {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #161616;
}
.cid-uMu9dRP4tn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMu9dRP4tn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMu9dRP4tn .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uMu9dRP4tn .container-fluid {
    padding: 0 20px;
  }
}
.cid-uMu9dRP4tn .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uMu9dRP4tn .container {
    padding: 0 20px;
  }
}
.cid-uMu9dRP4tn .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uMu9dRP4tn .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uMu9dRP4tn .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMu9dRP4tn .list {
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uMu9dRP4tn .list {
    margin-bottom: 30px;
  }
}
.cid-uMu9dRP4tn .list .item-wrap {
  position: relative;
  padding-bottom: 5px;
  margin: 9px 18px;
  margin-bottom: 0;
}
.cid-uMu9dRP4tn .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uMu9dRP4tn .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uMu9dRP4tn .list .item-wrap:hover::before,
.cid-uMu9dRP4tn .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uMu9dRP4tn .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uMu9dRP4tn .social-wrapper {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uMu9dRP4tn .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uMu9dRP4tn .social-wrapper .soc-item {
  margin: 0 5px 5px 0;
}
.cid-uMu9dRP4tn .social-wrapper .soc-item a {
  display: block;
}
.cid-uMu9dRP4tn .social-wrapper .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uMu9dRP4tn .social-wrapper .soc-item a .mbr-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #ffffff;
  border: 1px solid #424242;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.cid-uMu9dRP4tn .copyright {
  padding: 30px 0;
  border-top: 1px solid #000000;
  margin: 0;
  color: #D2D3D5;
  text-align: center;
}
.cid-uMu9dRP4tn .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uMu9dRP4tn .mbr-section-title DIV {
  text-align: center;
}
.cid-uMumsPbbyJ .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uMumsPbbyJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uMumsPbbyJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uMumsPbbyJ .menu_box .navbar.opened,
  .cid-uMumsPbbyJ .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uMumsPbbyJ .navbar-dropdown {
  position: relative !important;
}
.cid-uMumsPbbyJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uMumsPbbyJ .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMumsPbbyJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uMumsPbbyJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uMumsPbbyJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uMumsPbbyJ .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f4f5f7;
  }
  .cid-uMumsPbbyJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uMumsPbbyJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uMumsPbbyJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uMumsPbbyJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uMumsPbbyJ .offcanvas-body .mbr-text,
  .cid-uMumsPbbyJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uMumsPbbyJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uMumsPbbyJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uMumsPbbyJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uMumsPbbyJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uMumsPbbyJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uMumsPbbyJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uMumsPbbyJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uMumsPbbyJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uMumsPbbyJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMumsPbbyJ .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-uMumsPbbyJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uMumsPbbyJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uMumsPbbyJ .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uMumsPbbyJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uMumsPbbyJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uMumsPbbyJ .nav-item {
    margin: 0 !important;
  }
}
.cid-uMumsPbbyJ .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uMumsPbbyJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 45%;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-out;
}
.cid-uMumsPbbyJ .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uMumsPbbyJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uMumsPbbyJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uMumsPbbyJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uMumsPbbyJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMumsPbbyJ .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-uMumsPbbyJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uMumsPbbyJ .offcanvas_box {
    display: none;
  }
}
.cid-uMumsPbbyJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uMumsPbbyJ .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMumsPbbyJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uMumsPbbyJ .container {
  display: flex;
  margin: auto;
}
.cid-uMumsPbbyJ .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-uMumsPbbyJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uMumsPbbyJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uMumsPbbyJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uMumsPbbyJ .navbar-nav {
    margin: 0;
  }
}
.cid-uMumsPbbyJ .dropdown-menu,
.cid-uMumsPbbyJ .navbar.opened {
  background-color: false !important;
}
.cid-uMumsPbbyJ .nav-item:focus,
.cid-uMumsPbbyJ .nav-link:focus {
  outline: none;
}
.cid-uMumsPbbyJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMumsPbbyJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMumsPbbyJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMumsPbbyJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMumsPbbyJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMumsPbbyJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMumsPbbyJ .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uMumsPbbyJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uMumsPbbyJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uMumsPbbyJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uMumsPbbyJ .navbar .navbar-logo img {
  max-width: 55px;
  max-height: 55px;
  object-fit: contain;
}
.cid-uMumsPbbyJ .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uMumsPbbyJ .navbar.collapsed {
  justify-content: center;
}
.cid-uMumsPbbyJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMumsPbbyJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMumsPbbyJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMumsPbbyJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMumsPbbyJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMumsPbbyJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uMumsPbbyJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMumsPbbyJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uMumsPbbyJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uMumsPbbyJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMumsPbbyJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMumsPbbyJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uMumsPbbyJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMumsPbbyJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uMumsPbbyJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMumsPbbyJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uMumsPbbyJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uMumsPbbyJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uMumsPbbyJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMumsPbbyJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMumsPbbyJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uMumsPbbyJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMumsPbbyJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMumsPbbyJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMumsPbbyJ .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-uMumsPbbyJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uMumsPbbyJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMumsPbbyJ .dropdown-item.active,
.cid-uMumsPbbyJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uMumsPbbyJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMumsPbbyJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMumsPbbyJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMumsPbbyJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMumsPbbyJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uMumsPbbyJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMumsPbbyJ 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: #000000;
}
.cid-uMumsPbbyJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uMumsPbbyJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMumsPbbyJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMumsPbbyJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMumsPbbyJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMumsPbbyJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMumsPbbyJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMumsPbbyJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMumsPbbyJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMumsPbbyJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uMumsPbbyJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMumsPbbyJ .navbar {
    height: 70px;
  }
  .cid-uMumsPbbyJ .navbar.opened {
    height: auto;
  }
  .cid-uMumsPbbyJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMumsPbbyJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uMumsPbbyJ .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uMumsPbbyJ .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uMumsPbbyJ .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uMumsPbbyJ .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uMumsPbbyJ .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uMumsPbbyJ .navbar-caption:hover {
  color: #c8d814;
}
@media (min-width: 992px) {
  .cid-uMumsPbbyJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uMumsPbbyJ .text_widget {
  margin-bottom: 32px;
}
.cid-uMumsPbbyJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uMumsPbbyJ .text_widget a:hover {
  opacity: .5;
}
.cid-uMumsPbbyJ .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uMumsPbbyJ .navbar-caption {
  color: #000000;
}
.cid-uMumsPbbyJ .mbr-text {
  color: #6a6e71;
  text-align: left;
}
.cid-uMumsPbbyJ .mbr-section-subtitle,
.cid-uMumsPbbyJ .text_widget,
.cid-uMumsPbbyJ .mbr-section-btn {
  text-align: left;
}
.cid-uMumsPbbyJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uMumsQ1mQS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uMumsQ1mQS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMumsQ1mQS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMumsQ1mQS .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uMumsQ1mQS .container-fluid {
    padding: 0;
  }
}
.cid-uMumsQ1mQS .container-fluid .row {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uMumsQ1mQS .container {
    padding: 0 20px;
  }
}
.cid-uMumsQ1mQS .card {
  position: relative;
  border-radius: 0;
  min-height: 820px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uMumsQ1mQS .card {
    min-height: 500px;
    padding: 0 20px;
  }
}
.cid-uMumsQ1mQS .card .image-back {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uMumsQ1mQS .card .name-wrapper {
  position: relative;
  padding: 73px 0;
}
@media (max-width: 768px) {
  .cid-uMumsQ1mQS .card .name-wrapper {
    padding: 30px 0;
  }
}
.cid-uMumsQ1mQS .card .name-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMumsQ1mQS .card .name-wrapper img {
  position: relative;
  height: 400px;
  width: 400px;
  object-fit: cover;
  border-radius: 100%;
  margin: -2rem auto;
}
@media (max-width: 768px) {
  .cid-uMumsQ1mQS .card .name-wrapper img {
    height: 200px;
    width: 200px;
  }
}
.cid-uMumsQ1mQS .card .text-wrapper {
  padding: 73px 54px;
}
@media (max-width: 768px) {
  .cid-uMumsQ1mQS .card .text-wrapper {
    padding: 45px 0;
  }
}
.cid-uMumsQ1mQS .card .text-wrapper .mbr-desc {
  margin-bottom: 20px;
  letter-spacing: 1.6px;
}
@media (max-width: 992px) {
  .cid-uMumsQ1mQS .card .text-wrapper .mbr-desc {
    margin-bottom: 10px;
  }
}
.cid-uMumsQ1mQS .card .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uMumsQ1mQS .card .text-wrapper .link-wrap {
  display: block;
}
.cid-uMumsQ1mQS .card .text-wrapper .link-wrap .mbr-link {
  position: relative;
  display: inline-flex;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.cid-uMumsQ1mQS .card .text-wrapper .link-wrap .mbr-link:hover::before,
.cid-uMumsQ1mQS .card .text-wrapper .link-wrap .mbr-link:focus::before {
  width: 0;
}
.cid-uMumsQ1mQS .card .text-wrapper .link-wrap .mbr-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uMumsQ1mQS .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uMumsQ1mQS .mbr-desc {
  color: #ffffff;
}
.cid-uMumsQ1mQS .mbr-text {
  color: #ffffff;
}
.cid-uMumsQ1mQS .mbr-link {
  color: #ffffff;
}
.cid-uMumsQPqE2 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #161616;
}
.cid-uMumsQPqE2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMumsQPqE2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMumsQPqE2 .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uMumsQPqE2 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uMumsQPqE2 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uMumsQPqE2 .container {
    padding: 0 20px;
  }
}
.cid-uMumsQPqE2 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uMumsQPqE2 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uMumsQPqE2 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMumsQPqE2 .list {
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uMumsQPqE2 .list {
    margin-bottom: 30px;
  }
}
.cid-uMumsQPqE2 .list .item-wrap {
  position: relative;
  padding-bottom: 5px;
  margin: 9px 18px;
  margin-bottom: 0;
}
.cid-uMumsQPqE2 .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uMumsQPqE2 .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uMumsQPqE2 .list .item-wrap:hover::before,
.cid-uMumsQPqE2 .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uMumsQPqE2 .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uMumsQPqE2 .social-wrapper {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uMumsQPqE2 .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uMumsQPqE2 .social-wrapper .soc-item {
  margin: 0 5px 5px 0;
}
.cid-uMumsQPqE2 .social-wrapper .soc-item a {
  display: block;
}
.cid-uMumsQPqE2 .social-wrapper .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uMumsQPqE2 .social-wrapper .soc-item a .mbr-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #ffffff;
  border: 1px solid #424242;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.cid-uMumsQPqE2 .copyright {
  padding: 30px 0;
  border-top: 1px solid #000000;
  margin: 0;
  color: #D2D3D5;
  text-align: center;
}
.cid-uMumsQPqE2 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uMumsQPqE2 .mbr-section-title DIV {
  text-align: center;
}
.cid-uMummwD3p6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uMummwD3p6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uMummwD3p6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uMummwD3p6 .menu_box .navbar.opened,
  .cid-uMummwD3p6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uMummwD3p6 .navbar-dropdown {
  position: relative !important;
}
.cid-uMummwD3p6 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uMummwD3p6 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMummwD3p6 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uMummwD3p6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uMummwD3p6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uMummwD3p6 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f4f5f7;
  }
  .cid-uMummwD3p6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uMummwD3p6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uMummwD3p6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uMummwD3p6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uMummwD3p6 .offcanvas-body .mbr-text,
  .cid-uMummwD3p6 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uMummwD3p6 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uMummwD3p6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uMummwD3p6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uMummwD3p6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uMummwD3p6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uMummwD3p6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uMummwD3p6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uMummwD3p6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uMummwD3p6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMummwD3p6 .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-uMummwD3p6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uMummwD3p6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uMummwD3p6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uMummwD3p6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uMummwD3p6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uMummwD3p6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uMummwD3p6 .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uMummwD3p6 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 45%;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-out;
}
.cid-uMummwD3p6 .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uMummwD3p6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uMummwD3p6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uMummwD3p6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uMummwD3p6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMummwD3p6 .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-uMummwD3p6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uMummwD3p6 .offcanvas_box {
    display: none;
  }
}
.cid-uMummwD3p6 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uMummwD3p6 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMummwD3p6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uMummwD3p6 .container {
  display: flex;
  margin: auto;
}
.cid-uMummwD3p6 .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-uMummwD3p6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uMummwD3p6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uMummwD3p6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uMummwD3p6 .navbar-nav {
    margin: 0;
  }
}
.cid-uMummwD3p6 .dropdown-menu,
.cid-uMummwD3p6 .navbar.opened {
  background-color: false !important;
}
.cid-uMummwD3p6 .nav-item:focus,
.cid-uMummwD3p6 .nav-link:focus {
  outline: none;
}
.cid-uMummwD3p6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMummwD3p6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMummwD3p6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMummwD3p6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMummwD3p6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMummwD3p6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMummwD3p6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uMummwD3p6 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uMummwD3p6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uMummwD3p6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uMummwD3p6 .navbar .navbar-logo img {
  max-width: 55px;
  max-height: 55px;
  object-fit: contain;
}
.cid-uMummwD3p6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uMummwD3p6 .navbar.collapsed {
  justify-content: center;
}
.cid-uMummwD3p6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMummwD3p6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMummwD3p6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMummwD3p6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMummwD3p6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMummwD3p6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uMummwD3p6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMummwD3p6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uMummwD3p6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uMummwD3p6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMummwD3p6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMummwD3p6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uMummwD3p6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMummwD3p6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uMummwD3p6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMummwD3p6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uMummwD3p6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uMummwD3p6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uMummwD3p6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMummwD3p6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMummwD3p6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uMummwD3p6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMummwD3p6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMummwD3p6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMummwD3p6 .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-uMummwD3p6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uMummwD3p6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMummwD3p6 .dropdown-item.active,
.cid-uMummwD3p6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uMummwD3p6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMummwD3p6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMummwD3p6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMummwD3p6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMummwD3p6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uMummwD3p6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMummwD3p6 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: #000000;
}
.cid-uMummwD3p6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uMummwD3p6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMummwD3p6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMummwD3p6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMummwD3p6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMummwD3p6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMummwD3p6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMummwD3p6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMummwD3p6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMummwD3p6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uMummwD3p6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMummwD3p6 .navbar {
    height: 70px;
  }
  .cid-uMummwD3p6 .navbar.opened {
    height: auto;
  }
  .cid-uMummwD3p6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMummwD3p6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uMummwD3p6 .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uMummwD3p6 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uMummwD3p6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uMummwD3p6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uMummwD3p6 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uMummwD3p6 .navbar-caption:hover {
  color: #c8d814;
}
@media (min-width: 992px) {
  .cid-uMummwD3p6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uMummwD3p6 .text_widget {
  margin-bottom: 32px;
}
.cid-uMummwD3p6 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uMummwD3p6 .text_widget a:hover {
  opacity: .5;
}
.cid-uMummwD3p6 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uMummwD3p6 .navbar-caption {
  color: #000000;
}
.cid-uMummwD3p6 .mbr-text {
  color: #6a6e71;
  text-align: left;
}
.cid-uMummwD3p6 .mbr-section-subtitle,
.cid-uMummwD3p6 .text_widget,
.cid-uMummwD3p6 .mbr-section-btn {
  text-align: left;
}
.cid-uMummwD3p6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uMummxTRHI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uMummxTRHI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMummxTRHI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMummxTRHI .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uMummxTRHI .container-fluid {
    padding: 0;
  }
}
.cid-uMummxTRHI .container-fluid .row {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uMummxTRHI .container {
    padding: 0 20px;
  }
}
.cid-uMummxTRHI .card {
  position: relative;
  border-radius: 0;
  min-height: 820px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uMummxTRHI .card {
    min-height: 500px;
    padding: 0 20px;
  }
}
.cid-uMummxTRHI .card .image-back {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uMummxTRHI .card .name-wrapper {
  position: relative;
  padding: 73px 0;
}
@media (max-width: 768px) {
  .cid-uMummxTRHI .card .name-wrapper {
    padding: 30px 0;
  }
}
.cid-uMummxTRHI .card .name-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMummxTRHI .card .name-wrapper img {
  position: relative;
  height: 400px;
  width: 400px;
  object-fit: cover;
  border-radius: 100%;
  margin: -2rem auto;
}
@media (max-width: 768px) {
  .cid-uMummxTRHI .card .name-wrapper img {
    height: 200px;
    width: 200px;
  }
}
.cid-uMummxTRHI .card .text-wrapper {
  padding: 73px 54px;
}
@media (max-width: 768px) {
  .cid-uMummxTRHI .card .text-wrapper {
    padding: 45px 0;
  }
}
.cid-uMummxTRHI .card .text-wrapper .mbr-desc {
  margin-bottom: 20px;
  letter-spacing: 1.6px;
}
@media (max-width: 992px) {
  .cid-uMummxTRHI .card .text-wrapper .mbr-desc {
    margin-bottom: 10px;
  }
}
.cid-uMummxTRHI .card .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uMummxTRHI .card .text-wrapper .link-wrap {
  display: block;
}
.cid-uMummxTRHI .card .text-wrapper .link-wrap .mbr-link {
  position: relative;
  display: inline-flex;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.cid-uMummxTRHI .card .text-wrapper .link-wrap .mbr-link:hover::before,
.cid-uMummxTRHI .card .text-wrapper .link-wrap .mbr-link:focus::before {
  width: 0;
}
.cid-uMummxTRHI .card .text-wrapper .link-wrap .mbr-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uMummxTRHI .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uMummxTRHI .mbr-desc {
  color: #ffffff;
}
.cid-uMummxTRHI .mbr-text {
  color: #ffffff;
}
.cid-uMummxTRHI .mbr-link {
  color: #ffffff;
}
.cid-uMummyDVHn {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #161616;
}
.cid-uMummyDVHn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMummyDVHn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMummyDVHn .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uMummyDVHn .container-fluid {
    padding: 0 20px;
  }
}
.cid-uMummyDVHn .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uMummyDVHn .container {
    padding: 0 20px;
  }
}
.cid-uMummyDVHn .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uMummyDVHn .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uMummyDVHn .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMummyDVHn .list {
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uMummyDVHn .list {
    margin-bottom: 30px;
  }
}
.cid-uMummyDVHn .list .item-wrap {
  position: relative;
  padding-bottom: 5px;
  margin: 9px 18px;
  margin-bottom: 0;
}
.cid-uMummyDVHn .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uMummyDVHn .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uMummyDVHn .list .item-wrap:hover::before,
.cid-uMummyDVHn .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uMummyDVHn .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uMummyDVHn .social-wrapper {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uMummyDVHn .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uMummyDVHn .social-wrapper .soc-item {
  margin: 0 5px 5px 0;
}
.cid-uMummyDVHn .social-wrapper .soc-item a {
  display: block;
}
.cid-uMummyDVHn .social-wrapper .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uMummyDVHn .social-wrapper .soc-item a .mbr-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #ffffff;
  border: 1px solid #424242;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.cid-uMummyDVHn .copyright {
  padding: 30px 0;
  border-top: 1px solid #000000;
  margin: 0;
  color: #D2D3D5;
  text-align: center;
}
.cid-uMummyDVHn .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uMummyDVHn .mbr-section-title DIV {
  text-align: center;
}
.cid-uLgtBgUjTw .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLgtBgUjTw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLgtBgUjTw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLgtBgUjTw .menu_box .navbar.opened,
  .cid-uLgtBgUjTw .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLgtBgUjTw .navbar-dropdown {
  position: relative !important;
}
.cid-uLgtBgUjTw .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLgtBgUjTw .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLgtBgUjTw .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLgtBgUjTw .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLgtBgUjTw .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLgtBgUjTw .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f4f5f7;
  }
  .cid-uLgtBgUjTw .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLgtBgUjTw .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLgtBgUjTw .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLgtBgUjTw .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLgtBgUjTw .offcanvas-body .mbr-text,
  .cid-uLgtBgUjTw .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLgtBgUjTw .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLgtBgUjTw .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLgtBgUjTw .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uLgtBgUjTw .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLgtBgUjTw .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLgtBgUjTw .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLgtBgUjTw .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLgtBgUjTw ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLgtBgUjTw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLgtBgUjTw .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-uLgtBgUjTw .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLgtBgUjTw li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLgtBgUjTw .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLgtBgUjTw .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLgtBgUjTw .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLgtBgUjTw .nav-item {
    margin: 0 !important;
  }
}
.cid-uLgtBgUjTw .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uLgtBgUjTw .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 45%;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-out;
}
.cid-uLgtBgUjTw .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uLgtBgUjTw .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLgtBgUjTw .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLgtBgUjTw .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLgtBgUjTw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLgtBgUjTw .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-uLgtBgUjTw .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLgtBgUjTw .offcanvas_box {
    display: none;
  }
}
.cid-uLgtBgUjTw .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLgtBgUjTw .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLgtBgUjTw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLgtBgUjTw .container {
  display: flex;
  margin: auto;
}
.cid-uLgtBgUjTw .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-uLgtBgUjTw .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLgtBgUjTw .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLgtBgUjTw .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLgtBgUjTw .navbar-nav {
    margin: 0;
  }
}
.cid-uLgtBgUjTw .dropdown-menu,
.cid-uLgtBgUjTw .navbar.opened {
  background-color: false !important;
}
.cid-uLgtBgUjTw .nav-item:focus,
.cid-uLgtBgUjTw .nav-link:focus {
  outline: none;
}
.cid-uLgtBgUjTw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLgtBgUjTw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLgtBgUjTw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLgtBgUjTw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLgtBgUjTw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLgtBgUjTw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLgtBgUjTw .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLgtBgUjTw .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLgtBgUjTw .navbar.opened {
  transition: all 0.3s;
}
.cid-uLgtBgUjTw .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLgtBgUjTw .navbar .navbar-logo img {
  max-width: 55px;
  max-height: 55px;
  object-fit: contain;
}
.cid-uLgtBgUjTw .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLgtBgUjTw .navbar.collapsed {
  justify-content: center;
}
.cid-uLgtBgUjTw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLgtBgUjTw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLgtBgUjTw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLgtBgUjTw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLgtBgUjTw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLgtBgUjTw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLgtBgUjTw .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLgtBgUjTw .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLgtBgUjTw .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLgtBgUjTw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLgtBgUjTw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLgtBgUjTw .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLgtBgUjTw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLgtBgUjTw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLgtBgUjTw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLgtBgUjTw .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLgtBgUjTw .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLgtBgUjTw .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLgtBgUjTw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLgtBgUjTw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLgtBgUjTw .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLgtBgUjTw .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLgtBgUjTw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLgtBgUjTw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLgtBgUjTw .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-uLgtBgUjTw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uLgtBgUjTw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLgtBgUjTw .dropdown-item.active,
.cid-uLgtBgUjTw .dropdown-item:active {
  background-color: transparent;
}
.cid-uLgtBgUjTw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLgtBgUjTw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLgtBgUjTw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLgtBgUjTw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLgtBgUjTw ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLgtBgUjTw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLgtBgUjTw 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: #000000;
}
.cid-uLgtBgUjTw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLgtBgUjTw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLgtBgUjTw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLgtBgUjTw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLgtBgUjTw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLgtBgUjTw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLgtBgUjTw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLgtBgUjTw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLgtBgUjTw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLgtBgUjTw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLgtBgUjTw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLgtBgUjTw .navbar {
    height: 70px;
  }
  .cid-uLgtBgUjTw .navbar.opened {
    height: auto;
  }
  .cid-uLgtBgUjTw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLgtBgUjTw .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uLgtBgUjTw .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uLgtBgUjTw .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uLgtBgUjTw .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLgtBgUjTw .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uLgtBgUjTw .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uLgtBgUjTw .navbar-caption:hover {
  color: #c8d814;
}
@media (min-width: 992px) {
  .cid-uLgtBgUjTw .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLgtBgUjTw .text_widget {
  margin-bottom: 32px;
}
.cid-uLgtBgUjTw .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLgtBgUjTw .text_widget a:hover {
  opacity: .5;
}
.cid-uLgtBgUjTw .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uLgtBgUjTw .navbar-caption {
  color: #000000;
}
.cid-uLgtBgUjTw .mbr-text {
  color: #6a6e71;
  text-align: left;
}
.cid-uLgtBgUjTw .mbr-section-subtitle,
.cid-uLgtBgUjTw .text_widget,
.cid-uLgtBgUjTw .mbr-section-btn {
  text-align: left;
}
.cid-uLgtBgUjTw a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uMuH7Lb8q7 {
  overflow: hidden;
  background-image: url("../../../assets/images/soa-436.jpg");
}
.cid-uMuH7Lb8q7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMuH7Lb8q7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMuH7Lb8q7 .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uMuH7Lb8q7 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uMuH7Lb8q7 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uMuH7Lb8q7 .container {
    padding: 0 20px;
  }
}
.cid-uMuH7Lb8q7 .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uMuH7Lb8q7 .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-uMuH7Lb8q7 .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-uMuH7Lb8q7 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uMuH7Lb8q7 .mbr-section-title {
  color: #ffffff;
}
.cid-uMuH7Lb8q7 .mbr-section-title,
.cid-uMuH7Lb8q7 .mbr-section-btn,
.cid-uMuH7Lb8q7 .logo-wrap {
  text-align: center;
}
.cid-uMuH0wmvFi {
  padding-top: 60px;
  padding-bottom: 0px;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uMuH0wmvFi .image-wrap img {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
}
.cid-uMuH0wmvFi .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #ffffff;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-uMuH0wmvFi .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uMuH0wmvFi .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-uMuH0wmvFi .main-title.display-2 {
  line-height: 1.375;
}
.cid-uMuH0wmvFi .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uMuH0wmvFi .mbr-text {
  color: #606060;
}
.cid-uMuH0wmvFi .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uMuH0wmvFi svg {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%) scale(1.5, 1.5);
  overflow: hidden;
  pointer-events: none;
}
.cid-uMuH0wmvFi #e2_shape {
  fill: #ffffff !important;
}
.cid-uMuH0wmvFi .mbr-section-btn {
  margin-top: 8px;
}
.cid-uMuH0wmvFi .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-uMuH0wmvFi .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-uMuH0wmvFi .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-uMuH0wmvFi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMuH0wmvFi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN3hN6EzIt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uN3hN6EzIt .mbr-text {
  color: #000000;
}
.cid-uN3hN6EzIt .mbr-section-subtitle {
  color: #000000;
}
.cid-uN3hN6EzIt .mbr-section-title {
  color: #000000;
}
.cid-uUv7qnrNe9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUv7qnrNe9 .mbr-text {
  color: #000000;
}
.cid-uUv7qnrNe9 .mbr-section-subtitle {
  color: #000000;
}
.cid-uUv7qnrNe9 .mbr-section-title {
  color: #000000;
}
.cid-uN3ozfbEN9 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uN3ozfbEN9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN3ozfbEN9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN3ozfbEN9 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-uN3ozfbEN9 .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-uN3ozfbEN9 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uN3ozfbEN9 .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uLgtBnhtgc {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #161616;
}
.cid-uLgtBnhtgc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLgtBnhtgc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLgtBnhtgc .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uLgtBnhtgc .container-fluid {
    padding: 0 20px;
  }
}
.cid-uLgtBnhtgc .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLgtBnhtgc .container {
    padding: 0 20px;
  }
}
.cid-uLgtBnhtgc .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uLgtBnhtgc .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLgtBnhtgc .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLgtBnhtgc .list {
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uLgtBnhtgc .list {
    margin-bottom: 30px;
  }
}
.cid-uLgtBnhtgc .list .item-wrap {
  position: relative;
  padding-bottom: 5px;
  margin: 9px 18px;
  margin-bottom: 0;
}
.cid-uLgtBnhtgc .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uLgtBnhtgc .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uLgtBnhtgc .list .item-wrap:hover::before,
.cid-uLgtBnhtgc .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uLgtBnhtgc .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uLgtBnhtgc .social-wrapper {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uLgtBnhtgc .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uLgtBnhtgc .social-wrapper .soc-item {
  margin: 0 5px 5px 0;
}
.cid-uLgtBnhtgc .social-wrapper .soc-item a {
  display: block;
}
.cid-uLgtBnhtgc .social-wrapper .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uLgtBnhtgc .social-wrapper .soc-item a .mbr-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #ffffff;
  border: 1px solid #424242;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.cid-uLgtBnhtgc .copyright {
  padding: 30px 0;
  border-top: 1px solid #000000;
  margin: 0;
  color: #D2D3D5;
  text-align: center;
}
.cid-uLgtBnhtgc .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLgtBnhtgc .mbr-section-title DIV {
  text-align: center;
}
.cid-tB1K0bNpwu .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-tB1K0bNpwu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tB1K0bNpwu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tB1K0bNpwu .menu_box .navbar.opened,
  .cid-tB1K0bNpwu .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tB1K0bNpwu .navbar-dropdown {
  position: relative !important;
}
.cid-tB1K0bNpwu .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tB1K0bNpwu .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tB1K0bNpwu .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tB1K0bNpwu .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tB1K0bNpwu .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tB1K0bNpwu .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f4f5f7;
  }
  .cid-tB1K0bNpwu .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tB1K0bNpwu .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tB1K0bNpwu .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tB1K0bNpwu .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tB1K0bNpwu .offcanvas-body .mbr-text,
  .cid-tB1K0bNpwu .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tB1K0bNpwu .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tB1K0bNpwu .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tB1K0bNpwu .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tB1K0bNpwu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tB1K0bNpwu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tB1K0bNpwu .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tB1K0bNpwu .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tB1K0bNpwu ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tB1K0bNpwu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tB1K0bNpwu .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-tB1K0bNpwu .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tB1K0bNpwu li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tB1K0bNpwu .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tB1K0bNpwu .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tB1K0bNpwu .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tB1K0bNpwu .nav-item {
    margin: 0 !important;
  }
}
.cid-tB1K0bNpwu .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-tB1K0bNpwu .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 45%;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-out;
}
.cid-tB1K0bNpwu .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-tB1K0bNpwu .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tB1K0bNpwu .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tB1K0bNpwu .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tB1K0bNpwu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tB1K0bNpwu .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-tB1K0bNpwu .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tB1K0bNpwu .offcanvas_box {
    display: none;
  }
}
.cid-tB1K0bNpwu .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tB1K0bNpwu .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tB1K0bNpwu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tB1K0bNpwu .container {
  display: flex;
  margin: auto;
}
.cid-tB1K0bNpwu .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-tB1K0bNpwu .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tB1K0bNpwu .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tB1K0bNpwu .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tB1K0bNpwu .navbar-nav {
    margin: 0;
  }
}
.cid-tB1K0bNpwu .dropdown-menu,
.cid-tB1K0bNpwu .navbar.opened {
  background-color: false !important;
}
.cid-tB1K0bNpwu .nav-item:focus,
.cid-tB1K0bNpwu .nav-link:focus {
  outline: none;
}
.cid-tB1K0bNpwu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tB1K0bNpwu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tB1K0bNpwu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tB1K0bNpwu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tB1K0bNpwu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tB1K0bNpwu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tB1K0bNpwu .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tB1K0bNpwu .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tB1K0bNpwu .navbar.opened {
  transition: all 0.3s;
}
.cid-tB1K0bNpwu .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tB1K0bNpwu .navbar .navbar-logo img {
  max-width: 55px;
  max-height: 55px;
  object-fit: contain;
}
.cid-tB1K0bNpwu .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tB1K0bNpwu .navbar.collapsed {
  justify-content: center;
}
.cid-tB1K0bNpwu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tB1K0bNpwu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tB1K0bNpwu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tB1K0bNpwu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tB1K0bNpwu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tB1K0bNpwu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tB1K0bNpwu .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tB1K0bNpwu .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tB1K0bNpwu .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tB1K0bNpwu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tB1K0bNpwu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tB1K0bNpwu .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tB1K0bNpwu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tB1K0bNpwu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tB1K0bNpwu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tB1K0bNpwu .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tB1K0bNpwu .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tB1K0bNpwu .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tB1K0bNpwu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tB1K0bNpwu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tB1K0bNpwu .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tB1K0bNpwu .navbar.navbar-short {
  min-height: 60px;
}
.cid-tB1K0bNpwu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tB1K0bNpwu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tB1K0bNpwu .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-tB1K0bNpwu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-tB1K0bNpwu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tB1K0bNpwu .dropdown-item.active,
.cid-tB1K0bNpwu .dropdown-item:active {
  background-color: transparent;
}
.cid-tB1K0bNpwu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tB1K0bNpwu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tB1K0bNpwu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tB1K0bNpwu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tB1K0bNpwu ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tB1K0bNpwu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tB1K0bNpwu 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: #000000;
}
.cid-tB1K0bNpwu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tB1K0bNpwu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tB1K0bNpwu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tB1K0bNpwu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tB1K0bNpwu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tB1K0bNpwu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tB1K0bNpwu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tB1K0bNpwu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tB1K0bNpwu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tB1K0bNpwu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tB1K0bNpwu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tB1K0bNpwu .navbar {
    height: 70px;
  }
  .cid-tB1K0bNpwu .navbar.opened {
    height: auto;
  }
  .cid-tB1K0bNpwu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tB1K0bNpwu .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-tB1K0bNpwu .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-tB1K0bNpwu .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-tB1K0bNpwu .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tB1K0bNpwu .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tB1K0bNpwu .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tB1K0bNpwu .navbar-caption:hover {
  color: #c8d814;
}
@media (min-width: 992px) {
  .cid-tB1K0bNpwu .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tB1K0bNpwu .text_widget {
  margin-bottom: 32px;
}
.cid-tB1K0bNpwu .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tB1K0bNpwu .text_widget a:hover {
  opacity: .5;
}
.cid-tB1K0bNpwu .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-tB1K0bNpwu .navbar-caption {
  color: #000000;
}
.cid-tB1K0bNpwu .mbr-text {
  color: #6a6e71;
  text-align: left;
}
.cid-tB1K0bNpwu .mbr-section-subtitle,
.cid-tB1K0bNpwu .text_widget,
.cid-tB1K0bNpwu .mbr-section-btn {
  text-align: left;
}
.cid-tB1K0bNpwu a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uN4fiLbWI0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uN4fiLbWI0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN4fiLbWI0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN4fiLbWI0 .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uN4fiLbWI0 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uN4fiLbWI0 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uN4fiLbWI0 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uN4fiLbWI0 .mbr-text,
.cid-uN4fiLbWI0 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uN4fiLbWI0 .card-title,
.cid-uN4fiLbWI0 .card-box {
  text-align: left;
  color: #000000;
}
.cid-tB1Klc4Vj9 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #161616;
}
.cid-tB1Klc4Vj9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB1Klc4Vj9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB1Klc4Vj9 .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tB1Klc4Vj9 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tB1Klc4Vj9 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tB1Klc4Vj9 .container {
    padding: 0 20px;
  }
}
.cid-tB1Klc4Vj9 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-tB1Klc4Vj9 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tB1Klc4Vj9 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tB1Klc4Vj9 .list {
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tB1Klc4Vj9 .list {
    margin-bottom: 30px;
  }
}
.cid-tB1Klc4Vj9 .list .item-wrap {
  position: relative;
  padding-bottom: 5px;
  margin: 9px 18px;
  margin-bottom: 0;
}
.cid-tB1Klc4Vj9 .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-tB1Klc4Vj9 .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-tB1Klc4Vj9 .list .item-wrap:hover::before,
.cid-tB1Klc4Vj9 .list .item-wrap:focus::before {
  width: 100%;
}
.cid-tB1Klc4Vj9 .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-tB1Klc4Vj9 .social-wrapper {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-tB1Klc4Vj9 .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tB1Klc4Vj9 .social-wrapper .soc-item {
  margin: 0 5px 5px 0;
}
.cid-tB1Klc4Vj9 .social-wrapper .soc-item a {
  display: block;
}
.cid-tB1Klc4Vj9 .social-wrapper .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-tB1Klc4Vj9 .social-wrapper .soc-item a .mbr-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #ffffff;
  border: 1px solid #424242;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.cid-tB1Klc4Vj9 .copyright {
  padding: 30px 0;
  border-top: 1px solid #000000;
  margin: 0;
  color: #D2D3D5;
  text-align: center;
}
.cid-tB1Klc4Vj9 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tB1Klc4Vj9 .mbr-section-title DIV {
  text-align: center;
}
.cid-tB1K0bNpwu .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-tB1K0bNpwu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tB1K0bNpwu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tB1K0bNpwu .menu_box .navbar.opened,
  .cid-tB1K0bNpwu .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tB1K0bNpwu .navbar-dropdown {
  position: relative !important;
}
.cid-tB1K0bNpwu .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tB1K0bNpwu .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tB1K0bNpwu .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tB1K0bNpwu .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tB1K0bNpwu .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tB1K0bNpwu .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f4f5f7;
  }
  .cid-tB1K0bNpwu .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tB1K0bNpwu .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tB1K0bNpwu .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tB1K0bNpwu .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tB1K0bNpwu .offcanvas-body .mbr-text,
  .cid-tB1K0bNpwu .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tB1K0bNpwu .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tB1K0bNpwu .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tB1K0bNpwu .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tB1K0bNpwu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tB1K0bNpwu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tB1K0bNpwu .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tB1K0bNpwu .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tB1K0bNpwu ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tB1K0bNpwu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tB1K0bNpwu .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-tB1K0bNpwu .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tB1K0bNpwu li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tB1K0bNpwu .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tB1K0bNpwu .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tB1K0bNpwu .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tB1K0bNpwu .nav-item {
    margin: 0 !important;
  }
}
.cid-tB1K0bNpwu .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-tB1K0bNpwu .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 45%;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-out;
}
.cid-tB1K0bNpwu .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-tB1K0bNpwu .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tB1K0bNpwu .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tB1K0bNpwu .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tB1K0bNpwu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tB1K0bNpwu .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-tB1K0bNpwu .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tB1K0bNpwu .offcanvas_box {
    display: none;
  }
}
.cid-tB1K0bNpwu .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tB1K0bNpwu .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tB1K0bNpwu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tB1K0bNpwu .container {
  display: flex;
  margin: auto;
}
.cid-tB1K0bNpwu .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-tB1K0bNpwu .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tB1K0bNpwu .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tB1K0bNpwu .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tB1K0bNpwu .navbar-nav {
    margin: 0;
  }
}
.cid-tB1K0bNpwu .dropdown-menu,
.cid-tB1K0bNpwu .navbar.opened {
  background-color: false !important;
}
.cid-tB1K0bNpwu .nav-item:focus,
.cid-tB1K0bNpwu .nav-link:focus {
  outline: none;
}
.cid-tB1K0bNpwu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tB1K0bNpwu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tB1K0bNpwu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tB1K0bNpwu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tB1K0bNpwu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tB1K0bNpwu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tB1K0bNpwu .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tB1K0bNpwu .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tB1K0bNpwu .navbar.opened {
  transition: all 0.3s;
}
.cid-tB1K0bNpwu .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tB1K0bNpwu .navbar .navbar-logo img {
  max-width: 55px;
  max-height: 55px;
  object-fit: contain;
}
.cid-tB1K0bNpwu .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tB1K0bNpwu .navbar.collapsed {
  justify-content: center;
}
.cid-tB1K0bNpwu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tB1K0bNpwu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tB1K0bNpwu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tB1K0bNpwu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tB1K0bNpwu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tB1K0bNpwu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tB1K0bNpwu .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tB1K0bNpwu .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tB1K0bNpwu .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tB1K0bNpwu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tB1K0bNpwu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tB1K0bNpwu .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tB1K0bNpwu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tB1K0bNpwu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tB1K0bNpwu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tB1K0bNpwu .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tB1K0bNpwu .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tB1K0bNpwu .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tB1K0bNpwu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tB1K0bNpwu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tB1K0bNpwu .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tB1K0bNpwu .navbar.navbar-short {
  min-height: 60px;
}
.cid-tB1K0bNpwu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tB1K0bNpwu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tB1K0bNpwu .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-tB1K0bNpwu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-tB1K0bNpwu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tB1K0bNpwu .dropdown-item.active,
.cid-tB1K0bNpwu .dropdown-item:active {
  background-color: transparent;
}
.cid-tB1K0bNpwu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tB1K0bNpwu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tB1K0bNpwu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tB1K0bNpwu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tB1K0bNpwu ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tB1K0bNpwu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tB1K0bNpwu 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: #000000;
}
.cid-tB1K0bNpwu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tB1K0bNpwu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tB1K0bNpwu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tB1K0bNpwu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tB1K0bNpwu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tB1K0bNpwu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tB1K0bNpwu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tB1K0bNpwu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tB1K0bNpwu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tB1K0bNpwu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tB1K0bNpwu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tB1K0bNpwu .navbar {
    height: 70px;
  }
  .cid-tB1K0bNpwu .navbar.opened {
    height: auto;
  }
  .cid-tB1K0bNpwu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tB1K0bNpwu .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-tB1K0bNpwu .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-tB1K0bNpwu .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-tB1K0bNpwu .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tB1K0bNpwu .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tB1K0bNpwu .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tB1K0bNpwu .navbar-caption:hover {
  color: #c8d814;
}
@media (min-width: 992px) {
  .cid-tB1K0bNpwu .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tB1K0bNpwu .text_widget {
  margin-bottom: 32px;
}
.cid-tB1K0bNpwu .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tB1K0bNpwu .text_widget a:hover {
  opacity: .5;
}
.cid-tB1K0bNpwu .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-tB1K0bNpwu .navbar-caption {
  color: #000000;
}
.cid-tB1K0bNpwu .mbr-text {
  color: #6a6e71;
  text-align: left;
}
.cid-tB1K0bNpwu .mbr-section-subtitle,
.cid-tB1K0bNpwu .text_widget,
.cid-tB1K0bNpwu .mbr-section-btn {
  text-align: left;
}
.cid-tB1K0bNpwu a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uN4hdBIEe3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uN4hdBIEe3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN4hdBIEe3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN4hdBIEe3 .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uN4hdBIEe3 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uN4hdBIEe3 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uN4hdBIEe3 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uN4hdBIEe3 .mbr-text,
.cid-uN4hdBIEe3 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uN4hdBIEe3 .card-title,
.cid-uN4hdBIEe3 .card-box {
  text-align: left;
  color: #000000;
}
.cid-tB1Klc4Vj9 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #161616;
}
.cid-tB1Klc4Vj9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB1Klc4Vj9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB1Klc4Vj9 .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tB1Klc4Vj9 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tB1Klc4Vj9 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tB1Klc4Vj9 .container {
    padding: 0 20px;
  }
}
.cid-tB1Klc4Vj9 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-tB1Klc4Vj9 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tB1Klc4Vj9 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tB1Klc4Vj9 .list {
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tB1Klc4Vj9 .list {
    margin-bottom: 30px;
  }
}
.cid-tB1Klc4Vj9 .list .item-wrap {
  position: relative;
  padding-bottom: 5px;
  margin: 9px 18px;
  margin-bottom: 0;
}
.cid-tB1Klc4Vj9 .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-tB1Klc4Vj9 .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-tB1Klc4Vj9 .list .item-wrap:hover::before,
.cid-tB1Klc4Vj9 .list .item-wrap:focus::before {
  width: 100%;
}
.cid-tB1Klc4Vj9 .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-tB1Klc4Vj9 .social-wrapper {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-tB1Klc4Vj9 .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tB1Klc4Vj9 .social-wrapper .soc-item {
  margin: 0 5px 5px 0;
}
.cid-tB1Klc4Vj9 .social-wrapper .soc-item a {
  display: block;
}
.cid-tB1Klc4Vj9 .social-wrapper .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-tB1Klc4Vj9 .social-wrapper .soc-item a .mbr-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #ffffff;
  border: 1px solid #424242;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.cid-tB1Klc4Vj9 .copyright {
  padding: 30px 0;
  border-top: 1px solid #000000;
  margin: 0;
  color: #D2D3D5;
  text-align: center;
}
.cid-tB1Klc4Vj9 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tB1Klc4Vj9 .mbr-section-title DIV {
  text-align: center;
}
.cid-uNfgdwp6l4 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uNfgdwp6l4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uNfgdwp6l4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uNfgdwp6l4 .menu_box .navbar.opened,
  .cid-uNfgdwp6l4 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uNfgdwp6l4 .navbar-dropdown {
  position: relative !important;
}
.cid-uNfgdwp6l4 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uNfgdwp6l4 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uNfgdwp6l4 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uNfgdwp6l4 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uNfgdwp6l4 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uNfgdwp6l4 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f4f5f7;
  }
  .cid-uNfgdwp6l4 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uNfgdwp6l4 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uNfgdwp6l4 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uNfgdwp6l4 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uNfgdwp6l4 .offcanvas-body .mbr-text,
  .cid-uNfgdwp6l4 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uNfgdwp6l4 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uNfgdwp6l4 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uNfgdwp6l4 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uNfgdwp6l4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uNfgdwp6l4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uNfgdwp6l4 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uNfgdwp6l4 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uNfgdwp6l4 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uNfgdwp6l4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uNfgdwp6l4 .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-uNfgdwp6l4 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uNfgdwp6l4 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uNfgdwp6l4 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uNfgdwp6l4 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uNfgdwp6l4 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uNfgdwp6l4 .nav-item {
    margin: 0 !important;
  }
}
.cid-uNfgdwp6l4 .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uNfgdwp6l4 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 45%;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-out;
}
.cid-uNfgdwp6l4 .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uNfgdwp6l4 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uNfgdwp6l4 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uNfgdwp6l4 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uNfgdwp6l4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uNfgdwp6l4 .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-uNfgdwp6l4 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uNfgdwp6l4 .offcanvas_box {
    display: none;
  }
}
.cid-uNfgdwp6l4 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uNfgdwp6l4 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uNfgdwp6l4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uNfgdwp6l4 .container {
  display: flex;
  margin: auto;
}
.cid-uNfgdwp6l4 .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-uNfgdwp6l4 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uNfgdwp6l4 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uNfgdwp6l4 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uNfgdwp6l4 .navbar-nav {
    margin: 0;
  }
}
.cid-uNfgdwp6l4 .dropdown-menu,
.cid-uNfgdwp6l4 .navbar.opened {
  background-color: false !important;
}
.cid-uNfgdwp6l4 .nav-item:focus,
.cid-uNfgdwp6l4 .nav-link:focus {
  outline: none;
}
.cid-uNfgdwp6l4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNfgdwp6l4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNfgdwp6l4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNfgdwp6l4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNfgdwp6l4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNfgdwp6l4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNfgdwp6l4 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uNfgdwp6l4 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uNfgdwp6l4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uNfgdwp6l4 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uNfgdwp6l4 .navbar .navbar-logo img {
  max-width: 55px;
  max-height: 55px;
  object-fit: contain;
}
.cid-uNfgdwp6l4 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uNfgdwp6l4 .navbar.collapsed {
  justify-content: center;
}
.cid-uNfgdwp6l4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNfgdwp6l4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uNfgdwp6l4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNfgdwp6l4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNfgdwp6l4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNfgdwp6l4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uNfgdwp6l4 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uNfgdwp6l4 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uNfgdwp6l4 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uNfgdwp6l4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNfgdwp6l4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNfgdwp6l4 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uNfgdwp6l4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNfgdwp6l4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uNfgdwp6l4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNfgdwp6l4 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uNfgdwp6l4 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uNfgdwp6l4 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uNfgdwp6l4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNfgdwp6l4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNfgdwp6l4 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uNfgdwp6l4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNfgdwp6l4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNfgdwp6l4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNfgdwp6l4 .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-uNfgdwp6l4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uNfgdwp6l4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNfgdwp6l4 .dropdown-item.active,
.cid-uNfgdwp6l4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uNfgdwp6l4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNfgdwp6l4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNfgdwp6l4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNfgdwp6l4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNfgdwp6l4 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uNfgdwp6l4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNfgdwp6l4 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: #000000;
}
.cid-uNfgdwp6l4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uNfgdwp6l4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNfgdwp6l4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNfgdwp6l4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNfgdwp6l4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNfgdwp6l4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNfgdwp6l4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNfgdwp6l4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNfgdwp6l4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNfgdwp6l4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uNfgdwp6l4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNfgdwp6l4 .navbar {
    height: 70px;
  }
  .cid-uNfgdwp6l4 .navbar.opened {
    height: auto;
  }
  .cid-uNfgdwp6l4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNfgdwp6l4 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uNfgdwp6l4 .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uNfgdwp6l4 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uNfgdwp6l4 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uNfgdwp6l4 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uNfgdwp6l4 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uNfgdwp6l4 .navbar-caption:hover {
  color: #c8d814;
}
@media (min-width: 992px) {
  .cid-uNfgdwp6l4 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uNfgdwp6l4 .text_widget {
  margin-bottom: 32px;
}
.cid-uNfgdwp6l4 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uNfgdwp6l4 .text_widget a:hover {
  opacity: .5;
}
.cid-uNfgdwp6l4 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uNfgdwp6l4 .navbar-caption {
  color: #000000;
}
.cid-uNfgdwp6l4 .mbr-text {
  color: #6a6e71;
  text-align: left;
}
.cid-uNfgdwp6l4 .mbr-section-subtitle,
.cid-uNfgdwp6l4 .text_widget,
.cid-uNfgdwp6l4 .mbr-section-btn {
  text-align: left;
}
.cid-uNfgdwp6l4 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uNfiwXTjS4 {
  background-image: url("../../../assets/images/soa-436.jpg");
}
.cid-uNfiwXTjS4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNfiwXTjS4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNfiwXTjS4.mbr-fullscreen {
  flex-direction: column;
  justify-content: center;
}
.cid-uNfiwXTjS4 .mbr-section-title {
  position: relative;
  color: #fbf2d1;
  z-index: 4;
}
@media (min-width: 992px) {
  .cid-uNfiwXTjS4 .mbr-section-title {
    margin-bottom: -115px;
    font-size: 180px;
    line-height: 1;
  }
}
.cid-uNfiwXTjS4 .img-wrapper {
  position: relative;
  max-width: 660px;
  border-radius: 40px;
  overflow: hidden;
  z-index: 3;
}
.cid-uNfiwXTjS4 .mbr-section-subtitle {
  position: relative;
  color: #fbf2d1;
  z-index: 2;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uNfiwXTjS4 .mbr-section-subtitle {
    margin-top: -50px;
    font-size: 180px;
    line-height: 1;
  }
}
.cid-uNfiwXTjS4 .mbr-text {
  margin-top: 8px;
  position: relative;
  color: #fbf2d1;
  z-index: 1;
  text-align: center;
}
.cid-uNfiwXTjS4 .mbr-text,
.cid-uNfiwXTjS4 .mbr-section-btn {
  text-align: center;
}
.cid-uNfgdywNAI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-uNfgdywNAI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNfgdywNAI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNfgdywNAI .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uNfgdywNAI .container-fluid {
    padding: 0 20px;
  }
}
.cid-uNfgdywNAI .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uNfgdywNAI .container {
    padding: 0 20px;
  }
}
.cid-uNfgdywNAI .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uNfgdywNAI .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uNfgdywNAI .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uNfgdywNAI .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uNfgdywNAI .countdown-cont {
  margin-bottom: 45px;
  padding: 0 10%;
}
@media (max-width: 992px) {
  .cid-uNfgdywNAI .countdown-cont {
    margin-bottom: 30px;
    padding: 0;
  }
}
.cid-uNfgdywNAI .number-wrap {
  color: #ffffff;
  text-align: center;
  position: relative;
}
.cid-uNfgdywNAI .number {
  color: #ffffff;
}
.cid-uNfgdywNAI .period {
  display: block;
  font-size: 16px;
  font-family: "Syne", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
.cid-uNfgdywNAI .dot {
  position: absolute;
  top: 20%;
  right: -20px;
  font-size: 32px;
}
@media (max-width: 767px) {
  .cid-uNfgdywNAI .period {
    font-size: 0.8rem;
  }
}
.cid-uNfgdywNAI .mbr-section-title {
  color: #ffffff;
}
.cid-uNfgdywNAI .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uNfgdywNAI .mbr-section-title,
.cid-uNfgdywNAI .mbr-section-btn {
  text-align: center;
}
.cid-uNfgdBokbT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uNfgdBokbT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNfgdBokbT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNfgdBokbT .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uNfgdBokbT .container-fluid {
    padding: 0 20px;
  }
}
.cid-uNfgdBokbT .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uNfgdBokbT .container {
    padding: 0 20px;
  }
}
.cid-uNfgdBokbT .row {
  justify-content: center;
}
.cid-uNfgdBokbT .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .cid-uNfgdBokbT .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uNfgdBokbT .item {
  margin-bottom: 45px;
}
.cid-uNfgdBokbT .item:nth-child(2n) {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uNfgdBokbT .item:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-uNfgdBokbT .item a:hover .item-wrapper .item-img img {
  transform: scale(1.07);
}
.cid-uNfgdBokbT .item a .item-wrapper .item-img {
  height: 670px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uNfgdBokbT .item a .item-wrapper .item-img {
    height: 300px;
  }
}
.cid-uNfgdBokbT .item a .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-uNfgdBokbT .item a .item-wrapper .item-content {
  margin-top: 30px;
}
.cid-uNfgdBokbT .item a .item-wrapper .item-content .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uNfgdBokbT .item a .item-wrapper .item-content .desc-wrapper .desc-wrap {
  padding-left: 50px;
  position: relative;
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-uNfgdBokbT .item a .item-wrapper .item-content .desc-wrapper .desc-wrap {
    padding: 0;
  }
}
.cid-uNfgdBokbT .item a .item-wrapper .item-content .desc-wrapper .desc-wrap::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 35px;
  height: 2px;
  background-color: #000000;
}
@media (max-width: 768px) {
  .cid-uNfgdBokbT .item a .item-wrapper .item-content .desc-wrapper .desc-wrap::before {
    display: none;
  }
}
.cid-uNfgdBokbT .item a .item-wrapper .item-content .desc-wrapper .desc-wrap .mbr-desc {
  margin: 0 10px 0 0;
}
.cid-uNfgdBokbT .item a .item-wrapper .item-content .desc-wrapper .desc-wrap .mbr-date {
  margin: 0;
}
.cid-uNfgdBokbT .item a .item-wrapper .item-content .mbr-text {
  padding-left: 50px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uNfgdBokbT .item a .item-wrapper .item-content .mbr-text {
    padding: 0;
  }
}
.cid-uNfgdBokbT .mbr-section-title {
  color: #000000;
}
.cid-uNfgdBokbT .mbr-desc {
  color: #000000;
}
.cid-uNfgdBokbT .mbr-date {
  color: #6a6e71;
}
.cid-uNfgdBokbT .mbr-text {
  color: #000000;
}
.cid-uNfgdDWZ2x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uNfgdDWZ2x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNfgdDWZ2x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNfgdDWZ2x .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uNfgdDWZ2x .container-fluid {
    padding: 0 20px;
  }
}
.cid-uNfgdDWZ2x .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uNfgdDWZ2x .container {
    padding: 0 20px;
  }
}
.cid-uNfgdDWZ2x .row {
  justify-content: center;
}
.cid-uNfgdDWZ2x .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uNfgdDWZ2x .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uNfgdDWZ2x .item {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uNfgdDWZ2x .item {
    margin-bottom: 20px;
  }
}
.cid-uNfgdDWZ2x .item a:hover .item-wrapper .item-img img {
  transform: translateY(-7px);
}
.cid-uNfgdDWZ2x .item a .item-wrapper {
  overflow: visible;
}
.cid-uNfgdDWZ2x .item a .item-wrapper .item-img img {
  border: 1px solid #6a6e71;
  height: 250px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-uNfgdDWZ2x .item a .item-wrapper .item-content {
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uNfgdDWZ2x .item a .item-wrapper .item-content {
    margin-top: 16px;
  }
}
.cid-uNfgdDWZ2x .item a .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uNfgdDWZ2x .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uNfgdDWZ2x .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uNfgdG6DQj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNfgdG6DQj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNfgdG6DQj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNfgdJQYlu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uNfgdJQYlu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNfgdJQYlu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNfgdJQYlu .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uNfgdJQYlu .container-fluid {
    padding: 0 20px;
  }
}
.cid-uNfgdJQYlu .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uNfgdJQYlu .container {
    padding: 0 20px;
  }
}
.cid-uNfgdJQYlu .row {
  justify-content: center;
}
.cid-uNfgdJQYlu .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uNfgdJQYlu .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uNfgdJQYlu .card {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uNfgdJQYlu .card {
    margin-bottom: 30px;
  }
}
.cid-uNfgdJQYlu .card .card-wrapper {
  height: 100%;
}
.cid-uNfgdJQYlu .card .card-wrapper .icon-wrap {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uNfgdJQYlu .card .card-wrapper .icon-wrap {
    margin-bottom: 24px;
  }
}
.cid-uNfgdJQYlu .card .card-wrapper .icon-wrap .mbr-iconfont {
  font-size: 42px;
  width: 76px;
  height: 76px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #c8d814;
  position: relative;
}
.cid-uNfgdJQYlu .card .card-wrapper .icon-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .1;
}
.cid-uNfgdJQYlu .card .card-wrapper .mbr-card-title {
  margin-bottom: 14px;
  line-height: 1.2em;
}
.cid-uNfgdJQYlu .card .card-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.8em;
}
.cid-uNfgdJQYlu .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uNfgdJQYlu .mbr-card-title {
  color: #ffffff;
}
.cid-uNfgdJQYlu .mbr-text {
  color: #D2D3D5;
  text-align: center;
}
.cid-uNfgdJQYlu .mbr-card-title,
.cid-uNfgdJQYlu .icon-wrap {
  text-align: center;
}
.cid-uNfgdQlzhn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uNfgdQlzhn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNfgdQlzhn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNfgdQlzhn .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uNfgdQlzhn .container-fluid {
    padding: 0 20px;
  }
}
.cid-uNfgdQlzhn .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uNfgdQlzhn .container {
    padding: 0 20px;
  }
}
.cid-uNfgdQlzhn .image-wrapper {
  position: relative;
  padding: 0 100px 60px 50px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uNfgdQlzhn .image-wrapper {
    padding: 0;
    margin-bottom: 45px;
  }
}
.cid-uNfgdQlzhn .image-wrapper .image_1 {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uNfgdQlzhn .image-wrapper .image_1 {
    height: 300px;
  }
}
.cid-uNfgdQlzhn .image-wrapper .image_2 {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 240px;
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNfgdQlzhn .image-wrapper .image_2 {
    display: none;
  }
}
.cid-uNfgdQlzhn .image-wrapper .image_3 {
  position: absolute;
  bottom: 10%;
  left: 0;
  height: 180px;
  max-width: 160px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNfgdQlzhn .image-wrapper .image_3 {
    display: none;
  }
}
.cid-uNfgdQlzhn .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-uNfgdQlzhn .title-wrapper .title-wrap {
  padding-left: 42px;
}
.cid-uNfgdQlzhn .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uNfgdQlzhn .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uNfgdQlzhn .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uNfgdQlzhn .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uNfgdQlzhn .mbr-section-title {
  color: #000000;
}
.cid-uNfgdQlzhn .mbr-text {
  color: #6a6e71;
}
.cid-uNfgdT0pir {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uNfgdT0pir .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNfgdT0pir .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNfgdT0pir .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uNfgdT0pir .container-fluid {
    padding: 0 20px;
  }
}
.cid-uNfgdT0pir .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uNfgdT0pir .container {
    padding: 0 20px;
  }
}
.cid-uNfgdT0pir .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uNfgdT0pir .title-wrapper .mbr-section-title span {
  color: #c8d814;
}
.cid-uNfgdT0pir .mbr-section-title {
  color: #ffffff;
}
.cid-uNfgdUNGJl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uNfgdUNGJl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNfgdUNGJl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNfgdUNGJl .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uNfgdUNGJl .container-fluid {
    padding: 0 20px;
  }
}
.cid-uNfgdUNGJl .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uNfgdUNGJl .container {
    padding: 0 20px;
  }
}
.cid-uNfgdUNGJl .text-wrapper .mbr-text {
  margin-bottom: 20px;
  line-height: inherit;
}
.cid-uNfgdUNGJl .panel-group .card {
  border-bottom: 1px solid #424242;
  border-radius: 0;
}
.cid-uNfgdUNGJl .panel-group .card:first-child .card-header .panel-title {
  padding-top: 0;
}
.cid-uNfgdUNGJl .panel-group .card .card-header {
  border: none;
  padding: 0;
}
.cid-uNfgdUNGJl .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
.cid-uNfgdUNGJl .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
  color: #c8d814;
}
.cid-uNfgdUNGJl .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uNfgdUNGJl .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 22px;
  margin-left: 50px;
  display: block;
  color: #ffffff;
  transition: all 0.3s ease-out;
}
@media (max-width: 992px) {
  .cid-uNfgdUNGJl .panel-group .card .card-header .panel-title .mbr-iconfont {
    margin-left: 20px;
  }
}
.cid-uNfgdUNGJl .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-uNfgdUNGJl .panel-group .card .panel-collapse .panel-body .panel-text {
    margin-bottom: 30px;
  }
}
.cid-uNfgdUNGJl .mbr-text {
  color: #ffffff;
}
.cid-uNfgdUNGJl .panel-title-edit {
  color: #ffffff;
}
.cid-uNfgdUNGJl .panel-text {
  color: #ffffff;
}
.cid-uNhzMcfPn6 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uNhzMcfPn6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNhzMcfPn6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNhzMcfPn6 .content-wrapper {
  justify-content: flex-end;
}
.cid-uNhzMcfPn6 .card {
  justify-content: center;
}
.cid-uNhzMcfPn6 .title-wrapper {
  padding: 0 50px 0 12%;
  padding: 0 12% 0 50px;
}
@media (max-width: 992px) {
  .cid-uNhzMcfPn6 .title-wrapper {
    margin-bottom: 40px;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uNhzMcfPn6 .title-wrapper {
    padding: 0;
  }
}
.cid-uNhzMcfPn6 .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uNhzMcfPn6 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uNhzMcfPn6 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uNhzMcfPn6 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNhzMcfPn6 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uNhzMcfPn6 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uNhzMcfPn6 .mbr-section-btn .btn::after,
.cid-uNhzMcfPn6 .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uNhzMcfPn6 .mbr-section-btn .btn:hover,
.cid-uNhzMcfPn6 .mbr-section-btn .btn:focus {
  color: #2c2c2c !important;
}
.cid-uNhzMcfPn6 .mbr-section-btn .btn:hover::after,
.cid-uNhzMcfPn6 .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uNhzMcfPn6 .form-wrapper {
  padding: 110px 200px;
  background-color: #2c2c2c;
}
@media (max-width: 1640px) {
  .cid-uNhzMcfPn6 .form-wrapper {
    padding: 110px;
  }
}
@media (max-width: 1440px) {
  .cid-uNhzMcfPn6 .form-wrapper {
    padding: 110px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uNhzMcfPn6 .form-wrapper {
    padding: 20px;
  }
}
.cid-uNhzMcfPn6 .form-wrapper .title-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uNhzMcfPn6 .form-wrapper .title-wrap {
    margin-bottom: 20px;
  }
}
.cid-uNhzMcfPn6 .form-wrapper .title-wrap .mbr-title {
  margin-bottom: 16px;
}
.cid-uNhzMcfPn6 .form-wrapper .title-wrap .form-text {
  margin-bottom: 0;
}
.cid-uNhzMcfPn6 .form-wrapper .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uNhzMcfPn6 .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
  padding: 0;
}
.cid-uNhzMcfPn6 .form-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uNhzMcfPn6 .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 16px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #fbf2d1 !important;
  border-radius: 0 !important;
  margin-bottom: 16px;
}
.cid-uNhzMcfPn6 .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #fbf2d1;
}
.cid-uNhzMcfPn6 .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uNhzMcfPn6 .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #fbf2d1 !important;
  color: #fbf2d1;
}
.cid-uNhzMcfPn6 .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
  color: #fbf2d1;
}
.cid-uNhzMcfPn6 .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uNhzMcfPn6 .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #fbf2d1;
  border-color: #fbf2d1;
}
.cid-uNhzMcfPn6 .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-uNhzMcfPn6 .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-left: 0;
}
.cid-uNhzMcfPn6 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uNhzMcfPn6 .mbr-tag {
  color: #adadad;
}
.cid-uNhzMcfPn6 .mbr-text {
  color: #ffffff;
}
.cid-uNhzMcfPn6 .mbr-title {
  color: #fbf2d1;
}
.cid-uNhzMcfPn6 .form-text {
  color: #c7c7c7;
  text-align: left;
}
.cid-uNhzMcfPn6 label {
  color: #fbf2d1;
}
.cid-uNhzMcfPn6 .mbr-text,
.cid-uNhzMcfPn6 .text-wrapper {
  color: #ffffff;
}
.cid-uNhzMcfPn6 input {
  color: #fbf2d1;
}
.cid-uNfgdXwmiW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uNfgdXwmiW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNfgdXwmiW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNfgdXwmiW .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uNfgdXwmiW .container-fluid {
    padding: 0;
  }
}
.cid-uNfgdXwmiW .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uNfgdXwmiW .container {
    padding: 0 20px;
  }
}
.cid-uNfgdXwmiW .row {
  justify-content: center;
}
.cid-uNfgdXwmiW .card {
  padding: 0;
}
.cid-uNfgdXwmiW .card img {
  height: 900px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNfgdXwmiW .card img {
    height: 300px;
  }
}
.cid-uNfgdXwmiW .row.cards {
  margin: 0;
}
.cid-uNfgdXwmiW .row.cards img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNfgdXwmiW .row.cards img {
    height: 300px;
  }
}
.cid-uUkiIVvLnr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uUkiIVvLnr .mbr-section-title {
  text-align: center;
  color: #fbf2d1;
}
.cid-uUkiIVvLnr .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uNfgdZxAND {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uNfgdZxAND .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNfgdZxAND .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNfgdZxAND .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uNfgdZxAND .container-fluid {
    padding: 0;
  }
}
.cid-uNfgdZxAND .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uNfgdZxAND .container {
    padding: 0 20px;
  }
}
.cid-uNfgdZxAND .google-map iframe {
  height: 600px;
}
@media (max-width: 768px) {
  .cid-uNfgdZxAND .google-map iframe {
    height: 300px;
  }
}
.cid-uNfge0rI4T {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #161616;
}
.cid-uNfge0rI4T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNfge0rI4T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNfge0rI4T .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uNfge0rI4T .container-fluid {
    padding: 0 20px;
  }
}
.cid-uNfge0rI4T .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uNfge0rI4T .container {
    padding: 0 20px;
  }
}
.cid-uNfge0rI4T .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uNfge0rI4T .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uNfge0rI4T .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uNfge0rI4T .list {
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uNfge0rI4T .list {
    margin-bottom: 30px;
  }
}
.cid-uNfge0rI4T .list .item-wrap {
  position: relative;
  padding-bottom: 5px;
  margin: 9px 18px;
  margin-bottom: 0;
}
.cid-uNfge0rI4T .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uNfge0rI4T .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uNfge0rI4T .list .item-wrap:hover::before,
.cid-uNfge0rI4T .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uNfge0rI4T .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uNfge0rI4T .social-wrapper {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uNfge0rI4T .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uNfge0rI4T .social-wrapper .soc-item {
  margin: 0 5px 5px 0;
}
.cid-uNfge0rI4T .social-wrapper .soc-item a {
  display: block;
}
.cid-uNfge0rI4T .social-wrapper .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uNfge0rI4T .social-wrapper .soc-item a .mbr-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #ffffff;
  border: 1px solid #424242;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.cid-uNfge0rI4T .copyright {
  padding: 30px 0;
  border-top: 1px solid #000000;
  margin: 0;
  color: #D2D3D5;
  text-align: center;
}
.cid-uNfge0rI4T .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uNfge0rI4T .mbr-section-title DIV {
  text-align: center;
}
.cid-tB1K0bNpwu .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-tB1K0bNpwu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tB1K0bNpwu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tB1K0bNpwu .menu_box .navbar.opened,
  .cid-tB1K0bNpwu .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tB1K0bNpwu .navbar-dropdown {
  position: relative !important;
}
.cid-tB1K0bNpwu .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tB1K0bNpwu .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tB1K0bNpwu .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tB1K0bNpwu .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tB1K0bNpwu .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tB1K0bNpwu .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f4f5f7;
  }
  .cid-tB1K0bNpwu .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tB1K0bNpwu .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tB1K0bNpwu .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tB1K0bNpwu .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tB1K0bNpwu .offcanvas-body .mbr-text,
  .cid-tB1K0bNpwu .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tB1K0bNpwu .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tB1K0bNpwu .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tB1K0bNpwu .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tB1K0bNpwu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tB1K0bNpwu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tB1K0bNpwu .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tB1K0bNpwu .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tB1K0bNpwu ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tB1K0bNpwu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tB1K0bNpwu .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-tB1K0bNpwu .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tB1K0bNpwu li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tB1K0bNpwu .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tB1K0bNpwu .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tB1K0bNpwu .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tB1K0bNpwu .nav-item {
    margin: 0 !important;
  }
}
.cid-tB1K0bNpwu .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-tB1K0bNpwu .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 45%;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-out;
}
.cid-tB1K0bNpwu .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-tB1K0bNpwu .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tB1K0bNpwu .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tB1K0bNpwu .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tB1K0bNpwu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tB1K0bNpwu .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-tB1K0bNpwu .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tB1K0bNpwu .offcanvas_box {
    display: none;
  }
}
.cid-tB1K0bNpwu .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tB1K0bNpwu .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tB1K0bNpwu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tB1K0bNpwu .container {
  display: flex;
  margin: auto;
}
.cid-tB1K0bNpwu .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-tB1K0bNpwu .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tB1K0bNpwu .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tB1K0bNpwu .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tB1K0bNpwu .navbar-nav {
    margin: 0;
  }
}
.cid-tB1K0bNpwu .dropdown-menu,
.cid-tB1K0bNpwu .navbar.opened {
  background-color: false !important;
}
.cid-tB1K0bNpwu .nav-item:focus,
.cid-tB1K0bNpwu .nav-link:focus {
  outline: none;
}
.cid-tB1K0bNpwu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tB1K0bNpwu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tB1K0bNpwu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tB1K0bNpwu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tB1K0bNpwu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tB1K0bNpwu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tB1K0bNpwu .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tB1K0bNpwu .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tB1K0bNpwu .navbar.opened {
  transition: all 0.3s;
}
.cid-tB1K0bNpwu .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tB1K0bNpwu .navbar .navbar-logo img {
  max-width: 55px;
  max-height: 55px;
  object-fit: contain;
}
.cid-tB1K0bNpwu .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tB1K0bNpwu .navbar.collapsed {
  justify-content: center;
}
.cid-tB1K0bNpwu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tB1K0bNpwu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tB1K0bNpwu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tB1K0bNpwu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tB1K0bNpwu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tB1K0bNpwu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tB1K0bNpwu .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tB1K0bNpwu .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tB1K0bNpwu .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tB1K0bNpwu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tB1K0bNpwu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tB1K0bNpwu .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tB1K0bNpwu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tB1K0bNpwu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tB1K0bNpwu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tB1K0bNpwu .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tB1K0bNpwu .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tB1K0bNpwu .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tB1K0bNpwu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tB1K0bNpwu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tB1K0bNpwu .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tB1K0bNpwu .navbar.navbar-short {
  min-height: 60px;
}
.cid-tB1K0bNpwu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tB1K0bNpwu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tB1K0bNpwu .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-tB1K0bNpwu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-tB1K0bNpwu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tB1K0bNpwu .dropdown-item.active,
.cid-tB1K0bNpwu .dropdown-item:active {
  background-color: transparent;
}
.cid-tB1K0bNpwu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tB1K0bNpwu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tB1K0bNpwu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tB1K0bNpwu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tB1K0bNpwu ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tB1K0bNpwu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tB1K0bNpwu 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: #000000;
}
.cid-tB1K0bNpwu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tB1K0bNpwu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tB1K0bNpwu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tB1K0bNpwu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tB1K0bNpwu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tB1K0bNpwu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tB1K0bNpwu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tB1K0bNpwu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tB1K0bNpwu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tB1K0bNpwu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tB1K0bNpwu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tB1K0bNpwu .navbar {
    height: 70px;
  }
  .cid-tB1K0bNpwu .navbar.opened {
    height: auto;
  }
  .cid-tB1K0bNpwu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tB1K0bNpwu .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-tB1K0bNpwu .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-tB1K0bNpwu .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-tB1K0bNpwu .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tB1K0bNpwu .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tB1K0bNpwu .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tB1K0bNpwu .navbar-caption:hover {
  color: #c8d814;
}
@media (min-width: 992px) {
  .cid-tB1K0bNpwu .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tB1K0bNpwu .text_widget {
  margin-bottom: 32px;
}
.cid-tB1K0bNpwu .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tB1K0bNpwu .text_widget a:hover {
  opacity: .5;
}
.cid-tB1K0bNpwu .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-tB1K0bNpwu .navbar-caption {
  color: #000000;
}
.cid-tB1K0bNpwu .mbr-text {
  color: #6a6e71;
  text-align: left;
}
.cid-tB1K0bNpwu .mbr-section-subtitle,
.cid-tB1K0bNpwu .text_widget,
.cid-tB1K0bNpwu .mbr-section-btn {
  text-align: left;
}
.cid-tB1K0bNpwu a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tB1K0iVJwP {
  overflow: hidden;
  background-image: url("../../../assets/images/image10.jpg");
}
.cid-tB1K0iVJwP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB1K0iVJwP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB1K0iVJwP .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tB1K0iVJwP .container-fluid {
    padding: 0 20px;
  }
}
.cid-tB1K0iVJwP .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tB1K0iVJwP .container {
    padding: 0 20px;
  }
}
.cid-tB1K0iVJwP .row {
  position: relative;
}
.cid-tB1K0iVJwP .row img {
  position: absolute;
  object-fit: cover;
}
.cid-tB1K0iVJwP .row .image_1 {
  height: 380px;
  width: 50%;
  top: -10rem;
  right: 0;
}
@media (max-width: 768px) {
  .cid-tB1K0iVJwP .row .image_1 {
    height: 150px;
    width: 60%;
  }
}
.cid-tB1K0iVJwP .row .image_2 {
  height: 270px;
  width: 35%;
  left: 0;
  bottom: -2rem;
}
@media (max-width: 768px) {
  .cid-tB1K0iVJwP .row .image_2 {
    height: 100px;
    width: 60%;
  }
}
.cid-tB1K0iVJwP .mbr-desc {
  position: relative;
  margin-bottom: 0;
  line-height: inherit;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tB1K0iVJwP .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-tB1K0iVJwP .mbr-section-title {
  position: relative;
  margin-bottom: 60px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tB1K0iVJwP .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tB1K0iVJwP .mbr-text {
  position: relative;
  margin-bottom: 0;
  color: #D2D3D5;
  text-align: right;
}
.cid-tB1K0iVJwP .mbr-section-title,
.cid-tB1K0iVJwP .mbr-section-btn {
  text-align: center;
}
.cid-tB1KroJ4Os {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-tB1KroJ4Os .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB1KroJ4Os .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB1KroJ4Os .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tB1KroJ4Os .container-fluid {
    padding: 0 20px;
  }
}
.cid-tB1KroJ4Os .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tB1KroJ4Os .container {
    padding: 0 20px;
  }
}
.cid-tB1KroJ4Os .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-tB1KroJ4Os .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tB1KroJ4Os .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-tB1KroJ4Os .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tB1KroJ4Os .countdown-cont {
  margin-bottom: 45px;
  padding: 0 10%;
}
@media (max-width: 992px) {
  .cid-tB1KroJ4Os .countdown-cont {
    margin-bottom: 30px;
    padding: 0;
  }
}
.cid-tB1KroJ4Os .number-wrap {
  color: #ffffff;
  text-align: center;
  position: relative;
}
.cid-tB1KroJ4Os .number {
  color: #ffffff;
}
.cid-tB1KroJ4Os .period {
  display: block;
  font-size: 16px;
  font-family: "Syne", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
.cid-tB1KroJ4Os .dot {
  position: absolute;
  top: 20%;
  right: -20px;
  font-size: 32px;
}
@media (max-width: 767px) {
  .cid-tB1KroJ4Os .period {
    font-size: 0.8rem;
  }
}
.cid-tB1KroJ4Os .mbr-section-title {
  color: #ffffff;
}
.cid-tB1KroJ4Os .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tB1KroJ4Os .mbr-section-title,
.cid-tB1KroJ4Os .mbr-section-btn {
  text-align: center;
}
.cid-uKY9R9GSBZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uKY9R9GSBZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKY9R9GSBZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKY9R9GSBZ .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uKY9R9GSBZ .container-fluid {
    padding: 0 20px;
  }
}
.cid-uKY9R9GSBZ .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uKY9R9GSBZ .container {
    padding: 0 20px;
  }
}
.cid-uKY9R9GSBZ .row {
  justify-content: center;
}
.cid-uKY9R9GSBZ .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .cid-uKY9R9GSBZ .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uKY9R9GSBZ .item {
  margin-bottom: 45px;
}
.cid-uKY9R9GSBZ .item:nth-child(2n) {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uKY9R9GSBZ .item:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-uKY9R9GSBZ .item a:hover .item-wrapper .item-img img {
  transform: scale(1.07);
}
.cid-uKY9R9GSBZ .item a .item-wrapper .item-img {
  height: 670px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uKY9R9GSBZ .item a .item-wrapper .item-img {
    height: 300px;
  }
}
.cid-uKY9R9GSBZ .item a .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-uKY9R9GSBZ .item a .item-wrapper .item-content {
  margin-top: 30px;
}
.cid-uKY9R9GSBZ .item a .item-wrapper .item-content .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uKY9R9GSBZ .item a .item-wrapper .item-content .desc-wrapper .desc-wrap {
  padding-left: 50px;
  position: relative;
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-uKY9R9GSBZ .item a .item-wrapper .item-content .desc-wrapper .desc-wrap {
    padding: 0;
  }
}
.cid-uKY9R9GSBZ .item a .item-wrapper .item-content .desc-wrapper .desc-wrap::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 35px;
  height: 2px;
  background-color: #000000;
}
@media (max-width: 768px) {
  .cid-uKY9R9GSBZ .item a .item-wrapper .item-content .desc-wrapper .desc-wrap::before {
    display: none;
  }
}
.cid-uKY9R9GSBZ .item a .item-wrapper .item-content .desc-wrapper .desc-wrap .mbr-desc {
  margin: 0 10px 0 0;
}
.cid-uKY9R9GSBZ .item a .item-wrapper .item-content .desc-wrapper .desc-wrap .mbr-date {
  margin: 0;
}
.cid-uKY9R9GSBZ .item a .item-wrapper .item-content .mbr-text {
  padding-left: 50px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uKY9R9GSBZ .item a .item-wrapper .item-content .mbr-text {
    padding: 0;
  }
}
.cid-uKY9R9GSBZ .mbr-section-title {
  color: #000000;
}
.cid-uKY9R9GSBZ .mbr-desc {
  color: #000000;
}
.cid-uKY9R9GSBZ .mbr-date {
  color: #6a6e71;
}
.cid-uKY9R9GSBZ .mbr-text {
  color: #000000;
}
.cid-tB1K4Tes7P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tB1K4Tes7P .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB1K4Tes7P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB1K4Tes7P .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tB1K4Tes7P .container-fluid {
    padding: 0 20px;
  }
}
.cid-tB1K4Tes7P .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tB1K4Tes7P .container {
    padding: 0 20px;
  }
}
.cid-tB1K4Tes7P .row {
  justify-content: center;
}
.cid-tB1K4Tes7P .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-tB1K4Tes7P .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tB1K4Tes7P .item {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tB1K4Tes7P .item {
    margin-bottom: 20px;
  }
}
.cid-tB1K4Tes7P .item a:hover .item-wrapper .item-img img {
  transform: translateY(-7px);
}
.cid-tB1K4Tes7P .item a .item-wrapper {
  overflow: visible;
}
.cid-tB1K4Tes7P .item a .item-wrapper .item-img img {
  border: 1px solid #6a6e71;
  height: 250px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tB1K4Tes7P .item a .item-wrapper .item-content {
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-tB1K4Tes7P .item a .item-wrapper .item-content {
    margin-top: 16px;
  }
}
.cid-tB1K4Tes7P .item a .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-tB1K4Tes7P .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tB1K4Tes7P .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLd3lMHW2u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLd3lMHW2u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLd3lMHW2u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB1K5jvfqv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tB1K5jvfqv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB1K5jvfqv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB1K5jvfqv .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tB1K5jvfqv .container-fluid {
    padding: 0 20px;
  }
}
.cid-tB1K5jvfqv .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tB1K5jvfqv .container {
    padding: 0 20px;
  }
}
.cid-tB1K5jvfqv .row {
  justify-content: center;
}
.cid-tB1K5jvfqv .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-tB1K5jvfqv .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tB1K5jvfqv .card {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-tB1K5jvfqv .card {
    margin-bottom: 30px;
  }
}
.cid-tB1K5jvfqv .card .card-wrapper {
  height: 100%;
}
.cid-tB1K5jvfqv .card .card-wrapper .icon-wrap {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tB1K5jvfqv .card .card-wrapper .icon-wrap {
    margin-bottom: 24px;
  }
}
.cid-tB1K5jvfqv .card .card-wrapper .icon-wrap .mbr-iconfont {
  font-size: 42px;
  width: 76px;
  height: 76px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #c8d814;
  position: relative;
}
.cid-tB1K5jvfqv .card .card-wrapper .icon-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .1;
}
.cid-tB1K5jvfqv .card .card-wrapper .mbr-card-title {
  margin-bottom: 14px;
  line-height: 1.2em;
}
.cid-tB1K5jvfqv .card .card-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.8em;
}
.cid-tB1K5jvfqv .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tB1K5jvfqv .mbr-card-title {
  color: #ffffff;
}
.cid-tB1K5jvfqv .mbr-text {
  color: #D2D3D5;
  text-align: center;
}
.cid-tB1K5jvfqv .mbr-card-title,
.cid-tB1K5jvfqv .icon-wrap {
  text-align: center;
}
.cid-tB1KP3oKkW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tB1KP3oKkW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB1KP3oKkW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB1KP3oKkW .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tB1KP3oKkW .container-fluid {
    padding: 0 20px;
  }
}
.cid-tB1KP3oKkW .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tB1KP3oKkW .container {
    padding: 0 20px;
  }
}
.cid-tB1KP3oKkW .image-wrapper {
  position: relative;
  padding: 0 100px 60px 50px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tB1KP3oKkW .image-wrapper {
    padding: 0;
    margin-bottom: 45px;
  }
}
.cid-tB1KP3oKkW .image-wrapper .image_1 {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tB1KP3oKkW .image-wrapper .image_1 {
    height: 300px;
  }
}
.cid-tB1KP3oKkW .image-wrapper .image_2 {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 240px;
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tB1KP3oKkW .image-wrapper .image_2 {
    display: none;
  }
}
.cid-tB1KP3oKkW .image-wrapper .image_3 {
  position: absolute;
  bottom: 10%;
  left: 0;
  height: 180px;
  max-width: 160px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tB1KP3oKkW .image-wrapper .image_3 {
    display: none;
  }
}
.cid-tB1KP3oKkW .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-tB1KP3oKkW .title-wrapper .title-wrap {
  padding-left: 42px;
}
.cid-tB1KP3oKkW .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tB1KP3oKkW .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-tB1KP3oKkW .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tB1KP3oKkW .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-tB1KP3oKkW .mbr-section-title {
  color: #000000;
}
.cid-tB1KP3oKkW .mbr-text {
  color: #6a6e71;
}
.cid-tB1KdGPAH4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tB1KdGPAH4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB1KdGPAH4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB1KdGPAH4 .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tB1KdGPAH4 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tB1KdGPAH4 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tB1KdGPAH4 .container {
    padding: 0 20px;
  }
}
.cid-tB1KdGPAH4 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tB1KdGPAH4 .title-wrapper .mbr-section-title span {
  color: #c8d814;
}
.cid-tB1KdGPAH4 .mbr-section-title {
  color: #ffffff;
}
.cid-tB1KpS5SvW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tB1KpS5SvW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB1KpS5SvW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB1KpS5SvW .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tB1KpS5SvW .container-fluid {
    padding: 0 20px;
  }
}
.cid-tB1KpS5SvW .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tB1KpS5SvW .container {
    padding: 0 20px;
  }
}
.cid-tB1KpS5SvW .text-wrapper .mbr-text {
  margin-bottom: 20px;
  line-height: inherit;
}
.cid-tB1KpS5SvW .panel-group .card {
  border-bottom: 1px solid #424242;
  border-radius: 0;
}
.cid-tB1KpS5SvW .panel-group .card:first-child .card-header .panel-title {
  padding-top: 0;
}
.cid-tB1KpS5SvW .panel-group .card .card-header {
  border: none;
  padding: 0;
}
.cid-tB1KpS5SvW .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
.cid-tB1KpS5SvW .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
  color: #c8d814;
}
.cid-tB1KpS5SvW .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tB1KpS5SvW .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 22px;
  margin-left: 50px;
  display: block;
  color: #ffffff;
  transition: all 0.3s ease-out;
}
@media (max-width: 992px) {
  .cid-tB1KpS5SvW .panel-group .card .card-header .panel-title .mbr-iconfont {
    margin-left: 20px;
  }
}
.cid-tB1KpS5SvW .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-tB1KpS5SvW .panel-group .card .panel-collapse .panel-body .panel-text {
    margin-bottom: 30px;
  }
}
.cid-tB1KpS5SvW .mbr-text {
  color: #ffffff;
}
.cid-tB1KpS5SvW .panel-title-edit {
  color: #ffffff;
}
.cid-tB1KpS5SvW .panel-text {
  color: #ffffff;
}
.cid-tB1Khks6y7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tB1Khks6y7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB1Khks6y7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB1Khks6y7 .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tB1Khks6y7 .container-fluid {
    padding: 0;
  }
}
.cid-tB1Khks6y7 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tB1Khks6y7 .container {
    padding: 0 20px;
  }
}
.cid-tB1Khks6y7 .row {
  justify-content: center;
}
.cid-tB1Khks6y7 .card {
  padding: 0;
}
.cid-tB1Khks6y7 .card img {
  height: 900px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tB1Khks6y7 .card img {
    height: 300px;
  }
}
.cid-tB1Khks6y7 .row.cards {
  margin: 0;
}
.cid-tB1Khks6y7 .row.cards img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tB1Khks6y7 .row.cards img {
    height: 300px;
  }
}
.cid-tB1KmyBWCe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tB1KmyBWCe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB1KmyBWCe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB1KmyBWCe .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tB1KmyBWCe .container-fluid {
    padding: 0;
  }
}
.cid-tB1KmyBWCe .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tB1KmyBWCe .container {
    padding: 0 20px;
  }
}
.cid-tB1KmyBWCe .google-map iframe {
  height: 600px;
}
@media (max-width: 768px) {
  .cid-tB1KmyBWCe .google-map iframe {
    height: 300px;
  }
}
.cid-tB1Klc4Vj9 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #161616;
}
.cid-tB1Klc4Vj9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB1Klc4Vj9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB1Klc4Vj9 .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tB1Klc4Vj9 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tB1Klc4Vj9 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tB1Klc4Vj9 .container {
    padding: 0 20px;
  }
}
.cid-tB1Klc4Vj9 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-tB1Klc4Vj9 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tB1Klc4Vj9 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tB1Klc4Vj9 .list {
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tB1Klc4Vj9 .list {
    margin-bottom: 30px;
  }
}
.cid-tB1Klc4Vj9 .list .item-wrap {
  position: relative;
  padding-bottom: 5px;
  margin: 9px 18px;
  margin-bottom: 0;
}
.cid-tB1Klc4Vj9 .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-tB1Klc4Vj9 .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-tB1Klc4Vj9 .list .item-wrap:hover::before,
.cid-tB1Klc4Vj9 .list .item-wrap:focus::before {
  width: 100%;
}
.cid-tB1Klc4Vj9 .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-tB1Klc4Vj9 .social-wrapper {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-tB1Klc4Vj9 .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tB1Klc4Vj9 .social-wrapper .soc-item {
  margin: 0 5px 5px 0;
}
.cid-tB1Klc4Vj9 .social-wrapper .soc-item a {
  display: block;
}
.cid-tB1Klc4Vj9 .social-wrapper .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-tB1Klc4Vj9 .social-wrapper .soc-item a .mbr-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #ffffff;
  border: 1px solid #424242;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.cid-tB1Klc4Vj9 .copyright {
  padding: 30px 0;
  border-top: 1px solid #000000;
  margin: 0;
  color: #D2D3D5;
  text-align: center;
}
.cid-tB1Klc4Vj9 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tB1Klc4Vj9 .mbr-section-title DIV {
  text-align: center;
}
.cid-uUT3TqSUtz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uUT3TqSUtz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUT3TqSUtz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUT3TqSUtz .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uUT3TqSUtz .container-fluid {
    padding: 0 20px;
  }
}
.cid-uUT3TqSUtz .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uUT3TqSUtz .container {
    padding: 0 20px;
  }
}
.cid-uUT3TqSUtz .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUT3TqSUtz .title-wrapper .mbr-section-title span {
  color: #7c63d5;
}
.cid-uUT3TqSUtz .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
#custom-html-4h {
  /* Hintergrund der ganzen Seite */
  /* Standard-Bild */
  /* Popup unsichtbar, bis es aktiviert wird */
  /* Wenn #popup über den Link aufgerufen wird */
  /* Großes Bild im Popup */
  /* Schließen-Button */
}
#custom-html-4h body {
  margin: 0;
  background: black;
  color: white;
  /* falls Text dazu kommt */
  font-family: sans-serif;
}
#custom-html-4h img {
  max-width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
  margin: 0 auto;
  /* Bild in der Mitte */
}
#custom-html-4h #popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  /* leicht transparenter Schwarzton */
  text-align: center;
  z-index: 9999;
}
#custom-html-4h #popup:target {
  display: flex;
  align-items: center;
  justify-content: center;
}
#custom-html-4h #popup img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
  box-shadow: 0 0 15px #000;
}
#custom-html-4h .close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-size: 40px;
  text-decoration: none;
}
.cid-uUkeFVnfuf .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uUkeFVnfuf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uUkeFVnfuf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uUkeFVnfuf .menu_box .navbar.opened,
  .cid-uUkeFVnfuf .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uUkeFVnfuf .navbar-dropdown {
  position: relative !important;
}
.cid-uUkeFVnfuf .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uUkeFVnfuf .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uUkeFVnfuf .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uUkeFVnfuf .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uUkeFVnfuf .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uUkeFVnfuf .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f4f5f7;
  }
  .cid-uUkeFVnfuf .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uUkeFVnfuf .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uUkeFVnfuf .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uUkeFVnfuf .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uUkeFVnfuf .offcanvas-body .mbr-text,
  .cid-uUkeFVnfuf .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uUkeFVnfuf .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uUkeFVnfuf .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uUkeFVnfuf .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uUkeFVnfuf .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uUkeFVnfuf .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uUkeFVnfuf .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uUkeFVnfuf .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uUkeFVnfuf ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uUkeFVnfuf .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUkeFVnfuf .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-uUkeFVnfuf .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uUkeFVnfuf li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uUkeFVnfuf .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uUkeFVnfuf .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uUkeFVnfuf .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uUkeFVnfuf .nav-item {
    margin: 0 !important;
  }
}
.cid-uUkeFVnfuf .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uUkeFVnfuf .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 45%;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-out;
}
.cid-uUkeFVnfuf .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uUkeFVnfuf .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uUkeFVnfuf .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uUkeFVnfuf .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uUkeFVnfuf .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUkeFVnfuf .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-uUkeFVnfuf .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uUkeFVnfuf .offcanvas_box {
    display: none;
  }
}
.cid-uUkeFVnfuf .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uUkeFVnfuf .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uUkeFVnfuf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uUkeFVnfuf .container {
  display: flex;
  margin: auto;
}
.cid-uUkeFVnfuf .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-uUkeFVnfuf .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uUkeFVnfuf .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uUkeFVnfuf .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uUkeFVnfuf .navbar-nav {
    margin: 0;
  }
}
.cid-uUkeFVnfuf .dropdown-menu,
.cid-uUkeFVnfuf .navbar.opened {
  background-color: false !important;
}
.cid-uUkeFVnfuf .nav-item:focus,
.cid-uUkeFVnfuf .nav-link:focus {
  outline: none;
}
.cid-uUkeFVnfuf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUkeFVnfuf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUkeFVnfuf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUkeFVnfuf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUkeFVnfuf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUkeFVnfuf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUkeFVnfuf .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uUkeFVnfuf .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uUkeFVnfuf .navbar.opened {
  transition: all 0.3s;
}
.cid-uUkeFVnfuf .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uUkeFVnfuf .navbar .navbar-logo img {
  max-width: 55px;
  max-height: 55px;
  object-fit: contain;
}
.cid-uUkeFVnfuf .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uUkeFVnfuf .navbar.collapsed {
  justify-content: center;
}
.cid-uUkeFVnfuf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUkeFVnfuf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUkeFVnfuf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUkeFVnfuf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUkeFVnfuf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUkeFVnfuf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uUkeFVnfuf .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uUkeFVnfuf .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uUkeFVnfuf .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uUkeFVnfuf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUkeFVnfuf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUkeFVnfuf .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uUkeFVnfuf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUkeFVnfuf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uUkeFVnfuf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUkeFVnfuf .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uUkeFVnfuf .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uUkeFVnfuf .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uUkeFVnfuf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUkeFVnfuf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUkeFVnfuf .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uUkeFVnfuf .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUkeFVnfuf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUkeFVnfuf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUkeFVnfuf .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-uUkeFVnfuf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uUkeFVnfuf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUkeFVnfuf .dropdown-item.active,
.cid-uUkeFVnfuf .dropdown-item:active {
  background-color: transparent;
}
.cid-uUkeFVnfuf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUkeFVnfuf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUkeFVnfuf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUkeFVnfuf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUkeFVnfuf ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uUkeFVnfuf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUkeFVnfuf 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: #000000;
}
.cid-uUkeFVnfuf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUkeFVnfuf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUkeFVnfuf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUkeFVnfuf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUkeFVnfuf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUkeFVnfuf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUkeFVnfuf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUkeFVnfuf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUkeFVnfuf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUkeFVnfuf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uUkeFVnfuf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUkeFVnfuf .navbar {
    height: 70px;
  }
  .cid-uUkeFVnfuf .navbar.opened {
    height: auto;
  }
  .cid-uUkeFVnfuf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUkeFVnfuf .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uUkeFVnfuf .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uUkeFVnfuf .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uUkeFVnfuf .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uUkeFVnfuf .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uUkeFVnfuf .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uUkeFVnfuf .navbar-caption:hover {
  color: #c8d814;
}
@media (min-width: 992px) {
  .cid-uUkeFVnfuf .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uUkeFVnfuf .text_widget {
  margin-bottom: 32px;
}
.cid-uUkeFVnfuf .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uUkeFVnfuf .text_widget a:hover {
  opacity: .5;
}
.cid-uUkeFVnfuf .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uUkeFVnfuf .navbar-caption {
  color: #000000;
}
.cid-uUkeFVnfuf .mbr-text {
  color: #6a6e71;
  text-align: left;
}
.cid-uUkeFVnfuf .mbr-section-subtitle,
.cid-uUkeFVnfuf .text_widget,
.cid-uUkeFVnfuf .mbr-section-btn {
  text-align: left;
}
.cid-uUkeFVnfuf a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uUkeFYabXj {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #161616;
}
.cid-uUkeFYabXj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUkeFYabXj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUkeFYabXj .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uUkeFYabXj .container-fluid {
    padding: 0 20px;
  }
}
.cid-uUkeFYabXj .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uUkeFYabXj .container {
    padding: 0 20px;
  }
}
.cid-uUkeFYabXj .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uUkeFYabXj .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uUkeFYabXj .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUkeFYabXj .list {
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uUkeFYabXj .list {
    margin-bottom: 30px;
  }
}
.cid-uUkeFYabXj .list .item-wrap {
  position: relative;
  padding-bottom: 5px;
  margin: 9px 18px;
  margin-bottom: 0;
}
.cid-uUkeFYabXj .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uUkeFYabXj .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uUkeFYabXj .list .item-wrap:hover::before,
.cid-uUkeFYabXj .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uUkeFYabXj .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uUkeFYabXj .social-wrapper {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uUkeFYabXj .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uUkeFYabXj .social-wrapper .soc-item {
  margin: 0 5px 5px 0;
}
.cid-uUkeFYabXj .social-wrapper .soc-item a {
  display: block;
}
.cid-uUkeFYabXj .social-wrapper .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uUkeFYabXj .social-wrapper .soc-item a .mbr-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #ffffff;
  border: 1px solid #424242;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.cid-uUkeFYabXj .copyright {
  padding: 30px 0;
  border-top: 1px solid #000000;
  margin: 0;
  color: #D2D3D5;
  text-align: center;
}
.cid-uUkeFYabXj .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUkeFYabXj .mbr-section-title DIV {
  text-align: center;
}
.cid-uUSPmvo3RU .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uUSPmvo3RU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uUSPmvo3RU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uUSPmvo3RU .menu_box .navbar.opened,
  .cid-uUSPmvo3RU .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uUSPmvo3RU .navbar-dropdown {
  position: relative !important;
}
.cid-uUSPmvo3RU .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uUSPmvo3RU .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uUSPmvo3RU .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uUSPmvo3RU .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uUSPmvo3RU .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uUSPmvo3RU .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f4f5f7;
  }
  .cid-uUSPmvo3RU .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uUSPmvo3RU .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uUSPmvo3RU .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uUSPmvo3RU .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uUSPmvo3RU .offcanvas-body .mbr-text,
  .cid-uUSPmvo3RU .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uUSPmvo3RU .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uUSPmvo3RU .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uUSPmvo3RU .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uUSPmvo3RU .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uUSPmvo3RU .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uUSPmvo3RU .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uUSPmvo3RU .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uUSPmvo3RU ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uUSPmvo3RU .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUSPmvo3RU .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-uUSPmvo3RU .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uUSPmvo3RU li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uUSPmvo3RU .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uUSPmvo3RU .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uUSPmvo3RU .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uUSPmvo3RU .nav-item {
    margin: 0 !important;
  }
}
.cid-uUSPmvo3RU .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uUSPmvo3RU .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 45%;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-out;
}
.cid-uUSPmvo3RU .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uUSPmvo3RU .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uUSPmvo3RU .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uUSPmvo3RU .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uUSPmvo3RU .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUSPmvo3RU .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-uUSPmvo3RU .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uUSPmvo3RU .offcanvas_box {
    display: none;
  }
}
.cid-uUSPmvo3RU .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uUSPmvo3RU .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uUSPmvo3RU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uUSPmvo3RU .container {
  display: flex;
  margin: auto;
}
.cid-uUSPmvo3RU .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-uUSPmvo3RU .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uUSPmvo3RU .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uUSPmvo3RU .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uUSPmvo3RU .navbar-nav {
    margin: 0;
  }
}
.cid-uUSPmvo3RU .dropdown-menu,
.cid-uUSPmvo3RU .navbar.opened {
  background-color: false !important;
}
.cid-uUSPmvo3RU .nav-item:focus,
.cid-uUSPmvo3RU .nav-link:focus {
  outline: none;
}
.cid-uUSPmvo3RU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUSPmvo3RU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUSPmvo3RU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUSPmvo3RU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUSPmvo3RU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUSPmvo3RU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUSPmvo3RU .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uUSPmvo3RU .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uUSPmvo3RU .navbar.opened {
  transition: all 0.3s;
}
.cid-uUSPmvo3RU .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uUSPmvo3RU .navbar .navbar-logo img {
  max-width: 55px;
  max-height: 55px;
  object-fit: contain;
}
.cid-uUSPmvo3RU .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uUSPmvo3RU .navbar.collapsed {
  justify-content: center;
}
.cid-uUSPmvo3RU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUSPmvo3RU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUSPmvo3RU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUSPmvo3RU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUSPmvo3RU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUSPmvo3RU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uUSPmvo3RU .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uUSPmvo3RU .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uUSPmvo3RU .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uUSPmvo3RU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUSPmvo3RU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUSPmvo3RU .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uUSPmvo3RU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUSPmvo3RU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uUSPmvo3RU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUSPmvo3RU .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uUSPmvo3RU .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uUSPmvo3RU .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uUSPmvo3RU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUSPmvo3RU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUSPmvo3RU .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uUSPmvo3RU .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUSPmvo3RU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUSPmvo3RU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUSPmvo3RU .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-uUSPmvo3RU .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uUSPmvo3RU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUSPmvo3RU .dropdown-item.active,
.cid-uUSPmvo3RU .dropdown-item:active {
  background-color: transparent;
}
.cid-uUSPmvo3RU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUSPmvo3RU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUSPmvo3RU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUSPmvo3RU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUSPmvo3RU ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uUSPmvo3RU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUSPmvo3RU 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: #000000;
}
.cid-uUSPmvo3RU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUSPmvo3RU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUSPmvo3RU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUSPmvo3RU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUSPmvo3RU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUSPmvo3RU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUSPmvo3RU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUSPmvo3RU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUSPmvo3RU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUSPmvo3RU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uUSPmvo3RU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUSPmvo3RU .navbar {
    height: 70px;
  }
  .cid-uUSPmvo3RU .navbar.opened {
    height: auto;
  }
  .cid-uUSPmvo3RU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUSPmvo3RU .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uUSPmvo3RU .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uUSPmvo3RU .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uUSPmvo3RU .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uUSPmvo3RU .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uUSPmvo3RU .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uUSPmvo3RU .navbar-caption:hover {
  color: #c8d814;
}
@media (min-width: 992px) {
  .cid-uUSPmvo3RU .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uUSPmvo3RU .text_widget {
  margin-bottom: 32px;
}
.cid-uUSPmvo3RU .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uUSPmvo3RU .text_widget a:hover {
  opacity: .5;
}
.cid-uUSPmvo3RU .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uUSPmvo3RU .navbar-caption {
  color: #000000;
}
.cid-uUSPmvo3RU .mbr-text {
  color: #6a6e71;
  text-align: left;
}
.cid-uUSPmvo3RU .mbr-section-subtitle,
.cid-uUSPmvo3RU .text_widget,
.cid-uUSPmvo3RU .mbr-section-btn {
  text-align: left;
}
.cid-uUSPmvo3RU a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uUSPmwXsSp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uUSPmwXsSp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSPmwXsSp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSPmwXsSp .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uUSPmwXsSp .container-fluid {
    padding: 0;
  }
}
.cid-uUSPmwXsSp .container-fluid .row {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uUSPmwXsSp .container {
    padding: 0 20px;
  }
}
.cid-uUSPmwXsSp .card {
  position: relative;
  border-radius: 0;
  min-height: 820px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uUSPmwXsSp .card {
    min-height: 500px;
    padding: 0 20px;
  }
}
.cid-uUSPmwXsSp .card .image-back {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uUSPmwXsSp .card .name-wrapper {
  position: relative;
  padding: 73px 0;
}
@media (max-width: 768px) {
  .cid-uUSPmwXsSp .card .name-wrapper {
    padding: 30px 0;
  }
}
.cid-uUSPmwXsSp .card .name-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUSPmwXsSp .card .name-wrapper img {
  position: relative;
  height: 400px;
  width: 400px;
  object-fit: cover;
  border-radius: 100%;
  margin: -2rem auto;
}
@media (max-width: 768px) {
  .cid-uUSPmwXsSp .card .name-wrapper img {
    height: 200px;
    width: 200px;
  }
}
.cid-uUSPmwXsSp .card .text-wrapper {
  padding: 73px 54px;
}
@media (max-width: 768px) {
  .cid-uUSPmwXsSp .card .text-wrapper {
    padding: 45px 0;
  }
}
.cid-uUSPmwXsSp .card .text-wrapper .mbr-desc {
  margin-bottom: 20px;
  letter-spacing: 1.6px;
}
@media (max-width: 992px) {
  .cid-uUSPmwXsSp .card .text-wrapper .mbr-desc {
    margin-bottom: 10px;
  }
}
.cid-uUSPmwXsSp .card .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uUSPmwXsSp .card .text-wrapper .link-wrap {
  display: block;
}
.cid-uUSPmwXsSp .card .text-wrapper .link-wrap .mbr-link {
  position: relative;
  display: inline-flex;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.cid-uUSPmwXsSp .card .text-wrapper .link-wrap .mbr-link:hover::before,
.cid-uUSPmwXsSp .card .text-wrapper .link-wrap .mbr-link:focus::before {
  width: 0;
}
.cid-uUSPmwXsSp .card .text-wrapper .link-wrap .mbr-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uUSPmwXsSp .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uUSPmwXsSp .mbr-desc {
  color: #ffffff;
}
.cid-uUSPmwXsSp .mbr-text {
  color: #ffffff;
}
.cid-uUSPmwXsSp .mbr-link {
  color: #ffffff;
}
.cid-uUSPmxvPGF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUSPmxvPGF .card {
  padding: 5rem 0;
  background: #ffffff;
  border-radius: 0;
}
.cid-uUSPmxvPGF .mbr-link {
  text-align: center;
  display: inline-block;
  margin-top: 1rem;
}
.cid-uUSPmxvPGF .lin {
  padding: 10px;
  text-transform: uppercase;
  display: inline;
}
.cid-uUSPmxvPGF a {
  font-weight: bold;
}
.cid-uUSPmxvPGF .lin:hover {
  color: #ffffff;
}
.cid-uUSPmxvPGF .text-primary {
  color: #000000 !important;
}
.cid-uUSPmxZhak {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #161616;
}
.cid-uUSPmxZhak .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSPmxZhak .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSPmxZhak .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uUSPmxZhak .container-fluid {
    padding: 0 20px;
  }
}
.cid-uUSPmxZhak .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uUSPmxZhak .container {
    padding: 0 20px;
  }
}
.cid-uUSPmxZhak .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uUSPmxZhak .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uUSPmxZhak .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUSPmxZhak .list {
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uUSPmxZhak .list {
    margin-bottom: 30px;
  }
}
.cid-uUSPmxZhak .list .item-wrap {
  position: relative;
  padding-bottom: 5px;
  margin: 9px 18px;
  margin-bottom: 0;
}
.cid-uUSPmxZhak .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uUSPmxZhak .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uUSPmxZhak .list .item-wrap:hover::before,
.cid-uUSPmxZhak .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uUSPmxZhak .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uUSPmxZhak .social-wrapper {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uUSPmxZhak .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uUSPmxZhak .social-wrapper .soc-item {
  margin: 0 5px 5px 0;
}
.cid-uUSPmxZhak .social-wrapper .soc-item a {
  display: block;
}
.cid-uUSPmxZhak .social-wrapper .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uUSPmxZhak .social-wrapper .soc-item a .mbr-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #ffffff;
  border: 1px solid #424242;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.cid-uUSPmxZhak .copyright {
  padding: 30px 0;
  border-top: 1px solid #000000;
  margin: 0;
  color: #D2D3D5;
  text-align: center;
}
.cid-uUSPmxZhak .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUSPmxZhak .mbr-section-title DIV {
  text-align: center;
}
