body {
  font-family: Unbounded;
}
.display-1 {
  font-family: 'Unbounded', sans-serif;
  font-size: 7.5rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-1 > .mbr-iconfont {
  font-size: 9.375rem;
}
.display-2 {
  font-family: 'Unbounded', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-2 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-4 {
  font-family: 'Unbounded', sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 300;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Unbounded', sans-serif;
  font-size: 2.25rem;
  line-height: 1;
  font-weight: 300;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8125rem;
}
.display-7 {
  font-family: 'Unbounded', sans-serif;
  font-size: 1.25rem;
  line-height: 1.33;
  font-weight: 300;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.25rem;
    font-size: calc( 3.2749999999999995rem + (7.5 - 3.2749999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.2749999999999995rem + (7.5 - 3.2749999999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #495dff !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ff9139 !important;
}
.bg-danger {
  background-color: #ff5c5c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #495dff !important;
  border-color: #495dff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #001bf1 !important;
  border-color: #001bf1 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #001bf1 !important;
  border-color: #001bf1 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f1f2f4 !important;
  border-color: #f1f2f4 !important;
  color: #656e81 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #c0c5ce !important;
  border-color: #c0c5ce !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #656e81 !important;
  background-color: #c0c5ce !important;
  border-color: #c0c5ce !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff9139 !important;
  border-color: #ff9139 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #e16400 !important;
  border-color: #e16400 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #e16400 !important;
  border-color: #e16400 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff5c5c !important;
  border-color: #ff5c5c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff0505 !important;
  border-color: #ff0505 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff0505 !important;
  border-color: #ff0505 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #495dff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #001bf1 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #495dff !important;
  border-color: #495dff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f1f2f4;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c0c5ce !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #656e81 !important;
  background-color: #f1f2f4 !important;
  border-color: #f1f2f4 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9139;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #e16400 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9139 !important;
  border-color: #ff9139 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff5c5c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff0505 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff5c5c !important;
  border-color: #ff5c5c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #495dff !important;
}
.text-secondary {
  color: #f1f2f4 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ff9139 !important;
}
.text-danger {
  color: #ff5c5c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0019e2 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b8bdc7 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #d25d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #f50000 !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: #495dff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ff9139;
}
.alert-danger {
  background-color: #ff5c5c;
}
.mbr-gallery-filter li.active .btn {
  background-color: #495dff;
  border-color: #495dff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #495dff;
}
.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: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Unbounded', sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 300;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.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: #495dff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Unbounded', sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 300;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #495dff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #495dff;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #495dff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #495dff;
  border-bottom-color: #495dff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #495dff !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: #f1f2f4 !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='%23495dff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  box-shadow: none;
  border: none;
  border-radius: 0;
}
.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;
}
.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 {
  width: 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;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -2px;
  transition: all .3s ease;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before {
  background-color: #495dff;
}
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn-main .btn-secondary-outline::before {
  background-color: #f1f2f4;
}
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before {
  background-color: #40b0bf;
}
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before {
  background-color: #ffffff;
}
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before {
  background-color: #ff9139;
}
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before {
  background-color: #ff5c5c;
}
.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;
}
.cid-uB0syZFKPx {
  background-color: transparent;
}
.cid-uB0syZFKPx .navbar-dropdown {
  background-color: #495dff !important;
  padding: 0;
}
.cid-uB0syZFKPx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #495dff !important;
  background: #495dff;
}
.cid-uB0syZFKPx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uB0syZFKPx .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uB0syZFKPx .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uB0syZFKPx .menu_box .navbar.opened,
  .cid-uB0syZFKPx .menu_box .navbar-collapse {
    background-color: #495dff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uB0syZFKPx .navbar-dropdown {
  position: relative !important;
}
.cid-uB0syZFKPx .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uB0syZFKPx .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uB0syZFKPx .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uB0syZFKPx .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uB0syZFKPx .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uB0syZFKPx .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #34363a;
  }
  .cid-uB0syZFKPx .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uB0syZFKPx .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uB0syZFKPx .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uB0syZFKPx .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uB0syZFKPx .offcanvas-body .mbr-text,
  .cid-uB0syZFKPx .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uB0syZFKPx .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uB0syZFKPx .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uB0syZFKPx .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uB0syZFKPx .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uB0syZFKPx .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uB0syZFKPx .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uB0syZFKPx .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uB0syZFKPx ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uB0syZFKPx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uB0syZFKPx .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-uB0syZFKPx .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uB0syZFKPx 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-uB0syZFKPx .lg_brand {
    margin: 0 1rem;
  }
  .cid-uB0syZFKPx .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uB0syZFKPx .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uB0syZFKPx .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uB0syZFKPx .nav-item {
    margin: 0 !important;
  }
}
.cid-uB0syZFKPx .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uB0syZFKPx .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uB0syZFKPx .nav-item .nav-link:hover::before,
.cid-uB0syZFKPx .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uB0syZFKPx .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uB0syZFKPx .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uB0syZFKPx .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uB0syZFKPx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uB0syZFKPx .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-uB0syZFKPx .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uB0syZFKPx .offcanvas_box {
    display: none;
  }
}
.cid-uB0syZFKPx .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uB0syZFKPx .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uB0syZFKPx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uB0syZFKPx .container {
  display: flex;
  margin: auto;
}
.cid-uB0syZFKPx .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uB0syZFKPx .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uB0syZFKPx .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uB0syZFKPx .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uB0syZFKPx .navbar-nav {
    margin: 0;
  }
}
.cid-uB0syZFKPx .dropdown-menu,
.cid-uB0syZFKPx .navbar.opened {
  background-color: false !important;
}
.cid-uB0syZFKPx .nav-item:focus,
.cid-uB0syZFKPx .nav-link:focus {
  outline: none;
}
.cid-uB0syZFKPx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uB0syZFKPx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uB0syZFKPx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uB0syZFKPx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB0syZFKPx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uB0syZFKPx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uB0syZFKPx .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uB0syZFKPx .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uB0syZFKPx .navbar.opened {
  transition: all 0.3s;
}
.cid-uB0syZFKPx .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uB0syZFKPx .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: .3rem !important;
}
.cid-uB0syZFKPx .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uB0syZFKPx .navbar.collapsed {
  justify-content: center;
}
.cid-uB0syZFKPx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uB0syZFKPx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uB0syZFKPx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uB0syZFKPx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uB0syZFKPx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uB0syZFKPx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uB0syZFKPx .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uB0syZFKPx .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uB0syZFKPx .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uB0syZFKPx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uB0syZFKPx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uB0syZFKPx .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uB0syZFKPx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uB0syZFKPx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uB0syZFKPx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uB0syZFKPx .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uB0syZFKPx .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uB0syZFKPx .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uB0syZFKPx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uB0syZFKPx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uB0syZFKPx .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uB0syZFKPx .navbar.navbar-short {
  min-height: 60px;
}
.cid-uB0syZFKPx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uB0syZFKPx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uB0syZFKPx .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-uB0syZFKPx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uB0syZFKPx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uB0syZFKPx .dropdown-item.active,
.cid-uB0syZFKPx .dropdown-item:active {
  background-color: transparent;
}
.cid-uB0syZFKPx .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uB0syZFKPx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uB0syZFKPx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uB0syZFKPx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uB0syZFKPx ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uB0syZFKPx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uB0syZFKPx button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #495dff;
  background: #71818e;
}
.cid-uB0syZFKPx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uB0syZFKPx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uB0syZFKPx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB0syZFKPx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB0syZFKPx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uB0syZFKPx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB0syZFKPx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uB0syZFKPx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uB0syZFKPx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB0syZFKPx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uB0syZFKPx .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-uB0syZFKPx .navbar {
    height: 70px;
  }
  .cid-uB0syZFKPx .navbar.opened {
    height: auto;
  }
  .cid-uB0syZFKPx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uB0syZFKPx .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uB0syZFKPx .container-fluid {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.cid-uB0syZFKPx .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uB0syZFKPx .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uB0syZFKPx .mbr-section-btn-main .btn {
  min-width: 140px;
}
.cid-uB0syZFKPx .navbar-caption:hover {
  color: #495dff;
}
@media (min-width: 992px) {
  .cid-uB0syZFKPx .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uB0syZFKPx .text_widget {
  margin-bottom: 32px;
}
.cid-uB0syZFKPx .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uB0syZFKPx .text_widget a:hover,
.cid-uB0syZFKPx .text_widget a:focus {
  opacity: .8;
}
.cid-uB0syZFKPx .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uB0syZFKPx .navbar-caption {
  color: #ffffff;
}
.cid-uB0syZFKPx .mbr-text {
  color: #f4f4f4;
  text-align: center;
}
.cid-uB0syZFKPx .mbr-section-subtitle,
.cid-uB0syZFKPx .text_widget,
.cid-uB0syZFKPx .mbr-section-btn {
  text-align: center;
}
.cid-uB0syZFKPx a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uB0sNs9ICf {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: #181818;
}
.cid-uB0sNs9ICf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB0sNs9ICf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uB0sNs9ICf .container {
    padding: 0 24px;
  }
}
.cid-uB0sNs9ICf .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uB0sNs9ICf .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uB0sNs9ICf .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uB0sNs9ICf .image-wrapper img {
    height: 350px;
  }
}
.cid-uB0sNs9ICf .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uB0sNs9ICf .content-wrapper .mbr-section-title span {
  color: #e0b548;
}
.cid-uB0sNs9ICf .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uB0sNs9ICf .content-wrapper .mbr-desc {
  margin: 32px 0 0;
}
@media (max-width: 992px) {
  .cid-uB0sNs9ICf .content-wrapper .mbr-desc {
    margin: 24px 0 0;
  }
}
.cid-uB0sNs9ICf .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uB0sNs9ICf .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uB0sNs9ICf .mbr-section-title {
  color: #F9F6E0;
}
.cid-uB0sNs9ICf .mbr-text {
  color: #ffffff;
}
.cid-uB0sNs9ICf .mbr-desc {
  color: #E0B548;
}
.cid-uB0sNs9ICf .mbr-section-title,
.cid-uB0sNs9ICf .mbr-section-btn {
  color: #ffffff;
}
.cid-uB0u4BMXNE {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uB0u4BMXNE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB0u4BMXNE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB0u4BMXNE .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uB0u4BMXNE .container-fluid {
    padding: 0 16px;
  }
}
.cid-uB0u4BMXNE .container-fluid .row {
  padding: 0;
}
.cid-uB0u4BMXNE .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uB0u4BMXNE .image-wrapper img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uB0u4BMXNE .image-wrapper img {
    width: 250px;
    height: 250px;
    margin-bottom: 32px;
  }
}
.cid-uB0u4BMXNE .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 115px;
  border-left: 2px solid #495dff;
}
@media (max-width: 992px) {
  .cid-uB0u4BMXNE .title-wrapper {
    padding: 0;
    border: none;
  }
}
.cid-uB0u4BMXNE .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
}
.cid-uB0u4BMXNE .title-wrapper .mbr-text {
  margin-bottom: 32px;
  width: 100%;
}
.cid-uB0u4BMXNE .title-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uB0u4BMXNE .mbr-section-title {
  color: #495DFF;
}
.cid-uB0u4BMXNE .mbr-text {
  color: #495DFF;
}
.cid-uB0u4VBBxQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #495dff;
}
.cid-uB0u4VBBxQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB0u4VBBxQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB0u4VBBxQ .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uB0u4VBBxQ .container-fluid {
    padding: 0 16px;
  }
}
.cid-uB0u4VBBxQ .container-fluid .row {
  padding: 0;
}
.cid-uB0u4VBBxQ .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uB0u4VBBxQ .title-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-uB0u4VBBxQ .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uB0u4VBBxQ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uB0u4VBBxQ .title-wrapper .link-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uB0u4VBBxQ .title-wrapper .link-wrapper .link {
  display: inline-flex;
  align-items: center;
}
.cid-uB0u4VBBxQ .title-wrapper .link-wrapper .link:hover {
  opacity: .5;
}
.cid-uB0u4VBBxQ .title-wrapper .link-wrapper .link .mbr-number {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  background-color: #ffffff;
  border-radius: 100%;
  margin-bottom: 0;
}
.cid-uB0u4VBBxQ .title-wrapper .link-wrapper .link .mbr-link {
  margin: 0;
  text-decoration: underline;
}
.cid-uB0u4VBBxQ .text {
  display: flex;
  justify-content: flex-end;
}
.cid-uB0u4VBBxQ .text .text-wrapper img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 100%;
  margin-bottom: 32px;
}
@media (min-width: 1500px) {
  .cid-uB0u4VBBxQ .text .text-wrapper img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-uB0u4VBBxQ .text .text-wrapper img {
    margin: 0 auto 32px;
  }
}
@media (max-width: 768px) {
  .cid-uB0u4VBBxQ .text .text-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uB0u4VBBxQ .text .text-wrapper .mbr-text {
  width: 350px;
  margin-bottom: 0;
}
@media (min-width: 1500px) {
  .cid-uB0u4VBBxQ .text .text-wrapper .mbr-text {
    width: 450px;
  }
}
@media (max-width: 992px) {
  .cid-uB0u4VBBxQ .text .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uB0u4VBBxQ .mbr-section-title {
  color: #ffffff;
}
.cid-uB0u4VBBxQ .mbr-number {
  color: #495DFF;
}
.cid-uB0u4VBBxQ .mbr-link {
  color: #ffffff;
}
.cid-uB0u4VBBxQ .mbr-text {
  color: #ffffff;
}
.cid-uB0u7yXC7g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uB0u7yXC7g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB0u7yXC7g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB0u7yXC7g .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uB0u7yXC7g .container-fluid {
    padding: 0 16px;
  }
}
.cid-uB0u7yXC7g .container-fluid .row {
  padding: 0;
}
.cid-uB0u7yXC7g .row {
  justify-content: center;
}
.cid-uB0u7yXC7g .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uB0u7yXC7g .title-wrapper {
    margin-bottom: 60px;
  }
}
.cid-uB0u7yXC7g .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uB0u7yXC7g .item {
  margin-bottom: 64px;
}
.cid-uB0u7yXC7g .item .item-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 1190px) {
  .cid-uB0u7yXC7g .item .item-wrapper {
    display: block;
  }
}
.cid-uB0u7yXC7g .item .item-wrapper .item-img {
  margin-right: 46px;
}
@media (max-width: 1190px) {
  .cid-uB0u7yXC7g .item .item-wrapper .item-img {
    margin-right: 0;
    margin-bottom: 22px;
  }
}
.cid-uB0u7yXC7g .item .item-wrapper .item-img img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 1190px) {
  .cid-uB0u7yXC7g .item .item-wrapper .item-img img {
    margin: 0 auto;
  }
}
.cid-uB0u7yXC7g .item .item-wrapper .item-content .mbr-title {
  margin-bottom: 22px;
}
.cid-uB0u7yXC7g .item .item-wrapper .item-content .mbr-text {
  margin: 0;
}
.cid-uB0u7yXC7g .mbr-section-title {
  color: #495DFF;
}
.cid-uB0u7yXC7g .mbr-title {
  color: #495DFF;
}
.cid-uB0u7yXC7g .mbr-text {
  color: #495DFF;
}
.cid-uB0u6HUuZU {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #f1f2f4;
}
.cid-uB0u6HUuZU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB0u6HUuZU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB0u6HUuZU .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uB0u6HUuZU .container-fluid {
    padding: 0 16px;
  }
}
.cid-uB0u6HUuZU .container-fluid .row {
  padding: 0;
}
.cid-uB0u6HUuZU .container {
  overflow: hidden;
}
.cid-uB0u6HUuZU .title-wrapper {
  margin-bottom: 102px;
}
@media (max-width: 992px) {
  .cid-uB0u6HUuZU .title-wrapper {
    margin-bottom: 80px;
  }
}
.cid-uB0u6HUuZU .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uB0u6HUuZU .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-uB0u6HUuZU .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uB0u6HUuZU .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uB0u6HUuZU .cards-wrapper {
  display: inline-grid;
  grid-template-columns: repeat(3, 190px);
  grid-column-gap: 24px;
  grid-row-gap: 64px;
}
@media (max-width: 768px) {
  .cid-uB0u6HUuZU .cards-wrapper {
    grid-template-columns: repeat(1, 100%);
    grid-column-gap: 16px;
    grid-row-gap: 32px;
  }
}
.cid-uB0u6HUuZU .cards-wrapper .card .mbr-number {
  margin-bottom: 4px;
}
.cid-uB0u6HUuZU .cards-wrapper .card .mbr-title {
  margin-bottom: 4px;
}
.cid-uB0u6HUuZU .cards-wrapper .card .mbr-desc {
  margin-bottom: 0;
}
.cid-uB0u6HUuZU .mbr-section-title {
  color: #495DFF;
}
.cid-uB0u6HUuZU .mbr-text {
  color: #495DFF;
}
.cid-uB0u6HUuZU .mbr-number {
  color: #495DFF;
}
.cid-uB0u6HUuZU .mbr-title {
  color: #181818;
}
.cid-uB0u6HUuZU .mbr-desc {
  color: #495DFF;
}
.cid-uB0ua4PoH8 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #f1f2f4;
}
.cid-uB0ua4PoH8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB0ua4PoH8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB0ua4PoH8 .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uB0ua4PoH8 .container-fluid {
    padding: 0 16px;
  }
}
.cid-uB0ua4PoH8 .container-fluid .row {
  padding: 0;
}
.cid-uB0ua4PoH8 .panel-group .card {
  border-radius: 0;
}
.cid-uB0ua4PoH8 .panel-group .card .card-header {
  padding: 0;
  border-bottom: none;
  background-color: transparent;
}
.cid-uB0ua4PoH8 .panel-group .card .card-header .panel-title {
  display: block;
  position: relative;
  padding: 22px 0;
}
.cid-uB0ua4PoH8 .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #495dff;
  opacity: .3;
}
.cid-uB0ua4PoH8 .panel-group .card .card-header .panel-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 2px;
  background-color: #495dff;
  transition: all .5s ease;
}
.cid-uB0ua4PoH8 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uB0ua4PoH8 .panel-group .card .card-header .panel-title:not(.collapsed)::after {
  width: 100%;
}
.cid-uB0ua4PoH8 .panel-group .card .card-header .panel-title:hover::after {
  width: 100%;
}
.cid-uB0ua4PoH8 .panel-group .card .panel-collapse .panel-body {
  padding: 38px 0 16px;
}
.cid-uB0ua4PoH8 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uB0ua4PoH8 .panel-title-edit {
  color: #495DFF;
}
.cid-uB0ua4PoH8 .panel-text {
  color: #495DFF;
}
.cid-uB0upw8nrH {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #222222;
}
.cid-uB0upw8nrH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB0upw8nrH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB0upw8nrH .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uB0upw8nrH .container-fluid {
    padding: 0 20px;
  }
}
.cid-uB0upw8nrH .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uB0upw8nrH .container {
    padding: 0 20px;
  }
  .cid-uB0upw8nrH .container .row {
    padding: 0;
  }
}
.cid-uB0upw8nrH .row {
  justify-content: center;
}
.cid-uB0upw8nrH .dragArea.row .mbr-section-title {
  margin-bottom: 90px !important;
}
@media (max-width: 992px) {
  .cid-uB0upw8nrH .dragArea.row .mbr-section-title {
    margin-bottom: 40px !important;
  }
}
.cid-uB0upw8nrH .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
.cid-uB0upw8nrH .dragArea.row .form-group .form-control {
  border: none !important;
  border-bottom: 1px solid #e8e8e8 !important;
  border-radius: 0;
  padding: 20px 0;
  box-shadow: none;
  background-color: transparent;
}
.cid-uB0upw8nrH .dragArea.row .form-group .form-control::placeholder {
  color: #e8e8e8;
}
.cid-uB0upw8nrH .dragArea.row .form-group .form-control:hover,
.cid-uB0upw8nrH .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none;
}
.cid-uB0upw8nrH .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px !important;
}
.cid-uB0upw8nrH .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uB0upw8nrH .dragArea.row .form-group .form-check {
  margin-bottom: 8px;
}
.cid-uB0upw8nrH .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e8e8e8;
  border-color: #e8e8e8;
}
.cid-uB0upw8nrH .dragArea.row .mbr-section-btn {
  margin-top: 20px;
}
.cid-uB0upw8nrH .dragArea.row .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-uB0upw8nrH .mbr-section-title {
  color: #ffffff;
}
.cid-uB0upw8nrH label {
  color: #ffffff;
}
.cid-uB0udqELxO {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #495dff;
}
.cid-uB0udqELxO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB0udqELxO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB0udqELxO .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uB0udqELxO .container-fluid {
    padding: 0 16px;
  }
}
.cid-uB0udqELxO .container-fluid .row {
  padding: 0;
}
.cid-uB0udqELxO .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uB0udqELxO .title-wrapper .mbr-text {
  margin-bottom: 64px;
}
.cid-uB0udqELxO .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
  color: #ffffff;
}
.cid-uB0udqELxO .list .item-wrap {
  display: inline;
  padding: 16px 0;
  position: relative;
  width: fit-content;
}
.cid-uB0udqELxO .list .item-wrap:hover::before,
.cid-uB0udqELxO .list .item-wrap:focus::before {
  opacity: 1;
}
.cid-uB0udqELxO .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  opacity: .3;
  transition: all .3s ease;
}
.cid-uB0udqELxO .mbr-section-title {
  color: #ffffff;
}
.cid-uB0udqELxO .mbr-text {
  color: #ffffff;
}
.cid-uB0uwJ5Rg2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #181818;
}
.cid-uB0uwJ5Rg2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB0uwJ5Rg2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB0uwJ5Rg2 .copyright {
  color: #ffffff;
}
.cid-uB0uwJ5Rg2 .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uB0uwJ5Rg2 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uB0uwJ5Rg2 .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uB0uwJ5Rg2 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uB0uwJ5Rg2 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uB0uwJ5Rg2 .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uB0uwJ5Rg2 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uB0uwJ5Rg2 .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uB0uwJ5Rg2 .row-links-soc,
.cid-uB0uwJ5Rg2 .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uB0uwJ5Rg2 .copyright,
.cid-uB0uwJ5Rg2 .line {
  color: #ffffff;
}
.cid-uB0yCpGG3y {
  background-color: transparent;
}
.cid-uB0yCpGG3y .navbar-dropdown {
  background-color: #495dff !important;
  padding: 0;
}
.cid-uB0yCpGG3y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #495dff !important;
  background: #495dff;
}
.cid-uB0yCpGG3y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uB0yCpGG3y .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uB0yCpGG3y .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uB0yCpGG3y .menu_box .navbar.opened,
  .cid-uB0yCpGG3y .menu_box .navbar-collapse {
    background-color: #495dff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uB0yCpGG3y .navbar-dropdown {
  position: relative !important;
}
.cid-uB0yCpGG3y .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uB0yCpGG3y .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uB0yCpGG3y .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uB0yCpGG3y .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uB0yCpGG3y .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uB0yCpGG3y .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #34363a;
  }
  .cid-uB0yCpGG3y .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uB0yCpGG3y .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uB0yCpGG3y .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uB0yCpGG3y .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uB0yCpGG3y .offcanvas-body .mbr-text,
  .cid-uB0yCpGG3y .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uB0yCpGG3y .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uB0yCpGG3y .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uB0yCpGG3y .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uB0yCpGG3y .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uB0yCpGG3y .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uB0yCpGG3y .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uB0yCpGG3y .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uB0yCpGG3y ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uB0yCpGG3y .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uB0yCpGG3y .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-uB0yCpGG3y .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uB0yCpGG3y 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-uB0yCpGG3y .lg_brand {
    margin: 0 1rem;
  }
  .cid-uB0yCpGG3y .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uB0yCpGG3y .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uB0yCpGG3y .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uB0yCpGG3y .nav-item {
    margin: 0 !important;
  }
}
.cid-uB0yCpGG3y .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uB0yCpGG3y .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uB0yCpGG3y .nav-item .nav-link:hover::before,
.cid-uB0yCpGG3y .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uB0yCpGG3y .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uB0yCpGG3y .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uB0yCpGG3y .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uB0yCpGG3y .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uB0yCpGG3y .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-uB0yCpGG3y .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uB0yCpGG3y .offcanvas_box {
    display: none;
  }
}
.cid-uB0yCpGG3y .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uB0yCpGG3y .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uB0yCpGG3y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uB0yCpGG3y .container {
  display: flex;
  margin: auto;
}
.cid-uB0yCpGG3y .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uB0yCpGG3y .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uB0yCpGG3y .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uB0yCpGG3y .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uB0yCpGG3y .navbar-nav {
    margin: 0;
  }
}
.cid-uB0yCpGG3y .dropdown-menu,
.cid-uB0yCpGG3y .navbar.opened {
  background-color: false !important;
}
.cid-uB0yCpGG3y .nav-item:focus,
.cid-uB0yCpGG3y .nav-link:focus {
  outline: none;
}
.cid-uB0yCpGG3y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uB0yCpGG3y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uB0yCpGG3y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uB0yCpGG3y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB0yCpGG3y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uB0yCpGG3y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uB0yCpGG3y .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uB0yCpGG3y .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uB0yCpGG3y .navbar.opened {
  transition: all 0.3s;
}
.cid-uB0yCpGG3y .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uB0yCpGG3y .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: .3rem !important;
}
.cid-uB0yCpGG3y .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uB0yCpGG3y .navbar.collapsed {
  justify-content: center;
}
.cid-uB0yCpGG3y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uB0yCpGG3y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uB0yCpGG3y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uB0yCpGG3y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uB0yCpGG3y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uB0yCpGG3y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uB0yCpGG3y .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uB0yCpGG3y .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uB0yCpGG3y .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uB0yCpGG3y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uB0yCpGG3y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uB0yCpGG3y .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uB0yCpGG3y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uB0yCpGG3y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uB0yCpGG3y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uB0yCpGG3y .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uB0yCpGG3y .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uB0yCpGG3y .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uB0yCpGG3y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uB0yCpGG3y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uB0yCpGG3y .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uB0yCpGG3y .navbar.navbar-short {
  min-height: 60px;
}
.cid-uB0yCpGG3y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uB0yCpGG3y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uB0yCpGG3y .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-uB0yCpGG3y .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uB0yCpGG3y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uB0yCpGG3y .dropdown-item.active,
.cid-uB0yCpGG3y .dropdown-item:active {
  background-color: transparent;
}
.cid-uB0yCpGG3y .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uB0yCpGG3y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uB0yCpGG3y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uB0yCpGG3y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uB0yCpGG3y ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uB0yCpGG3y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uB0yCpGG3y button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #495dff;
  background: #71818e;
}
.cid-uB0yCpGG3y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uB0yCpGG3y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uB0yCpGG3y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB0yCpGG3y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB0yCpGG3y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uB0yCpGG3y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB0yCpGG3y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uB0yCpGG3y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uB0yCpGG3y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB0yCpGG3y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uB0yCpGG3y .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-uB0yCpGG3y .navbar {
    height: 70px;
  }
  .cid-uB0yCpGG3y .navbar.opened {
    height: auto;
  }
  .cid-uB0yCpGG3y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uB0yCpGG3y .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uB0yCpGG3y .container-fluid {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.cid-uB0yCpGG3y .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uB0yCpGG3y .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uB0yCpGG3y .mbr-section-btn-main .btn {
  min-width: 140px;
}
.cid-uB0yCpGG3y .navbar-caption:hover {
  color: #495dff;
}
@media (min-width: 992px) {
  .cid-uB0yCpGG3y .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uB0yCpGG3y .text_widget {
  margin-bottom: 32px;
}
.cid-uB0yCpGG3y .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uB0yCpGG3y .text_widget a:hover,
.cid-uB0yCpGG3y .text_widget a:focus {
  opacity: .8;
}
.cid-uB0yCpGG3y .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uB0yCpGG3y .navbar-caption {
  color: #ffffff;
}
.cid-uB0yCpGG3y .mbr-text {
  color: #f4f4f4;
  text-align: center;
}
.cid-uB0yCpGG3y .mbr-section-subtitle,
.cid-uB0yCpGG3y .text_widget,
.cid-uB0yCpGG3y .mbr-section-btn {
  text-align: center;
}
.cid-uB0yCpGG3y a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uB0yXs0e2R {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: #ffffff;
}
.cid-uB0yXs0e2R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB0yXs0e2R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uB0yXs0e2R .container {
    padding: 0 22px;
  }
}
.cid-uB0yXs0e2R .row {
  justify-content: center;
}
.cid-uB0yXs0e2R .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uB0yXs0e2R .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uB0yXs0e2R .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #000000;
}
.cid-uB0yXs0e2R .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uB0yXs0e2R .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-uB0yXs0e2R .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uB0yXs0e2R .mbr-section-title {
  color: #ffffff;
}
.cid-uB0yXs0e2R .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uB0yXs0e2R .mbr-section-title,
.cid-uB0yXs0e2R .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uB0yCqBQIa {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #495dff;
}
.cid-uB0yCqBQIa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB0yCqBQIa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB0yCqBQIa .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uB0yCqBQIa .container-fluid {
    padding: 0 16px;
  }
}
.cid-uB0yCqBQIa .container-fluid .row {
  padding: 0;
}
.cid-uB0yCqBQIa .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uB0yCqBQIa .title-wrapper .mbr-text {
  margin-bottom: 64px;
}
.cid-uB0yCqBQIa .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
  color: #ffffff;
}
.cid-uB0yCqBQIa .list .item-wrap {
  display: inline;
  padding: 16px 0;
  position: relative;
  width: fit-content;
}
.cid-uB0yCqBQIa .list .item-wrap:hover::before,
.cid-uB0yCqBQIa .list .item-wrap:focus::before {
  opacity: 1;
}
.cid-uB0yCqBQIa .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  opacity: .3;
  transition: all .3s ease;
}
.cid-uB0yCqBQIa .mbr-section-title {
  color: #ffffff;
}
.cid-uB0yCqBQIa .mbr-text {
  color: #ffffff;
}
.cid-uB0yCr64mh {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #181818;
}
.cid-uB0yCr64mh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB0yCr64mh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB0yCr64mh .copyright {
  color: #ffffff;
}
.cid-uB0yCr64mh .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uB0yCr64mh .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uB0yCr64mh .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uB0yCr64mh .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uB0yCr64mh .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uB0yCr64mh .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uB0yCr64mh .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uB0yCr64mh .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uB0yCr64mh .row-links-soc,
.cid-uB0yCr64mh .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uB0yCr64mh .copyright,
.cid-uB0yCr64mh .line {
  color: #ffffff;
}
.cid-uB0yAXwRls {
  background-color: transparent;
}
.cid-uB0yAXwRls .navbar-dropdown {
  background-color: #495dff !important;
  padding: 0;
}
.cid-uB0yAXwRls .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #495dff !important;
  background: #495dff;
}
.cid-uB0yAXwRls .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uB0yAXwRls .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uB0yAXwRls .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uB0yAXwRls .menu_box .navbar.opened,
  .cid-uB0yAXwRls .menu_box .navbar-collapse {
    background-color: #495dff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uB0yAXwRls .navbar-dropdown {
  position: relative !important;
}
.cid-uB0yAXwRls .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uB0yAXwRls .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uB0yAXwRls .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uB0yAXwRls .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uB0yAXwRls .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uB0yAXwRls .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #34363a;
  }
  .cid-uB0yAXwRls .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uB0yAXwRls .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uB0yAXwRls .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uB0yAXwRls .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uB0yAXwRls .offcanvas-body .mbr-text,
  .cid-uB0yAXwRls .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uB0yAXwRls .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uB0yAXwRls .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uB0yAXwRls .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uB0yAXwRls .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uB0yAXwRls .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uB0yAXwRls .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uB0yAXwRls .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uB0yAXwRls ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uB0yAXwRls .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uB0yAXwRls .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-uB0yAXwRls .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uB0yAXwRls 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-uB0yAXwRls .lg_brand {
    margin: 0 1rem;
  }
  .cid-uB0yAXwRls .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uB0yAXwRls .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uB0yAXwRls .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uB0yAXwRls .nav-item {
    margin: 0 !important;
  }
}
.cid-uB0yAXwRls .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uB0yAXwRls .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uB0yAXwRls .nav-item .nav-link:hover::before,
.cid-uB0yAXwRls .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uB0yAXwRls .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uB0yAXwRls .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uB0yAXwRls .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uB0yAXwRls .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uB0yAXwRls .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-uB0yAXwRls .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uB0yAXwRls .offcanvas_box {
    display: none;
  }
}
.cid-uB0yAXwRls .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uB0yAXwRls .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uB0yAXwRls .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uB0yAXwRls .container {
  display: flex;
  margin: auto;
}
.cid-uB0yAXwRls .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uB0yAXwRls .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uB0yAXwRls .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uB0yAXwRls .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uB0yAXwRls .navbar-nav {
    margin: 0;
  }
}
.cid-uB0yAXwRls .dropdown-menu,
.cid-uB0yAXwRls .navbar.opened {
  background-color: false !important;
}
.cid-uB0yAXwRls .nav-item:focus,
.cid-uB0yAXwRls .nav-link:focus {
  outline: none;
}
.cid-uB0yAXwRls .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uB0yAXwRls .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uB0yAXwRls .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uB0yAXwRls .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB0yAXwRls .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uB0yAXwRls .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uB0yAXwRls .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uB0yAXwRls .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uB0yAXwRls .navbar.opened {
  transition: all 0.3s;
}
.cid-uB0yAXwRls .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uB0yAXwRls .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: .3rem !important;
}
.cid-uB0yAXwRls .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uB0yAXwRls .navbar.collapsed {
  justify-content: center;
}
.cid-uB0yAXwRls .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uB0yAXwRls .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uB0yAXwRls .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uB0yAXwRls .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uB0yAXwRls .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uB0yAXwRls .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uB0yAXwRls .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uB0yAXwRls .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uB0yAXwRls .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uB0yAXwRls .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uB0yAXwRls .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uB0yAXwRls .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uB0yAXwRls .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uB0yAXwRls .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uB0yAXwRls .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uB0yAXwRls .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uB0yAXwRls .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uB0yAXwRls .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uB0yAXwRls .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uB0yAXwRls .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uB0yAXwRls .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uB0yAXwRls .navbar.navbar-short {
  min-height: 60px;
}
.cid-uB0yAXwRls .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uB0yAXwRls .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uB0yAXwRls .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-uB0yAXwRls .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uB0yAXwRls .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uB0yAXwRls .dropdown-item.active,
.cid-uB0yAXwRls .dropdown-item:active {
  background-color: transparent;
}
.cid-uB0yAXwRls .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uB0yAXwRls .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uB0yAXwRls .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uB0yAXwRls .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uB0yAXwRls ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uB0yAXwRls .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uB0yAXwRls button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #495dff;
  background: #71818e;
}
.cid-uB0yAXwRls button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uB0yAXwRls button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uB0yAXwRls button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB0yAXwRls button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB0yAXwRls button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uB0yAXwRls nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB0yAXwRls nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uB0yAXwRls nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uB0yAXwRls nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB0yAXwRls a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uB0yAXwRls .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-uB0yAXwRls .navbar {
    height: 70px;
  }
  .cid-uB0yAXwRls .navbar.opened {
    height: auto;
  }
  .cid-uB0yAXwRls .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uB0yAXwRls .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uB0yAXwRls .container-fluid {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.cid-uB0yAXwRls .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uB0yAXwRls .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uB0yAXwRls .mbr-section-btn-main .btn {
  min-width: 140px;
}
.cid-uB0yAXwRls .navbar-caption:hover {
  color: #495dff;
}
@media (min-width: 992px) {
  .cid-uB0yAXwRls .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uB0yAXwRls .text_widget {
  margin-bottom: 32px;
}
.cid-uB0yAXwRls .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uB0yAXwRls .text_widget a:hover,
.cid-uB0yAXwRls .text_widget a:focus {
  opacity: .8;
}
.cid-uB0yAXwRls .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uB0yAXwRls .navbar-caption {
  color: #ffffff;
}
.cid-uB0yAXwRls .mbr-text {
  color: #f4f4f4;
  text-align: center;
}
.cid-uB0yAXwRls .mbr-section-subtitle,
.cid-uB0yAXwRls .text_widget,
.cid-uB0yAXwRls .mbr-section-btn {
  text-align: center;
}
.cid-uB0yAXwRls a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uB0yW4ndTx {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uB0yW4ndTx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB0yW4ndTx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uB0yW4ndTx .container {
    padding: 0 30px;
  }
}
.cid-uB0yW4ndTx .card {
  justify-content: center;
}
.cid-uB0yW4ndTx .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uB0yW4ndTx .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uB0yW4ndTx .content-wrapper {
    padding: 0;
  }
}
.cid-uB0yW4ndTx .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uB0yW4ndTx .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uB0yW4ndTx .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uB0yW4ndTx .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uB0yW4ndTx .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uB0yW4ndTx .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uB0yW4ndTx .mbr-desc {
  color: #254b45;
}
.cid-uB0yW4ndTx .mbr-section-title {
  color: #254b45;
}
.cid-uB0yW4ndTx .mbr-text {
  color: #254b45;
}
.cid-uB0yW4ndTx .mbr-desc,
.cid-uB0yW4ndTx .desc-wrapper {
  color: #000000;
}
.cid-uB0yW4ndTx .mbr-section-title,
.cid-uB0yW4ndTx .mbr-section-btn {
  color: #000000;
}
.cid-uB0yAYru8a {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #495dff;
}
.cid-uB0yAYru8a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB0yAYru8a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB0yAYru8a .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uB0yAYru8a .container-fluid {
    padding: 0 16px;
  }
}
.cid-uB0yAYru8a .container-fluid .row {
  padding: 0;
}
.cid-uB0yAYru8a .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uB0yAYru8a .title-wrapper .mbr-text {
  margin-bottom: 64px;
}
.cid-uB0yAYru8a .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
  color: #ffffff;
}
.cid-uB0yAYru8a .list .item-wrap {
  display: inline;
  padding: 16px 0;
  position: relative;
  width: fit-content;
}
.cid-uB0yAYru8a .list .item-wrap:hover::before,
.cid-uB0yAYru8a .list .item-wrap:focus::before {
  opacity: 1;
}
.cid-uB0yAYru8a .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  opacity: .3;
  transition: all .3s ease;
}
.cid-uB0yAYru8a .mbr-section-title {
  color: #ffffff;
}
.cid-uB0yAYru8a .mbr-text {
  color: #ffffff;
}
.cid-uB0yAYYi3V {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #181818;
}
.cid-uB0yAYYi3V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB0yAYYi3V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB0yAYYi3V .copyright {
  color: #ffffff;
}
.cid-uB0yAYYi3V .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uB0yAYYi3V .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uB0yAYYi3V .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uB0yAYYi3V .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uB0yAYYi3V .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uB0yAYYi3V .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uB0yAYYi3V .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uB0yAYYi3V .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uB0yAYYi3V .row-links-soc,
.cid-uB0yAYYi3V .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uB0yAYYi3V .copyright,
.cid-uB0yAYYi3V .line {
  color: #ffffff;
}
.cid-uB0yzT1JNU {
  background-color: transparent;
}
.cid-uB0yzT1JNU .navbar-dropdown {
  background-color: #495dff !important;
  padding: 0;
}
.cid-uB0yzT1JNU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #495dff !important;
  background: #495dff;
}
.cid-uB0yzT1JNU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uB0yzT1JNU .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uB0yzT1JNU .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uB0yzT1JNU .menu_box .navbar.opened,
  .cid-uB0yzT1JNU .menu_box .navbar-collapse {
    background-color: #495dff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uB0yzT1JNU .navbar-dropdown {
  position: relative !important;
}
.cid-uB0yzT1JNU .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uB0yzT1JNU .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uB0yzT1JNU .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uB0yzT1JNU .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uB0yzT1JNU .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uB0yzT1JNU .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #34363a;
  }
  .cid-uB0yzT1JNU .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uB0yzT1JNU .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uB0yzT1JNU .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uB0yzT1JNU .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uB0yzT1JNU .offcanvas-body .mbr-text,
  .cid-uB0yzT1JNU .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uB0yzT1JNU .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uB0yzT1JNU .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uB0yzT1JNU .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uB0yzT1JNU .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uB0yzT1JNU .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uB0yzT1JNU .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uB0yzT1JNU .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uB0yzT1JNU ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uB0yzT1JNU .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uB0yzT1JNU .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-uB0yzT1JNU .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uB0yzT1JNU 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-uB0yzT1JNU .lg_brand {
    margin: 0 1rem;
  }
  .cid-uB0yzT1JNU .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uB0yzT1JNU .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uB0yzT1JNU .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uB0yzT1JNU .nav-item {
    margin: 0 !important;
  }
}
.cid-uB0yzT1JNU .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uB0yzT1JNU .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uB0yzT1JNU .nav-item .nav-link:hover::before,
.cid-uB0yzT1JNU .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uB0yzT1JNU .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uB0yzT1JNU .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uB0yzT1JNU .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uB0yzT1JNU .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uB0yzT1JNU .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-uB0yzT1JNU .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uB0yzT1JNU .offcanvas_box {
    display: none;
  }
}
.cid-uB0yzT1JNU .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uB0yzT1JNU .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uB0yzT1JNU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uB0yzT1JNU .container {
  display: flex;
  margin: auto;
}
.cid-uB0yzT1JNU .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uB0yzT1JNU .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uB0yzT1JNU .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uB0yzT1JNU .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uB0yzT1JNU .navbar-nav {
    margin: 0;
  }
}
.cid-uB0yzT1JNU .dropdown-menu,
.cid-uB0yzT1JNU .navbar.opened {
  background-color: false !important;
}
.cid-uB0yzT1JNU .nav-item:focus,
.cid-uB0yzT1JNU .nav-link:focus {
  outline: none;
}
.cid-uB0yzT1JNU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uB0yzT1JNU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uB0yzT1JNU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uB0yzT1JNU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB0yzT1JNU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uB0yzT1JNU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uB0yzT1JNU .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uB0yzT1JNU .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uB0yzT1JNU .navbar.opened {
  transition: all 0.3s;
}
.cid-uB0yzT1JNU .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uB0yzT1JNU .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: .3rem !important;
}
.cid-uB0yzT1JNU .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uB0yzT1JNU .navbar.collapsed {
  justify-content: center;
}
.cid-uB0yzT1JNU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uB0yzT1JNU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uB0yzT1JNU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uB0yzT1JNU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uB0yzT1JNU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uB0yzT1JNU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uB0yzT1JNU .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uB0yzT1JNU .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uB0yzT1JNU .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uB0yzT1JNU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uB0yzT1JNU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uB0yzT1JNU .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uB0yzT1JNU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uB0yzT1JNU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uB0yzT1JNU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uB0yzT1JNU .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uB0yzT1JNU .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uB0yzT1JNU .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uB0yzT1JNU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uB0yzT1JNU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uB0yzT1JNU .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uB0yzT1JNU .navbar.navbar-short {
  min-height: 60px;
}
.cid-uB0yzT1JNU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uB0yzT1JNU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uB0yzT1JNU .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-uB0yzT1JNU .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uB0yzT1JNU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uB0yzT1JNU .dropdown-item.active,
.cid-uB0yzT1JNU .dropdown-item:active {
  background-color: transparent;
}
.cid-uB0yzT1JNU .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uB0yzT1JNU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uB0yzT1JNU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uB0yzT1JNU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uB0yzT1JNU ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uB0yzT1JNU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uB0yzT1JNU button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #495dff;
  background: #71818e;
}
.cid-uB0yzT1JNU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uB0yzT1JNU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uB0yzT1JNU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB0yzT1JNU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB0yzT1JNU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uB0yzT1JNU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB0yzT1JNU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uB0yzT1JNU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uB0yzT1JNU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB0yzT1JNU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uB0yzT1JNU .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-uB0yzT1JNU .navbar {
    height: 70px;
  }
  .cid-uB0yzT1JNU .navbar.opened {
    height: auto;
  }
  .cid-uB0yzT1JNU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uB0yzT1JNU .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uB0yzT1JNU .container-fluid {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.cid-uB0yzT1JNU .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uB0yzT1JNU .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uB0yzT1JNU .mbr-section-btn-main .btn {
  min-width: 140px;
}
.cid-uB0yzT1JNU .navbar-caption:hover {
  color: #495dff;
}
@media (min-width: 992px) {
  .cid-uB0yzT1JNU .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uB0yzT1JNU .text_widget {
  margin-bottom: 32px;
}
.cid-uB0yzT1JNU .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uB0yzT1JNU .text_widget a:hover,
.cid-uB0yzT1JNU .text_widget a:focus {
  opacity: .8;
}
.cid-uB0yzT1JNU .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uB0yzT1JNU .navbar-caption {
  color: #ffffff;
}
.cid-uB0yzT1JNU .mbr-text {
  color: #f4f4f4;
  text-align: center;
}
.cid-uB0yzT1JNU .mbr-section-subtitle,
.cid-uB0yzT1JNU .text_widget,
.cid-uB0yzT1JNU .mbr-section-btn {
  text-align: center;
}
.cid-uB0yzT1JNU a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uB0yU5F1cw {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: #ffffff;
}
.cid-uB0yU5F1cw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB0yU5F1cw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB0yU5F1cw .content-wrapper {
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uB0yU5F1cw .content-wrapper {
    padding: 0;
  }
}
.cid-uB0yU5F1cw .content-wrapper .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uB0yU5F1cw .content-wrapper .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uB0yU5F1cw .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uB0yU5F1cw .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uB0yU5F1cw .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uB0yU5F1cw .content-wrapper .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uB0yU5F1cw .content-wrapper .image-wrapper {
    margin-bottom: 38px;
  }
}
.cid-uB0yU5F1cw .content-wrapper .image-wrapper img {
  height: 600px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uB0yU5F1cw .content-wrapper .image-wrapper img {
    height: 250px;
  }
}
.cid-uB0yU5F1cw .mbr-section-title {
  color: #ffffff;
}
.cid-uB0yU5F1cw .mbr-text,
.cid-uB0yU5F1cw .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uB0yU5F1cw .mbr-section-title,
.cid-uB0yU5F1cw .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uB0yzUgcGx {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #495dff;
}
.cid-uB0yzUgcGx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB0yzUgcGx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB0yzUgcGx .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uB0yzUgcGx .container-fluid {
    padding: 0 16px;
  }
}
.cid-uB0yzUgcGx .container-fluid .row {
  padding: 0;
}
.cid-uB0yzUgcGx .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uB0yzUgcGx .title-wrapper .mbr-text {
  margin-bottom: 64px;
}
.cid-uB0yzUgcGx .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
  color: #ffffff;
}
.cid-uB0yzUgcGx .list .item-wrap {
  display: inline;
  padding: 16px 0;
  position: relative;
  width: fit-content;
}
.cid-uB0yzUgcGx .list .item-wrap:hover::before,
.cid-uB0yzUgcGx .list .item-wrap:focus::before {
  opacity: 1;
}
.cid-uB0yzUgcGx .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  opacity: .3;
  transition: all .3s ease;
}
.cid-uB0yzUgcGx .mbr-section-title {
  color: #ffffff;
}
.cid-uB0yzUgcGx .mbr-text {
  color: #ffffff;
}
.cid-uB0yzUUImN {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #181818;
}
.cid-uB0yzUUImN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB0yzUUImN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB0yzUUImN .copyright {
  color: #ffffff;
}
.cid-uB0yzUUImN .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uB0yzUUImN .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uB0yzUUImN .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uB0yzUUImN .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uB0yzUUImN .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uB0yzUUImN .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uB0yzUUImN .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uB0yzUUImN .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uB0yzUUImN .row-links-soc,
.cid-uB0yzUUImN .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uB0yzUUImN .copyright,
.cid-uB0yzUUImN .line {
  color: #ffffff;
}
.cid-uB0ywP8tN0 {
  background-color: transparent;
}
.cid-uB0ywP8tN0 .navbar-dropdown {
  background-color: #495dff !important;
  padding: 0;
}
.cid-uB0ywP8tN0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #495dff !important;
  background: #495dff;
}
.cid-uB0ywP8tN0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uB0ywP8tN0 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uB0ywP8tN0 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uB0ywP8tN0 .menu_box .navbar.opened,
  .cid-uB0ywP8tN0 .menu_box .navbar-collapse {
    background-color: #495dff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uB0ywP8tN0 .navbar-dropdown {
  position: relative !important;
}
.cid-uB0ywP8tN0 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uB0ywP8tN0 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uB0ywP8tN0 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uB0ywP8tN0 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uB0ywP8tN0 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uB0ywP8tN0 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #34363a;
  }
  .cid-uB0ywP8tN0 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uB0ywP8tN0 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uB0ywP8tN0 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uB0ywP8tN0 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uB0ywP8tN0 .offcanvas-body .mbr-text,
  .cid-uB0ywP8tN0 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uB0ywP8tN0 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uB0ywP8tN0 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uB0ywP8tN0 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uB0ywP8tN0 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uB0ywP8tN0 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uB0ywP8tN0 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uB0ywP8tN0 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uB0ywP8tN0 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uB0ywP8tN0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uB0ywP8tN0 .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-uB0ywP8tN0 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uB0ywP8tN0 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-uB0ywP8tN0 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uB0ywP8tN0 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uB0ywP8tN0 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uB0ywP8tN0 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uB0ywP8tN0 .nav-item {
    margin: 0 !important;
  }
}
.cid-uB0ywP8tN0 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uB0ywP8tN0 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uB0ywP8tN0 .nav-item .nav-link:hover::before,
.cid-uB0ywP8tN0 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uB0ywP8tN0 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uB0ywP8tN0 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uB0ywP8tN0 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uB0ywP8tN0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uB0ywP8tN0 .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-uB0ywP8tN0 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uB0ywP8tN0 .offcanvas_box {
    display: none;
  }
}
.cid-uB0ywP8tN0 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uB0ywP8tN0 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uB0ywP8tN0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uB0ywP8tN0 .container {
  display: flex;
  margin: auto;
}
.cid-uB0ywP8tN0 .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uB0ywP8tN0 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uB0ywP8tN0 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uB0ywP8tN0 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uB0ywP8tN0 .navbar-nav {
    margin: 0;
  }
}
.cid-uB0ywP8tN0 .dropdown-menu,
.cid-uB0ywP8tN0 .navbar.opened {
  background-color: false !important;
}
.cid-uB0ywP8tN0 .nav-item:focus,
.cid-uB0ywP8tN0 .nav-link:focus {
  outline: none;
}
.cid-uB0ywP8tN0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uB0ywP8tN0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uB0ywP8tN0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uB0ywP8tN0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB0ywP8tN0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uB0ywP8tN0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uB0ywP8tN0 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uB0ywP8tN0 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uB0ywP8tN0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uB0ywP8tN0 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uB0ywP8tN0 .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: .3rem !important;
}
.cid-uB0ywP8tN0 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uB0ywP8tN0 .navbar.collapsed {
  justify-content: center;
}
.cid-uB0ywP8tN0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uB0ywP8tN0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uB0ywP8tN0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uB0ywP8tN0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uB0ywP8tN0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uB0ywP8tN0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uB0ywP8tN0 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uB0ywP8tN0 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uB0ywP8tN0 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uB0ywP8tN0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uB0ywP8tN0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uB0ywP8tN0 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uB0ywP8tN0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uB0ywP8tN0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uB0ywP8tN0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uB0ywP8tN0 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uB0ywP8tN0 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uB0ywP8tN0 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uB0ywP8tN0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uB0ywP8tN0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uB0ywP8tN0 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uB0ywP8tN0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uB0ywP8tN0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uB0ywP8tN0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uB0ywP8tN0 .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-uB0ywP8tN0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uB0ywP8tN0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uB0ywP8tN0 .dropdown-item.active,
.cid-uB0ywP8tN0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uB0ywP8tN0 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uB0ywP8tN0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uB0ywP8tN0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uB0ywP8tN0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uB0ywP8tN0 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uB0ywP8tN0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uB0ywP8tN0 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #495dff;
  background: #71818e;
}
.cid-uB0ywP8tN0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uB0ywP8tN0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uB0ywP8tN0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB0ywP8tN0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB0ywP8tN0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uB0ywP8tN0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB0ywP8tN0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uB0ywP8tN0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uB0ywP8tN0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB0ywP8tN0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uB0ywP8tN0 .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-uB0ywP8tN0 .navbar {
    height: 70px;
  }
  .cid-uB0ywP8tN0 .navbar.opened {
    height: auto;
  }
  .cid-uB0ywP8tN0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uB0ywP8tN0 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uB0ywP8tN0 .container-fluid {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.cid-uB0ywP8tN0 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uB0ywP8tN0 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uB0ywP8tN0 .mbr-section-btn-main .btn {
  min-width: 140px;
}
.cid-uB0ywP8tN0 .navbar-caption:hover {
  color: #495dff;
}
@media (min-width: 992px) {
  .cid-uB0ywP8tN0 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uB0ywP8tN0 .text_widget {
  margin-bottom: 32px;
}
.cid-uB0ywP8tN0 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uB0ywP8tN0 .text_widget a:hover,
.cid-uB0ywP8tN0 .text_widget a:focus {
  opacity: .8;
}
.cid-uB0ywP8tN0 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uB0ywP8tN0 .navbar-caption {
  color: #ffffff;
}
.cid-uB0ywP8tN0 .mbr-text {
  color: #f4f4f4;
  text-align: center;
}
.cid-uB0ywP8tN0 .mbr-section-subtitle,
.cid-uB0ywP8tN0 .text_widget,
.cid-uB0ywP8tN0 .mbr-section-btn {
  text-align: center;
}
.cid-uB0ywP8tN0 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uB0yRRWeSH {
  padding-top: 12rem;
  padding-bottom: 12rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uB0yRRWeSH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB0yRRWeSH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB0yRRWeSH .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uB0yRRWeSH .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uB0yRRWeSH .container {
    padding: 0 24px;
  }
}
.cid-uB0yRRWeSH .row {
  justify-content: center;
}
.cid-uB0yRRWeSH .content-wrapper .desc-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uB0yRRWeSH .content-wrapper .desc-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uB0yRRWeSH .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 16px;
  background-color: #eff1f2;
  border-radius: .75rem;
}
.cid-uB0yRRWeSH .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uB0yRRWeSH .mbr-section-title {
  color: #141414;
}
.cid-uB0yRRWeSH .mbr-text {
  color: #141414;
}
.cid-uB0ywYnCWN {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #495dff;
}
.cid-uB0ywYnCWN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB0ywYnCWN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB0ywYnCWN .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uB0ywYnCWN .container-fluid {
    padding: 0 16px;
  }
}
.cid-uB0ywYnCWN .container-fluid .row {
  padding: 0;
}
.cid-uB0ywYnCWN .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uB0ywYnCWN .title-wrapper .mbr-text {
  margin-bottom: 64px;
}
.cid-uB0ywYnCWN .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
  color: #ffffff;
}
.cid-uB0ywYnCWN .list .item-wrap {
  display: inline;
  padding: 16px 0;
  position: relative;
  width: fit-content;
}
.cid-uB0ywYnCWN .list .item-wrap:hover::before,
.cid-uB0ywYnCWN .list .item-wrap:focus::before {
  opacity: 1;
}
.cid-uB0ywYnCWN .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  opacity: .3;
  transition: all .3s ease;
}
.cid-uB0ywYnCWN .mbr-section-title {
  color: #ffffff;
}
.cid-uB0ywYnCWN .mbr-text {
  color: #ffffff;
}
.cid-uB0ywZ8cOU {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #181818;
}
.cid-uB0ywZ8cOU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB0ywZ8cOU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB0ywZ8cOU .copyright {
  color: #ffffff;
}
.cid-uB0ywZ8cOU .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uB0ywZ8cOU .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uB0ywZ8cOU .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uB0ywZ8cOU .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uB0ywZ8cOU .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uB0ywZ8cOU .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uB0ywZ8cOU .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uB0ywZ8cOU .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uB0ywZ8cOU .row-links-soc,
.cid-uB0ywZ8cOU .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uB0ywZ8cOU .copyright,
.cid-uB0ywZ8cOU .line {
  color: #ffffff;
}
.cid-uB0yvpw5xF {
  background-color: transparent;
}
.cid-uB0yvpw5xF .navbar-dropdown {
  background-color: #495dff !important;
  padding: 0;
}
.cid-uB0yvpw5xF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #495dff !important;
  background: #495dff;
}
.cid-uB0yvpw5xF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uB0yvpw5xF .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uB0yvpw5xF .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uB0yvpw5xF .menu_box .navbar.opened,
  .cid-uB0yvpw5xF .menu_box .navbar-collapse {
    background-color: #495dff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uB0yvpw5xF .navbar-dropdown {
  position: relative !important;
}
.cid-uB0yvpw5xF .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uB0yvpw5xF .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uB0yvpw5xF .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uB0yvpw5xF .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uB0yvpw5xF .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uB0yvpw5xF .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #34363a;
  }
  .cid-uB0yvpw5xF .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uB0yvpw5xF .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uB0yvpw5xF .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uB0yvpw5xF .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uB0yvpw5xF .offcanvas-body .mbr-text,
  .cid-uB0yvpw5xF .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uB0yvpw5xF .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uB0yvpw5xF .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uB0yvpw5xF .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uB0yvpw5xF .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uB0yvpw5xF .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uB0yvpw5xF .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uB0yvpw5xF .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uB0yvpw5xF ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uB0yvpw5xF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uB0yvpw5xF .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-uB0yvpw5xF .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uB0yvpw5xF 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-uB0yvpw5xF .lg_brand {
    margin: 0 1rem;
  }
  .cid-uB0yvpw5xF .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uB0yvpw5xF .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uB0yvpw5xF .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uB0yvpw5xF .nav-item {
    margin: 0 !important;
  }
}
.cid-uB0yvpw5xF .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uB0yvpw5xF .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uB0yvpw5xF .nav-item .nav-link:hover::before,
.cid-uB0yvpw5xF .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uB0yvpw5xF .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uB0yvpw5xF .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uB0yvpw5xF .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uB0yvpw5xF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uB0yvpw5xF .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-uB0yvpw5xF .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uB0yvpw5xF .offcanvas_box {
    display: none;
  }
}
.cid-uB0yvpw5xF .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uB0yvpw5xF .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uB0yvpw5xF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uB0yvpw5xF .container {
  display: flex;
  margin: auto;
}
.cid-uB0yvpw5xF .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uB0yvpw5xF .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uB0yvpw5xF .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uB0yvpw5xF .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uB0yvpw5xF .navbar-nav {
    margin: 0;
  }
}
.cid-uB0yvpw5xF .dropdown-menu,
.cid-uB0yvpw5xF .navbar.opened {
  background-color: false !important;
}
.cid-uB0yvpw5xF .nav-item:focus,
.cid-uB0yvpw5xF .nav-link:focus {
  outline: none;
}
.cid-uB0yvpw5xF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uB0yvpw5xF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uB0yvpw5xF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uB0yvpw5xF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB0yvpw5xF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uB0yvpw5xF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uB0yvpw5xF .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uB0yvpw5xF .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uB0yvpw5xF .navbar.opened {
  transition: all 0.3s;
}
.cid-uB0yvpw5xF .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uB0yvpw5xF .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: .3rem !important;
}
.cid-uB0yvpw5xF .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uB0yvpw5xF .navbar.collapsed {
  justify-content: center;
}
.cid-uB0yvpw5xF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uB0yvpw5xF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uB0yvpw5xF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uB0yvpw5xF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uB0yvpw5xF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uB0yvpw5xF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uB0yvpw5xF .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uB0yvpw5xF .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uB0yvpw5xF .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uB0yvpw5xF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uB0yvpw5xF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uB0yvpw5xF .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uB0yvpw5xF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uB0yvpw5xF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uB0yvpw5xF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uB0yvpw5xF .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uB0yvpw5xF .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uB0yvpw5xF .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uB0yvpw5xF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uB0yvpw5xF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uB0yvpw5xF .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uB0yvpw5xF .navbar.navbar-short {
  min-height: 60px;
}
.cid-uB0yvpw5xF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uB0yvpw5xF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uB0yvpw5xF .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-uB0yvpw5xF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uB0yvpw5xF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uB0yvpw5xF .dropdown-item.active,
.cid-uB0yvpw5xF .dropdown-item:active {
  background-color: transparent;
}
.cid-uB0yvpw5xF .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uB0yvpw5xF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uB0yvpw5xF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uB0yvpw5xF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uB0yvpw5xF ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uB0yvpw5xF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uB0yvpw5xF button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #495dff;
  background: #71818e;
}
.cid-uB0yvpw5xF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uB0yvpw5xF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uB0yvpw5xF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB0yvpw5xF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB0yvpw5xF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uB0yvpw5xF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB0yvpw5xF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uB0yvpw5xF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uB0yvpw5xF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB0yvpw5xF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uB0yvpw5xF .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-uB0yvpw5xF .navbar {
    height: 70px;
  }
  .cid-uB0yvpw5xF .navbar.opened {
    height: auto;
  }
  .cid-uB0yvpw5xF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uB0yvpw5xF .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uB0yvpw5xF .container-fluid {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.cid-uB0yvpw5xF .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uB0yvpw5xF .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uB0yvpw5xF .mbr-section-btn-main .btn {
  min-width: 140px;
}
.cid-uB0yvpw5xF .navbar-caption:hover {
  color: #495dff;
}
@media (min-width: 992px) {
  .cid-uB0yvpw5xF .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uB0yvpw5xF .text_widget {
  margin-bottom: 32px;
}
.cid-uB0yvpw5xF .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uB0yvpw5xF .text_widget a:hover,
.cid-uB0yvpw5xF .text_widget a:focus {
  opacity: .8;
}
.cid-uB0yvpw5xF .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uB0yvpw5xF .navbar-caption {
  color: #ffffff;
}
.cid-uB0yvpw5xF .mbr-text {
  color: #f4f4f4;
  text-align: center;
}
.cid-uB0yvpw5xF .mbr-section-subtitle,
.cid-uB0yvpw5xF .text_widget,
.cid-uB0yvpw5xF .mbr-section-btn {
  text-align: center;
}
.cid-uB0yvpw5xF a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uB0yvwbeZX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #495dff;
}
.cid-uB0yvwbeZX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB0yvwbeZX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB0yvwbeZX .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uB0yvwbeZX .container-fluid {
    padding: 0 16px;
  }
}
.cid-uB0yvwbeZX .container-fluid .row {
  padding: 0;
}
.cid-uB0yvwbeZX .row {
  justify-content: center;
}
.cid-uB0yvwbeZX .card {
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uB0yvwbeZX .card {
    margin-bottom: 80px;
  }
}
.cid-uB0yvwbeZX .card .card-wrapper {
  padding: 0 22px;
}
@media (max-width: 768px) {
  .cid-uB0yvwbeZX .card .card-wrapper {
    padding: 0;
  }
}
.cid-uB0yvwbeZX .card .card-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uB0yvwbeZX .card .card-wrapper .mbr-price {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 250px;
  margin: 0 auto 42px;
  border: 2px solid #ffffff;
  border-radius: 100%;
}
.cid-uB0yvwbeZX .card .card-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uB0yvwbeZX .card .card-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uB0yvwbeZX .card .mbr-section-btn {
  padding: 0 22px;
}
@media (max-width: 768px) {
  .cid-uB0yvwbeZX .card .mbr-section-btn {
    padding: 0;
  }
}
.cid-uB0yvwbeZX .mbr-desc {
  color: #ffffff;
}
.cid-uB0yvwbeZX .mbr-price {
  color: #ffffff;
}
.cid-uB0yvwbeZX .mbr-section-title {
  color: #ffffff;
}
.cid-uB0yvwbeZX .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uB0yvwbeZX .mbr-section-title,
.cid-uB0yvwbeZX .mbr-section-btn {
  text-align: center;
}
.cid-uB0yvyI2Ud {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #495dff;
}
.cid-uB0yvyI2Ud .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB0yvyI2Ud .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB0yvyI2Ud .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uB0yvyI2Ud .container-fluid {
    padding: 0 16px;
  }
}
.cid-uB0yvyI2Ud .container-fluid .row {
  padding: 0;
}
.cid-uB0yvyI2Ud .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uB0yvyI2Ud .title-wrapper .mbr-text {
  margin-bottom: 64px;
}
.cid-uB0yvyI2Ud .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
  color: #ffffff;
}
.cid-uB0yvyI2Ud .list .item-wrap {
  display: inline;
  padding: 16px 0;
  position: relative;
  width: fit-content;
}
.cid-uB0yvyI2Ud .list .item-wrap:hover::before,
.cid-uB0yvyI2Ud .list .item-wrap:focus::before {
  opacity: 1;
}
.cid-uB0yvyI2Ud .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  opacity: .3;
  transition: all .3s ease;
}
.cid-uB0yvyI2Ud .mbr-section-title {
  color: #ffffff;
}
.cid-uB0yvyI2Ud .mbr-text {
  color: #ffffff;
}
.cid-uB0yvzsrhI {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #181818;
}
.cid-uB0yvzsrhI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB0yvzsrhI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB0yvzsrhI .copyright {
  color: #ffffff;
}
.cid-uB0yvzsrhI .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uB0yvzsrhI .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uB0yvzsrhI .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uB0yvzsrhI .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uB0yvzsrhI .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uB0yvzsrhI .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uB0yvzsrhI .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uB0yvzsrhI .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uB0yvzsrhI .row-links-soc,
.cid-uB0yvzsrhI .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uB0yvzsrhI .copyright,
.cid-uB0yvzsrhI .line {
  color: #ffffff;
}
.cid-uB0yuzLJIK {
  background-color: transparent;
}
.cid-uB0yuzLJIK .navbar-dropdown {
  background-color: #495dff !important;
  padding: 0;
}
.cid-uB0yuzLJIK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #495dff !important;
  background: #495dff;
}
.cid-uB0yuzLJIK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uB0yuzLJIK .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uB0yuzLJIK .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uB0yuzLJIK .menu_box .navbar.opened,
  .cid-uB0yuzLJIK .menu_box .navbar-collapse {
    background-color: #495dff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uB0yuzLJIK .navbar-dropdown {
  position: relative !important;
}
.cid-uB0yuzLJIK .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uB0yuzLJIK .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uB0yuzLJIK .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uB0yuzLJIK .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uB0yuzLJIK .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uB0yuzLJIK .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #34363a;
  }
  .cid-uB0yuzLJIK .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uB0yuzLJIK .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uB0yuzLJIK .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uB0yuzLJIK .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uB0yuzLJIK .offcanvas-body .mbr-text,
  .cid-uB0yuzLJIK .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uB0yuzLJIK .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uB0yuzLJIK .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uB0yuzLJIK .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uB0yuzLJIK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uB0yuzLJIK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uB0yuzLJIK .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uB0yuzLJIK .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uB0yuzLJIK ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uB0yuzLJIK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uB0yuzLJIK .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-uB0yuzLJIK .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uB0yuzLJIK 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-uB0yuzLJIK .lg_brand {
    margin: 0 1rem;
  }
  .cid-uB0yuzLJIK .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uB0yuzLJIK .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uB0yuzLJIK .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uB0yuzLJIK .nav-item {
    margin: 0 !important;
  }
}
.cid-uB0yuzLJIK .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uB0yuzLJIK .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uB0yuzLJIK .nav-item .nav-link:hover::before,
.cid-uB0yuzLJIK .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uB0yuzLJIK .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uB0yuzLJIK .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uB0yuzLJIK .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uB0yuzLJIK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uB0yuzLJIK .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-uB0yuzLJIK .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uB0yuzLJIK .offcanvas_box {
    display: none;
  }
}
.cid-uB0yuzLJIK .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uB0yuzLJIK .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uB0yuzLJIK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uB0yuzLJIK .container {
  display: flex;
  margin: auto;
}
.cid-uB0yuzLJIK .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uB0yuzLJIK .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uB0yuzLJIK .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uB0yuzLJIK .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uB0yuzLJIK .navbar-nav {
    margin: 0;
  }
}
.cid-uB0yuzLJIK .dropdown-menu,
.cid-uB0yuzLJIK .navbar.opened {
  background-color: false !important;
}
.cid-uB0yuzLJIK .nav-item:focus,
.cid-uB0yuzLJIK .nav-link:focus {
  outline: none;
}
.cid-uB0yuzLJIK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uB0yuzLJIK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uB0yuzLJIK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uB0yuzLJIK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB0yuzLJIK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uB0yuzLJIK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uB0yuzLJIK .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uB0yuzLJIK .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uB0yuzLJIK .navbar.opened {
  transition: all 0.3s;
}
.cid-uB0yuzLJIK .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uB0yuzLJIK .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: .3rem !important;
}
.cid-uB0yuzLJIK .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uB0yuzLJIK .navbar.collapsed {
  justify-content: center;
}
.cid-uB0yuzLJIK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uB0yuzLJIK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uB0yuzLJIK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uB0yuzLJIK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uB0yuzLJIK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uB0yuzLJIK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uB0yuzLJIK .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uB0yuzLJIK .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uB0yuzLJIK .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uB0yuzLJIK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uB0yuzLJIK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uB0yuzLJIK .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uB0yuzLJIK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uB0yuzLJIK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uB0yuzLJIK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uB0yuzLJIK .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uB0yuzLJIK .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uB0yuzLJIK .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uB0yuzLJIK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uB0yuzLJIK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uB0yuzLJIK .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uB0yuzLJIK .navbar.navbar-short {
  min-height: 60px;
}
.cid-uB0yuzLJIK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uB0yuzLJIK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uB0yuzLJIK .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-uB0yuzLJIK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uB0yuzLJIK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uB0yuzLJIK .dropdown-item.active,
.cid-uB0yuzLJIK .dropdown-item:active {
  background-color: transparent;
}
.cid-uB0yuzLJIK .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uB0yuzLJIK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uB0yuzLJIK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uB0yuzLJIK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uB0yuzLJIK ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uB0yuzLJIK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uB0yuzLJIK button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #495dff;
  background: #71818e;
}
.cid-uB0yuzLJIK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uB0yuzLJIK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uB0yuzLJIK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB0yuzLJIK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB0yuzLJIK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uB0yuzLJIK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB0yuzLJIK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uB0yuzLJIK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uB0yuzLJIK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB0yuzLJIK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uB0yuzLJIK .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-uB0yuzLJIK .navbar {
    height: 70px;
  }
  .cid-uB0yuzLJIK .navbar.opened {
    height: auto;
  }
  .cid-uB0yuzLJIK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uB0yuzLJIK .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uB0yuzLJIK .container-fluid {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.cid-uB0yuzLJIK .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uB0yuzLJIK .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uB0yuzLJIK .mbr-section-btn-main .btn {
  min-width: 140px;
}
.cid-uB0yuzLJIK .navbar-caption:hover {
  color: #495dff;
}
@media (min-width: 992px) {
  .cid-uB0yuzLJIK .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uB0yuzLJIK .text_widget {
  margin-bottom: 32px;
}
.cid-uB0yuzLJIK .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uB0yuzLJIK .text_widget a:hover,
.cid-uB0yuzLJIK .text_widget a:focus {
  opacity: .8;
}
.cid-uB0yuzLJIK .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uB0yuzLJIK .navbar-caption {
  color: #ffffff;
}
.cid-uB0yuzLJIK .mbr-text {
  color: #f4f4f4;
  text-align: center;
}
.cid-uB0yuzLJIK .mbr-section-subtitle,
.cid-uB0yuzLJIK .text_widget,
.cid-uB0yuzLJIK .mbr-section-btn {
  text-align: center;
}
.cid-uB0yuzLJIK a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uB0yuEI4iw {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #495dff;
}
.cid-uB0yuEI4iw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB0yuEI4iw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB0yuEI4iw .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uB0yuEI4iw .container-fluid {
    padding: 0 16px;
  }
}
.cid-uB0yuEI4iw .container-fluid .row {
  padding: 0;
}
.cid-uB0yuEI4iw .card-wrap {
  margin-bottom: 100px;
  opacity: .3;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uB0yuEI4iw .card-wrap {
    opacity: 1;
    margin-bottom: 40px;
  }
}
.cid-uB0yuEI4iw .card-wrap:hover,
.cid-uB0yuEI4iw .card-wrap:focus {
  opacity: 1;
}
.cid-uB0yuEI4iw .card-wrap:hover .icon-wrapper .mbr-iconfont,
.cid-uB0yuEI4iw .card-wrap:focus .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-uB0yuEI4iw .text-wrapper {
  padding-right: 100px;
}
@media (max-width: 992px) {
  .cid-uB0yuEI4iw .text-wrapper {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uB0yuEI4iw .text-wrapper {
    padding-right: 60px;
  }
}
.cid-uB0yuEI4iw .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uB0yuEI4iw .title-wrap {
  display: flex;
  align-items: center;
}
.cid-uB0yuEI4iw .title-wrap .title-wrapper {
  width: 100%;
}
.cid-uB0yuEI4iw .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  position: relative;
}
.cid-uB0yuEI4iw .title-wrap .title-wrapper .mbr-section-title span {
  display: none;
}
.cid-uB0yuEI4iw .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uB0yuEI4iw .icon-wrapper {
    display: none;
  }
}
.cid-uB0yuEI4iw .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  background-color: #6f80ff;
  border-radius: 100%;
  font-size: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(45deg);
  opacity: 0;
  transition: all .3s ease;
}
.cid-uB0yuEI4iw .mbr-section-title,
.cid-uB0yuEI4iw .mbr-iconfont {
  color: #ffffff;
}
.cid-uB0yuEI4iw .mbr-text {
  color: #ffffff;
}
.cid-uB0yuJamWs {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #495dff;
}
.cid-uB0yuJamWs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB0yuJamWs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB0yuJamWs .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uB0yuJamWs .container-fluid {
    padding: 0 16px;
  }
}
.cid-uB0yuJamWs .container-fluid .row {
  padding: 0;
}
.cid-uB0yuJamWs .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uB0yuJamWs .title-wrapper .mbr-text {
  margin-bottom: 64px;
}
.cid-uB0yuJamWs .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
  color: #ffffff;
}
.cid-uB0yuJamWs .list .item-wrap {
  display: inline;
  padding: 16px 0;
  position: relative;
  width: fit-content;
}
.cid-uB0yuJamWs .list .item-wrap:hover::before,
.cid-uB0yuJamWs .list .item-wrap:focus::before {
  opacity: 1;
}
.cid-uB0yuJamWs .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  opacity: .3;
  transition: all .3s ease;
}
.cid-uB0yuJamWs .mbr-section-title {
  color: #ffffff;
}
.cid-uB0yuJamWs .mbr-text {
  color: #ffffff;
}
.cid-uB0yuK3cKQ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #181818;
}
.cid-uB0yuK3cKQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB0yuK3cKQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB0yuK3cKQ .copyright {
  color: #ffffff;
}
.cid-uB0yuK3cKQ .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uB0yuK3cKQ .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uB0yuK3cKQ .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uB0yuK3cKQ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uB0yuK3cKQ .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uB0yuK3cKQ .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uB0yuK3cKQ .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uB0yuK3cKQ .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uB0yuK3cKQ .row-links-soc,
.cid-uB0yuK3cKQ .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uB0yuK3cKQ .copyright,
.cid-uB0yuK3cKQ .line {
  color: #ffffff;
}
.cid-uB0ytMU2xj {
  background-color: transparent;
}
.cid-uB0ytMU2xj .navbar-dropdown {
  background-color: #495dff !important;
  padding: 0;
}
.cid-uB0ytMU2xj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #495dff !important;
  background: #495dff;
}
.cid-uB0ytMU2xj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uB0ytMU2xj .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uB0ytMU2xj .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uB0ytMU2xj .menu_box .navbar.opened,
  .cid-uB0ytMU2xj .menu_box .navbar-collapse {
    background-color: #495dff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uB0ytMU2xj .navbar-dropdown {
  position: relative !important;
}
.cid-uB0ytMU2xj .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uB0ytMU2xj .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uB0ytMU2xj .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uB0ytMU2xj .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uB0ytMU2xj .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uB0ytMU2xj .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #34363a;
  }
  .cid-uB0ytMU2xj .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uB0ytMU2xj .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uB0ytMU2xj .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uB0ytMU2xj .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uB0ytMU2xj .offcanvas-body .mbr-text,
  .cid-uB0ytMU2xj .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uB0ytMU2xj .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uB0ytMU2xj .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uB0ytMU2xj .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uB0ytMU2xj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uB0ytMU2xj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uB0ytMU2xj .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uB0ytMU2xj .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uB0ytMU2xj ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uB0ytMU2xj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uB0ytMU2xj .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-uB0ytMU2xj .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uB0ytMU2xj 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-uB0ytMU2xj .lg_brand {
    margin: 0 1rem;
  }
  .cid-uB0ytMU2xj .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uB0ytMU2xj .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uB0ytMU2xj .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uB0ytMU2xj .nav-item {
    margin: 0 !important;
  }
}
.cid-uB0ytMU2xj .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uB0ytMU2xj .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uB0ytMU2xj .nav-item .nav-link:hover::before,
.cid-uB0ytMU2xj .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uB0ytMU2xj .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uB0ytMU2xj .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uB0ytMU2xj .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uB0ytMU2xj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uB0ytMU2xj .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-uB0ytMU2xj .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uB0ytMU2xj .offcanvas_box {
    display: none;
  }
}
.cid-uB0ytMU2xj .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uB0ytMU2xj .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uB0ytMU2xj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uB0ytMU2xj .container {
  display: flex;
  margin: auto;
}
.cid-uB0ytMU2xj .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uB0ytMU2xj .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uB0ytMU2xj .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uB0ytMU2xj .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uB0ytMU2xj .navbar-nav {
    margin: 0;
  }
}
.cid-uB0ytMU2xj .dropdown-menu,
.cid-uB0ytMU2xj .navbar.opened {
  background-color: false !important;
}
.cid-uB0ytMU2xj .nav-item:focus,
.cid-uB0ytMU2xj .nav-link:focus {
  outline: none;
}
.cid-uB0ytMU2xj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uB0ytMU2xj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uB0ytMU2xj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uB0ytMU2xj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB0ytMU2xj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uB0ytMU2xj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uB0ytMU2xj .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uB0ytMU2xj .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uB0ytMU2xj .navbar.opened {
  transition: all 0.3s;
}
.cid-uB0ytMU2xj .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uB0ytMU2xj .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: .3rem !important;
}
.cid-uB0ytMU2xj .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uB0ytMU2xj .navbar.collapsed {
  justify-content: center;
}
.cid-uB0ytMU2xj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uB0ytMU2xj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uB0ytMU2xj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uB0ytMU2xj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uB0ytMU2xj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uB0ytMU2xj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uB0ytMU2xj .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uB0ytMU2xj .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uB0ytMU2xj .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uB0ytMU2xj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uB0ytMU2xj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uB0ytMU2xj .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uB0ytMU2xj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uB0ytMU2xj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uB0ytMU2xj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uB0ytMU2xj .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uB0ytMU2xj .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uB0ytMU2xj .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uB0ytMU2xj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uB0ytMU2xj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uB0ytMU2xj .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uB0ytMU2xj .navbar.navbar-short {
  min-height: 60px;
}
.cid-uB0ytMU2xj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uB0ytMU2xj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uB0ytMU2xj .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-uB0ytMU2xj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uB0ytMU2xj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uB0ytMU2xj .dropdown-item.active,
.cid-uB0ytMU2xj .dropdown-item:active {
  background-color: transparent;
}
.cid-uB0ytMU2xj .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uB0ytMU2xj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uB0ytMU2xj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uB0ytMU2xj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uB0ytMU2xj ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uB0ytMU2xj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uB0ytMU2xj button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #495dff;
  background: #71818e;
}
.cid-uB0ytMU2xj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uB0ytMU2xj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uB0ytMU2xj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB0ytMU2xj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB0ytMU2xj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uB0ytMU2xj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB0ytMU2xj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uB0ytMU2xj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uB0ytMU2xj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB0ytMU2xj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uB0ytMU2xj .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-uB0ytMU2xj .navbar {
    height: 70px;
  }
  .cid-uB0ytMU2xj .navbar.opened {
    height: auto;
  }
  .cid-uB0ytMU2xj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uB0ytMU2xj .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uB0ytMU2xj .container-fluid {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.cid-uB0ytMU2xj .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uB0ytMU2xj .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uB0ytMU2xj .mbr-section-btn-main .btn {
  min-width: 140px;
}
.cid-uB0ytMU2xj .navbar-caption:hover {
  color: #495dff;
}
@media (min-width: 992px) {
  .cid-uB0ytMU2xj .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uB0ytMU2xj .text_widget {
  margin-bottom: 32px;
}
.cid-uB0ytMU2xj .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uB0ytMU2xj .text_widget a:hover,
.cid-uB0ytMU2xj .text_widget a:focus {
  opacity: .8;
}
.cid-uB0ytMU2xj .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uB0ytMU2xj .navbar-caption {
  color: #ffffff;
}
.cid-uB0ytMU2xj .mbr-text {
  color: #f4f4f4;
  text-align: center;
}
.cid-uB0ytMU2xj .mbr-section-subtitle,
.cid-uB0ytMU2xj .text_widget,
.cid-uB0ytMU2xj .mbr-section-btn {
  text-align: center;
}
.cid-uB0ytMU2xj a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uB0ytPiapI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #495dff;
}
.cid-uB0ytPiapI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB0ytPiapI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB0ytPiapI .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uB0ytPiapI .container-fluid {
    padding: 0 16px;
  }
}
.cid-uB0ytPiapI .container-fluid .row {
  padding: 0;
}
.cid-uB0ytPiapI .subtitle-wrapper .mbr-section-subtitle {
  padding: 22px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uB0ytPiapI .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 64px;
  }
}
.cid-uB0ytPiapI .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uB0ytPiapI .image-wrapper {
    padding: 0;
  }
}
.cid-uB0ytPiapI .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uB0ytPiapI .image-wrapper img {
    height: 300px;
  }
}
.cid-uB0ytPiapI .title {
  display: inline-flex;
  align-items: center;
}
.cid-uB0ytPiapI .title-wrapper .mbr-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  background-color: #ffffff;
  border-radius: 100%;
  width: 32px;
  height: 32px;
}
.cid-uB0ytPiapI .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uB0ytPiapI .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uB0ytPiapI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uB0ytPiapI .mbr-number {
  color: #495DFF;
}
.cid-uB0ytPiapI .mbr-section-title {
  color: #ffffff;
}
.cid-uB0ytPiapI .mbr-text {
  color: #ffffff;
}
.cid-uB0ytX8GbU {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #495dff;
}
.cid-uB0ytX8GbU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB0ytX8GbU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB0ytX8GbU .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uB0ytX8GbU .container-fluid {
    padding: 0 16px;
  }
}
.cid-uB0ytX8GbU .container-fluid .row {
  padding: 0;
}
.cid-uB0ytX8GbU .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uB0ytX8GbU .title-wrapper .mbr-text {
  margin-bottom: 64px;
}
.cid-uB0ytX8GbU .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
  color: #ffffff;
}
.cid-uB0ytX8GbU .list .item-wrap {
  display: inline;
  padding: 16px 0;
  position: relative;
  width: fit-content;
}
.cid-uB0ytX8GbU .list .item-wrap:hover::before,
.cid-uB0ytX8GbU .list .item-wrap:focus::before {
  opacity: 1;
}
.cid-uB0ytX8GbU .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  opacity: .3;
  transition: all .3s ease;
}
.cid-uB0ytX8GbU .mbr-section-title {
  color: #ffffff;
}
.cid-uB0ytX8GbU .mbr-text {
  color: #ffffff;
}
.cid-uB0ytXT0Nk {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #181818;
}
.cid-uB0ytXT0Nk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB0ytXT0Nk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB0ytXT0Nk .copyright {
  color: #ffffff;
}
.cid-uB0ytXT0Nk .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uB0ytXT0Nk .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uB0ytXT0Nk .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uB0ytXT0Nk .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uB0ytXT0Nk .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uB0ytXT0Nk .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uB0ytXT0Nk .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uB0ytXT0Nk .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uB0ytXT0Nk .row-links-soc,
.cid-uB0ytXT0Nk .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uB0ytXT0Nk .copyright,
.cid-uB0ytXT0Nk .line {
  color: #ffffff;
}
