.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff6b3c !important;
}
.bg-success {
  background-color: #5c9eff !important;
}
.bg-info {
  background-color: #f5f5f5 !important;
}
.bg-warning {
  background-color: #333333 !important;
}
.bg-danger {
  background-color: #ffd59e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff6b3c !important;
  border-color: #ff6b3c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ff926f !important;
  border-color: #ff926f !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff926f !important;
  border-color: #ff926f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #60c6a8 !important;
  border-color: #60c6a8 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #86d3bd !important;
  border-color: #86d3bd !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #86d3bd !important;
  border-color: #86d3bd !important;
}
.btn-info,
.btn-info:active {
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
  color: #767676 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #767676 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #5c9eff !important;
  border-color: #5c9eff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #8fbcff !important;
  border-color: #8fbcff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #8fbcff !important;
  border-color: #8fbcff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #4d4d4d !important;
  border-color: #4d4d4d !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #4d4d4d !important;
  border-color: #4d4d4d !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffd59e !important;
  border-color: #ffd59e !important;
  color: #9e5a00 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffebd1 !important;
  border-color: #ffebd1 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #9e5a00 !important;
  background-color: #ffebd1 !important;
  border-color: #ffebd1 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ff6b3c;
  color: #ff6b3c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #e43700 !important;
  background-color: transparent !important;
  border-color: #e43700 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6b3c !important;
  border-color: #ff6b3c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #60c6a8;
  color: #60c6a8;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #37997c !important;
  background-color: transparent !important;
  border-color: #37997c !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #60c6a8 !important;
  border-color: #60c6a8 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f5f5f5;
  color: #f5f5f5;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #cacaca !important;
  background-color: transparent !important;
  border-color: #cacaca !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #767676 !important;
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #5c9eff;
  color: #5c9eff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #056aff !important;
  background-color: transparent !important;
  border-color: #056aff !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #5c9eff !important;
  border-color: #5c9eff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #080808 !important;
  background-color: transparent !important;
  border-color: #080808 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffd59e;
  color: #ffd59e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffaf47 !important;
  background-color: transparent !important;
  border-color: #ffaf47 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #9e5a00 !important;
  background-color: #ffd59e !important;
  border-color: #ffd59e !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff6b3c !important;
}
.text-secondary {
  color: #60c6a8 !important;
}
.text-success {
  color: #5c9eff !important;
}
.text-info {
  color: #f5f5f5 !important;
}
.text-warning {
  color: #333333 !important;
}
.text-danger {
  color: #ffd59e !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #d53300 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #338d73 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0063f5 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #c2c2c2 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ffa938 !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: #ff6b3c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f5f5f5;
}
.alert-warning {
  background-color: #333333;
}
.alert-danger {
  background-color: #ffd59e;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff6b3c;
  border-color: #ff6b3c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff6b3c;
}
.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: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #a6a6a6;
}
.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: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #ff6b3c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #ff6b3c;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff6b3c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff6b3c;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff6b3c;
  border-bottom-color: #ff6b3c;
}
.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: #ff6b3c !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: #60c6a8 !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='%23ff6b3c' %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 {
  padding: 10px 16px;
  border-radius: 500px !important;
  border: none !important;
  font-weight: 400;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary {
  color: #f5f5f5 !important;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  color: #ff6b3c !important;
}
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success {
  color: #ff6b3c !important;
}
.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-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  position: relative;
  padding: 0 2px 0;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before,
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn-main .btn-secondary-outline::before,
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before,
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before,
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before,
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before,
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before,
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-primary-outline:hover::before,
.mbr-section-btn-main .btn-primary-outline:hover::before,
.mbr-section-btn .btn-secondary-outline:hover::before,
.mbr-section-btn-main .btn-secondary-outline:hover::before,
.mbr-section-btn .btn-success-outline:hover::before,
.mbr-section-btn-main .btn-success-outline:hover::before,
.mbr-section-btn .btn-info-outline:hover::before,
.mbr-section-btn-main .btn-info-outline:hover::before,
.mbr-section-btn .btn-warning-outline:hover::before,
.mbr-section-btn-main .btn-warning-outline:hover::before,
.mbr-section-btn .btn-danger-outline:hover::before,
.mbr-section-btn-main .btn-danger-outline:hover::before,
.mbr-section-btn .btn-black-outline:hover::before,
.mbr-section-btn-main .btn-black-outline:hover::before,
.mbr-section-btn .btn-white-outline:hover::before,
.mbr-section-btn-main .btn-white-outline:hover::before,
.mbr-section-btn .btn-primary-outline:focus::before,
.mbr-section-btn-main .btn-primary-outline:focus::before,
.mbr-section-btn .btn-secondary-outline:focus::before,
.mbr-section-btn-main .btn-secondary-outline:focus::before,
.mbr-section-btn .btn-success-outline:focus::before,
.mbr-section-btn-main .btn-success-outline:focus::before,
.mbr-section-btn .btn-info-outline:focus::before,
.mbr-section-btn-main .btn-info-outline:focus::before,
.mbr-section-btn .btn-warning-outline:focus::before,
.mbr-section-btn-main .btn-warning-outline:focus::before,
.mbr-section-btn .btn-danger-outline:focus::before,
.mbr-section-btn-main .btn-danger-outline:focus::before,
.mbr-section-btn .btn-black-outline:focus::before,
.mbr-section-btn-main .btn-black-outline:focus::before,
.mbr-section-btn .btn-white-outline:focus::before,
.mbr-section-btn-main .btn-white-outline:focus::before {
  width: 0;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before {
  background-color: #ff6b3c;
}
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn-main .btn-secondary-outline::before {
  background-color: #60c6a8;
}
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before {
  background-color: #5c9eff;
}
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before {
  background-color: #f5f5f5;
}
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before {
  background-color: #333333;
}
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before {
  background-color: #ffd59e;
}
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before {
  background-color: #000000;
}
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  background-color: #ffffff;
}
img {
  border-radius: 2rem !important;
}
.cid-u7mkO39uT9 {
  background-color: transparent;
}
.cid-u7mkO39uT9 .navbar-dropdown {
  background-color: #f3f4f7 !important;
  padding: 0;
}
.cid-u7mkO39uT9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f3f4f7 !important;
  background: #f3f4f7;
}
.cid-u7mkO39uT9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7mkO39uT9 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u7mkO39uT9 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u7mkO39uT9 .menu_box .navbar.opened,
  .cid-u7mkO39uT9 .menu_box .navbar-collapse {
    background-color: #f3f4f7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u7mkO39uT9 .navbar-dropdown {
  position: relative !important;
}
.cid-u7mkO39uT9 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u7mkO39uT9 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u7mkO39uT9 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u7mkO39uT9 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u7mkO39uT9 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u7mkO39uT9 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-u7mkO39uT9 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u7mkO39uT9 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u7mkO39uT9 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u7mkO39uT9 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u7mkO39uT9 .offcanvas-body .mbr-text,
  .cid-u7mkO39uT9 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u7mkO39uT9 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u7mkO39uT9 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u7mkO39uT9 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-u7mkO39uT9 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u7mkO39uT9 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u7mkO39uT9 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u7mkO39uT9 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u7mkO39uT9 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u7mkO39uT9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7mkO39uT9 .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-u7mkO39uT9 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u7mkO39uT9 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u7mkO39uT9 .lg_brand {
    margin: 0 1rem;
  }
  .cid-u7mkO39uT9 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-u7mkO39uT9 .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-u7mkO39uT9 .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-u7mkO39uT9 .nav-item {
    margin: 0 !important;
  }
}
.cid-u7mkO39uT9 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-u7mkO39uT9 .nav-item .nav-link:hover,
.cid-u7mkO39uT9 .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-u7mkO39uT9 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u7mkO39uT9 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u7mkO39uT9 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u7mkO39uT9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7mkO39uT9 .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-u7mkO39uT9 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u7mkO39uT9 .offcanvas_box {
    display: none;
  }
}
.cid-u7mkO39uT9 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u7mkO39uT9 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u7mkO39uT9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u7mkO39uT9 .container {
  display: flex;
  margin: auto;
}
.cid-u7mkO39uT9 .iconfont-wrapper {
  color: #18212d;
  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-u7mkO39uT9 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u7mkO39uT9 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u7mkO39uT9 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u7mkO39uT9 .navbar-nav {
    margin: 0;
  }
}
.cid-u7mkO39uT9 .dropdown-menu,
.cid-u7mkO39uT9 .navbar.opened {
  background-color: false !important;
}
.cid-u7mkO39uT9 .nav-item:focus,
.cid-u7mkO39uT9 .nav-link:focus {
  outline: none;
}
.cid-u7mkO39uT9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7mkO39uT9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7mkO39uT9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7mkO39uT9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7mkO39uT9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7mkO39uT9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7mkO39uT9 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u7mkO39uT9 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u7mkO39uT9 .navbar.opened {
  transition: all 0.3s;
}
.cid-u7mkO39uT9 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u7mkO39uT9 .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-u7mkO39uT9 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u7mkO39uT9 .navbar.collapsed {
  justify-content: center;
}
.cid-u7mkO39uT9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7mkO39uT9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u7mkO39uT9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7mkO39uT9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7mkO39uT9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7mkO39uT9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u7mkO39uT9 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u7mkO39uT9 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u7mkO39uT9 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u7mkO39uT9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7mkO39uT9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7mkO39uT9 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u7mkO39uT9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7mkO39uT9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u7mkO39uT9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7mkO39uT9 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u7mkO39uT9 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u7mkO39uT9 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u7mkO39uT9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u7mkO39uT9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7mkO39uT9 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u7mkO39uT9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7mkO39uT9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7mkO39uT9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7mkO39uT9 .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-u7mkO39uT9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u7mkO39uT9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7mkO39uT9 .dropdown-item.active,
.cid-u7mkO39uT9 .dropdown-item:active {
  background-color: transparent;
}
.cid-u7mkO39uT9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-u7mkO39uT9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7mkO39uT9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7mkO39uT9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7mkO39uT9 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u7mkO39uT9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7mkO39uT9 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f3f4f7;
  background: #fbfaf9;
}
.cid-u7mkO39uT9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-u7mkO39uT9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7mkO39uT9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7mkO39uT9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7mkO39uT9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7mkO39uT9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7mkO39uT9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7mkO39uT9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7mkO39uT9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7mkO39uT9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7mkO39uT9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7mkO39uT9 .navbar {
    height: 70px;
  }
  .cid-u7mkO39uT9 .navbar.opened {
    height: auto;
  }
  .cid-u7mkO39uT9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7mkO39uT9 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u7mkO39uT9 .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-u7mkO39uT9 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-u7mkO39uT9 .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-u7mkO39uT9 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u7mkO39uT9 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #edeceb !important;
}
.cid-u7mkO39uT9 .navbar-caption:hover {
  color: #ff6b3c;
}
@media (min-width: 992px) {
  .cid-u7mkO39uT9 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u7mkO39uT9 .text_widget {
  margin-bottom: 32px;
}
.cid-u7mkO39uT9 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u7mkO39uT9 .text_widget a:hover,
.cid-u7mkO39uT9 .text_widget a:focus {
  opacity: .8;
}
.cid-u7mkO39uT9 .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-u7mkO39uT9 .navbar-caption {
  color: #18212d;
}
.cid-u7mkO39uT9 .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-u7mkO39uT9 .mbr-section-subtitle,
.cid-u7mkO39uT9 .text_widget,
.cid-u7mkO39uT9 .mbr-section-btn {
  text-align: center;
}
.cid-u7mkO39uT9 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHAvE1qO9s {
  display: flex;
  padding-top: 14rem;
  padding-bottom: 8rem;
  background-image: url("https://r.mobirisesite.com/1362748/assets/images/g928738aa465d30c5565a21d93baa-h_mbluszxf.jpg");
}
.cid-uHAvE1qO9s .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-uHAvE1qO9s {
    align-items: flex-end;
  }
  .cid-uHAvE1qO9s .row {
    justify-content: center;
  }
  .cid-uHAvE1qO9s .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uHAvE1qO9s .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uHAvE1qO9s {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uHAvE1qO9s .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uHAvE1qO9s .content-wrap {
    width: 100%;
  }
}
.cid-uHAvE1qO9s .mbr-section-title,
.cid-uHAvE1qO9s .mbr-section-subtitle {
  text-align: center;
}
.cid-uHAvE1qO9s .mbr-text,
.cid-uHAvE1qO9s .mbr-section-btn {
  text-align: center;
}
.cid-uIx3Afcg6n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff3c9;
}
.cid-uIx3Afcg6n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIx3Afcg6n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIx3Afcg6n .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uIx3Afcg6n .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uIx3Afcg6n .container {
    padding: 0 24px;
  }
}
.cid-uIx3Afcg6n .row {
  justify-content: center;
}
.cid-uIx3Afcg6n .content-wrapper {
  border-radius: 40px;
  background-color: #ffffff;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uIx3Afcg6n .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uIx3Afcg6n .content-wrapper {
    padding: 32px;
  }
}
.cid-uIx3Afcg6n .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uIx3Afcg6n .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-uIx3Afcg6n .mbr-section-title {
  color: #333333;
  text-align: center;
}
.cid-uIx3Afcg6n .mbr-text {
  color: #262642;
  text-align: center;
}
.cid-uHzn42iARk {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHzn42iARk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHzn42iARk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHzn42iARk .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uHzn42iARk .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uHzn42iARk .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uHzn42iARk .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uHzn42iARk .container {
    padding: 0 24px;
  }
}
.cid-uHzn42iARk .row {
  justify-content: center;
}
.cid-uHzn42iARk .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uHzn42iARk .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uHzn42iARk .title-wrapper {
    padding-right: 0;
  }
}
.cid-uHzn42iARk .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffeaa0;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #ffeaa0;
}
.cid-uHzn42iARk .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHzn42iARk .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uHzn42iARk .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uHzn42iARk .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uHzn42iARk .text-wrapper {
    padding-left: 0;
  }
}
.cid-uHzn42iARk .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHzn42iARk .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-uHzn42iARk .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-uHzn42iARk .mbr-section-title {
  color: #18212d;
  text-align: left;
}
.cid-uHzn42iARk .mbr-desc {
  color: #18212d;
}
.cid-uHzn42iARk .mbr-text {
  color: #18212d;
}
.cid-uHzlZ7J3PU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHzlZ7J3PU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHzlZ7J3PU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHzlZ7J3PU .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uHzlZ7J3PU .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uHzlZ7J3PU .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uHzlZ7J3PU .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uHzlZ7J3PU .container {
    padding: 0 24px;
  }
}
.cid-uHzlZ7J3PU .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uHzlZ7J3PU .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uHzlZ7J3PU .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uHzlZ7J3PU .item .item-wrapper .item-img {
  display: flex;
  align-items: flex-end;
  height: 630px;
  position: relative;
  padding: 32px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uHzlZ7J3PU .item .item-wrapper .item-img {
    height: 350px;
    padding: 24px;
  }
}
.cid-uHzlZ7J3PU .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uHzlZ7J3PU .item .item-wrapper .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uHzlZ7J3PU .item .item-wrapper .item-img .date-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uHzlZ7J3PU .item .item-wrapper .item-img .date-wrapper .item-date {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 0;
  border-radius: 500px;
  z-index: 1;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
}
.cid-uHzlZ7J3PU .item .item-wrapper .item-img .date-wrapper .item-date::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uHzlZ7J3PU .item .item-wrapper .item-content {
  position: relative;
  padding: 32px;
  border-radius: 2rem;
  background-color: #fbfcff;
  border: 1px solid #edeceb;
}
@media (max-width: 992px) {
  .cid-uHzlZ7J3PU .item .item-wrapper .item-content {
    padding: 24px;
  }
}
.cid-uHzlZ7J3PU .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uHzlZ7J3PU .item .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
  opacity: .5;
}
.cid-uHzlZ7J3PU .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uHzlZ7J3PU .item-title {
  color: #18212d;
}
.cid-uHzlZ7J3PU .item-text {
  color: #18212d;
}
.cid-uHzlZ7J3PU .item-date {
  color: #ffffff;
}
.cid-uIyDmCBre9 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIyDmCBre9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIyDmCBre9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIyDmCBre9 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uIyDmCBre9 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uIyDmCBre9 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uIyDmCBre9 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uIyDmCBre9 .container {
    padding: 0 24px;
  }
}
.cid-uIyDmCBre9 .row {
  justify-content: center;
}
.cid-uIyDmCBre9 .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uIyDmCBre9 .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIyDmCBre9 .title-wrapper {
    padding-right: 0;
  }
}
.cid-uIyDmCBre9 .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffeaa0;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #ffeaa0;
}
.cid-uIyDmCBre9 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIyDmCBre9 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uIyDmCBre9 .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uIyDmCBre9 .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIyDmCBre9 .text-wrapper {
    padding-left: 0;
  }
}
.cid-uIyDmCBre9 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIyDmCBre9 .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-uIyDmCBre9 .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-uIyDmCBre9 .mbr-section-title {
  color: #18212d;
  text-align: left;
}
.cid-uIyDmCBre9 .mbr-desc {
  color: #18212d;
}
.cid-uIyDmCBre9 .mbr-text {
  color: #18212d;
}
.cid-uIyDpoMQ1h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIyDpoMQ1h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIyDpoMQ1h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIyDpoMQ1h .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uIyDpoMQ1h .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uIyDpoMQ1h .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uIyDpoMQ1h .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uIyDpoMQ1h .container {
    padding: 0 24px;
  }
}
.cid-uIyDpoMQ1h .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uIyDpoMQ1h .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uIyDpoMQ1h .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uIyDpoMQ1h .item .item-wrapper .item-img {
  display: flex;
  align-items: flex-end;
  height: 630px;
  position: relative;
  padding: 32px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uIyDpoMQ1h .item .item-wrapper .item-img {
    height: 350px;
    padding: 24px;
  }
}
.cid-uIyDpoMQ1h .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uIyDpoMQ1h .item .item-wrapper .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uIyDpoMQ1h .item .item-wrapper .item-img .date-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uIyDpoMQ1h .item .item-wrapper .item-img .date-wrapper .item-date {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 0;
  border-radius: 500px;
  z-index: 1;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
}
.cid-uIyDpoMQ1h .item .item-wrapper .item-img .date-wrapper .item-date::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uIyDpoMQ1h .item .item-wrapper .item-content {
  position: relative;
  padding: 32px;
  border-radius: 2rem;
  background-color: #fbfcff;
  border: 1px solid #edeceb;
}
@media (max-width: 992px) {
  .cid-uIyDpoMQ1h .item .item-wrapper .item-content {
    padding: 24px;
  }
}
.cid-uIyDpoMQ1h .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uIyDpoMQ1h .item .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
  opacity: .5;
}
.cid-uIyDpoMQ1h .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uIyDpoMQ1h .item-title {
  color: #18212d;
}
.cid-uIyDpoMQ1h .item-text {
  color: #18212d;
}
.cid-uIyDpoMQ1h .item-date {
  color: #ffffff;
}
.cid-uIxD7D44LW {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fff3c9;
}
.cid-uIxD7D44LW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIxD7D44LW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIxD7D44LW .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uIxD7D44LW .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uIxD7D44LW .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uIxD7D44LW .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uIxD7D44LW .container {
    padding: 0 24px;
  }
}
.cid-uIxD7D44LW .row {
  justify-content: center;
}
.cid-uIxD7D44LW .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uIxD7D44LW .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIxD7D44LW .title-wrapper {
    padding-right: 0;
  }
}
.cid-uIxD7D44LW .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uIxD7D44LW .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIxD7D44LW .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uIxD7D44LW .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uIxD7D44LW .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIxD7D44LW .text-wrapper {
    padding-left: 0;
  }
}
.cid-uIxD7D44LW .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIxD7D44LW .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-uIxD7D44LW .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-uIxD7D44LW .mbr-section-title {
  color: #18212d;
}
.cid-uIxD7D44LW .mbr-desc {
  color: #18212d;
}
.cid-uIxD7D44LW .mbr-text {
  color: #18212d;
}
.cid-uHzxsjxyox {
  overflow: hidden;
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #fff3c9;
}
.cid-uHzxsjxyox .carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.cid-uHzxsjxyox .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  text-align: left;
}
.cid-uHzxsjxyox .carousel-item > div {
  width: 100%;
}
.cid-uHzxsjxyox .carousel-item.active,
.cid-uHzxsjxyox .carousel-item-next,
.cid-uHzxsjxyox .carousel-item-prev {
  display: flex;
}
.cid-uHzxsjxyox .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-uHzxsjxyox .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: 0.9;
}
.cid-uHzxsjxyox .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-uHzxsjxyox .carousel-controls a {
    width: 5%;
  }
}
.cid-uHzxsjxyox .card__wrap {
  background: #ffffff;
  padding: 55px 45px 45px;
  position: relative;
  box-shadow: 0px 60px 100px 0px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  cursor: pointer;
}
.cid-uHzxsjxyox .card__icon .mbr-iconfont {
  font-size: 40px;
  color: #ffd59e;
}
.cid-uHzxsjxyox .card__author {
  display: inline-block;
  color: #000000;
  padding-left: 40px;
  position: relative;
  margin: 40px 0 5px;
}
.cid-uHzxsjxyox .card__author:before {
  content: "";
  width: 22px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 13px;
  background: currentColor;
}
.cid-uHzxsjxyox .card__descr {
  padding-left: 40px;
  color: #dbdbdb;
}
.cid-uHzxsjxyox li {
  background-color: transparent;
  width: 6px;
  height: 6px;
  opacity: 1;
  border: 2px solid #ff6b3c !important;
  margin: 0 5px;
}
.cid-uHzxsjxyox li.active {
  opacity: 1;
  background-color: #ff6b3c;
  width: 6px;
  height: 6px;
}
.cid-uHzxsjxyox .carousel-indicators {
  align-items: center;
  position: static;
  margin: 75px 0 0;
}
.cid-uHzxsjxyox .carousel-indicators li {
  border-radius: 50%;
}
.cid-uHzxsjxyox a {
  line-height: 1.5;
}
@media (max-width: 991px) {
  .cid-uHzxsjxyox .box {
    margin-bottom: 50px;
  }
}
.cid-uHzxsjxyox .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHzxsjxyox .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHzpsnSR6p {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHzpsnSR6p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHzpsnSR6p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHzpsnSR6p .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uHzpsnSR6p .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uHzpsnSR6p .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uHzpsnSR6p .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uHzpsnSR6p .container {
    padding: 0 24px;
  }
}
.cid-uHzpsnSR6p .row {
  justify-content: center;
}
.cid-uHzpsnSR6p .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uHzpsnSR6p .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uHzpsnSR6p .title-wrapper {
    padding-right: 0;
  }
}
.cid-uHzpsnSR6p .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffeaa0;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #ffeaa0;
}
.cid-uHzpsnSR6p .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHzpsnSR6p .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uHzpsnSR6p .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uHzpsnSR6p .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uHzpsnSR6p .text-wrapper {
    padding-left: 0;
  }
}
.cid-uHzpsnSR6p .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHzpsnSR6p .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-uHzpsnSR6p .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-uHzpsnSR6p .mbr-section-title {
  color: #18212d;
}
.cid-uHzpsnSR6p .mbr-desc {
  color: #18212d;
}
.cid-uHzpsnSR6p .mbr-text {
  color: #18212d;
}
.cid-uIyCbczLXY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIyCbczLXY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIyCbczLXY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIyCbczLXY .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uIyCbczLXY .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uIyCbczLXY .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uIyCbczLXY .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uIyCbczLXY .container {
    padding: 0 24px;
  }
}
.cid-uIyCbczLXY .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uIyCbczLXY .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uIyCbczLXY .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uIyCbczLXY .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 32px;
  display: flex;
  align-items: flex-end;
  min-height: 630px;
}
@media (max-width: 992px) {
  .cid-uIyCbczLXY .item .item-wrapper {
    min-height: 400px;
    padding: 24px;
  }
}
.cid-uIyCbczLXY .item .item-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uIyCbczLXY .item .item-wrapper .card-box {
  position: relative;
  padding: 32px;
  border-radius: 1rem;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
}
.cid-uIyCbczLXY .item .item-wrapper .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  border: 1px solid #ffffff;
  pointer-events: none;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uIyCbczLXY .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uIyCbczLXY .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.cid-uIyCbczLXY .item .item-wrapper .card-box .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uIyCbczLXY .item .item-wrapper .card-box .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uIyCbczLXY .item .item-wrapper .card-box .people-wrapper .people-wrap .image-wrap {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uIyCbczLXY .item .item-wrapper .card-box .people-wrapper .people-wrap .image-wrap {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uIyCbczLXY .item .item-wrapper .card-box .people-wrapper .people-wrap .image-wrap .person {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  object-fit: cover;
}
.cid-uIyCbczLXY .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uIyCbczLXY .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uIyCbczLXY .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uIyCbczLXY .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uIyCbczLXY .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .item-name {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uIyCbczLXY .item-text {
  color: #ffffff;
}
.cid-uIyCbczLXY .item-name {
  color: #ffffff;
}
.cid-uIyCbczLXY .mbr-rating {
  color: #EFCC4E;
}
.cid-u7mkTSQQd4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3f4f7;
}
.cid-u7mkTSQQd4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7mkTSQQd4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7mkTSQQd4 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u7mkTSQQd4 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-u7mkTSQQd4 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u7mkTSQQd4 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-u7mkTSQQd4 .container {
    padding: 0 24px;
  }
}
.cid-u7mkTSQQd4 .row {
  justify-content: center;
}
.cid-u7mkTSQQd4 .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u7mkTSQQd4 .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u7mkTSQQd4 .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffeaa0;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #ffeaa0;
}
.cid-u7mkTSQQd4 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u7mkTSQQd4 .content-wrapper .panel-group .card {
  border-radius: 2rem !important;
  padding: 32px;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  margin-top: 24px;
}
.cid-u7mkTSQQd4 .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-u7mkTSQQd4 .content-wrapper .panel-group .card {
    padding: 24px;
  }
}
.cid-u7mkTSQQd4 .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-u7mkTSQQd4 .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-u7mkTSQQd4 .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-u7mkTSQQd4 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  background-color: #ffffff;
  border-radius: 100%;
  border: 1px solid #edeceb;
}
.cid-u7mkTSQQd4 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #18212d;
}
.cid-u7mkTSQQd4 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u7mkTSQQd4 .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-u7mkTSQQd4 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-u7mkTSQQd4 .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-u7mkTSQQd4 .mbr-desc,
.cid-u7mkTSQQd4 .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-u7mkTSQQd4 .panel-title-edit {
  color: #18212d;
}
.cid-u7mkTSQQd4 .panel-text {
  color: #18212d;
}
.cid-uIywVRo65U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff3c9;
}
.cid-uIywVRo65U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIywVRo65U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIywVRo65U .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uIywVRo65U .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uIywVRo65U .container {
    padding: 0 24px;
  }
}
.cid-uIywVRo65U .row {
  justify-content: center;
}
.cid-uIywVRo65U .content-wrapper {
  border-radius: 40px;
  background-color: #ffffff;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uIywVRo65U .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uIywVRo65U .content-wrapper {
    padding: 32px;
  }
}
.cid-uIywVRo65U .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uIywVRo65U .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-uIywVRo65U .mbr-section-title {
  color: #333333;
  text-align: center;
}
.cid-uIywVRo65U .mbr-text {
  color: #262642;
  text-align: center;
}
.cid-uHApy9f8SC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://a.mobirise.com/app/themes/mobirise5/components/_images/background1.jpg");
}
.cid-uHApy9f8SC .mbr-overlay {
  background-color: #fbfcff;
  opacity: 0.3;
}
.cid-uHApy9f8SC form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-uHApy9f8SC form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-uHzu1ArGcl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uHzu1ArGcl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHzu1ArGcl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHzu1ArGcl .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uHzu1ArGcl .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uHzu1ArGcl .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uHzu1ArGcl .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uHzu1ArGcl .container {
    padding: 0 24px;
  }
}
.cid-uHzu1ArGcl .row {
  justify-content: center;
}
.cid-uHzu1ArGcl .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uHzu1ArGcl .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uHzu1ArGcl .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uHzu1ArGcl .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uHzu1ArGcl .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uHzu1ArGcl .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uHzu1ArGcl .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uHzu1ArGcl .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uHzu1ArGcl .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uHzu1ArGcl .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uHzu1ArGcl .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uHzu1ArGcl .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uHzu1ArGcl .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uHzu1ArGcl .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uHzu1ArGcl .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uHzu1ArGcl .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uHzu1ArGcl .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uHzu1ArGcl .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uHzu1ArGcl .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uHzu1ArGcl .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uHzu1ArGcl .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uHzu1ArGcl .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uHzu1ArGcl .list-wrapper .list .item-wrap:hover,
.cid-uHzu1ArGcl .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uHzu1ArGcl .list-wrapper .list .item-wrap:hover::before,
.cid-uHzu1ArGcl .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uHzu1ArGcl .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uHzu1ArGcl .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
  text-align: center;
}
.cid-uHzu1ArGcl .mbr-section-title {
  color: #ffffff;
}
.cid-uHzu1ArGcl .mbr-soc {
  color: #ffffff;
}
.cid-uHzu1ArGcl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHzu1ArGcl .list {
  color: #ffffff;
}
.cid-uHzu1ArGcl .list,
.cid-uHzu1ArGcl .item-wrap,
.cid-uHzu1ArGcl .list-wrapper P {
  text-align: left;
}
.cid-uHAtBIWE7G {
  background-color: transparent;
}
.cid-uHAtBIWE7G .navbar-dropdown {
  background-color: #f3f4f7 !important;
  padding: 0;
}
.cid-uHAtBIWE7G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f3f4f7 !important;
  background: #f3f4f7;
}
.cid-uHAtBIWE7G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHAtBIWE7G .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHAtBIWE7G .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uHAtBIWE7G .menu_box .navbar.opened,
  .cid-uHAtBIWE7G .menu_box .navbar-collapse {
    background-color: #f3f4f7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHAtBIWE7G .navbar-dropdown {
  position: relative !important;
}
.cid-uHAtBIWE7G .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uHAtBIWE7G .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHAtBIWE7G .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uHAtBIWE7G .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHAtBIWE7G .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uHAtBIWE7G .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uHAtBIWE7G .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uHAtBIWE7G .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uHAtBIWE7G .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uHAtBIWE7G .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uHAtBIWE7G .offcanvas-body .mbr-text,
  .cid-uHAtBIWE7G .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uHAtBIWE7G .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uHAtBIWE7G .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uHAtBIWE7G .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uHAtBIWE7G .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uHAtBIWE7G .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uHAtBIWE7G .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uHAtBIWE7G .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uHAtBIWE7G ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uHAtBIWE7G .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHAtBIWE7G .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-uHAtBIWE7G .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uHAtBIWE7G li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uHAtBIWE7G .lg_brand {
    margin: 0 1rem;
  }
  .cid-uHAtBIWE7G .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uHAtBIWE7G .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uHAtBIWE7G .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uHAtBIWE7G .nav-item {
    margin: 0 !important;
  }
}
.cid-uHAtBIWE7G .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uHAtBIWE7G .nav-item .nav-link:hover,
.cid-uHAtBIWE7G .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uHAtBIWE7G .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHAtBIWE7G .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHAtBIWE7G .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHAtBIWE7G .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHAtBIWE7G .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-uHAtBIWE7G .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHAtBIWE7G .offcanvas_box {
    display: none;
  }
}
.cid-uHAtBIWE7G .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHAtBIWE7G .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHAtBIWE7G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHAtBIWE7G .container {
  display: flex;
  margin: auto;
}
.cid-uHAtBIWE7G .iconfont-wrapper {
  color: #18212d;
  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-uHAtBIWE7G .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHAtBIWE7G .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHAtBIWE7G .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uHAtBIWE7G .navbar-nav {
    margin: 0;
  }
}
.cid-uHAtBIWE7G .dropdown-menu,
.cid-uHAtBIWE7G .navbar.opened {
  background-color: false !important;
}
.cid-uHAtBIWE7G .nav-item:focus,
.cid-uHAtBIWE7G .nav-link:focus {
  outline: none;
}
.cid-uHAtBIWE7G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHAtBIWE7G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHAtBIWE7G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHAtBIWE7G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHAtBIWE7G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHAtBIWE7G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHAtBIWE7G .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uHAtBIWE7G .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHAtBIWE7G .navbar.opened {
  transition: all 0.3s;
}
.cid-uHAtBIWE7G .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHAtBIWE7G .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uHAtBIWE7G .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uHAtBIWE7G .navbar.collapsed {
  justify-content: center;
}
.cid-uHAtBIWE7G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHAtBIWE7G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHAtBIWE7G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHAtBIWE7G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHAtBIWE7G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHAtBIWE7G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHAtBIWE7G .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHAtBIWE7G .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHAtBIWE7G .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uHAtBIWE7G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHAtBIWE7G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHAtBIWE7G .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHAtBIWE7G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHAtBIWE7G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHAtBIWE7G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHAtBIWE7G .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHAtBIWE7G .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHAtBIWE7G .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHAtBIWE7G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uHAtBIWE7G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHAtBIWE7G .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHAtBIWE7G .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHAtBIWE7G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHAtBIWE7G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHAtBIWE7G .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-uHAtBIWE7G .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uHAtBIWE7G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHAtBIWE7G .dropdown-item.active,
.cid-uHAtBIWE7G .dropdown-item:active {
  background-color: transparent;
}
.cid-uHAtBIWE7G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uHAtBIWE7G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHAtBIWE7G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHAtBIWE7G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHAtBIWE7G ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHAtBIWE7G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHAtBIWE7G button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f3f4f7;
  background: #fbfaf9;
}
.cid-uHAtBIWE7G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uHAtBIWE7G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHAtBIWE7G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHAtBIWE7G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHAtBIWE7G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHAtBIWE7G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHAtBIWE7G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHAtBIWE7G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHAtBIWE7G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHAtBIWE7G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHAtBIWE7G .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHAtBIWE7G .navbar {
    height: 70px;
  }
  .cid-uHAtBIWE7G .navbar.opened {
    height: auto;
  }
  .cid-uHAtBIWE7G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHAtBIWE7G .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uHAtBIWE7G .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uHAtBIWE7G .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uHAtBIWE7G .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uHAtBIWE7G .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uHAtBIWE7G .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #edeceb !important;
}
.cid-uHAtBIWE7G .navbar-caption:hover {
  color: #ff6b3c;
}
@media (min-width: 992px) {
  .cid-uHAtBIWE7G .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHAtBIWE7G .text_widget {
  margin-bottom: 32px;
}
.cid-uHAtBIWE7G .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHAtBIWE7G .text_widget a:hover,
.cid-uHAtBIWE7G .text_widget a:focus {
  opacity: .8;
}
.cid-uHAtBIWE7G .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uHAtBIWE7G .navbar-caption {
  color: #18212d;
}
.cid-uHAtBIWE7G .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uHAtBIWE7G .mbr-section-subtitle,
.cid-uHAtBIWE7G .text_widget,
.cid-uHAtBIWE7G .mbr-section-btn {
  text-align: center;
}
.cid-uHAtBIWE7G a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHAtYYwjnE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHAtYYwjnE .mbr-text {
  color: #000000;
}
.cid-uHAtYYwjnE .mbr-section-subtitle {
  color: #000000;
}
.cid-uHAtYYwjnE .mbr-section-title {
  color: #000000;
}
.cid-uHAtBJLl5Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uHAtBJLl5Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHAtBJLl5Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHAtBJLl5Y .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uHAtBJLl5Y .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uHAtBJLl5Y .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uHAtBJLl5Y .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uHAtBJLl5Y .container {
    padding: 0 24px;
  }
}
.cid-uHAtBJLl5Y .row {
  justify-content: center;
}
.cid-uHAtBJLl5Y .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uHAtBJLl5Y .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uHAtBJLl5Y .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uHAtBJLl5Y .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uHAtBJLl5Y .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uHAtBJLl5Y .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uHAtBJLl5Y .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uHAtBJLl5Y .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uHAtBJLl5Y .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uHAtBJLl5Y .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uHAtBJLl5Y .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uHAtBJLl5Y .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uHAtBJLl5Y .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uHAtBJLl5Y .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uHAtBJLl5Y .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uHAtBJLl5Y .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uHAtBJLl5Y .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uHAtBJLl5Y .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uHAtBJLl5Y .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uHAtBJLl5Y .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uHAtBJLl5Y .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uHAtBJLl5Y .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uHAtBJLl5Y .list-wrapper .list .item-wrap:hover,
.cid-uHAtBJLl5Y .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uHAtBJLl5Y .list-wrapper .list .item-wrap:hover::before,
.cid-uHAtBJLl5Y .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uHAtBJLl5Y .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uHAtBJLl5Y .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
  text-align: center;
}
.cid-uHAtBJLl5Y .mbr-section-title {
  color: #ffffff;
}
.cid-uHAtBJLl5Y .mbr-soc {
  color: #ffffff;
}
.cid-uHAtBJLl5Y .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHAtBJLl5Y .list {
  color: #ffffff;
}
.cid-uHAtBJLl5Y .list,
.cid-uHAtBJLl5Y .item-wrap,
.cid-uHAtBJLl5Y .list-wrapper P {
  text-align: left;
}
.cid-uHAu6lOnKK {
  background-color: transparent;
}
.cid-uHAu6lOnKK .navbar-dropdown {
  background-color: #f3f4f7 !important;
  padding: 0;
}
.cid-uHAu6lOnKK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f3f4f7 !important;
  background: #f3f4f7;
}
.cid-uHAu6lOnKK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHAu6lOnKK .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHAu6lOnKK .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uHAu6lOnKK .menu_box .navbar.opened,
  .cid-uHAu6lOnKK .menu_box .navbar-collapse {
    background-color: #f3f4f7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHAu6lOnKK .navbar-dropdown {
  position: relative !important;
}
.cid-uHAu6lOnKK .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uHAu6lOnKK .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHAu6lOnKK .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uHAu6lOnKK .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHAu6lOnKK .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uHAu6lOnKK .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uHAu6lOnKK .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uHAu6lOnKK .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uHAu6lOnKK .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uHAu6lOnKK .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uHAu6lOnKK .offcanvas-body .mbr-text,
  .cid-uHAu6lOnKK .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uHAu6lOnKK .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uHAu6lOnKK .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uHAu6lOnKK .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uHAu6lOnKK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uHAu6lOnKK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uHAu6lOnKK .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uHAu6lOnKK .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uHAu6lOnKK ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uHAu6lOnKK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHAu6lOnKK .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-uHAu6lOnKK .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uHAu6lOnKK li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uHAu6lOnKK .lg_brand {
    margin: 0 1rem;
  }
  .cid-uHAu6lOnKK .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uHAu6lOnKK .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uHAu6lOnKK .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uHAu6lOnKK .nav-item {
    margin: 0 !important;
  }
}
.cid-uHAu6lOnKK .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uHAu6lOnKK .nav-item .nav-link:hover,
.cid-uHAu6lOnKK .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uHAu6lOnKK .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHAu6lOnKK .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHAu6lOnKK .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHAu6lOnKK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHAu6lOnKK .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-uHAu6lOnKK .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHAu6lOnKK .offcanvas_box {
    display: none;
  }
}
.cid-uHAu6lOnKK .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHAu6lOnKK .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHAu6lOnKK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHAu6lOnKK .container {
  display: flex;
  margin: auto;
}
.cid-uHAu6lOnKK .iconfont-wrapper {
  color: #18212d;
  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-uHAu6lOnKK .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHAu6lOnKK .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHAu6lOnKK .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uHAu6lOnKK .navbar-nav {
    margin: 0;
  }
}
.cid-uHAu6lOnKK .dropdown-menu,
.cid-uHAu6lOnKK .navbar.opened {
  background-color: false !important;
}
.cid-uHAu6lOnKK .nav-item:focus,
.cid-uHAu6lOnKK .nav-link:focus {
  outline: none;
}
.cid-uHAu6lOnKK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHAu6lOnKK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHAu6lOnKK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHAu6lOnKK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHAu6lOnKK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHAu6lOnKK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHAu6lOnKK .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uHAu6lOnKK .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHAu6lOnKK .navbar.opened {
  transition: all 0.3s;
}
.cid-uHAu6lOnKK .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHAu6lOnKK .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uHAu6lOnKK .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uHAu6lOnKK .navbar.collapsed {
  justify-content: center;
}
.cid-uHAu6lOnKK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHAu6lOnKK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHAu6lOnKK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHAu6lOnKK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHAu6lOnKK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHAu6lOnKK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHAu6lOnKK .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHAu6lOnKK .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHAu6lOnKK .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uHAu6lOnKK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHAu6lOnKK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHAu6lOnKK .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHAu6lOnKK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHAu6lOnKK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHAu6lOnKK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHAu6lOnKK .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHAu6lOnKK .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHAu6lOnKK .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHAu6lOnKK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uHAu6lOnKK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHAu6lOnKK .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHAu6lOnKK .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHAu6lOnKK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHAu6lOnKK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHAu6lOnKK .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-uHAu6lOnKK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uHAu6lOnKK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHAu6lOnKK .dropdown-item.active,
.cid-uHAu6lOnKK .dropdown-item:active {
  background-color: transparent;
}
.cid-uHAu6lOnKK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uHAu6lOnKK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHAu6lOnKK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHAu6lOnKK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHAu6lOnKK ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHAu6lOnKK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHAu6lOnKK button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f3f4f7;
  background: #fbfaf9;
}
.cid-uHAu6lOnKK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uHAu6lOnKK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHAu6lOnKK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHAu6lOnKK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHAu6lOnKK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHAu6lOnKK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHAu6lOnKK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHAu6lOnKK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHAu6lOnKK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHAu6lOnKK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHAu6lOnKK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHAu6lOnKK .navbar {
    height: 70px;
  }
  .cid-uHAu6lOnKK .navbar.opened {
    height: auto;
  }
  .cid-uHAu6lOnKK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHAu6lOnKK .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uHAu6lOnKK .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uHAu6lOnKK .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uHAu6lOnKK .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uHAu6lOnKK .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uHAu6lOnKK .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #edeceb !important;
}
.cid-uHAu6lOnKK .navbar-caption:hover {
  color: #ff6b3c;
}
@media (min-width: 992px) {
  .cid-uHAu6lOnKK .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHAu6lOnKK .text_widget {
  margin-bottom: 32px;
}
.cid-uHAu6lOnKK .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHAu6lOnKK .text_widget a:hover,
.cid-uHAu6lOnKK .text_widget a:focus {
  opacity: .8;
}
.cid-uHAu6lOnKK .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uHAu6lOnKK .navbar-caption {
  color: #18212d;
}
.cid-uHAu6lOnKK .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uHAu6lOnKK .mbr-section-subtitle,
.cid-uHAu6lOnKK .text_widget,
.cid-uHAu6lOnKK .mbr-section-btn {
  text-align: center;
}
.cid-uHAu6lOnKK a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHAu6leuXw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHAu6leuXw .mbr-text {
  color: #000000;
}
.cid-uHAu6leuXw .mbr-section-subtitle {
  color: #000000;
}
.cid-uHAu6leuXw .mbr-section-title {
  color: #000000;
}
.cid-uHAu6mhS2z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uHAu6mhS2z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHAu6mhS2z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHAu6mhS2z .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uHAu6mhS2z .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uHAu6mhS2z .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uHAu6mhS2z .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uHAu6mhS2z .container {
    padding: 0 24px;
  }
}
.cid-uHAu6mhS2z .row {
  justify-content: center;
}
.cid-uHAu6mhS2z .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uHAu6mhS2z .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uHAu6mhS2z .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uHAu6mhS2z .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uHAu6mhS2z .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uHAu6mhS2z .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uHAu6mhS2z .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uHAu6mhS2z .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uHAu6mhS2z .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uHAu6mhS2z .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uHAu6mhS2z .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uHAu6mhS2z .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uHAu6mhS2z .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uHAu6mhS2z .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uHAu6mhS2z .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uHAu6mhS2z .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uHAu6mhS2z .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uHAu6mhS2z .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uHAu6mhS2z .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uHAu6mhS2z .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uHAu6mhS2z .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uHAu6mhS2z .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uHAu6mhS2z .list-wrapper .list .item-wrap:hover,
.cid-uHAu6mhS2z .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uHAu6mhS2z .list-wrapper .list .item-wrap:hover::before,
.cid-uHAu6mhS2z .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uHAu6mhS2z .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uHAu6mhS2z .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
  text-align: center;
}
.cid-uHAu6mhS2z .mbr-section-title {
  color: #ffffff;
}
.cid-uHAu6mhS2z .mbr-soc {
  color: #ffffff;
}
.cid-uHAu6mhS2z .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHAu6mhS2z .list {
  color: #ffffff;
}
.cid-uHAu6mhS2z .list,
.cid-uHAu6mhS2z .item-wrap,
.cid-uHAu6mhS2z .list-wrapper P {
  text-align: left;
}
.cid-uJhlgpLi6w {
  background-color: transparent;
}
.cid-uJhlgpLi6w .navbar-dropdown {
  background-color: #f3f4f7 !important;
  padding: 0;
}
.cid-uJhlgpLi6w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f3f4f7 !important;
  background: #f3f4f7;
}
.cid-uJhlgpLi6w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJhlgpLi6w .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJhlgpLi6w .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uJhlgpLi6w .menu_box .navbar.opened,
  .cid-uJhlgpLi6w .menu_box .navbar-collapse {
    background-color: #f3f4f7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uJhlgpLi6w .navbar-dropdown {
  position: relative !important;
}
.cid-uJhlgpLi6w .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uJhlgpLi6w .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uJhlgpLi6w .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uJhlgpLi6w .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uJhlgpLi6w .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uJhlgpLi6w .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uJhlgpLi6w .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uJhlgpLi6w .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uJhlgpLi6w .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uJhlgpLi6w .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uJhlgpLi6w .offcanvas-body .mbr-text,
  .cid-uJhlgpLi6w .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uJhlgpLi6w .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uJhlgpLi6w .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uJhlgpLi6w .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uJhlgpLi6w .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uJhlgpLi6w .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uJhlgpLi6w .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uJhlgpLi6w .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uJhlgpLi6w ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uJhlgpLi6w .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJhlgpLi6w .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-uJhlgpLi6w .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uJhlgpLi6w li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uJhlgpLi6w .lg_brand {
    margin: 0 1rem;
  }
  .cid-uJhlgpLi6w .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uJhlgpLi6w .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uJhlgpLi6w .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uJhlgpLi6w .nav-item {
    margin: 0 !important;
  }
}
.cid-uJhlgpLi6w .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uJhlgpLi6w .nav-item .nav-link:hover,
.cid-uJhlgpLi6w .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uJhlgpLi6w .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uJhlgpLi6w .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uJhlgpLi6w .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uJhlgpLi6w .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJhlgpLi6w .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-uJhlgpLi6w .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uJhlgpLi6w .offcanvas_box {
    display: none;
  }
}
.cid-uJhlgpLi6w .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uJhlgpLi6w .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uJhlgpLi6w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uJhlgpLi6w .container {
  display: flex;
  margin: auto;
}
.cid-uJhlgpLi6w .iconfont-wrapper {
  color: #18212d;
  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-uJhlgpLi6w .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uJhlgpLi6w .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uJhlgpLi6w .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uJhlgpLi6w .navbar-nav {
    margin: 0;
  }
}
.cid-uJhlgpLi6w .dropdown-menu,
.cid-uJhlgpLi6w .navbar.opened {
  background-color: false !important;
}
.cid-uJhlgpLi6w .nav-item:focus,
.cid-uJhlgpLi6w .nav-link:focus {
  outline: none;
}
.cid-uJhlgpLi6w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJhlgpLi6w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJhlgpLi6w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJhlgpLi6w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJhlgpLi6w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJhlgpLi6w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJhlgpLi6w .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uJhlgpLi6w .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uJhlgpLi6w .navbar.opened {
  transition: all 0.3s;
}
.cid-uJhlgpLi6w .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uJhlgpLi6w .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uJhlgpLi6w .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uJhlgpLi6w .navbar.collapsed {
  justify-content: center;
}
.cid-uJhlgpLi6w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJhlgpLi6w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJhlgpLi6w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJhlgpLi6w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJhlgpLi6w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJhlgpLi6w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uJhlgpLi6w .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJhlgpLi6w .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uJhlgpLi6w .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uJhlgpLi6w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJhlgpLi6w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJhlgpLi6w .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uJhlgpLi6w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJhlgpLi6w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uJhlgpLi6w .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJhlgpLi6w .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uJhlgpLi6w .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uJhlgpLi6w .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uJhlgpLi6w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uJhlgpLi6w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJhlgpLi6w .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uJhlgpLi6w .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJhlgpLi6w .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJhlgpLi6w .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJhlgpLi6w .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-uJhlgpLi6w .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uJhlgpLi6w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJhlgpLi6w .dropdown-item.active,
.cid-uJhlgpLi6w .dropdown-item:active {
  background-color: transparent;
}
.cid-uJhlgpLi6w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uJhlgpLi6w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJhlgpLi6w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJhlgpLi6w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJhlgpLi6w ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uJhlgpLi6w .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJhlgpLi6w button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f3f4f7;
  background: #fbfaf9;
}
.cid-uJhlgpLi6w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uJhlgpLi6w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJhlgpLi6w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJhlgpLi6w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJhlgpLi6w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJhlgpLi6w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJhlgpLi6w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJhlgpLi6w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJhlgpLi6w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJhlgpLi6w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJhlgpLi6w .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJhlgpLi6w .navbar {
    height: 70px;
  }
  .cid-uJhlgpLi6w .navbar.opened {
    height: auto;
  }
  .cid-uJhlgpLi6w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJhlgpLi6w .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uJhlgpLi6w .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uJhlgpLi6w .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uJhlgpLi6w .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uJhlgpLi6w .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uJhlgpLi6w .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #edeceb !important;
}
.cid-uJhlgpLi6w .navbar-caption:hover {
  color: #ff6b3c;
}
@media (min-width: 992px) {
  .cid-uJhlgpLi6w .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uJhlgpLi6w .text_widget {
  margin-bottom: 32px;
}
.cid-uJhlgpLi6w .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uJhlgpLi6w .text_widget a:hover,
.cid-uJhlgpLi6w .text_widget a:focus {
  opacity: .8;
}
.cid-uJhlgpLi6w .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uJhlgpLi6w .navbar-caption {
  color: #18212d;
}
.cid-uJhlgpLi6w .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uJhlgpLi6w .mbr-section-subtitle,
.cid-uJhlgpLi6w .text_widget,
.cid-uJhlgpLi6w .mbr-section-btn {
  text-align: center;
}
.cid-uJhlgpLi6w a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uJhlgq3HNM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJhlgq3HNM .mbr-text {
  color: #000000;
}
.cid-uJhlgq3HNM .mbr-section-subtitle {
  color: #000000;
}
.cid-uJhlgq3HNM .mbr-section-title {
  color: #000000;
}
.cid-uJhlgq7EjA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJhlgq7EjA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJhlgq7EjA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJhlgq7EjA .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJhlgq7EjA .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uJhlgq7EjA .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJhlgq7EjA .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uJhlgq7EjA .container {
    padding: 0 24px;
  }
}
.cid-uJhlgq7EjA .row {
  justify-content: center;
}
.cid-uJhlgq7EjA .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uJhlgq7EjA .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uJhlgq7EjA .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uJhlgq7EjA .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uJhlgq7EjA .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uJhlgq7EjA .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uJhlgq7EjA .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uJhlgq7EjA .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uJhlgq7EjA .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uJhlgq7EjA .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uJhlgq7EjA .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uJhlgq7EjA .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uJhlgq7EjA .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uJhlgq7EjA .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uJhlgq7EjA .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uJhlgq7EjA .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uJhlgq7EjA .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uJhlgq7EjA .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uJhlgq7EjA .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uJhlgq7EjA .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uJhlgq7EjA .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uJhlgq7EjA .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uJhlgq7EjA .list-wrapper .list .item-wrap:hover,
.cid-uJhlgq7EjA .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uJhlgq7EjA .list-wrapper .list .item-wrap:hover::before,
.cid-uJhlgq7EjA .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uJhlgq7EjA .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uJhlgq7EjA .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
  text-align: center;
}
.cid-uJhlgq7EjA .mbr-section-title {
  color: #ffffff;
}
.cid-uJhlgq7EjA .mbr-soc {
  color: #ffffff;
}
.cid-uJhlgq7EjA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJhlgq7EjA .list {
  color: #ffffff;
}
.cid-uJhlgq7EjA .list,
.cid-uJhlgq7EjA .item-wrap,
.cid-uJhlgq7EjA .list-wrapper P {
  text-align: left;
}
.cid-uJhlIiPEGC {
  background-color: transparent;
}
.cid-uJhlIiPEGC .navbar-dropdown {
  background-color: #f3f4f7 !important;
  padding: 0;
}
.cid-uJhlIiPEGC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f3f4f7 !important;
  background: #f3f4f7;
}
.cid-uJhlIiPEGC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJhlIiPEGC .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJhlIiPEGC .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uJhlIiPEGC .menu_box .navbar.opened,
  .cid-uJhlIiPEGC .menu_box .navbar-collapse {
    background-color: #f3f4f7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uJhlIiPEGC .navbar-dropdown {
  position: relative !important;
}
.cid-uJhlIiPEGC .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uJhlIiPEGC .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uJhlIiPEGC .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uJhlIiPEGC .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uJhlIiPEGC .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uJhlIiPEGC .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uJhlIiPEGC .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uJhlIiPEGC .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uJhlIiPEGC .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uJhlIiPEGC .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uJhlIiPEGC .offcanvas-body .mbr-text,
  .cid-uJhlIiPEGC .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uJhlIiPEGC .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uJhlIiPEGC .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uJhlIiPEGC .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uJhlIiPEGC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uJhlIiPEGC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uJhlIiPEGC .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uJhlIiPEGC .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uJhlIiPEGC ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uJhlIiPEGC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJhlIiPEGC .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-uJhlIiPEGC .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uJhlIiPEGC li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uJhlIiPEGC .lg_brand {
    margin: 0 1rem;
  }
  .cid-uJhlIiPEGC .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uJhlIiPEGC .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uJhlIiPEGC .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uJhlIiPEGC .nav-item {
    margin: 0 !important;
  }
}
.cid-uJhlIiPEGC .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uJhlIiPEGC .nav-item .nav-link:hover,
.cid-uJhlIiPEGC .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uJhlIiPEGC .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uJhlIiPEGC .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uJhlIiPEGC .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uJhlIiPEGC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJhlIiPEGC .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-uJhlIiPEGC .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uJhlIiPEGC .offcanvas_box {
    display: none;
  }
}
.cid-uJhlIiPEGC .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uJhlIiPEGC .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uJhlIiPEGC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uJhlIiPEGC .container {
  display: flex;
  margin: auto;
}
.cid-uJhlIiPEGC .iconfont-wrapper {
  color: #18212d;
  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-uJhlIiPEGC .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uJhlIiPEGC .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uJhlIiPEGC .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uJhlIiPEGC .navbar-nav {
    margin: 0;
  }
}
.cid-uJhlIiPEGC .dropdown-menu,
.cid-uJhlIiPEGC .navbar.opened {
  background-color: false !important;
}
.cid-uJhlIiPEGC .nav-item:focus,
.cid-uJhlIiPEGC .nav-link:focus {
  outline: none;
}
.cid-uJhlIiPEGC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJhlIiPEGC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJhlIiPEGC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJhlIiPEGC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJhlIiPEGC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJhlIiPEGC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJhlIiPEGC .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uJhlIiPEGC .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uJhlIiPEGC .navbar.opened {
  transition: all 0.3s;
}
.cid-uJhlIiPEGC .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uJhlIiPEGC .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uJhlIiPEGC .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uJhlIiPEGC .navbar.collapsed {
  justify-content: center;
}
.cid-uJhlIiPEGC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJhlIiPEGC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJhlIiPEGC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJhlIiPEGC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJhlIiPEGC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJhlIiPEGC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uJhlIiPEGC .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJhlIiPEGC .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uJhlIiPEGC .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uJhlIiPEGC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJhlIiPEGC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJhlIiPEGC .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uJhlIiPEGC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJhlIiPEGC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uJhlIiPEGC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJhlIiPEGC .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uJhlIiPEGC .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uJhlIiPEGC .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uJhlIiPEGC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uJhlIiPEGC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJhlIiPEGC .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uJhlIiPEGC .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJhlIiPEGC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJhlIiPEGC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJhlIiPEGC .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-uJhlIiPEGC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uJhlIiPEGC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJhlIiPEGC .dropdown-item.active,
.cid-uJhlIiPEGC .dropdown-item:active {
  background-color: transparent;
}
.cid-uJhlIiPEGC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uJhlIiPEGC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJhlIiPEGC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJhlIiPEGC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJhlIiPEGC ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uJhlIiPEGC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJhlIiPEGC button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f3f4f7;
  background: #fbfaf9;
}
.cid-uJhlIiPEGC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uJhlIiPEGC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJhlIiPEGC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJhlIiPEGC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJhlIiPEGC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJhlIiPEGC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJhlIiPEGC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJhlIiPEGC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJhlIiPEGC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJhlIiPEGC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJhlIiPEGC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJhlIiPEGC .navbar {
    height: 70px;
  }
  .cid-uJhlIiPEGC .navbar.opened {
    height: auto;
  }
  .cid-uJhlIiPEGC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJhlIiPEGC .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uJhlIiPEGC .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uJhlIiPEGC .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uJhlIiPEGC .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uJhlIiPEGC .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uJhlIiPEGC .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #edeceb !important;
}
.cid-uJhlIiPEGC .navbar-caption:hover {
  color: #ff6b3c;
}
@media (min-width: 992px) {
  .cid-uJhlIiPEGC .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uJhlIiPEGC .text_widget {
  margin-bottom: 32px;
}
.cid-uJhlIiPEGC .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uJhlIiPEGC .text_widget a:hover,
.cid-uJhlIiPEGC .text_widget a:focus {
  opacity: .8;
}
.cid-uJhlIiPEGC .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uJhlIiPEGC .navbar-caption {
  color: #18212d;
}
.cid-uJhlIiPEGC .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uJhlIiPEGC .mbr-section-subtitle,
.cid-uJhlIiPEGC .text_widget,
.cid-uJhlIiPEGC .mbr-section-btn {
  text-align: center;
}
.cid-uJhlIiPEGC a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uJhlIj6ovW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJhlIj6ovW .mbr-text {
  color: #000000;
}
.cid-uJhlIj6ovW .mbr-section-subtitle {
  color: #000000;
}
.cid-uJhlIj6ovW .mbr-section-title {
  color: #000000;
}
.cid-uJhlIjaOPM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJhlIjaOPM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJhlIjaOPM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJhlIjaOPM .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJhlIjaOPM .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uJhlIjaOPM .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJhlIjaOPM .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uJhlIjaOPM .container {
    padding: 0 24px;
  }
}
.cid-uJhlIjaOPM .row {
  justify-content: center;
}
.cid-uJhlIjaOPM .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uJhlIjaOPM .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uJhlIjaOPM .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uJhlIjaOPM .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uJhlIjaOPM .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uJhlIjaOPM .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uJhlIjaOPM .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uJhlIjaOPM .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uJhlIjaOPM .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uJhlIjaOPM .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uJhlIjaOPM .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uJhlIjaOPM .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uJhlIjaOPM .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uJhlIjaOPM .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uJhlIjaOPM .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uJhlIjaOPM .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uJhlIjaOPM .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uJhlIjaOPM .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uJhlIjaOPM .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uJhlIjaOPM .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uJhlIjaOPM .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uJhlIjaOPM .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uJhlIjaOPM .list-wrapper .list .item-wrap:hover,
.cid-uJhlIjaOPM .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uJhlIjaOPM .list-wrapper .list .item-wrap:hover::before,
.cid-uJhlIjaOPM .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uJhlIjaOPM .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uJhlIjaOPM .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
  text-align: center;
}
.cid-uJhlIjaOPM .mbr-section-title {
  color: #ffffff;
}
.cid-uJhlIjaOPM .mbr-soc {
  color: #ffffff;
}
.cid-uJhlIjaOPM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJhlIjaOPM .list {
  color: #ffffff;
}
.cid-uJhlIjaOPM .list,
.cid-uJhlIjaOPM .item-wrap,
.cid-uJhlIjaOPM .list-wrapper P {
  text-align: left;
}
.cid-uJhlSkXxYd {
  background-color: transparent;
}
.cid-uJhlSkXxYd .navbar-dropdown {
  background-color: #f3f4f7 !important;
  padding: 0;
}
.cid-uJhlSkXxYd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f3f4f7 !important;
  background: #f3f4f7;
}
.cid-uJhlSkXxYd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJhlSkXxYd .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJhlSkXxYd .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uJhlSkXxYd .menu_box .navbar.opened,
  .cid-uJhlSkXxYd .menu_box .navbar-collapse {
    background-color: #f3f4f7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uJhlSkXxYd .navbar-dropdown {
  position: relative !important;
}
.cid-uJhlSkXxYd .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uJhlSkXxYd .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uJhlSkXxYd .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uJhlSkXxYd .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uJhlSkXxYd .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uJhlSkXxYd .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uJhlSkXxYd .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uJhlSkXxYd .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uJhlSkXxYd .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uJhlSkXxYd .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uJhlSkXxYd .offcanvas-body .mbr-text,
  .cid-uJhlSkXxYd .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uJhlSkXxYd .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uJhlSkXxYd .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uJhlSkXxYd .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uJhlSkXxYd .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uJhlSkXxYd .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uJhlSkXxYd .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uJhlSkXxYd .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uJhlSkXxYd ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uJhlSkXxYd .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJhlSkXxYd .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-uJhlSkXxYd .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uJhlSkXxYd li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uJhlSkXxYd .lg_brand {
    margin: 0 1rem;
  }
  .cid-uJhlSkXxYd .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uJhlSkXxYd .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uJhlSkXxYd .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uJhlSkXxYd .nav-item {
    margin: 0 !important;
  }
}
.cid-uJhlSkXxYd .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uJhlSkXxYd .nav-item .nav-link:hover,
.cid-uJhlSkXxYd .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uJhlSkXxYd .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uJhlSkXxYd .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uJhlSkXxYd .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uJhlSkXxYd .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJhlSkXxYd .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-uJhlSkXxYd .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uJhlSkXxYd .offcanvas_box {
    display: none;
  }
}
.cid-uJhlSkXxYd .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uJhlSkXxYd .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uJhlSkXxYd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uJhlSkXxYd .container {
  display: flex;
  margin: auto;
}
.cid-uJhlSkXxYd .iconfont-wrapper {
  color: #18212d;
  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-uJhlSkXxYd .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uJhlSkXxYd .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uJhlSkXxYd .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uJhlSkXxYd .navbar-nav {
    margin: 0;
  }
}
.cid-uJhlSkXxYd .dropdown-menu,
.cid-uJhlSkXxYd .navbar.opened {
  background-color: false !important;
}
.cid-uJhlSkXxYd .nav-item:focus,
.cid-uJhlSkXxYd .nav-link:focus {
  outline: none;
}
.cid-uJhlSkXxYd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJhlSkXxYd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJhlSkXxYd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJhlSkXxYd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJhlSkXxYd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJhlSkXxYd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJhlSkXxYd .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uJhlSkXxYd .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uJhlSkXxYd .navbar.opened {
  transition: all 0.3s;
}
.cid-uJhlSkXxYd .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uJhlSkXxYd .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uJhlSkXxYd .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uJhlSkXxYd .navbar.collapsed {
  justify-content: center;
}
.cid-uJhlSkXxYd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJhlSkXxYd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJhlSkXxYd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJhlSkXxYd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJhlSkXxYd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJhlSkXxYd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uJhlSkXxYd .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJhlSkXxYd .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uJhlSkXxYd .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uJhlSkXxYd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJhlSkXxYd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJhlSkXxYd .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uJhlSkXxYd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJhlSkXxYd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uJhlSkXxYd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJhlSkXxYd .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uJhlSkXxYd .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uJhlSkXxYd .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uJhlSkXxYd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uJhlSkXxYd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJhlSkXxYd .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uJhlSkXxYd .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJhlSkXxYd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJhlSkXxYd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJhlSkXxYd .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-uJhlSkXxYd .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uJhlSkXxYd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJhlSkXxYd .dropdown-item.active,
.cid-uJhlSkXxYd .dropdown-item:active {
  background-color: transparent;
}
.cid-uJhlSkXxYd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uJhlSkXxYd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJhlSkXxYd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJhlSkXxYd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJhlSkXxYd ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uJhlSkXxYd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJhlSkXxYd button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f3f4f7;
  background: #fbfaf9;
}
.cid-uJhlSkXxYd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uJhlSkXxYd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJhlSkXxYd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJhlSkXxYd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJhlSkXxYd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJhlSkXxYd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJhlSkXxYd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJhlSkXxYd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJhlSkXxYd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJhlSkXxYd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJhlSkXxYd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJhlSkXxYd .navbar {
    height: 70px;
  }
  .cid-uJhlSkXxYd .navbar.opened {
    height: auto;
  }
  .cid-uJhlSkXxYd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJhlSkXxYd .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uJhlSkXxYd .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uJhlSkXxYd .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uJhlSkXxYd .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uJhlSkXxYd .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uJhlSkXxYd .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #edeceb !important;
}
.cid-uJhlSkXxYd .navbar-caption:hover {
  color: #ff6b3c;
}
@media (min-width: 992px) {
  .cid-uJhlSkXxYd .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uJhlSkXxYd .text_widget {
  margin-bottom: 32px;
}
.cid-uJhlSkXxYd .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uJhlSkXxYd .text_widget a:hover,
.cid-uJhlSkXxYd .text_widget a:focus {
  opacity: .8;
}
.cid-uJhlSkXxYd .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uJhlSkXxYd .navbar-caption {
  color: #18212d;
}
.cid-uJhlSkXxYd .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uJhlSkXxYd .mbr-section-subtitle,
.cid-uJhlSkXxYd .text_widget,
.cid-uJhlSkXxYd .mbr-section-btn {
  text-align: center;
}
.cid-uJhlSkXxYd a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uJhlSldx2B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJhlSldx2B .mbr-text {
  color: #000000;
}
.cid-uJhlSldx2B .mbr-section-subtitle {
  color: #000000;
}
.cid-uJhlSldx2B .mbr-section-title {
  color: #000000;
}
.cid-uJhlSlhCaS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJhlSlhCaS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJhlSlhCaS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJhlSlhCaS .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJhlSlhCaS .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uJhlSlhCaS .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJhlSlhCaS .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uJhlSlhCaS .container {
    padding: 0 24px;
  }
}
.cid-uJhlSlhCaS .row {
  justify-content: center;
}
.cid-uJhlSlhCaS .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uJhlSlhCaS .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uJhlSlhCaS .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uJhlSlhCaS .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uJhlSlhCaS .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uJhlSlhCaS .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uJhlSlhCaS .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uJhlSlhCaS .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uJhlSlhCaS .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uJhlSlhCaS .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uJhlSlhCaS .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uJhlSlhCaS .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uJhlSlhCaS .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uJhlSlhCaS .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uJhlSlhCaS .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uJhlSlhCaS .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uJhlSlhCaS .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uJhlSlhCaS .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uJhlSlhCaS .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uJhlSlhCaS .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uJhlSlhCaS .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uJhlSlhCaS .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uJhlSlhCaS .list-wrapper .list .item-wrap:hover,
.cid-uJhlSlhCaS .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uJhlSlhCaS .list-wrapper .list .item-wrap:hover::before,
.cid-uJhlSlhCaS .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uJhlSlhCaS .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uJhlSlhCaS .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
  text-align: center;
}
.cid-uJhlSlhCaS .mbr-section-title {
  color: #ffffff;
}
.cid-uJhlSlhCaS .mbr-soc {
  color: #ffffff;
}
.cid-uJhlSlhCaS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJhlSlhCaS .list {
  color: #ffffff;
}
.cid-uJhlSlhCaS .list,
.cid-uJhlSlhCaS .item-wrap,
.cid-uJhlSlhCaS .list-wrapper P {
  text-align: left;
}
.cid-uHAttpL7IY {
  background-color: transparent;
}
.cid-uHAttpL7IY .navbar-dropdown {
  background-color: #f3f4f7 !important;
  padding: 0;
}
.cid-uHAttpL7IY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f3f4f7 !important;
  background: #f3f4f7;
}
.cid-uHAttpL7IY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHAttpL7IY .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHAttpL7IY .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uHAttpL7IY .menu_box .navbar.opened,
  .cid-uHAttpL7IY .menu_box .navbar-collapse {
    background-color: #f3f4f7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHAttpL7IY .navbar-dropdown {
  position: relative !important;
}
.cid-uHAttpL7IY .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uHAttpL7IY .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHAttpL7IY .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uHAttpL7IY .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHAttpL7IY .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uHAttpL7IY .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uHAttpL7IY .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uHAttpL7IY .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uHAttpL7IY .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uHAttpL7IY .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uHAttpL7IY .offcanvas-body .mbr-text,
  .cid-uHAttpL7IY .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uHAttpL7IY .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uHAttpL7IY .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uHAttpL7IY .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uHAttpL7IY .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uHAttpL7IY .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uHAttpL7IY .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uHAttpL7IY .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uHAttpL7IY ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uHAttpL7IY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHAttpL7IY .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-uHAttpL7IY .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uHAttpL7IY li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uHAttpL7IY .lg_brand {
    margin: 0 1rem;
  }
  .cid-uHAttpL7IY .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uHAttpL7IY .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uHAttpL7IY .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uHAttpL7IY .nav-item {
    margin: 0 !important;
  }
}
.cid-uHAttpL7IY .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uHAttpL7IY .nav-item .nav-link:hover,
.cid-uHAttpL7IY .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uHAttpL7IY .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHAttpL7IY .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHAttpL7IY .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHAttpL7IY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHAttpL7IY .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-uHAttpL7IY .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHAttpL7IY .offcanvas_box {
    display: none;
  }
}
.cid-uHAttpL7IY .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHAttpL7IY .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHAttpL7IY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHAttpL7IY .container {
  display: flex;
  margin: auto;
}
.cid-uHAttpL7IY .iconfont-wrapper {
  color: #18212d;
  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-uHAttpL7IY .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHAttpL7IY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHAttpL7IY .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uHAttpL7IY .navbar-nav {
    margin: 0;
  }
}
.cid-uHAttpL7IY .dropdown-menu,
.cid-uHAttpL7IY .navbar.opened {
  background-color: false !important;
}
.cid-uHAttpL7IY .nav-item:focus,
.cid-uHAttpL7IY .nav-link:focus {
  outline: none;
}
.cid-uHAttpL7IY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHAttpL7IY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHAttpL7IY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHAttpL7IY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHAttpL7IY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHAttpL7IY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHAttpL7IY .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uHAttpL7IY .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHAttpL7IY .navbar.opened {
  transition: all 0.3s;
}
.cid-uHAttpL7IY .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHAttpL7IY .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uHAttpL7IY .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uHAttpL7IY .navbar.collapsed {
  justify-content: center;
}
.cid-uHAttpL7IY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHAttpL7IY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHAttpL7IY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHAttpL7IY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHAttpL7IY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHAttpL7IY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHAttpL7IY .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHAttpL7IY .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHAttpL7IY .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uHAttpL7IY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHAttpL7IY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHAttpL7IY .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHAttpL7IY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHAttpL7IY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHAttpL7IY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHAttpL7IY .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHAttpL7IY .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHAttpL7IY .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHAttpL7IY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uHAttpL7IY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHAttpL7IY .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHAttpL7IY .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHAttpL7IY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHAttpL7IY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHAttpL7IY .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-uHAttpL7IY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uHAttpL7IY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHAttpL7IY .dropdown-item.active,
.cid-uHAttpL7IY .dropdown-item:active {
  background-color: transparent;
}
.cid-uHAttpL7IY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uHAttpL7IY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHAttpL7IY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHAttpL7IY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHAttpL7IY ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHAttpL7IY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHAttpL7IY button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f3f4f7;
  background: #fbfaf9;
}
.cid-uHAttpL7IY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uHAttpL7IY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHAttpL7IY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHAttpL7IY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHAttpL7IY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHAttpL7IY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHAttpL7IY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHAttpL7IY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHAttpL7IY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHAttpL7IY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHAttpL7IY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHAttpL7IY .navbar {
    height: 70px;
  }
  .cid-uHAttpL7IY .navbar.opened {
    height: auto;
  }
  .cid-uHAttpL7IY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHAttpL7IY .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uHAttpL7IY .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uHAttpL7IY .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uHAttpL7IY .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uHAttpL7IY .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uHAttpL7IY .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #edeceb !important;
}
.cid-uHAttpL7IY .navbar-caption:hover {
  color: #ff6b3c;
}
@media (min-width: 992px) {
  .cid-uHAttpL7IY .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHAttpL7IY .text_widget {
  margin-bottom: 32px;
}
.cid-uHAttpL7IY .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHAttpL7IY .text_widget a:hover,
.cid-uHAttpL7IY .text_widget a:focus {
  opacity: .8;
}
.cid-uHAttpL7IY .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uHAttpL7IY .navbar-caption {
  color: #18212d;
}
.cid-uHAttpL7IY .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uHAttpL7IY .mbr-section-subtitle,
.cid-uHAttpL7IY .text_widget,
.cid-uHAttpL7IY .mbr-section-btn {
  text-align: center;
}
.cid-uHAttpL7IY a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uJ7fmF86zb {
  background-color: #4c6976;
}
.cid-uJ7fmF86zb input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-uJ7fmF86zb input:hover {
  border: none !important;
}
.cid-uJ7fmF86zb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ7fmF86zb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ7fmF86zb .number-wrap {
  color: #bbbbbb;
  text-align: center;
}
.cid-uJ7fmF86zb .number {
  color: #ffffff;
  white-space: nowrap;
}
.cid-uJ7fmF86zb .row {
  justify-content: center;
}
.cid-uJ7fmF86zb .period {
  display: block;
}
.cid-uJ7fmF86zb .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-uJ7fmF86zb .period {
    font-size: 0.8rem;
  }
}
.cid-uJ7fmF86zb .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .cid-uJ7fmF86zb .btn {
    margin-left: 0.625rem;
  }
}
.cid-uJ7fmF86zb .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-uJ7fmF86zb .mbr-section-btn .btn {
  width: auto;
}
.cid-uJ7fmF86zb .justify-content-center {
  align-items: center;
}
.cid-uJ7fmF86zb .mbr-section-title {
  color: #ffffff;
}
.cid-uJ7fmF86zb .mbr-section-subtitle,
.cid-uJ7fmF86zb .mbr-text {
  color: #ffffff;
}
.cid-uJ7fmF86zb .mbr-section-subtitle {
  color: #edeceb;
}
.cid-uJ7fmF86zb .mbr-text {
  color: #edeceb;
}
.cid-uHAttquGA5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uHAttquGA5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHAttquGA5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHAttquGA5 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uHAttquGA5 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uHAttquGA5 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uHAttquGA5 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uHAttquGA5 .container {
    padding: 0 24px;
  }
}
.cid-uHAttquGA5 .row {
  justify-content: center;
}
.cid-uHAttquGA5 .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uHAttquGA5 .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uHAttquGA5 .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uHAttquGA5 .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uHAttquGA5 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uHAttquGA5 .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uHAttquGA5 .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uHAttquGA5 .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uHAttquGA5 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uHAttquGA5 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uHAttquGA5 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uHAttquGA5 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uHAttquGA5 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uHAttquGA5 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uHAttquGA5 .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uHAttquGA5 .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uHAttquGA5 .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uHAttquGA5 .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uHAttquGA5 .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uHAttquGA5 .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uHAttquGA5 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uHAttquGA5 .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uHAttquGA5 .list-wrapper .list .item-wrap:hover,
.cid-uHAttquGA5 .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uHAttquGA5 .list-wrapper .list .item-wrap:hover::before,
.cid-uHAttquGA5 .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uHAttquGA5 .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uHAttquGA5 .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
  text-align: center;
}
.cid-uHAttquGA5 .mbr-section-title {
  color: #ffffff;
}
.cid-uHAttquGA5 .mbr-soc {
  color: #ffffff;
}
.cid-uHAttquGA5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHAttquGA5 .list {
  color: #ffffff;
}
.cid-uHAttquGA5 .list,
.cid-uHAttquGA5 .item-wrap,
.cid-uHAttquGA5 .list-wrapper P {
  text-align: left;
}
.cid-u7mkO39uT9 {
  background-color: transparent;
}
.cid-u7mkO39uT9 .navbar-dropdown {
  background-color: #f3f4f7 !important;
  padding: 0;
}
.cid-u7mkO39uT9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f3f4f7 !important;
  background: #f3f4f7;
}
.cid-u7mkO39uT9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7mkO39uT9 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u7mkO39uT9 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u7mkO39uT9 .menu_box .navbar.opened,
  .cid-u7mkO39uT9 .menu_box .navbar-collapse {
    background-color: #f3f4f7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u7mkO39uT9 .navbar-dropdown {
  position: relative !important;
}
.cid-u7mkO39uT9 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u7mkO39uT9 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u7mkO39uT9 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u7mkO39uT9 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u7mkO39uT9 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u7mkO39uT9 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-u7mkO39uT9 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u7mkO39uT9 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u7mkO39uT9 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u7mkO39uT9 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u7mkO39uT9 .offcanvas-body .mbr-text,
  .cid-u7mkO39uT9 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u7mkO39uT9 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u7mkO39uT9 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u7mkO39uT9 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-u7mkO39uT9 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u7mkO39uT9 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u7mkO39uT9 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u7mkO39uT9 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u7mkO39uT9 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u7mkO39uT9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7mkO39uT9 .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-u7mkO39uT9 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u7mkO39uT9 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u7mkO39uT9 .lg_brand {
    margin: 0 1rem;
  }
  .cid-u7mkO39uT9 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-u7mkO39uT9 .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-u7mkO39uT9 .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-u7mkO39uT9 .nav-item {
    margin: 0 !important;
  }
}
.cid-u7mkO39uT9 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-u7mkO39uT9 .nav-item .nav-link:hover,
.cid-u7mkO39uT9 .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-u7mkO39uT9 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u7mkO39uT9 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u7mkO39uT9 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u7mkO39uT9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7mkO39uT9 .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-u7mkO39uT9 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u7mkO39uT9 .offcanvas_box {
    display: none;
  }
}
.cid-u7mkO39uT9 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u7mkO39uT9 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u7mkO39uT9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u7mkO39uT9 .container {
  display: flex;
  margin: auto;
}
.cid-u7mkO39uT9 .iconfont-wrapper {
  color: #18212d;
  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-u7mkO39uT9 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u7mkO39uT9 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u7mkO39uT9 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u7mkO39uT9 .navbar-nav {
    margin: 0;
  }
}
.cid-u7mkO39uT9 .dropdown-menu,
.cid-u7mkO39uT9 .navbar.opened {
  background-color: false !important;
}
.cid-u7mkO39uT9 .nav-item:focus,
.cid-u7mkO39uT9 .nav-link:focus {
  outline: none;
}
.cid-u7mkO39uT9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7mkO39uT9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7mkO39uT9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7mkO39uT9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7mkO39uT9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7mkO39uT9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7mkO39uT9 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u7mkO39uT9 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u7mkO39uT9 .navbar.opened {
  transition: all 0.3s;
}
.cid-u7mkO39uT9 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u7mkO39uT9 .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-u7mkO39uT9 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u7mkO39uT9 .navbar.collapsed {
  justify-content: center;
}
.cid-u7mkO39uT9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7mkO39uT9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u7mkO39uT9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7mkO39uT9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7mkO39uT9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7mkO39uT9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u7mkO39uT9 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u7mkO39uT9 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u7mkO39uT9 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u7mkO39uT9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7mkO39uT9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7mkO39uT9 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u7mkO39uT9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7mkO39uT9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u7mkO39uT9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7mkO39uT9 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u7mkO39uT9 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u7mkO39uT9 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u7mkO39uT9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u7mkO39uT9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7mkO39uT9 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u7mkO39uT9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7mkO39uT9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7mkO39uT9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7mkO39uT9 .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-u7mkO39uT9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u7mkO39uT9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7mkO39uT9 .dropdown-item.active,
.cid-u7mkO39uT9 .dropdown-item:active {
  background-color: transparent;
}
.cid-u7mkO39uT9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-u7mkO39uT9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7mkO39uT9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7mkO39uT9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7mkO39uT9 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u7mkO39uT9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7mkO39uT9 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f3f4f7;
  background: #fbfaf9;
}
.cid-u7mkO39uT9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-u7mkO39uT9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7mkO39uT9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7mkO39uT9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7mkO39uT9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7mkO39uT9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7mkO39uT9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7mkO39uT9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7mkO39uT9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7mkO39uT9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7mkO39uT9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7mkO39uT9 .navbar {
    height: 70px;
  }
  .cid-u7mkO39uT9 .navbar.opened {
    height: auto;
  }
  .cid-u7mkO39uT9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7mkO39uT9 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u7mkO39uT9 .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-u7mkO39uT9 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-u7mkO39uT9 .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-u7mkO39uT9 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u7mkO39uT9 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #edeceb !important;
}
.cid-u7mkO39uT9 .navbar-caption:hover {
  color: #ff6b3c;
}
@media (min-width: 992px) {
  .cid-u7mkO39uT9 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u7mkO39uT9 .text_widget {
  margin-bottom: 32px;
}
.cid-u7mkO39uT9 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u7mkO39uT9 .text_widget a:hover,
.cid-u7mkO39uT9 .text_widget a:focus {
  opacity: .8;
}
.cid-u7mkO39uT9 .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-u7mkO39uT9 .navbar-caption {
  color: #18212d;
}
.cid-u7mkO39uT9 .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-u7mkO39uT9 .mbr-section-subtitle,
.cid-u7mkO39uT9 .text_widget,
.cid-u7mkO39uT9 .mbr-section-btn {
  text-align: center;
}
.cid-u7mkO39uT9 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uJ6QdKKENH {
  background-color: #fff3c9;
}
.cid-uJ6QdKKENH input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-uJ6QdKKENH input:hover {
  border: none !important;
}
.cid-uJ6QdKKENH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ6QdKKENH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ6QdKKENH .number-wrap {
  color: #454545;
  text-align: center;
}
.cid-uJ6QdKKENH .number {
  color: #000000;
  white-space: nowrap;
}
.cid-uJ6QdKKENH .row {
  justify-content: center;
}
.cid-uJ6QdKKENH .period {
  display: block;
}
.cid-uJ6QdKKENH .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-uJ6QdKKENH .period {
    font-size: 0.8rem;
  }
}
.cid-uJ6QdKKENH .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .cid-uJ6QdKKENH .btn {
    margin-left: 0.625rem;
  }
}
.cid-uJ6QdKKENH .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-uJ6QdKKENH .mbr-section-btn .btn {
  width: auto;
}
.cid-uJ6QdKKENH .justify-content-center {
  align-items: center;
}
.cid-uJ6QdKKENH .mbr-section-title {
  color: #000000;
}
.cid-uJ6QdKKENH .mbr-section-subtitle,
.cid-uJ6QdKKENH .mbr-text {
  color: #ffffff;
}
.cid-uJ6QdKKENH .mbr-section-subtitle {
  color: #454545;
}
.cid-uJ6QdKKENH .mbr-text {
  color: #454545;
}
.cid-uHzu1ArGcl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uHzu1ArGcl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHzu1ArGcl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHzu1ArGcl .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uHzu1ArGcl .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uHzu1ArGcl .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uHzu1ArGcl .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uHzu1ArGcl .container {
    padding: 0 24px;
  }
}
.cid-uHzu1ArGcl .row {
  justify-content: center;
}
.cid-uHzu1ArGcl .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uHzu1ArGcl .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uHzu1ArGcl .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uHzu1ArGcl .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uHzu1ArGcl .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uHzu1ArGcl .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uHzu1ArGcl .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uHzu1ArGcl .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uHzu1ArGcl .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uHzu1ArGcl .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uHzu1ArGcl .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uHzu1ArGcl .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uHzu1ArGcl .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uHzu1ArGcl .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uHzu1ArGcl .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uHzu1ArGcl .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uHzu1ArGcl .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uHzu1ArGcl .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uHzu1ArGcl .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uHzu1ArGcl .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uHzu1ArGcl .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uHzu1ArGcl .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uHzu1ArGcl .list-wrapper .list .item-wrap:hover,
.cid-uHzu1ArGcl .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uHzu1ArGcl .list-wrapper .list .item-wrap:hover::before,
.cid-uHzu1ArGcl .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uHzu1ArGcl .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uHzu1ArGcl .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
  text-align: center;
}
.cid-uHzu1ArGcl .mbr-section-title {
  color: #ffffff;
}
.cid-uHzu1ArGcl .mbr-soc {
  color: #ffffff;
}
.cid-uHzu1ArGcl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHzu1ArGcl .list {
  color: #ffffff;
}
.cid-uHzu1ArGcl .list,
.cid-uHzu1ArGcl .item-wrap,
.cid-uHzu1ArGcl .list-wrapper P {
  text-align: left;
}
.cid-uHAtrNeyGy {
  background-color: transparent;
}
.cid-uHAtrNeyGy .navbar-dropdown {
  background-color: #f3f4f7 !important;
  padding: 0;
}
.cid-uHAtrNeyGy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f3f4f7 !important;
  background: #f3f4f7;
}
.cid-uHAtrNeyGy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHAtrNeyGy .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHAtrNeyGy .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uHAtrNeyGy .menu_box .navbar.opened,
  .cid-uHAtrNeyGy .menu_box .navbar-collapse {
    background-color: #f3f4f7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHAtrNeyGy .navbar-dropdown {
  position: relative !important;
}
.cid-uHAtrNeyGy .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uHAtrNeyGy .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHAtrNeyGy .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uHAtrNeyGy .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHAtrNeyGy .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uHAtrNeyGy .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uHAtrNeyGy .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uHAtrNeyGy .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uHAtrNeyGy .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uHAtrNeyGy .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uHAtrNeyGy .offcanvas-body .mbr-text,
  .cid-uHAtrNeyGy .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uHAtrNeyGy .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uHAtrNeyGy .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uHAtrNeyGy .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uHAtrNeyGy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uHAtrNeyGy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uHAtrNeyGy .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uHAtrNeyGy .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uHAtrNeyGy ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uHAtrNeyGy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHAtrNeyGy .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-uHAtrNeyGy .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uHAtrNeyGy li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uHAtrNeyGy .lg_brand {
    margin: 0 1rem;
  }
  .cid-uHAtrNeyGy .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uHAtrNeyGy .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uHAtrNeyGy .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uHAtrNeyGy .nav-item {
    margin: 0 !important;
  }
}
.cid-uHAtrNeyGy .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uHAtrNeyGy .nav-item .nav-link:hover,
.cid-uHAtrNeyGy .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uHAtrNeyGy .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHAtrNeyGy .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHAtrNeyGy .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHAtrNeyGy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHAtrNeyGy .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-uHAtrNeyGy .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHAtrNeyGy .offcanvas_box {
    display: none;
  }
}
.cid-uHAtrNeyGy .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHAtrNeyGy .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHAtrNeyGy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHAtrNeyGy .container {
  display: flex;
  margin: auto;
}
.cid-uHAtrNeyGy .iconfont-wrapper {
  color: #18212d;
  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-uHAtrNeyGy .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHAtrNeyGy .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHAtrNeyGy .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uHAtrNeyGy .navbar-nav {
    margin: 0;
  }
}
.cid-uHAtrNeyGy .dropdown-menu,
.cid-uHAtrNeyGy .navbar.opened {
  background-color: false !important;
}
.cid-uHAtrNeyGy .nav-item:focus,
.cid-uHAtrNeyGy .nav-link:focus {
  outline: none;
}
.cid-uHAtrNeyGy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHAtrNeyGy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHAtrNeyGy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHAtrNeyGy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHAtrNeyGy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHAtrNeyGy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHAtrNeyGy .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uHAtrNeyGy .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHAtrNeyGy .navbar.opened {
  transition: all 0.3s;
}
.cid-uHAtrNeyGy .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHAtrNeyGy .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uHAtrNeyGy .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uHAtrNeyGy .navbar.collapsed {
  justify-content: center;
}
.cid-uHAtrNeyGy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHAtrNeyGy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHAtrNeyGy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHAtrNeyGy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHAtrNeyGy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHAtrNeyGy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHAtrNeyGy .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHAtrNeyGy .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHAtrNeyGy .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uHAtrNeyGy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHAtrNeyGy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHAtrNeyGy .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHAtrNeyGy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHAtrNeyGy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHAtrNeyGy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHAtrNeyGy .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHAtrNeyGy .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHAtrNeyGy .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHAtrNeyGy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uHAtrNeyGy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHAtrNeyGy .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHAtrNeyGy .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHAtrNeyGy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHAtrNeyGy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHAtrNeyGy .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-uHAtrNeyGy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uHAtrNeyGy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHAtrNeyGy .dropdown-item.active,
.cid-uHAtrNeyGy .dropdown-item:active {
  background-color: transparent;
}
.cid-uHAtrNeyGy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uHAtrNeyGy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHAtrNeyGy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHAtrNeyGy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHAtrNeyGy ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHAtrNeyGy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHAtrNeyGy button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f3f4f7;
  background: #fbfaf9;
}
.cid-uHAtrNeyGy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uHAtrNeyGy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHAtrNeyGy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHAtrNeyGy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHAtrNeyGy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHAtrNeyGy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHAtrNeyGy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHAtrNeyGy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHAtrNeyGy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHAtrNeyGy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHAtrNeyGy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHAtrNeyGy .navbar {
    height: 70px;
  }
  .cid-uHAtrNeyGy .navbar.opened {
    height: auto;
  }
  .cid-uHAtrNeyGy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHAtrNeyGy .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uHAtrNeyGy .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uHAtrNeyGy .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uHAtrNeyGy .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uHAtrNeyGy .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uHAtrNeyGy .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #edeceb !important;
}
.cid-uHAtrNeyGy .navbar-caption:hover {
  color: #ff6b3c;
}
@media (min-width: 992px) {
  .cid-uHAtrNeyGy .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHAtrNeyGy .text_widget {
  margin-bottom: 32px;
}
.cid-uHAtrNeyGy .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHAtrNeyGy .text_widget a:hover,
.cid-uHAtrNeyGy .text_widget a:focus {
  opacity: .8;
}
.cid-uHAtrNeyGy .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uHAtrNeyGy .navbar-caption {
  color: #18212d;
}
.cid-uHAtrNeyGy .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uHAtrNeyGy .mbr-section-subtitle,
.cid-uHAtrNeyGy .text_widget,
.cid-uHAtrNeyGy .mbr-section-btn {
  text-align: center;
}
.cid-uHAtrNeyGy a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uJo2L44GBr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJo2L44GBr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJo2L44GBr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJo2L44GBr .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJo2L44GBr .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uJo2L44GBr .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJo2L44GBr .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uJo2L44GBr .container {
    padding: 0 24px;
  }
}
.cid-uJo2L44GBr .image-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-uJo2L44GBr .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uJo2L44GBr .image-wrapper img {
  height: 90vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJo2L44GBr .image-wrapper img {
    height: 400px;
  }
}
.cid-uJo2L44GBr .content-wrapper {
  padding: 64px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
}
@media (max-width: 992px) {
  .cid-uJo2L44GBr .content-wrapper {
    padding: 24px;
  }
}
.cid-uJo2L44GBr .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uJo2L44GBr .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #ffeaa0;
}
.cid-uJo2L44GBr .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uJo2L44GBr .content-wrapper .content-wrap .mbr-text_1 {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uJo2L44GBr .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uJo2L44GBr .content-wrapper .content-wrap .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uJo2L44GBr .content-wrapper .person-wrapper {
  margin-bottom: 48px;
}
.cid-uJo2L44GBr .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  padding: 16px;
}
.cid-uJo2L44GBr .content-wrapper .person-wrapper .person-wrap img {
  width: 50px;
  height: 50px;
  border-radius: 100% !important;
  object-fit: cover;
  margin-right: 16px;
}
.cid-uJo2L44GBr .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uJo2L44GBr .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uJo2L44GBr .mbr-section-title {
  color: #18212d;
}
.cid-uJo2L44GBr .mbr-section-subtitle {
  color: #18212d;
}
.cid-uJo2L44GBr .mbr-desc {
  color: #18212d;
}
.cid-uJo2L44GBr .mbr-text_1 {
  color: #18212d;
}
.cid-uJo2L44GBr .mbr-text_2 {
  color: #18212d;
}
.cid-uJo2L44GBr .mbr-role {
  color: #18212d;
}
.cid-uJo2L44GBr .mbr-name {
  color: #18212d;
}
.cid-uHAtrNXVgL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uHAtrNXVgL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHAtrNXVgL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHAtrNXVgL .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uHAtrNXVgL .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uHAtrNXVgL .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uHAtrNXVgL .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uHAtrNXVgL .container {
    padding: 0 24px;
  }
}
.cid-uHAtrNXVgL .row {
  justify-content: center;
}
.cid-uHAtrNXVgL .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uHAtrNXVgL .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uHAtrNXVgL .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uHAtrNXVgL .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uHAtrNXVgL .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uHAtrNXVgL .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uHAtrNXVgL .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uHAtrNXVgL .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uHAtrNXVgL .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uHAtrNXVgL .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uHAtrNXVgL .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uHAtrNXVgL .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uHAtrNXVgL .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uHAtrNXVgL .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uHAtrNXVgL .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uHAtrNXVgL .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uHAtrNXVgL .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uHAtrNXVgL .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uHAtrNXVgL .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uHAtrNXVgL .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uHAtrNXVgL .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uHAtrNXVgL .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uHAtrNXVgL .list-wrapper .list .item-wrap:hover,
.cid-uHAtrNXVgL .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uHAtrNXVgL .list-wrapper .list .item-wrap:hover::before,
.cid-uHAtrNXVgL .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uHAtrNXVgL .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uHAtrNXVgL .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
  text-align: center;
}
.cid-uHAtrNXVgL .mbr-section-title {
  color: #ffffff;
}
.cid-uHAtrNXVgL .mbr-soc {
  color: #ffffff;
}
.cid-uHAtrNXVgL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHAtrNXVgL .list {
  color: #ffffff;
}
.cid-uHAtrNXVgL .list,
.cid-uHAtrNXVgL .item-wrap,
.cid-uHAtrNXVgL .list-wrapper P {
  text-align: left;
}
.cid-uJiDVsWre0 {
  background-color: transparent;
}
.cid-uJiDVsWre0 .navbar-dropdown {
  background-color: #f3f4f7 !important;
  padding: 0;
}
.cid-uJiDVsWre0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f3f4f7 !important;
  background: #f3f4f7;
}
.cid-uJiDVsWre0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJiDVsWre0 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJiDVsWre0 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uJiDVsWre0 .menu_box .navbar.opened,
  .cid-uJiDVsWre0 .menu_box .navbar-collapse {
    background-color: #f3f4f7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uJiDVsWre0 .navbar-dropdown {
  position: relative !important;
}
.cid-uJiDVsWre0 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uJiDVsWre0 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uJiDVsWre0 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uJiDVsWre0 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uJiDVsWre0 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uJiDVsWre0 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uJiDVsWre0 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uJiDVsWre0 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uJiDVsWre0 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uJiDVsWre0 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uJiDVsWre0 .offcanvas-body .mbr-text,
  .cid-uJiDVsWre0 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uJiDVsWre0 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uJiDVsWre0 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uJiDVsWre0 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uJiDVsWre0 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uJiDVsWre0 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uJiDVsWre0 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uJiDVsWre0 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uJiDVsWre0 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uJiDVsWre0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJiDVsWre0 .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-uJiDVsWre0 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uJiDVsWre0 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uJiDVsWre0 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uJiDVsWre0 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uJiDVsWre0 .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uJiDVsWre0 .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uJiDVsWre0 .nav-item {
    margin: 0 !important;
  }
}
.cid-uJiDVsWre0 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uJiDVsWre0 .nav-item .nav-link:hover,
.cid-uJiDVsWre0 .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uJiDVsWre0 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uJiDVsWre0 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uJiDVsWre0 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uJiDVsWre0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJiDVsWre0 .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-uJiDVsWre0 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uJiDVsWre0 .offcanvas_box {
    display: none;
  }
}
.cid-uJiDVsWre0 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uJiDVsWre0 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uJiDVsWre0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uJiDVsWre0 .container {
  display: flex;
  margin: auto;
}
.cid-uJiDVsWre0 .iconfont-wrapper {
  color: #18212d;
  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-uJiDVsWre0 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uJiDVsWre0 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uJiDVsWre0 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uJiDVsWre0 .navbar-nav {
    margin: 0;
  }
}
.cid-uJiDVsWre0 .dropdown-menu,
.cid-uJiDVsWre0 .navbar.opened {
  background-color: false !important;
}
.cid-uJiDVsWre0 .nav-item:focus,
.cid-uJiDVsWre0 .nav-link:focus {
  outline: none;
}
.cid-uJiDVsWre0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJiDVsWre0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJiDVsWre0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJiDVsWre0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJiDVsWre0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJiDVsWre0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJiDVsWre0 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uJiDVsWre0 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uJiDVsWre0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uJiDVsWre0 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uJiDVsWre0 .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uJiDVsWre0 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uJiDVsWre0 .navbar.collapsed {
  justify-content: center;
}
.cid-uJiDVsWre0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJiDVsWre0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJiDVsWre0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJiDVsWre0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJiDVsWre0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJiDVsWre0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uJiDVsWre0 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJiDVsWre0 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uJiDVsWre0 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uJiDVsWre0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJiDVsWre0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJiDVsWre0 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uJiDVsWre0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJiDVsWre0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uJiDVsWre0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJiDVsWre0 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uJiDVsWre0 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uJiDVsWre0 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uJiDVsWre0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uJiDVsWre0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJiDVsWre0 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uJiDVsWre0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJiDVsWre0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJiDVsWre0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJiDVsWre0 .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-uJiDVsWre0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uJiDVsWre0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJiDVsWre0 .dropdown-item.active,
.cid-uJiDVsWre0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uJiDVsWre0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uJiDVsWre0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJiDVsWre0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJiDVsWre0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJiDVsWre0 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uJiDVsWre0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJiDVsWre0 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f3f4f7;
  background: #fbfaf9;
}
.cid-uJiDVsWre0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uJiDVsWre0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJiDVsWre0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJiDVsWre0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJiDVsWre0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJiDVsWre0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJiDVsWre0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJiDVsWre0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJiDVsWre0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJiDVsWre0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJiDVsWre0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJiDVsWre0 .navbar {
    height: 70px;
  }
  .cid-uJiDVsWre0 .navbar.opened {
    height: auto;
  }
  .cid-uJiDVsWre0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJiDVsWre0 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uJiDVsWre0 .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uJiDVsWre0 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uJiDVsWre0 .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uJiDVsWre0 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uJiDVsWre0 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #edeceb !important;
}
.cid-uJiDVsWre0 .navbar-caption:hover {
  color: #ff6b3c;
}
@media (min-width: 992px) {
  .cid-uJiDVsWre0 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uJiDVsWre0 .text_widget {
  margin-bottom: 32px;
}
.cid-uJiDVsWre0 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uJiDVsWre0 .text_widget a:hover,
.cid-uJiDVsWre0 .text_widget a:focus {
  opacity: .8;
}
.cid-uJiDVsWre0 .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uJiDVsWre0 .navbar-caption {
  color: #18212d;
}
.cid-uJiDVsWre0 .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uJiDVsWre0 .mbr-section-subtitle,
.cid-uJiDVsWre0 .text_widget,
.cid-uJiDVsWre0 .mbr-section-btn {
  text-align: center;
}
.cid-uJiDVsWre0 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uJiDVte6Av {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJiDVte6Av .mbr-text {
  color: #000000;
}
.cid-uJiDVte6Av .mbr-section-subtitle {
  color: #000000;
}
.cid-uJiDVte6Av .mbr-section-title {
  color: #000000;
}
.cid-uJiDVtkJ45 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJiDVtkJ45 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJiDVtkJ45 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJiDVtkJ45 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJiDVtkJ45 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uJiDVtkJ45 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJiDVtkJ45 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uJiDVtkJ45 .container {
    padding: 0 24px;
  }
}
.cid-uJiDVtkJ45 .row {
  justify-content: center;
}
.cid-uJiDVtkJ45 .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uJiDVtkJ45 .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uJiDVtkJ45 .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uJiDVtkJ45 .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uJiDVtkJ45 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uJiDVtkJ45 .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uJiDVtkJ45 .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uJiDVtkJ45 .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uJiDVtkJ45 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uJiDVtkJ45 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uJiDVtkJ45 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uJiDVtkJ45 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uJiDVtkJ45 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uJiDVtkJ45 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uJiDVtkJ45 .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uJiDVtkJ45 .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uJiDVtkJ45 .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uJiDVtkJ45 .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uJiDVtkJ45 .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uJiDVtkJ45 .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uJiDVtkJ45 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uJiDVtkJ45 .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uJiDVtkJ45 .list-wrapper .list .item-wrap:hover,
.cid-uJiDVtkJ45 .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uJiDVtkJ45 .list-wrapper .list .item-wrap:hover::before,
.cid-uJiDVtkJ45 .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uJiDVtkJ45 .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uJiDVtkJ45 .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
  text-align: center;
}
.cid-uJiDVtkJ45 .mbr-section-title {
  color: #ffffff;
}
.cid-uJiDVtkJ45 .mbr-soc {
  color: #ffffff;
}
.cid-uJiDVtkJ45 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJiDVtkJ45 .list {
  color: #ffffff;
}
.cid-uJiDVtkJ45 .list,
.cid-uJiDVtkJ45 .item-wrap,
.cid-uJiDVtkJ45 .list-wrapper P {
  text-align: left;
}
.cid-uHAtzl5NiR {
  background-color: transparent;
}
.cid-uHAtzl5NiR .navbar-dropdown {
  background-color: #f3f4f7 !important;
  padding: 0;
}
.cid-uHAtzl5NiR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f3f4f7 !important;
  background: #f3f4f7;
}
.cid-uHAtzl5NiR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHAtzl5NiR .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHAtzl5NiR .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uHAtzl5NiR .menu_box .navbar.opened,
  .cid-uHAtzl5NiR .menu_box .navbar-collapse {
    background-color: #f3f4f7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHAtzl5NiR .navbar-dropdown {
  position: relative !important;
}
.cid-uHAtzl5NiR .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uHAtzl5NiR .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHAtzl5NiR .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uHAtzl5NiR .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHAtzl5NiR .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uHAtzl5NiR .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uHAtzl5NiR .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uHAtzl5NiR .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uHAtzl5NiR .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uHAtzl5NiR .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uHAtzl5NiR .offcanvas-body .mbr-text,
  .cid-uHAtzl5NiR .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uHAtzl5NiR .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uHAtzl5NiR .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uHAtzl5NiR .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uHAtzl5NiR .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uHAtzl5NiR .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uHAtzl5NiR .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uHAtzl5NiR .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uHAtzl5NiR ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uHAtzl5NiR .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHAtzl5NiR .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-uHAtzl5NiR .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uHAtzl5NiR li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uHAtzl5NiR .lg_brand {
    margin: 0 1rem;
  }
  .cid-uHAtzl5NiR .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uHAtzl5NiR .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uHAtzl5NiR .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uHAtzl5NiR .nav-item {
    margin: 0 !important;
  }
}
.cid-uHAtzl5NiR .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uHAtzl5NiR .nav-item .nav-link:hover,
.cid-uHAtzl5NiR .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uHAtzl5NiR .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHAtzl5NiR .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHAtzl5NiR .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHAtzl5NiR .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHAtzl5NiR .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-uHAtzl5NiR .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHAtzl5NiR .offcanvas_box {
    display: none;
  }
}
.cid-uHAtzl5NiR .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHAtzl5NiR .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHAtzl5NiR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHAtzl5NiR .container {
  display: flex;
  margin: auto;
}
.cid-uHAtzl5NiR .iconfont-wrapper {
  color: #18212d;
  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-uHAtzl5NiR .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHAtzl5NiR .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHAtzl5NiR .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uHAtzl5NiR .navbar-nav {
    margin: 0;
  }
}
.cid-uHAtzl5NiR .dropdown-menu,
.cid-uHAtzl5NiR .navbar.opened {
  background-color: false !important;
}
.cid-uHAtzl5NiR .nav-item:focus,
.cid-uHAtzl5NiR .nav-link:focus {
  outline: none;
}
.cid-uHAtzl5NiR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHAtzl5NiR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHAtzl5NiR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHAtzl5NiR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHAtzl5NiR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHAtzl5NiR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHAtzl5NiR .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uHAtzl5NiR .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHAtzl5NiR .navbar.opened {
  transition: all 0.3s;
}
.cid-uHAtzl5NiR .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHAtzl5NiR .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uHAtzl5NiR .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uHAtzl5NiR .navbar.collapsed {
  justify-content: center;
}
.cid-uHAtzl5NiR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHAtzl5NiR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHAtzl5NiR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHAtzl5NiR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHAtzl5NiR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHAtzl5NiR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHAtzl5NiR .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHAtzl5NiR .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHAtzl5NiR .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uHAtzl5NiR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHAtzl5NiR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHAtzl5NiR .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHAtzl5NiR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHAtzl5NiR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHAtzl5NiR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHAtzl5NiR .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHAtzl5NiR .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHAtzl5NiR .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHAtzl5NiR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uHAtzl5NiR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHAtzl5NiR .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHAtzl5NiR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHAtzl5NiR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHAtzl5NiR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHAtzl5NiR .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-uHAtzl5NiR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uHAtzl5NiR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHAtzl5NiR .dropdown-item.active,
.cid-uHAtzl5NiR .dropdown-item:active {
  background-color: transparent;
}
.cid-uHAtzl5NiR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uHAtzl5NiR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHAtzl5NiR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHAtzl5NiR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHAtzl5NiR ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHAtzl5NiR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHAtzl5NiR button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f3f4f7;
  background: #fbfaf9;
}
.cid-uHAtzl5NiR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uHAtzl5NiR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHAtzl5NiR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHAtzl5NiR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHAtzl5NiR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHAtzl5NiR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHAtzl5NiR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHAtzl5NiR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHAtzl5NiR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHAtzl5NiR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHAtzl5NiR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHAtzl5NiR .navbar {
    height: 70px;
  }
  .cid-uHAtzl5NiR .navbar.opened {
    height: auto;
  }
  .cid-uHAtzl5NiR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHAtzl5NiR .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uHAtzl5NiR .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uHAtzl5NiR .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uHAtzl5NiR .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uHAtzl5NiR .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uHAtzl5NiR .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #edeceb !important;
}
.cid-uHAtzl5NiR .navbar-caption:hover {
  color: #ff6b3c;
}
@media (min-width: 992px) {
  .cid-uHAtzl5NiR .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHAtzl5NiR .text_widget {
  margin-bottom: 32px;
}
.cid-uHAtzl5NiR .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHAtzl5NiR .text_widget a:hover,
.cid-uHAtzl5NiR .text_widget a:focus {
  opacity: .8;
}
.cid-uHAtzl5NiR .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uHAtzl5NiR .navbar-caption {
  color: #18212d;
}
.cid-uHAtzl5NiR .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uHAtzl5NiR .mbr-section-subtitle,
.cid-uHAtzl5NiR .text_widget,
.cid-uHAtzl5NiR .mbr-section-btn {
  text-align: center;
}
.cid-uHAtzl5NiR a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLOyOAN2tb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLOyOAN2tb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLOyOAN2tb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLOyOAN2tb .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uLOyOAN2tb .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLOyOAN2tb .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uLOyOAN2tb .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLOyOAN2tb .container {
    padding: 0 24px;
  }
}
.cid-uLOyOAN2tb .row {
  justify-content: center;
}
.cid-uLOyOAN2tb .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uLOyOAN2tb .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uLOyOAN2tb .title-wrapper {
    padding-right: 0;
  }
}
.cid-uLOyOAN2tb .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffeaa0;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #ffeaa0;
}
.cid-uLOyOAN2tb .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLOyOAN2tb .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uLOyOAN2tb .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uLOyOAN2tb .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uLOyOAN2tb .text-wrapper {
    padding-left: 0;
  }
}
.cid-uLOyOAN2tb .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLOyOAN2tb .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-uLOyOAN2tb .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-uLOyOAN2tb .mbr-section-title {
  color: #18212d;
}
.cid-uLOyOAN2tb .mbr-desc {
  color: #18212d;
}
.cid-uLOyOAN2tb .mbr-text {
  color: #18212d;
}
.cid-uHAtzlwI2N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uHAtzlwI2N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHAtzlwI2N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHAtzlwI2N .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uHAtzlwI2N .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uHAtzlwI2N .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uHAtzlwI2N .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uHAtzlwI2N .container {
    padding: 0 24px;
  }
}
.cid-uHAtzlwI2N .row {
  justify-content: center;
}
.cid-uHAtzlwI2N .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uHAtzlwI2N .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uHAtzlwI2N .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uHAtzlwI2N .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uHAtzlwI2N .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uHAtzlwI2N .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uHAtzlwI2N .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uHAtzlwI2N .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uHAtzlwI2N .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uHAtzlwI2N .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uHAtzlwI2N .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uHAtzlwI2N .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uHAtzlwI2N .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uHAtzlwI2N .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uHAtzlwI2N .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uHAtzlwI2N .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uHAtzlwI2N .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uHAtzlwI2N .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uHAtzlwI2N .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uHAtzlwI2N .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uHAtzlwI2N .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uHAtzlwI2N .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uHAtzlwI2N .list-wrapper .list .item-wrap:hover,
.cid-uHAtzlwI2N .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uHAtzlwI2N .list-wrapper .list .item-wrap:hover::before,
.cid-uHAtzlwI2N .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uHAtzlwI2N .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uHAtzlwI2N .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
  text-align: center;
}
.cid-uHAtzlwI2N .mbr-section-title {
  color: #ffffff;
}
.cid-uHAtzlwI2N .mbr-soc {
  color: #ffffff;
}
.cid-uHAtzlwI2N .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHAtzlwI2N .list {
  color: #ffffff;
}
.cid-uHAtzlwI2N .list,
.cid-uHAtzlwI2N .item-wrap,
.cid-uHAtzlwI2N .list-wrapper P {
  text-align: left;
}
.cid-uJhrRFDtcg {
  background-color: transparent;
}
.cid-uJhrRFDtcg .navbar-dropdown {
  background-color: #f3f4f7 !important;
  padding: 0;
}
.cid-uJhrRFDtcg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f3f4f7 !important;
  background: #f3f4f7;
}
.cid-uJhrRFDtcg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJhrRFDtcg .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJhrRFDtcg .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uJhrRFDtcg .menu_box .navbar.opened,
  .cid-uJhrRFDtcg .menu_box .navbar-collapse {
    background-color: #f3f4f7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uJhrRFDtcg .navbar-dropdown {
  position: relative !important;
}
.cid-uJhrRFDtcg .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uJhrRFDtcg .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uJhrRFDtcg .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uJhrRFDtcg .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uJhrRFDtcg .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uJhrRFDtcg .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uJhrRFDtcg .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uJhrRFDtcg .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uJhrRFDtcg .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uJhrRFDtcg .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uJhrRFDtcg .offcanvas-body .mbr-text,
  .cid-uJhrRFDtcg .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uJhrRFDtcg .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uJhrRFDtcg .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uJhrRFDtcg .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uJhrRFDtcg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uJhrRFDtcg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uJhrRFDtcg .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uJhrRFDtcg .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uJhrRFDtcg ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uJhrRFDtcg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJhrRFDtcg .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-uJhrRFDtcg .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uJhrRFDtcg li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uJhrRFDtcg .lg_brand {
    margin: 0 1rem;
  }
  .cid-uJhrRFDtcg .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uJhrRFDtcg .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uJhrRFDtcg .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uJhrRFDtcg .nav-item {
    margin: 0 !important;
  }
}
.cid-uJhrRFDtcg .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uJhrRFDtcg .nav-item .nav-link:hover,
.cid-uJhrRFDtcg .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uJhrRFDtcg .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uJhrRFDtcg .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uJhrRFDtcg .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uJhrRFDtcg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJhrRFDtcg .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-uJhrRFDtcg .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uJhrRFDtcg .offcanvas_box {
    display: none;
  }
}
.cid-uJhrRFDtcg .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uJhrRFDtcg .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uJhrRFDtcg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uJhrRFDtcg .container {
  display: flex;
  margin: auto;
}
.cid-uJhrRFDtcg .iconfont-wrapper {
  color: #18212d;
  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-uJhrRFDtcg .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uJhrRFDtcg .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uJhrRFDtcg .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uJhrRFDtcg .navbar-nav {
    margin: 0;
  }
}
.cid-uJhrRFDtcg .dropdown-menu,
.cid-uJhrRFDtcg .navbar.opened {
  background-color: false !important;
}
.cid-uJhrRFDtcg .nav-item:focus,
.cid-uJhrRFDtcg .nav-link:focus {
  outline: none;
}
.cid-uJhrRFDtcg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJhrRFDtcg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJhrRFDtcg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJhrRFDtcg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJhrRFDtcg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJhrRFDtcg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJhrRFDtcg .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uJhrRFDtcg .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uJhrRFDtcg .navbar.opened {
  transition: all 0.3s;
}
.cid-uJhrRFDtcg .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uJhrRFDtcg .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uJhrRFDtcg .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uJhrRFDtcg .navbar.collapsed {
  justify-content: center;
}
.cid-uJhrRFDtcg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJhrRFDtcg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJhrRFDtcg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJhrRFDtcg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJhrRFDtcg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJhrRFDtcg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uJhrRFDtcg .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJhrRFDtcg .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uJhrRFDtcg .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uJhrRFDtcg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJhrRFDtcg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJhrRFDtcg .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uJhrRFDtcg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJhrRFDtcg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uJhrRFDtcg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJhrRFDtcg .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uJhrRFDtcg .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uJhrRFDtcg .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uJhrRFDtcg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uJhrRFDtcg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJhrRFDtcg .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uJhrRFDtcg .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJhrRFDtcg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJhrRFDtcg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJhrRFDtcg .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-uJhrRFDtcg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uJhrRFDtcg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJhrRFDtcg .dropdown-item.active,
.cid-uJhrRFDtcg .dropdown-item:active {
  background-color: transparent;
}
.cid-uJhrRFDtcg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uJhrRFDtcg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJhrRFDtcg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJhrRFDtcg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJhrRFDtcg ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uJhrRFDtcg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJhrRFDtcg button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f3f4f7;
  background: #fbfaf9;
}
.cid-uJhrRFDtcg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uJhrRFDtcg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJhrRFDtcg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJhrRFDtcg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJhrRFDtcg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJhrRFDtcg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJhrRFDtcg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJhrRFDtcg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJhrRFDtcg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJhrRFDtcg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJhrRFDtcg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJhrRFDtcg .navbar {
    height: 70px;
  }
  .cid-uJhrRFDtcg .navbar.opened {
    height: auto;
  }
  .cid-uJhrRFDtcg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJhrRFDtcg .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uJhrRFDtcg .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uJhrRFDtcg .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uJhrRFDtcg .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uJhrRFDtcg .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uJhrRFDtcg .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #edeceb !important;
}
.cid-uJhrRFDtcg .navbar-caption:hover {
  color: #ff6b3c;
}
@media (min-width: 992px) {
  .cid-uJhrRFDtcg .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uJhrRFDtcg .text_widget {
  margin-bottom: 32px;
}
.cid-uJhrRFDtcg .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uJhrRFDtcg .text_widget a:hover,
.cid-uJhrRFDtcg .text_widget a:focus {
  opacity: .8;
}
.cid-uJhrRFDtcg .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uJhrRFDtcg .navbar-caption {
  color: #18212d;
}
.cid-uJhrRFDtcg .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uJhrRFDtcg .mbr-section-subtitle,
.cid-uJhrRFDtcg .text_widget,
.cid-uJhrRFDtcg .mbr-section-btn {
  text-align: center;
}
.cid-uJhrRFDtcg a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uJhrRFWOUw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJhrRFWOUw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJhrRFWOUw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJhrRFWOUw .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJhrRFWOUw .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uJhrRFWOUw .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJhrRFWOUw .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uJhrRFWOUw .container {
    padding: 0 24px;
  }
}
.cid-uJhrRFWOUw .image-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-uJhrRFWOUw .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uJhrRFWOUw .image-wrapper img {
  height: 90vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJhrRFWOUw .image-wrapper img {
    height: 400px;
  }
}
.cid-uJhrRFWOUw .content-wrapper {
  padding: 64px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
}
@media (max-width: 992px) {
  .cid-uJhrRFWOUw .content-wrapper {
    padding: 24px;
  }
}
.cid-uJhrRFWOUw .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uJhrRFWOUw .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uJhrRFWOUw .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uJhrRFWOUw .content-wrapper .content-wrap .mbr-text_1 {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uJhrRFWOUw .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uJhrRFWOUw .content-wrapper .content-wrap .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uJhrRFWOUw .content-wrapper .person-wrapper {
  margin-bottom: 48px;
}
.cid-uJhrRFWOUw .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  padding: 16px;
}
.cid-uJhrRFWOUw .content-wrapper .person-wrapper .person-wrap img {
  width: 50px;
  height: 50px;
  border-radius: 100% !important;
  object-fit: cover;
  margin-right: 16px;
}
.cid-uJhrRFWOUw .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uJhrRFWOUw .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uJhrRFWOUw .mbr-section-title {
  color: #18212d;
}
.cid-uJhrRFWOUw .mbr-section-subtitle {
  color: #18212d;
}
.cid-uJhrRFWOUw .mbr-desc {
  color: #18212d;
}
.cid-uJhrRFWOUw .mbr-text_1 {
  color: #18212d;
}
.cid-uJhrRFWOUw .mbr-text_2 {
  color: #18212d;
}
.cid-uJhrRFWOUw .mbr-role {
  color: #18212d;
}
.cid-uJhrRFWOUw .mbr-name {
  color: #18212d;
}
.cid-uJhrRG69Mr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJhrRG69Mr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJhrRG69Mr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJhrRG69Mr .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJhrRG69Mr .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uJhrRG69Mr .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJhrRG69Mr .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uJhrRG69Mr .container {
    padding: 0 24px;
  }
}
.cid-uJhrRG69Mr .row {
  justify-content: center;
}
.cid-uJhrRG69Mr .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uJhrRG69Mr .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uJhrRG69Mr .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uJhrRG69Mr .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uJhrRG69Mr .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uJhrRG69Mr .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uJhrRG69Mr .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uJhrRG69Mr .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uJhrRG69Mr .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uJhrRG69Mr .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uJhrRG69Mr .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uJhrRG69Mr .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uJhrRG69Mr .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uJhrRG69Mr .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uJhrRG69Mr .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uJhrRG69Mr .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uJhrRG69Mr .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uJhrRG69Mr .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uJhrRG69Mr .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uJhrRG69Mr .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uJhrRG69Mr .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uJhrRG69Mr .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uJhrRG69Mr .list-wrapper .list .item-wrap:hover,
.cid-uJhrRG69Mr .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uJhrRG69Mr .list-wrapper .list .item-wrap:hover::before,
.cid-uJhrRG69Mr .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uJhrRG69Mr .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uJhrRG69Mr .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
  text-align: center;
}
.cid-uJhrRG69Mr .mbr-section-title {
  color: #ffffff;
}
.cid-uJhrRG69Mr .mbr-soc {
  color: #ffffff;
}
.cid-uJhrRG69Mr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJhrRG69Mr .list {
  color: #ffffff;
}
.cid-uJhrRG69Mr .list,
.cid-uJhrRG69Mr .item-wrap,
.cid-uJhrRG69Mr .list-wrapper P {
  text-align: left;
}
.cid-uJhrTTqN5k {
  background-color: transparent;
}
.cid-uJhrTTqN5k .navbar-dropdown {
  background-color: #f3f4f7 !important;
  padding: 0;
}
.cid-uJhrTTqN5k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f3f4f7 !important;
  background: #f3f4f7;
}
.cid-uJhrTTqN5k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJhrTTqN5k .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJhrTTqN5k .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uJhrTTqN5k .menu_box .navbar.opened,
  .cid-uJhrTTqN5k .menu_box .navbar-collapse {
    background-color: #f3f4f7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uJhrTTqN5k .navbar-dropdown {
  position: relative !important;
}
.cid-uJhrTTqN5k .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uJhrTTqN5k .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uJhrTTqN5k .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uJhrTTqN5k .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uJhrTTqN5k .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uJhrTTqN5k .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uJhrTTqN5k .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uJhrTTqN5k .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uJhrTTqN5k .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uJhrTTqN5k .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uJhrTTqN5k .offcanvas-body .mbr-text,
  .cid-uJhrTTqN5k .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uJhrTTqN5k .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uJhrTTqN5k .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uJhrTTqN5k .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uJhrTTqN5k .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uJhrTTqN5k .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uJhrTTqN5k .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uJhrTTqN5k .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uJhrTTqN5k ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uJhrTTqN5k .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJhrTTqN5k .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-uJhrTTqN5k .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uJhrTTqN5k li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uJhrTTqN5k .lg_brand {
    margin: 0 1rem;
  }
  .cid-uJhrTTqN5k .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uJhrTTqN5k .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uJhrTTqN5k .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uJhrTTqN5k .nav-item {
    margin: 0 !important;
  }
}
.cid-uJhrTTqN5k .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uJhrTTqN5k .nav-item .nav-link:hover,
.cid-uJhrTTqN5k .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uJhrTTqN5k .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uJhrTTqN5k .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uJhrTTqN5k .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uJhrTTqN5k .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJhrTTqN5k .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-uJhrTTqN5k .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uJhrTTqN5k .offcanvas_box {
    display: none;
  }
}
.cid-uJhrTTqN5k .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uJhrTTqN5k .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uJhrTTqN5k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uJhrTTqN5k .container {
  display: flex;
  margin: auto;
}
.cid-uJhrTTqN5k .iconfont-wrapper {
  color: #18212d;
  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-uJhrTTqN5k .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uJhrTTqN5k .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uJhrTTqN5k .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uJhrTTqN5k .navbar-nav {
    margin: 0;
  }
}
.cid-uJhrTTqN5k .dropdown-menu,
.cid-uJhrTTqN5k .navbar.opened {
  background-color: false !important;
}
.cid-uJhrTTqN5k .nav-item:focus,
.cid-uJhrTTqN5k .nav-link:focus {
  outline: none;
}
.cid-uJhrTTqN5k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJhrTTqN5k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJhrTTqN5k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJhrTTqN5k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJhrTTqN5k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJhrTTqN5k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJhrTTqN5k .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uJhrTTqN5k .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uJhrTTqN5k .navbar.opened {
  transition: all 0.3s;
}
.cid-uJhrTTqN5k .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uJhrTTqN5k .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uJhrTTqN5k .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uJhrTTqN5k .navbar.collapsed {
  justify-content: center;
}
.cid-uJhrTTqN5k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJhrTTqN5k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJhrTTqN5k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJhrTTqN5k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJhrTTqN5k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJhrTTqN5k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uJhrTTqN5k .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJhrTTqN5k .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uJhrTTqN5k .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uJhrTTqN5k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJhrTTqN5k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJhrTTqN5k .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uJhrTTqN5k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJhrTTqN5k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uJhrTTqN5k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJhrTTqN5k .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uJhrTTqN5k .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uJhrTTqN5k .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uJhrTTqN5k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uJhrTTqN5k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJhrTTqN5k .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uJhrTTqN5k .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJhrTTqN5k .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJhrTTqN5k .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJhrTTqN5k .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-uJhrTTqN5k .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uJhrTTqN5k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJhrTTqN5k .dropdown-item.active,
.cid-uJhrTTqN5k .dropdown-item:active {
  background-color: transparent;
}
.cid-uJhrTTqN5k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uJhrTTqN5k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJhrTTqN5k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJhrTTqN5k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJhrTTqN5k ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uJhrTTqN5k .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJhrTTqN5k button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f3f4f7;
  background: #fbfaf9;
}
.cid-uJhrTTqN5k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uJhrTTqN5k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJhrTTqN5k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJhrTTqN5k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJhrTTqN5k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJhrTTqN5k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJhrTTqN5k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJhrTTqN5k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJhrTTqN5k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJhrTTqN5k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJhrTTqN5k .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJhrTTqN5k .navbar {
    height: 70px;
  }
  .cid-uJhrTTqN5k .navbar.opened {
    height: auto;
  }
  .cid-uJhrTTqN5k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJhrTTqN5k .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uJhrTTqN5k .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uJhrTTqN5k .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uJhrTTqN5k .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uJhrTTqN5k .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uJhrTTqN5k .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #edeceb !important;
}
.cid-uJhrTTqN5k .navbar-caption:hover {
  color: #ff6b3c;
}
@media (min-width: 992px) {
  .cid-uJhrTTqN5k .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uJhrTTqN5k .text_widget {
  margin-bottom: 32px;
}
.cid-uJhrTTqN5k .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uJhrTTqN5k .text_widget a:hover,
.cid-uJhrTTqN5k .text_widget a:focus {
  opacity: .8;
}
.cid-uJhrTTqN5k .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uJhrTTqN5k .navbar-caption {
  color: #18212d;
}
.cid-uJhrTTqN5k .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uJhrTTqN5k .mbr-section-subtitle,
.cid-uJhrTTqN5k .text_widget,
.cid-uJhrTTqN5k .mbr-section-btn {
  text-align: center;
}
.cid-uJhrTTqN5k a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uJhrTTEsRz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJhrTTEsRz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJhrTTEsRz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJhrTTEsRz .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJhrTTEsRz .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uJhrTTEsRz .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJhrTTEsRz .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uJhrTTEsRz .container {
    padding: 0 24px;
  }
}
.cid-uJhrTTEsRz .image-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-uJhrTTEsRz .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uJhrTTEsRz .image-wrapper img {
  height: 90vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJhrTTEsRz .image-wrapper img {
    height: 400px;
  }
}
.cid-uJhrTTEsRz .content-wrapper {
  padding: 64px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
}
@media (max-width: 992px) {
  .cid-uJhrTTEsRz .content-wrapper {
    padding: 24px;
  }
}
.cid-uJhrTTEsRz .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uJhrTTEsRz .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uJhrTTEsRz .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uJhrTTEsRz .content-wrapper .content-wrap .mbr-text_1 {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uJhrTTEsRz .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uJhrTTEsRz .content-wrapper .content-wrap .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uJhrTTEsRz .content-wrapper .person-wrapper {
  margin-bottom: 48px;
}
.cid-uJhrTTEsRz .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  padding: 16px;
}
.cid-uJhrTTEsRz .content-wrapper .person-wrapper .person-wrap img {
  width: 50px;
  height: 50px;
  border-radius: 100% !important;
  object-fit: cover;
  margin-right: 16px;
}
.cid-uJhrTTEsRz .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uJhrTTEsRz .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uJhrTTEsRz .mbr-section-title {
  color: #18212d;
}
.cid-uJhrTTEsRz .mbr-section-subtitle {
  color: #18212d;
}
.cid-uJhrTTEsRz .mbr-desc {
  color: #18212d;
}
.cid-uJhrTTEsRz .mbr-text_1 {
  color: #18212d;
}
.cid-uJhrTTEsRz .mbr-text_2 {
  color: #18212d;
}
.cid-uJhrTTEsRz .mbr-role {
  color: #18212d;
}
.cid-uJhrTTEsRz .mbr-name {
  color: #18212d;
}
.cid-uJhrTTNkZ1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJhrTTNkZ1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJhrTTNkZ1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJhrTTNkZ1 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJhrTTNkZ1 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uJhrTTNkZ1 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJhrTTNkZ1 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uJhrTTNkZ1 .container {
    padding: 0 24px;
  }
}
.cid-uJhrTTNkZ1 .row {
  justify-content: center;
}
.cid-uJhrTTNkZ1 .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uJhrTTNkZ1 .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uJhrTTNkZ1 .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uJhrTTNkZ1 .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uJhrTTNkZ1 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uJhrTTNkZ1 .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uJhrTTNkZ1 .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uJhrTTNkZ1 .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uJhrTTNkZ1 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uJhrTTNkZ1 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uJhrTTNkZ1 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uJhrTTNkZ1 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uJhrTTNkZ1 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uJhrTTNkZ1 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uJhrTTNkZ1 .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uJhrTTNkZ1 .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uJhrTTNkZ1 .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uJhrTTNkZ1 .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uJhrTTNkZ1 .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uJhrTTNkZ1 .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uJhrTTNkZ1 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uJhrTTNkZ1 .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uJhrTTNkZ1 .list-wrapper .list .item-wrap:hover,
.cid-uJhrTTNkZ1 .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uJhrTTNkZ1 .list-wrapper .list .item-wrap:hover::before,
.cid-uJhrTTNkZ1 .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uJhrTTNkZ1 .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uJhrTTNkZ1 .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
  text-align: center;
}
.cid-uJhrTTNkZ1 .mbr-section-title {
  color: #ffffff;
}
.cid-uJhrTTNkZ1 .mbr-soc {
  color: #ffffff;
}
.cid-uJhrTTNkZ1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJhrTTNkZ1 .list {
  color: #ffffff;
}
.cid-uJhrTTNkZ1 .list,
.cid-uJhrTTNkZ1 .item-wrap,
.cid-uJhrTTNkZ1 .list-wrapper P {
  text-align: left;
}
.cid-uJhrVbt5MJ {
  background-color: transparent;
}
.cid-uJhrVbt5MJ .navbar-dropdown {
  background-color: #f3f4f7 !important;
  padding: 0;
}
.cid-uJhrVbt5MJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f3f4f7 !important;
  background: #f3f4f7;
}
.cid-uJhrVbt5MJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJhrVbt5MJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJhrVbt5MJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uJhrVbt5MJ .menu_box .navbar.opened,
  .cid-uJhrVbt5MJ .menu_box .navbar-collapse {
    background-color: #f3f4f7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uJhrVbt5MJ .navbar-dropdown {
  position: relative !important;
}
.cid-uJhrVbt5MJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uJhrVbt5MJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uJhrVbt5MJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uJhrVbt5MJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uJhrVbt5MJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uJhrVbt5MJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uJhrVbt5MJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uJhrVbt5MJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uJhrVbt5MJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uJhrVbt5MJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uJhrVbt5MJ .offcanvas-body .mbr-text,
  .cid-uJhrVbt5MJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uJhrVbt5MJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uJhrVbt5MJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uJhrVbt5MJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uJhrVbt5MJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uJhrVbt5MJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uJhrVbt5MJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uJhrVbt5MJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uJhrVbt5MJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uJhrVbt5MJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJhrVbt5MJ .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-uJhrVbt5MJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uJhrVbt5MJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uJhrVbt5MJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-uJhrVbt5MJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uJhrVbt5MJ .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uJhrVbt5MJ .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uJhrVbt5MJ .nav-item {
    margin: 0 !important;
  }
}
.cid-uJhrVbt5MJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uJhrVbt5MJ .nav-item .nav-link:hover,
.cid-uJhrVbt5MJ .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uJhrVbt5MJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uJhrVbt5MJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uJhrVbt5MJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uJhrVbt5MJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJhrVbt5MJ .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-uJhrVbt5MJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uJhrVbt5MJ .offcanvas_box {
    display: none;
  }
}
.cid-uJhrVbt5MJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uJhrVbt5MJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uJhrVbt5MJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uJhrVbt5MJ .container {
  display: flex;
  margin: auto;
}
.cid-uJhrVbt5MJ .iconfont-wrapper {
  color: #18212d;
  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-uJhrVbt5MJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uJhrVbt5MJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uJhrVbt5MJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uJhrVbt5MJ .navbar-nav {
    margin: 0;
  }
}
.cid-uJhrVbt5MJ .dropdown-menu,
.cid-uJhrVbt5MJ .navbar.opened {
  background-color: false !important;
}
.cid-uJhrVbt5MJ .nav-item:focus,
.cid-uJhrVbt5MJ .nav-link:focus {
  outline: none;
}
.cid-uJhrVbt5MJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJhrVbt5MJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJhrVbt5MJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJhrVbt5MJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJhrVbt5MJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJhrVbt5MJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJhrVbt5MJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uJhrVbt5MJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uJhrVbt5MJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uJhrVbt5MJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uJhrVbt5MJ .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uJhrVbt5MJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uJhrVbt5MJ .navbar.collapsed {
  justify-content: center;
}
.cid-uJhrVbt5MJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJhrVbt5MJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJhrVbt5MJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJhrVbt5MJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJhrVbt5MJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJhrVbt5MJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uJhrVbt5MJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJhrVbt5MJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uJhrVbt5MJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uJhrVbt5MJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJhrVbt5MJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJhrVbt5MJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uJhrVbt5MJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJhrVbt5MJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uJhrVbt5MJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJhrVbt5MJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uJhrVbt5MJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uJhrVbt5MJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uJhrVbt5MJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uJhrVbt5MJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJhrVbt5MJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uJhrVbt5MJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJhrVbt5MJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJhrVbt5MJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJhrVbt5MJ .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-uJhrVbt5MJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uJhrVbt5MJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJhrVbt5MJ .dropdown-item.active,
.cid-uJhrVbt5MJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uJhrVbt5MJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uJhrVbt5MJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJhrVbt5MJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJhrVbt5MJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJhrVbt5MJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uJhrVbt5MJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJhrVbt5MJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f3f4f7;
  background: #fbfaf9;
}
.cid-uJhrVbt5MJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uJhrVbt5MJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJhrVbt5MJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJhrVbt5MJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJhrVbt5MJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJhrVbt5MJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJhrVbt5MJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJhrVbt5MJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJhrVbt5MJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJhrVbt5MJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJhrVbt5MJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJhrVbt5MJ .navbar {
    height: 70px;
  }
  .cid-uJhrVbt5MJ .navbar.opened {
    height: auto;
  }
  .cid-uJhrVbt5MJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJhrVbt5MJ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uJhrVbt5MJ .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uJhrVbt5MJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uJhrVbt5MJ .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uJhrVbt5MJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uJhrVbt5MJ .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #edeceb !important;
}
.cid-uJhrVbt5MJ .navbar-caption:hover {
  color: #ff6b3c;
}
@media (min-width: 992px) {
  .cid-uJhrVbt5MJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uJhrVbt5MJ .text_widget {
  margin-bottom: 32px;
}
.cid-uJhrVbt5MJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uJhrVbt5MJ .text_widget a:hover,
.cid-uJhrVbt5MJ .text_widget a:focus {
  opacity: .8;
}
.cid-uJhrVbt5MJ .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uJhrVbt5MJ .navbar-caption {
  color: #18212d;
}
.cid-uJhrVbt5MJ .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uJhrVbt5MJ .mbr-section-subtitle,
.cid-uJhrVbt5MJ .text_widget,
.cid-uJhrVbt5MJ .mbr-section-btn {
  text-align: center;
}
.cid-uJhrVbt5MJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uJhrVbHUqh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJhrVbHUqh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJhrVbHUqh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJhrVbHUqh .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJhrVbHUqh .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uJhrVbHUqh .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJhrVbHUqh .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uJhrVbHUqh .container {
    padding: 0 24px;
  }
}
.cid-uJhrVbHUqh .image-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-uJhrVbHUqh .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uJhrVbHUqh .image-wrapper img {
  height: 90vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJhrVbHUqh .image-wrapper img {
    height: 400px;
  }
}
.cid-uJhrVbHUqh .content-wrapper {
  padding: 64px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
}
@media (max-width: 992px) {
  .cid-uJhrVbHUqh .content-wrapper {
    padding: 24px;
  }
}
.cid-uJhrVbHUqh .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uJhrVbHUqh .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uJhrVbHUqh .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uJhrVbHUqh .content-wrapper .content-wrap .mbr-text_1 {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uJhrVbHUqh .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uJhrVbHUqh .content-wrapper .content-wrap .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uJhrVbHUqh .content-wrapper .person-wrapper {
  margin-bottom: 48px;
}
.cid-uJhrVbHUqh .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  padding: 16px;
}
.cid-uJhrVbHUqh .content-wrapper .person-wrapper .person-wrap img {
  width: 50px;
  height: 50px;
  border-radius: 100% !important;
  object-fit: cover;
  margin-right: 16px;
}
.cid-uJhrVbHUqh .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uJhrVbHUqh .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uJhrVbHUqh .mbr-section-title {
  color: #18212d;
}
.cid-uJhrVbHUqh .mbr-section-subtitle {
  color: #18212d;
}
.cid-uJhrVbHUqh .mbr-desc {
  color: #18212d;
}
.cid-uJhrVbHUqh .mbr-text_1 {
  color: #18212d;
}
.cid-uJhrVbHUqh .mbr-text_2 {
  color: #18212d;
}
.cid-uJhrVbHUqh .mbr-role {
  color: #18212d;
}
.cid-uJhrVbHUqh .mbr-name {
  color: #18212d;
}
.cid-uJhrVbOOgP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJhrVbOOgP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJhrVbOOgP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJhrVbOOgP .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJhrVbOOgP .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uJhrVbOOgP .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJhrVbOOgP .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uJhrVbOOgP .container {
    padding: 0 24px;
  }
}
.cid-uJhrVbOOgP .row {
  justify-content: center;
}
.cid-uJhrVbOOgP .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uJhrVbOOgP .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uJhrVbOOgP .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uJhrVbOOgP .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uJhrVbOOgP .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uJhrVbOOgP .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uJhrVbOOgP .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uJhrVbOOgP .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uJhrVbOOgP .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uJhrVbOOgP .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uJhrVbOOgP .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uJhrVbOOgP .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uJhrVbOOgP .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uJhrVbOOgP .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uJhrVbOOgP .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uJhrVbOOgP .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uJhrVbOOgP .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uJhrVbOOgP .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uJhrVbOOgP .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uJhrVbOOgP .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uJhrVbOOgP .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uJhrVbOOgP .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uJhrVbOOgP .list-wrapper .list .item-wrap:hover,
.cid-uJhrVbOOgP .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uJhrVbOOgP .list-wrapper .list .item-wrap:hover::before,
.cid-uJhrVbOOgP .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uJhrVbOOgP .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uJhrVbOOgP .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
  text-align: center;
}
.cid-uJhrVbOOgP .mbr-section-title {
  color: #ffffff;
}
.cid-uJhrVbOOgP .mbr-soc {
  color: #ffffff;
}
.cid-uJhrVbOOgP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJhrVbOOgP .list {
  color: #ffffff;
}
.cid-uJhrVbOOgP .list,
.cid-uJhrVbOOgP .item-wrap,
.cid-uJhrVbOOgP .list-wrapper P {
  text-align: left;
}
.cid-uHAEF2hzIZ {
  background-color: transparent;
}
.cid-uHAEF2hzIZ .navbar-dropdown {
  background-color: #f3f4f7 !important;
  padding: 0;
}
.cid-uHAEF2hzIZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f3f4f7 !important;
  background: #f3f4f7;
}
.cid-uHAEF2hzIZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHAEF2hzIZ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHAEF2hzIZ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uHAEF2hzIZ .menu_box .navbar.opened,
  .cid-uHAEF2hzIZ .menu_box .navbar-collapse {
    background-color: #f3f4f7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHAEF2hzIZ .navbar-dropdown {
  position: relative !important;
}
.cid-uHAEF2hzIZ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uHAEF2hzIZ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHAEF2hzIZ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uHAEF2hzIZ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHAEF2hzIZ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uHAEF2hzIZ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uHAEF2hzIZ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uHAEF2hzIZ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uHAEF2hzIZ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uHAEF2hzIZ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uHAEF2hzIZ .offcanvas-body .mbr-text,
  .cid-uHAEF2hzIZ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uHAEF2hzIZ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uHAEF2hzIZ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uHAEF2hzIZ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uHAEF2hzIZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uHAEF2hzIZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uHAEF2hzIZ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uHAEF2hzIZ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uHAEF2hzIZ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uHAEF2hzIZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHAEF2hzIZ .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-uHAEF2hzIZ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uHAEF2hzIZ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uHAEF2hzIZ .lg_brand {
    margin: 0 1rem;
  }
  .cid-uHAEF2hzIZ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uHAEF2hzIZ .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uHAEF2hzIZ .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uHAEF2hzIZ .nav-item {
    margin: 0 !important;
  }
}
.cid-uHAEF2hzIZ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uHAEF2hzIZ .nav-item .nav-link:hover,
.cid-uHAEF2hzIZ .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uHAEF2hzIZ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHAEF2hzIZ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHAEF2hzIZ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHAEF2hzIZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHAEF2hzIZ .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-uHAEF2hzIZ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHAEF2hzIZ .offcanvas_box {
    display: none;
  }
}
.cid-uHAEF2hzIZ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHAEF2hzIZ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHAEF2hzIZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHAEF2hzIZ .container {
  display: flex;
  margin: auto;
}
.cid-uHAEF2hzIZ .iconfont-wrapper {
  color: #18212d;
  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-uHAEF2hzIZ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHAEF2hzIZ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHAEF2hzIZ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uHAEF2hzIZ .navbar-nav {
    margin: 0;
  }
}
.cid-uHAEF2hzIZ .dropdown-menu,
.cid-uHAEF2hzIZ .navbar.opened {
  background-color: false !important;
}
.cid-uHAEF2hzIZ .nav-item:focus,
.cid-uHAEF2hzIZ .nav-link:focus {
  outline: none;
}
.cid-uHAEF2hzIZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHAEF2hzIZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHAEF2hzIZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHAEF2hzIZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHAEF2hzIZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHAEF2hzIZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHAEF2hzIZ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uHAEF2hzIZ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHAEF2hzIZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uHAEF2hzIZ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHAEF2hzIZ .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uHAEF2hzIZ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uHAEF2hzIZ .navbar.collapsed {
  justify-content: center;
}
.cid-uHAEF2hzIZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHAEF2hzIZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHAEF2hzIZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHAEF2hzIZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHAEF2hzIZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHAEF2hzIZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHAEF2hzIZ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHAEF2hzIZ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHAEF2hzIZ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uHAEF2hzIZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHAEF2hzIZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHAEF2hzIZ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHAEF2hzIZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHAEF2hzIZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHAEF2hzIZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHAEF2hzIZ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHAEF2hzIZ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHAEF2hzIZ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHAEF2hzIZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uHAEF2hzIZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHAEF2hzIZ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHAEF2hzIZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHAEF2hzIZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHAEF2hzIZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHAEF2hzIZ .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-uHAEF2hzIZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uHAEF2hzIZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHAEF2hzIZ .dropdown-item.active,
.cid-uHAEF2hzIZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uHAEF2hzIZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uHAEF2hzIZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHAEF2hzIZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHAEF2hzIZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHAEF2hzIZ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHAEF2hzIZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHAEF2hzIZ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f3f4f7;
  background: #fbfaf9;
}
.cid-uHAEF2hzIZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uHAEF2hzIZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHAEF2hzIZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHAEF2hzIZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHAEF2hzIZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHAEF2hzIZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHAEF2hzIZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHAEF2hzIZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHAEF2hzIZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHAEF2hzIZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHAEF2hzIZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHAEF2hzIZ .navbar {
    height: 70px;
  }
  .cid-uHAEF2hzIZ .navbar.opened {
    height: auto;
  }
  .cid-uHAEF2hzIZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHAEF2hzIZ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uHAEF2hzIZ .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uHAEF2hzIZ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uHAEF2hzIZ .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uHAEF2hzIZ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uHAEF2hzIZ .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #edeceb !important;
}
.cid-uHAEF2hzIZ .navbar-caption:hover {
  color: #ff6b3c;
}
@media (min-width: 992px) {
  .cid-uHAEF2hzIZ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHAEF2hzIZ .text_widget {
  margin-bottom: 32px;
}
.cid-uHAEF2hzIZ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHAEF2hzIZ .text_widget a:hover,
.cid-uHAEF2hzIZ .text_widget a:focus {
  opacity: .8;
}
.cid-uHAEF2hzIZ .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uHAEF2hzIZ .navbar-caption {
  color: #18212d;
}
.cid-uHAEF2hzIZ .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uHAEF2hzIZ .mbr-section-subtitle,
.cid-uHAEF2hzIZ .text_widget,
.cid-uHAEF2hzIZ .mbr-section-btn {
  text-align: center;
}
.cid-uHAEF2hzIZ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uJdYeToQcm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJdYeToQcm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJdYeToQcm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJdYeToQcm .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJdYeToQcm .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uJdYeToQcm .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJdYeToQcm .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uJdYeToQcm .container {
    padding: 0 24px;
  }
}
.cid-uJdYeToQcm .image-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-uJdYeToQcm .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uJdYeToQcm .image-wrapper img {
  height: 90vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJdYeToQcm .image-wrapper img {
    height: 400px;
  }
}
.cid-uJdYeToQcm .content-wrapper {
  padding: 64px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
}
@media (max-width: 992px) {
  .cid-uJdYeToQcm .content-wrapper {
    padding: 24px;
  }
}
.cid-uJdYeToQcm .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uJdYeToQcm .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uJdYeToQcm .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uJdYeToQcm .content-wrapper .content-wrap .mbr-text_1 {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uJdYeToQcm .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uJdYeToQcm .content-wrapper .content-wrap .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uJdYeToQcm .content-wrapper .person-wrapper {
  margin-bottom: 48px;
}
.cid-uJdYeToQcm .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  padding: 16px;
}
.cid-uJdYeToQcm .content-wrapper .person-wrapper .person-wrap img {
  width: 50px;
  height: 50px;
  border-radius: 100% !important;
  object-fit: cover;
  margin-right: 16px;
}
.cid-uJdYeToQcm .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uJdYeToQcm .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uJdYeToQcm .mbr-section-title {
  color: #18212d;
}
.cid-uJdYeToQcm .mbr-section-subtitle {
  color: #18212d;
}
.cid-uJdYeToQcm .mbr-desc {
  color: #18212d;
}
.cid-uJdYeToQcm .mbr-text_1 {
  color: #18212d;
}
.cid-uJdYeToQcm .mbr-text_2 {
  color: #18212d;
}
.cid-uJdYeToQcm .mbr-role {
  color: #18212d;
}
.cid-uJdYeToQcm .mbr-name {
  color: #18212d;
}
.cid-uHAEF3OU3M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uHAEF3OU3M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHAEF3OU3M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHAEF3OU3M .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uHAEF3OU3M .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uHAEF3OU3M .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uHAEF3OU3M .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uHAEF3OU3M .container {
    padding: 0 24px;
  }
}
.cid-uHAEF3OU3M .row {
  justify-content: center;
}
.cid-uHAEF3OU3M .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uHAEF3OU3M .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uHAEF3OU3M .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uHAEF3OU3M .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uHAEF3OU3M .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uHAEF3OU3M .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uHAEF3OU3M .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uHAEF3OU3M .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uHAEF3OU3M .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uHAEF3OU3M .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uHAEF3OU3M .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uHAEF3OU3M .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uHAEF3OU3M .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uHAEF3OU3M .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uHAEF3OU3M .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uHAEF3OU3M .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uHAEF3OU3M .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uHAEF3OU3M .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uHAEF3OU3M .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uHAEF3OU3M .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uHAEF3OU3M .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uHAEF3OU3M .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uHAEF3OU3M .list-wrapper .list .item-wrap:hover,
.cid-uHAEF3OU3M .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uHAEF3OU3M .list-wrapper .list .item-wrap:hover::before,
.cid-uHAEF3OU3M .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uHAEF3OU3M .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uHAEF3OU3M .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
  text-align: center;
}
.cid-uHAEF3OU3M .mbr-section-title {
  color: #ffffff;
}
.cid-uHAEF3OU3M .mbr-soc {
  color: #ffffff;
}
.cid-uHAEF3OU3M .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHAEF3OU3M .list {
  color: #ffffff;
}
.cid-uHAEF3OU3M .list,
.cid-uHAEF3OU3M .item-wrap,
.cid-uHAEF3OU3M .list-wrapper P {
  text-align: left;
}
