body {
  font-family: Syne;
}
.display-1 {
  font-family: 'Syne', sans-serif;
  font-size: 7.5rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
.display-1 > .mbr-iconfont {
  font-size: 9.375rem;
}
.display-2 {
  font-family: 'Syne', sans-serif;
  font-size: 3.56rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-2 > .mbr-iconfont {
  font-size: 4.45rem;
}
.display-4 {
  font-family: 'Syne', sans-serif;
  font-size: 1rem;
  line-height: 1em;
  letter-spacing: inherit;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Syne', sans-serif;
  font-size: 2.9rem;
  line-height: 1.021em;
  letter-spacing: 0;
}
.display-5 > .mbr-iconfont {
  font-size: 3.625rem;
}
.display-7 {
  font-family: 'Syne', sans-serif;
  font-size: 1.5rem;
  line-height: inherit;
  letter-spacing: 0;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.25rem;
    font-size: calc( 3.2749999999999995rem + (7.5 - 3.2749999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.2749999999999995rem + (7.5 - 3.2749999999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.848rem;
    font-size: calc( 1.896rem + (3.56 - 1.896) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.896rem + (3.56 - 1.896) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.32rem;
    font-size: calc( 1.665rem + (2.9 - 1.665) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.665rem + (2.9 - 1.665) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #b29fe9 !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #d6cbf7 !important;
}
.bg-danger {
  background-color: #d44765 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6c52b8 !important;
  border-color: #6c52b8 !important;
  color: #ffffff !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: #47347f !important;
  border-color: #47347f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #47347f !important;
  border-color: #47347f !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #b29fe9 !important;
  border-color: #b29fe9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #7958d9 !important;
  border-color: #7958d9 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #7958d9 !important;
  border-color: #7958d9 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #d6cbf7 !important;
  border-color: #d6cbf7 !important;
  color: #3e1aa9 !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: #9b80eb !important;
  border-color: #9b80eb !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #3e1aa9 !important;
  background-color: #9b80eb !important;
  border-color: #9b80eb !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d44765 !important;
  border-color: #d44765 !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: #9f253f !important;
  border-color: #9f253f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #9f253f !important;
  border-color: #9f253f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6c52b8;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #47347f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #6c52b8 !important;
  border-color: #6c52b8 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b29fe9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #7958d9 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #b29fe9 !important;
  border-color: #b29fe9 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d6cbf7;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #9b80eb !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #3e1aa9 !important;
  background-color: #d6cbf7 !important;
  border-color: #d6cbf7 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d44765;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #9f253f !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: #d44765 !important;
  border-color: #d44765 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #6c52b8 !important;
}
.text-success {
  color: #b29fe9 !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #d6cbf7 !important;
}
.text-danger {
  color: #d44765 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #413074 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #6f4cd6 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #9073e9 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #93223a !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #d6cbf7;
}
.alert-danger {
  background-color: #d44765;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fbecef;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Syne', sans-serif;
  font-size: 1rem;
  line-height: 1em;
  letter-spacing: inherit;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Syne', sans-serif;
  font-size: 1rem;
  line-height: 1em;
  letter-spacing: inherit;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #6c52b8 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 21px 40.5px;
  border-width: 2px;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
  border: 2px solid;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border: 2px solid #ffffff;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border: 2px solid #6c52b8;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  background-color: #6c52b8 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border: 2px solid #b29fe9;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  background-color: #b29fe9 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border: 2px solid #000000;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border: 2px solid #d44765;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  background-color: #d44765 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border: 2px solid #d6cbf7;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  background-color: #d6cbf7 !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border: 2px solid #ffffff;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
  border: 2px solid #000000;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-uP8b0LzgSB .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uP8b0LzgSB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uP8b0LzgSB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uP8b0LzgSB .menu_box .navbar.opened,
  .cid-uP8b0LzgSB .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uP8b0LzgSB .navbar-dropdown {
  position: relative !important;
}
.cid-uP8b0LzgSB .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uP8b0LzgSB .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uP8b0LzgSB .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uP8b0LzgSB .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uP8b0LzgSB .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uP8b0LzgSB .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f4f5f7;
  }
  .cid-uP8b0LzgSB .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uP8b0LzgSB .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uP8b0LzgSB .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uP8b0LzgSB .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uP8b0LzgSB .offcanvas-body .mbr-text,
  .cid-uP8b0LzgSB .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uP8b0LzgSB .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uP8b0LzgSB .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uP8b0LzgSB .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uP8b0LzgSB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uP8b0LzgSB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uP8b0LzgSB .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uP8b0LzgSB .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uP8b0LzgSB ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uP8b0LzgSB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uP8b0LzgSB .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-uP8b0LzgSB .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uP8b0LzgSB li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uP8b0LzgSB .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uP8b0LzgSB .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uP8b0LzgSB .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uP8b0LzgSB .nav-item {
    margin: 0 !important;
  }
}
.cid-uP8b0LzgSB .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uP8b0LzgSB .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 45%;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-out;
}
.cid-uP8b0LzgSB .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uP8b0LzgSB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uP8b0LzgSB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uP8b0LzgSB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uP8b0LzgSB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uP8b0LzgSB .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-uP8b0LzgSB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uP8b0LzgSB .offcanvas_box {
    display: none;
  }
}
.cid-uP8b0LzgSB .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uP8b0LzgSB .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uP8b0LzgSB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uP8b0LzgSB .container {
  display: flex;
  margin: auto;
}
.cid-uP8b0LzgSB .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uP8b0LzgSB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uP8b0LzgSB .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uP8b0LzgSB .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uP8b0LzgSB .navbar-nav {
    margin: 0;
  }
}
.cid-uP8b0LzgSB .dropdown-menu,
.cid-uP8b0LzgSB .navbar.opened {
  background-color: false !important;
}
.cid-uP8b0LzgSB .nav-item:focus,
.cid-uP8b0LzgSB .nav-link:focus {
  outline: none;
}
.cid-uP8b0LzgSB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uP8b0LzgSB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uP8b0LzgSB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uP8b0LzgSB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uP8b0LzgSB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uP8b0LzgSB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uP8b0LzgSB .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uP8b0LzgSB .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uP8b0LzgSB .navbar.opened {
  transition: all 0.3s;
}
.cid-uP8b0LzgSB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uP8b0LzgSB .navbar .navbar-logo img {
  max-width: 55px;
  max-height: 55px;
  object-fit: contain;
}
.cid-uP8b0LzgSB .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uP8b0LzgSB .navbar.collapsed {
  justify-content: center;
}
.cid-uP8b0LzgSB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uP8b0LzgSB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uP8b0LzgSB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uP8b0LzgSB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uP8b0LzgSB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uP8b0LzgSB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uP8b0LzgSB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uP8b0LzgSB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uP8b0LzgSB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uP8b0LzgSB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uP8b0LzgSB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uP8b0LzgSB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uP8b0LzgSB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uP8b0LzgSB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uP8b0LzgSB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uP8b0LzgSB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uP8b0LzgSB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uP8b0LzgSB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uP8b0LzgSB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uP8b0LzgSB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uP8b0LzgSB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uP8b0LzgSB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uP8b0LzgSB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uP8b0LzgSB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uP8b0LzgSB .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-uP8b0LzgSB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uP8b0LzgSB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uP8b0LzgSB .dropdown-item.active,
.cid-uP8b0LzgSB .dropdown-item:active {
  background-color: transparent;
}
.cid-uP8b0LzgSB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uP8b0LzgSB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uP8b0LzgSB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uP8b0LzgSB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uP8b0LzgSB ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uP8b0LzgSB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uP8b0LzgSB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #6c52b8;
}
.cid-uP8b0LzgSB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uP8b0LzgSB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uP8b0LzgSB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uP8b0LzgSB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uP8b0LzgSB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uP8b0LzgSB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uP8b0LzgSB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uP8b0LzgSB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uP8b0LzgSB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uP8b0LzgSB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uP8b0LzgSB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uP8b0LzgSB .navbar {
    height: 70px;
  }
  .cid-uP8b0LzgSB .navbar.opened {
    height: auto;
  }
  .cid-uP8b0LzgSB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uP8b0LzgSB .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uP8b0LzgSB .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uP8b0LzgSB .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uP8b0LzgSB .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uP8b0LzgSB .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uP8b0LzgSB .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uP8b0LzgSB .navbar-caption:hover {
  color: #6c52b8;
}
@media (min-width: 992px) {
  .cid-uP8b0LzgSB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uP8b0LzgSB .text_widget {
  margin-bottom: 32px;
}
.cid-uP8b0LzgSB .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uP8b0LzgSB .text_widget a:hover {
  opacity: .5;
}
.cid-uP8b0LzgSB .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uP8b0LzgSB .navbar-caption {
  color: #000000;
}
.cid-uP8b0LzgSB .mbr-text {
  color: #6a6e71;
  text-align: left;
}
.cid-uP8b0LzgSB .mbr-section-subtitle,
.cid-uP8b0LzgSB .text_widget,
.cid-uP8b0LzgSB .mbr-section-btn {
  text-align: left;
}
.cid-uP8b0LzgSB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uP8b4idoEG {
  overflow: hidden;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uP8b4idoEG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP8b4idoEG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP8b4idoEG .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uP8b4idoEG .container-fluid {
    padding: 0 20px;
  }
}
.cid-uP8b4idoEG .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uP8b4idoEG .container {
    padding: 0 20px;
  }
}
.cid-uP8b4idoEG .row {
  position: relative;
}
.cid-uP8b4idoEG .row img {
  position: absolute;
  object-fit: cover;
}
.cid-uP8b4idoEG .row .image_1 {
  height: 380px;
  width: 50%;
  top: -10rem;
  right: 0;
}
@media (max-width: 768px) {
  .cid-uP8b4idoEG .row .image_1 {
    height: 150px;
    width: 60%;
  }
}
.cid-uP8b4idoEG .row .image_2 {
  height: 270px;
  width: 35%;
  left: 0;
  bottom: -2rem;
}
@media (max-width: 768px) {
  .cid-uP8b4idoEG .row .image_2 {
    height: 100px;
    width: 60%;
  }
}
.cid-uP8b4idoEG .mbr-desc {
  position: relative;
  margin-bottom: 0;
  line-height: inherit;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uP8b4idoEG .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uP8b4idoEG .mbr-section-title {
  position: relative;
  margin-bottom: 60px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uP8b4idoEG .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uP8b4idoEG .mbr-text {
  position: relative;
  margin-bottom: 0;
  color: #D2D3D5;
  text-align: right;
}
.cid-uP8b4idoEG .mbr-section-title,
.cid-uP8b4idoEG .mbr-section-btn {
  text-align: center;
}
.cid-uSTB7ma8kz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uSTB7ma8kz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSTB7ma8kz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSTB7ma8kz .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uSTB7ma8kz .container-fluid {
    padding: 0 20px;
  }
}
.cid-uSTB7ma8kz .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSTB7ma8kz .container {
    padding: 0 20px;
  }
}
.cid-uSTB7ma8kz .row {
  justify-content: center;
}
.cid-uSTB7ma8kz .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uSTB7ma8kz .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-uSTB7ma8kz .title-wrapper .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 45px;
  margin-bottom: 50px;
  border-bottom: 2px solid #000000;
}
@media (max-width: 768px) {
  .cid-uSTB7ma8kz .title-wrapper .title-wrap {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
.cid-uSTB7ma8kz .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uSTB7ma8kz .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uSTB7ma8kz .title-wrapper .title-wrap .mbr-section-btn .btn {
  border: none;
  padding: 0;
  min-width: 92px;
}
.cid-uSTB7ma8kz .title-wrapper .title-wrap .mbr-section-btn .btn:hover,
.cid-uSTB7ma8kz .title-wrapper .title-wrap .mbr-section-btn .btn:focus {
  background-color: transparent !important;
  color: #000000 !important;
  opacity: .5;
}
.cid-uSTB7ma8kz .title-wrapper .title-wrap .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 18px;
}
.cid-uSTB7ma8kz .item {
  margin-bottom: 32px;
}
.cid-uSTB7ma8kz .item a:hover .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uSTB7ma8kz .item a:hover .item-wrapper .item-img .item-content .subtitle-wrap .item-subtitle {
  background-color: #161616;
}
.cid-uSTB7ma8kz .item a:hover .item-wrapper .item-img .item-content .title-wrap {
  transform: translateY(0);
}
.cid-uSTB7ma8kz .item a:hover .item-wrapper .item-img .item-content .title-wrap .link-wrap .item-link {
  opacity: 1;
}
.cid-uSTB7ma8kz .item a .item-wrapper {
  overflow: hidden;
}
.cid-uSTB7ma8kz .item a .item-wrapper .item-img {
  position: relative;
  height: 460px;
}
.cid-uSTB7ma8kz .item a .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
  pointer-events: visible;
}
.cid-uSTB7ma8kz .item a .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(180deg, transparent, #000000);
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uSTB7ma8kz .item a .item-wrapper .item-img .item-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 768px) {
  .cid-uSTB7ma8kz .item a .item-wrapper .item-img .item-content {
    padding: 25px;
  }
}
.cid-uSTB7ma8kz .item a .item-wrapper .item-img .item-content .subtitle-wrap {
  pointer-events: visible;
}
.cid-uSTB7ma8kz .item a .item-wrapper .item-img .item-content .subtitle-wrap .item-subtitle {
  display: inline-flex;
  padding: 4px 18px;
  margin-bottom: 6px;
  background-color: #b29fe9;
  transition: all 0.3s ease-out;
}
.cid-uSTB7ma8kz .item a .item-wrapper .item-img .item-content .title-wrap {
  transform: translateY(40px);
  transition: all 0.3s ease-out;
  pointer-events: visible;
}
.cid-uSTB7ma8kz .item a .item-wrapper .item-img .item-content .title-wrap .item-title {
  margin-bottom: 16px;
}
.cid-uSTB7ma8kz .item a .item-wrapper .item-img .item-content .title-wrap .desc-wrapper .desc-wrap {
  display: inline-flex;
}
.cid-uSTB7ma8kz .item a .item-wrapper .item-img .item-content .title-wrap .desc-wrapper .desc-wrap .mbr-iconfont {
  margin-right: 14px;
  color: #c8d814;
}
.cid-uSTB7ma8kz .item a .item-wrapper .item-img .item-content .title-wrap .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uSTB7ma8kz .item a .item-wrapper .item-img .item-content .title-wrap .link-wrap .item-link {
  display: inline-flex;
  opacity: 0;
  margin: 16px 0 0 0;
  transition: all 0.3s ease-out;
}
.cid-uSTB7ma8kz .item a .item-wrapper .item-img .item-content .title-wrap .link-wrap .item-link .mbr-iconfont {
  margin-left: 6px;
}
.cid-uSTB7ma8kz .mbr-section-title {
  color: #000000;
}
.cid-uSTB7ma8kz .mbr-section-subtitle {
  color: #000000;
}
.cid-uSTB7ma8kz .item-title {
  color: #ffffff;
}
.cid-uSTB7ma8kz .item-subtitle {
  color: #ffffff;
}
.cid-uSTB7ma8kz .item-desc {
  color: #D2D3D5;
}
.cid-uSTB7ma8kz .item-link {
  color: #ffffff;
}
.cid-uST7AAEsHw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uST7AAEsHw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uST7AAEsHw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uST7AAEsHw .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uST7AAEsHw .container-fluid {
    padding: 0 20px;
  }
}
.cid-uST7AAEsHw .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uST7AAEsHw .container {
    padding: 0 20px;
  }
}
.cid-uST7AAEsHw .text-wrapper .mbr-text {
  margin-bottom: 20px;
  line-height: inherit;
}
.cid-uST7AAEsHw .panel-group .card {
  border-bottom: 1px solid #424242;
  border-radius: 0;
}
.cid-uST7AAEsHw .panel-group .card:first-child .card-header .panel-title {
  padding-top: 0;
}
.cid-uST7AAEsHw .panel-group .card .card-header {
  border: none;
  padding: 0;
}
.cid-uST7AAEsHw .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
.cid-uST7AAEsHw .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
  color: #7c63d5;
}
.cid-uST7AAEsHw .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uST7AAEsHw .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 22px;
  margin-left: 50px;
  display: block;
  color: #ffffff;
  transition: all 0.3s ease-out;
}
@media (max-width: 992px) {
  .cid-uST7AAEsHw .panel-group .card .card-header .panel-title .mbr-iconfont {
    margin-left: 20px;
  }
}
.cid-uST7AAEsHw .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-uST7AAEsHw .panel-group .card .panel-collapse .panel-body .panel-text {
    margin-bottom: 30px;
  }
}
.cid-uST7AAEsHw .mbr-text {
  color: #ffffff;
}
.cid-uST7AAEsHw .panel-title-edit {
  color: #ffffff;
}
.cid-uST7AAEsHw .panel-text {
  color: #ffffff;
}
.cid-uTJIhqqGix {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uTJIhqqGix .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTJIhqqGix .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTJIhqqGix .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uTJIhqqGix .container-fluid {
    padding: 0 20px;
  }
}
.cid-uTJIhqqGix .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uTJIhqqGix .container {
    padding: 0 20px;
  }
}
.cid-uTJIhqqGix .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uTJIhqqGix .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-uTJIhqqGix .title-wrapper .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 45px;
  margin-bottom: 50px;
  border-bottom: 2px solid #000000;
}
@media (max-width: 768px) {
  .cid-uTJIhqqGix .title-wrapper .title-wrap {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
.cid-uTJIhqqGix .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uTJIhqqGix .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uTJIhqqGix .title-wrapper .title-wrap .mbr-section-btn .btn {
  border: none;
  padding: 0;
  min-width: 92px;
}
.cid-uTJIhqqGix .title-wrapper .title-wrap .mbr-section-btn .btn:hover,
.cid-uTJIhqqGix .title-wrapper .title-wrap .mbr-section-btn .btn:focus {
  background-color: transparent !important;
  color: #000000 !important;
  opacity: .5;
}
.cid-uTJIhqqGix .title-wrapper .title-wrap .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 18px;
}
.cid-uTJIhqqGix .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 600px;
  max-width: 600px;
}
@media (max-width: 768px) {
  .cid-uTJIhqqGix .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uTJIhqqGix .embla__slide .card-wrap {
  display: flex;
  width: 100%;
}
.cid-uTJIhqqGix .embla__slide .card-wrap:hover .item-wrapper .image-wrap img {
  transform: scale(1.05);
}
.cid-uTJIhqqGix .embla__slide .card-wrap .item-wrapper .image-wrap {
  width: 100%;
  overflow: hidden;
}
.cid-uTJIhqqGix .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 300px;
  height: 190px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
@media (max-width: 768px) {
  .cid-uTJIhqqGix .embla__slide .card-wrap .item-wrapper .image-wrap img {
    width: 140px;
    height: 105px;
  }
}
.cid-uTJIhqqGix .embla__slide .card-wrap .content-wrap {
  padding-left: 30px;
  width: 70%;
}
.cid-uTJIhqqGix .embla__slide .card-wrap .content-wrap .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uTJIhqqGix .embla__slide .card-wrap .content-wrap .desc-wrapper .desc-wrap {
  display: inline-flex;
}
.cid-uTJIhqqGix .embla__slide .card-wrap .content-wrap .desc-wrapper .desc-wrap .mbr-desc {
  margin-right: 10px;
  margin-bottom: 0;
}
.cid-uTJIhqqGix .embla__slide .card-wrap .content-wrap .desc-wrapper .desc-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-uTJIhqqGix .embla__slide .card-wrap .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uTJIhqqGix .embla__button--next,
.cid-uTJIhqqGix .embla__button--prev {
  display: flex;
}
.cid-uTJIhqqGix .embla__button {
  top: -1rem;
  width: 22px;
  height: 22px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #6c52b8;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-uTJIhqqGix .embla__button {
    display: none;
  }
}
.cid-uTJIhqqGix .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uTJIhqqGix .embla__button:hover {
  background: transparent;
  color: #6c52b8;
  opacity: .7;
}
.cid-uTJIhqqGix .embla__button.embla__button--prev {
  left: 3rem;
}
.cid-uTJIhqqGix .embla__button.embla__button--next {
  right: 3rem;
}
@media (max-width: 767px) {
  .cid-uTJIhqqGix .embla__button {
    top: 0;
  }
}
.cid-uTJIhqqGix .embla {
  position: relative;
  width: 100%;
}
.cid-uTJIhqqGix .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uTJIhqqGix .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uTJIhqqGix .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uTJIhqqGix .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uTJIhqqGix .mbr-section-subtitle {
  color: #000000;
}
.cid-uTJIhqqGix .mbr-section-title {
  color: #000000;
}
.cid-uTJIhqqGix .mbr-desc {
  color: #000000;
}
.cid-uTJIhqqGix .mbr-date {
  color: #6a6e71;
}
.cid-uTJIhqqGix .mbr-text {
  color: #000000;
}
.cid-uP8eFsaoAC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uP8eFsaoAC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP8eFsaoAC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP8eFsaoAC .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uP8eFsaoAC .container-fluid {
    padding: 0 20px;
  }
}
.cid-uP8eFsaoAC .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uP8eFsaoAC .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uP8eFsaoAC .title-wrapper {
    margin-top: 45px;
  }
}
.cid-uP8eFsaoAC .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uP8eFsaoAC .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-uP8eFsaoAC .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uP8eFsaoAC .title-wrapper .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uP8eFsaoAC .title-wrapper .mbr-text {
  line-height: inherit;
  margin-bottom: 0;
}
.cid-uP8eFsaoAC .title-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 30px 0 0 0;
}
@media (max-width: 768px) {
  .cid-uP8eFsaoAC .title-wrapper .list {
    margin-top: 20px;
  }
}
.cid-uP8eFsaoAC .title-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uP8eFsaoAC .title-wrapper .list .item-wrap {
    margin-top: 10px;
  }
}
.cid-uP8eFsaoAC .title-wrapper .list .item-wrap .mbr-iconfont {
  margin-right: 12px;
  color: #6c52b8;
}
@media (min-width: 992px) {
  .cid-uP8eFsaoAC .mbr-form {
    margin-top: 32px;
  }
}
.cid-uP8eFsaoAC .dragArea.row .form-group {
  margin-bottom: 40px !important;
}
@media (max-width: 992px) {
  .cid-uP8eFsaoAC .dragArea.row .form-group {
    margin-top: 20px;
  }
}
.cid-uP8eFsaoAC .dragArea.row .form-group .form-control {
  border: none !important;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #6a6e71 !important;
  padding: 14px 0;
}
.cid-uP8eFsaoAC .dragArea.row .form-group .form-control::placeholder {
  color: #6a6e71;
}
.cid-uP8eFsaoAC .dragArea.row .form-group .form-control:hover {
  border-color: #6a6e71 !important;
}
.cid-uP8eFsaoAC .dragArea.row .form-group .form-control:focus {
  background-color: transparent;
  box-shadow: none;
}
.cid-uP8eFsaoAC .dragArea.row .form-group .form-check .form-check-input {
  background: transparent;
  border: 1px solid #6c52b8;
}
.cid-uP8eFsaoAC .dragArea.row .mbr-section-btn {
  margin-top: 20px;
}
.cid-uP8eFsaoAC .dragArea.row .mbr-section-btn .btn {
  flex-direction: row-reverse;
}
.cid-uP8eFsaoAC .dragArea.row .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 0;
  margin-right: 10px;
}
.cid-uP8eFsaoAC .mbr-section-subtitle {
  color: #000000;
}
.cid-uP8eFsaoAC .mbr-section-title {
  color: #000000;
}
.cid-uP8eFsaoAC .mbr-text {
  color: #6a6e71;
}
.cid-uP8eFsaoAC .list {
  color: #6a6e71;
}
.cid-uP8eFsaoAC label {
  color: #000000;
}
.cid-uSTngxPE2j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #161616;
}
.cid-uSTngxPE2j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSTngxPE2j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSTngxPE2j .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uSTngxPE2j .container-fluid {
    padding: 0 20px;
  }
}
.cid-uSTngxPE2j .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSTngxPE2j .container {
    padding: 0 20px;
  }
}
.cid-uSTngxPE2j .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uSTngxPE2j .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uSTngxPE2j .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSTngxPE2j .list {
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uSTngxPE2j .list {
    margin-bottom: 30px;
  }
}
.cid-uSTngxPE2j .list .item-wrap {
  position: relative;
  padding-bottom: 5px;
  margin: 9px 18px;
  margin-bottom: 0;
}
.cid-uSTngxPE2j .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uSTngxPE2j .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uSTngxPE2j .list .item-wrap:hover::before,
.cid-uSTngxPE2j .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uSTngxPE2j .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uSTngxPE2j .social-wrapper {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uSTngxPE2j .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uSTngxPE2j .social-wrapper .soc-item {
  margin: 0 5px 5px 0;
}
.cid-uSTngxPE2j .social-wrapper .soc-item a {
  display: block;
}
.cid-uSTngxPE2j .social-wrapper .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uSTngxPE2j .social-wrapper .soc-item a .mbr-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #ffffff;
  border: 1px solid #424242;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.cid-uSTngxPE2j .copyright {
  padding: 30px 0;
  border-top: 1px solid #424242;
  margin: 0;
  color: #D2D3D5;
}
.cid-uSTngxPE2j .mbr-section-title {
  color: #ffffff;
}
.cid-uP8b0LzgSB .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uP8b0LzgSB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uP8b0LzgSB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uP8b0LzgSB .menu_box .navbar.opened,
  .cid-uP8b0LzgSB .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uP8b0LzgSB .navbar-dropdown {
  position: relative !important;
}
.cid-uP8b0LzgSB .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uP8b0LzgSB .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uP8b0LzgSB .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uP8b0LzgSB .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uP8b0LzgSB .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uP8b0LzgSB .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f4f5f7;
  }
  .cid-uP8b0LzgSB .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uP8b0LzgSB .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uP8b0LzgSB .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uP8b0LzgSB .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uP8b0LzgSB .offcanvas-body .mbr-text,
  .cid-uP8b0LzgSB .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uP8b0LzgSB .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uP8b0LzgSB .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uP8b0LzgSB .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uP8b0LzgSB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uP8b0LzgSB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uP8b0LzgSB .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uP8b0LzgSB .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uP8b0LzgSB ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uP8b0LzgSB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uP8b0LzgSB .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-uP8b0LzgSB .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uP8b0LzgSB li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uP8b0LzgSB .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uP8b0LzgSB .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uP8b0LzgSB .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uP8b0LzgSB .nav-item {
    margin: 0 !important;
  }
}
.cid-uP8b0LzgSB .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uP8b0LzgSB .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 45%;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-out;
}
.cid-uP8b0LzgSB .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uP8b0LzgSB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uP8b0LzgSB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uP8b0LzgSB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uP8b0LzgSB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uP8b0LzgSB .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-uP8b0LzgSB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uP8b0LzgSB .offcanvas_box {
    display: none;
  }
}
.cid-uP8b0LzgSB .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uP8b0LzgSB .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uP8b0LzgSB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uP8b0LzgSB .container {
  display: flex;
  margin: auto;
}
.cid-uP8b0LzgSB .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uP8b0LzgSB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uP8b0LzgSB .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uP8b0LzgSB .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uP8b0LzgSB .navbar-nav {
    margin: 0;
  }
}
.cid-uP8b0LzgSB .dropdown-menu,
.cid-uP8b0LzgSB .navbar.opened {
  background-color: false !important;
}
.cid-uP8b0LzgSB .nav-item:focus,
.cid-uP8b0LzgSB .nav-link:focus {
  outline: none;
}
.cid-uP8b0LzgSB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uP8b0LzgSB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uP8b0LzgSB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uP8b0LzgSB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uP8b0LzgSB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uP8b0LzgSB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uP8b0LzgSB .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uP8b0LzgSB .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uP8b0LzgSB .navbar.opened {
  transition: all 0.3s;
}
.cid-uP8b0LzgSB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uP8b0LzgSB .navbar .navbar-logo img {
  max-width: 55px;
  max-height: 55px;
  object-fit: contain;
}
.cid-uP8b0LzgSB .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uP8b0LzgSB .navbar.collapsed {
  justify-content: center;
}
.cid-uP8b0LzgSB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uP8b0LzgSB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uP8b0LzgSB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uP8b0LzgSB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uP8b0LzgSB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uP8b0LzgSB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uP8b0LzgSB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uP8b0LzgSB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uP8b0LzgSB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uP8b0LzgSB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uP8b0LzgSB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uP8b0LzgSB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uP8b0LzgSB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uP8b0LzgSB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uP8b0LzgSB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uP8b0LzgSB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uP8b0LzgSB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uP8b0LzgSB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uP8b0LzgSB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uP8b0LzgSB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uP8b0LzgSB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uP8b0LzgSB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uP8b0LzgSB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uP8b0LzgSB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uP8b0LzgSB .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-uP8b0LzgSB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uP8b0LzgSB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uP8b0LzgSB .dropdown-item.active,
.cid-uP8b0LzgSB .dropdown-item:active {
  background-color: transparent;
}
.cid-uP8b0LzgSB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uP8b0LzgSB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uP8b0LzgSB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uP8b0LzgSB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uP8b0LzgSB ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uP8b0LzgSB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uP8b0LzgSB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #6c52b8;
}
.cid-uP8b0LzgSB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uP8b0LzgSB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uP8b0LzgSB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uP8b0LzgSB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uP8b0LzgSB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uP8b0LzgSB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uP8b0LzgSB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uP8b0LzgSB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uP8b0LzgSB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uP8b0LzgSB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uP8b0LzgSB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uP8b0LzgSB .navbar {
    height: 70px;
  }
  .cid-uP8b0LzgSB .navbar.opened {
    height: auto;
  }
  .cid-uP8b0LzgSB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uP8b0LzgSB .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uP8b0LzgSB .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uP8b0LzgSB .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uP8b0LzgSB .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uP8b0LzgSB .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uP8b0LzgSB .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uP8b0LzgSB .navbar-caption:hover {
  color: #6c52b8;
}
@media (min-width: 992px) {
  .cid-uP8b0LzgSB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uP8b0LzgSB .text_widget {
  margin-bottom: 32px;
}
.cid-uP8b0LzgSB .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uP8b0LzgSB .text_widget a:hover {
  opacity: .5;
}
.cid-uP8b0LzgSB .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uP8b0LzgSB .navbar-caption {
  color: #000000;
}
.cid-uP8b0LzgSB .mbr-text {
  color: #6a6e71;
  text-align: left;
}
.cid-uP8b0LzgSB .mbr-section-subtitle,
.cid-uP8b0LzgSB .text_widget,
.cid-uP8b0LzgSB .mbr-section-btn {
  text-align: left;
}
.cid-uP8b0LzgSB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSTzoBu0l8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uSTzoBu0l8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSTzoBu0l8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSTzoBu0l8 .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uSTzoBu0l8 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uSTzoBu0l8 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSTzoBu0l8 .container {
    padding: 0 20px;
  }
}
.cid-uSTzoBu0l8 .row {
  justify-content: center;
}
.cid-uSTzoBu0l8 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uSTzoBu0l8 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-uSTzoBu0l8 .title-wrapper .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 45px;
  margin-bottom: 50px;
  border-bottom: 2px solid #000000;
}
@media (max-width: 768px) {
  .cid-uSTzoBu0l8 .title-wrapper .title-wrap {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
.cid-uSTzoBu0l8 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uSTzoBu0l8 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uSTzoBu0l8 .title-wrapper .title-wrap .mbr-section-btn .btn {
  border: none;
  padding: 0;
  min-width: 92px;
}
.cid-uSTzoBu0l8 .title-wrapper .title-wrap .mbr-section-btn .btn:hover,
.cid-uSTzoBu0l8 .title-wrapper .title-wrap .mbr-section-btn .btn:focus {
  background-color: transparent !important;
  color: #000000 !important;
  opacity: .5;
}
.cid-uSTzoBu0l8 .title-wrapper .title-wrap .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 18px;
}
.cid-uSTzoBu0l8 .item {
  margin-bottom: 32px;
}
.cid-uSTzoBu0l8 .item a:hover .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uSTzoBu0l8 .item a:hover .item-wrapper .item-img .item-content .subtitle-wrap .item-subtitle {
  background-color: #161616;
}
.cid-uSTzoBu0l8 .item a:hover .item-wrapper .item-img .item-content .title-wrap {
  transform: translateY(0);
}
.cid-uSTzoBu0l8 .item a:hover .item-wrapper .item-img .item-content .title-wrap .link-wrap .item-link {
  opacity: 1;
}
.cid-uSTzoBu0l8 .item a .item-wrapper {
  overflow: hidden;
}
.cid-uSTzoBu0l8 .item a .item-wrapper .item-img {
  position: relative;
  height: 460px;
}
.cid-uSTzoBu0l8 .item a .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
  pointer-events: visible;
}
.cid-uSTzoBu0l8 .item a .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(180deg, transparent, #000000);
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uSTzoBu0l8 .item a .item-wrapper .item-img .item-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 768px) {
  .cid-uSTzoBu0l8 .item a .item-wrapper .item-img .item-content {
    padding: 25px;
  }
}
.cid-uSTzoBu0l8 .item a .item-wrapper .item-img .item-content .subtitle-wrap {
  pointer-events: visible;
}
.cid-uSTzoBu0l8 .item a .item-wrapper .item-img .item-content .subtitle-wrap .item-subtitle {
  display: inline-flex;
  padding: 4px 18px;
  margin-bottom: 6px;
  background-color: #b29fe9;
  transition: all 0.3s ease-out;
}
.cid-uSTzoBu0l8 .item a .item-wrapper .item-img .item-content .title-wrap {
  transform: translateY(40px);
  transition: all 0.3s ease-out;
  pointer-events: visible;
}
.cid-uSTzoBu0l8 .item a .item-wrapper .item-img .item-content .title-wrap .item-title {
  margin-bottom: 16px;
}
.cid-uSTzoBu0l8 .item a .item-wrapper .item-img .item-content .title-wrap .desc-wrapper .desc-wrap {
  display: inline-flex;
}
.cid-uSTzoBu0l8 .item a .item-wrapper .item-img .item-content .title-wrap .desc-wrapper .desc-wrap .mbr-iconfont {
  margin-right: 14px;
  color: #c8d814;
}
.cid-uSTzoBu0l8 .item a .item-wrapper .item-img .item-content .title-wrap .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uSTzoBu0l8 .item a .item-wrapper .item-img .item-content .title-wrap .link-wrap .item-link {
  display: inline-flex;
  opacity: 0;
  margin: 16px 0 0 0;
  transition: all 0.3s ease-out;
}
.cid-uSTzoBu0l8 .item a .item-wrapper .item-img .item-content .title-wrap .link-wrap .item-link .mbr-iconfont {
  margin-left: 6px;
}
.cid-uSTzoBu0l8 .mbr-section-title {
  color: #000000;
}
.cid-uSTzoBu0l8 .mbr-section-subtitle {
  color: #000000;
}
.cid-uSTzoBu0l8 .item-title {
  color: #ffffff;
}
.cid-uSTzoBu0l8 .item-subtitle {
  color: #ffffff;
}
.cid-uSTzoBu0l8 .item-desc {
  color: #D2D3D5;
}
.cid-uSTzoBu0l8 .item-link {
  color: #ffffff;
}
.cid-uSTngxPE2j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #161616;
}
.cid-uSTngxPE2j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSTngxPE2j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSTngxPE2j .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uSTngxPE2j .container-fluid {
    padding: 0 20px;
  }
}
.cid-uSTngxPE2j .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSTngxPE2j .container {
    padding: 0 20px;
  }
}
.cid-uSTngxPE2j .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uSTngxPE2j .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uSTngxPE2j .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSTngxPE2j .list {
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uSTngxPE2j .list {
    margin-bottom: 30px;
  }
}
.cid-uSTngxPE2j .list .item-wrap {
  position: relative;
  padding-bottom: 5px;
  margin: 9px 18px;
  margin-bottom: 0;
}
.cid-uSTngxPE2j .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uSTngxPE2j .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uSTngxPE2j .list .item-wrap:hover::before,
.cid-uSTngxPE2j .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uSTngxPE2j .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uSTngxPE2j .social-wrapper {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uSTngxPE2j .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uSTngxPE2j .social-wrapper .soc-item {
  margin: 0 5px 5px 0;
}
.cid-uSTngxPE2j .social-wrapper .soc-item a {
  display: block;
}
.cid-uSTngxPE2j .social-wrapper .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uSTngxPE2j .social-wrapper .soc-item a .mbr-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #ffffff;
  border: 1px solid #424242;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.cid-uSTngxPE2j .copyright {
  padding: 30px 0;
  border-top: 1px solid #424242;
  margin: 0;
  color: #D2D3D5;
}
.cid-uSTngxPE2j .mbr-section-title {
  color: #ffffff;
}
.cid-uP8b0LzgSB .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uP8b0LzgSB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uP8b0LzgSB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uP8b0LzgSB .menu_box .navbar.opened,
  .cid-uP8b0LzgSB .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uP8b0LzgSB .navbar-dropdown {
  position: relative !important;
}
.cid-uP8b0LzgSB .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uP8b0LzgSB .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uP8b0LzgSB .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uP8b0LzgSB .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uP8b0LzgSB .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uP8b0LzgSB .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f4f5f7;
  }
  .cid-uP8b0LzgSB .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uP8b0LzgSB .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uP8b0LzgSB .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uP8b0LzgSB .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uP8b0LzgSB .offcanvas-body .mbr-text,
  .cid-uP8b0LzgSB .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uP8b0LzgSB .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uP8b0LzgSB .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uP8b0LzgSB .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uP8b0LzgSB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uP8b0LzgSB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uP8b0LzgSB .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uP8b0LzgSB .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uP8b0LzgSB ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uP8b0LzgSB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uP8b0LzgSB .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-uP8b0LzgSB .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uP8b0LzgSB li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uP8b0LzgSB .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uP8b0LzgSB .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uP8b0LzgSB .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uP8b0LzgSB .nav-item {
    margin: 0 !important;
  }
}
.cid-uP8b0LzgSB .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uP8b0LzgSB .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 45%;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-out;
}
.cid-uP8b0LzgSB .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uP8b0LzgSB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uP8b0LzgSB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uP8b0LzgSB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uP8b0LzgSB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uP8b0LzgSB .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-uP8b0LzgSB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uP8b0LzgSB .offcanvas_box {
    display: none;
  }
}
.cid-uP8b0LzgSB .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uP8b0LzgSB .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uP8b0LzgSB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uP8b0LzgSB .container {
  display: flex;
  margin: auto;
}
.cid-uP8b0LzgSB .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uP8b0LzgSB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uP8b0LzgSB .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uP8b0LzgSB .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uP8b0LzgSB .navbar-nav {
    margin: 0;
  }
}
.cid-uP8b0LzgSB .dropdown-menu,
.cid-uP8b0LzgSB .navbar.opened {
  background-color: false !important;
}
.cid-uP8b0LzgSB .nav-item:focus,
.cid-uP8b0LzgSB .nav-link:focus {
  outline: none;
}
.cid-uP8b0LzgSB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uP8b0LzgSB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uP8b0LzgSB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uP8b0LzgSB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uP8b0LzgSB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uP8b0LzgSB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uP8b0LzgSB .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uP8b0LzgSB .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uP8b0LzgSB .navbar.opened {
  transition: all 0.3s;
}
.cid-uP8b0LzgSB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uP8b0LzgSB .navbar .navbar-logo img {
  max-width: 55px;
  max-height: 55px;
  object-fit: contain;
}
.cid-uP8b0LzgSB .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uP8b0LzgSB .navbar.collapsed {
  justify-content: center;
}
.cid-uP8b0LzgSB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uP8b0LzgSB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uP8b0LzgSB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uP8b0LzgSB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uP8b0LzgSB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uP8b0LzgSB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uP8b0LzgSB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uP8b0LzgSB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uP8b0LzgSB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uP8b0LzgSB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uP8b0LzgSB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uP8b0LzgSB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uP8b0LzgSB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uP8b0LzgSB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uP8b0LzgSB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uP8b0LzgSB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uP8b0LzgSB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uP8b0LzgSB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uP8b0LzgSB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uP8b0LzgSB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uP8b0LzgSB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uP8b0LzgSB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uP8b0LzgSB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uP8b0LzgSB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uP8b0LzgSB .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-uP8b0LzgSB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uP8b0LzgSB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uP8b0LzgSB .dropdown-item.active,
.cid-uP8b0LzgSB .dropdown-item:active {
  background-color: transparent;
}
.cid-uP8b0LzgSB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uP8b0LzgSB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uP8b0LzgSB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uP8b0LzgSB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uP8b0LzgSB ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uP8b0LzgSB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uP8b0LzgSB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #6c52b8;
}
.cid-uP8b0LzgSB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uP8b0LzgSB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uP8b0LzgSB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uP8b0LzgSB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uP8b0LzgSB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uP8b0LzgSB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uP8b0LzgSB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uP8b0LzgSB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uP8b0LzgSB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uP8b0LzgSB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uP8b0LzgSB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uP8b0LzgSB .navbar {
    height: 70px;
  }
  .cid-uP8b0LzgSB .navbar.opened {
    height: auto;
  }
  .cid-uP8b0LzgSB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uP8b0LzgSB .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uP8b0LzgSB .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uP8b0LzgSB .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uP8b0LzgSB .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uP8b0LzgSB .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uP8b0LzgSB .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uP8b0LzgSB .navbar-caption:hover {
  color: #6c52b8;
}
@media (min-width: 992px) {
  .cid-uP8b0LzgSB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uP8b0LzgSB .text_widget {
  margin-bottom: 32px;
}
.cid-uP8b0LzgSB .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uP8b0LzgSB .text_widget a:hover {
  opacity: .5;
}
.cid-uP8b0LzgSB .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uP8b0LzgSB .navbar-caption {
  color: #000000;
}
.cid-uP8b0LzgSB .mbr-text {
  color: #6a6e71;
  text-align: left;
}
.cid-uP8b0LzgSB .mbr-section-subtitle,
.cid-uP8b0LzgSB .text_widget,
.cid-uP8b0LzgSB .mbr-section-btn {
  text-align: left;
}
.cid-uP8b0LzgSB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSTsSG7nQc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uSTsSG7nQc .mbr-section-title {
  color: #111019;
}
.cid-uSTsSG7nQc .mbr-section-subtitle {
  color: #111019;
}
@media (max-width: 992px) {
  .cid-uSTsSG7nQc .align-right,
  .cid-uSTsSG7nQc .align-left {
    text-align: center;
  }
}
.cid-uSTsSG7nQc .title {
  display: flex;
  align-items: center;
}
.cid-uSTsSG7nQc .row {
  transition: all 0.3s;
  margin: 0;
  padding: 4rem 2rem;
  border-radius: 3rem;
  box-shadow: 0 0 40px 0 lightgray;
}
@media (max-width: 767px) {
  .cid-uSTsSG7nQc .row {
    padding: 2rem 1rem;
  }
}
.cid-uSTsSG7nQc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSTsSG7nQc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSTqkczBOY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uSTqkczBOY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSTqkczBOY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSTqkczBOY .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uSTqkczBOY .container-fluid {
    padding: 0;
  }
}
.cid-uSTqkczBOY .container-fluid .row {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uSTqkczBOY .container {
    padding: 0 20px;
  }
}
.cid-uSTqkczBOY .card {
  position: relative;
  border-radius: 0;
  min-height: 820px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uSTqkczBOY .card {
    min-height: 500px;
    padding: 0 20px;
  }
}
.cid-uSTqkczBOY .card .image-back {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uSTqkczBOY .card .name-wrapper {
  position: relative;
  padding: 73px 0;
}
@media (max-width: 768px) {
  .cid-uSTqkczBOY .card .name-wrapper {
    padding: 30px 0;
  }
}
.cid-uSTqkczBOY .card .name-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSTqkczBOY .card .name-wrapper img {
  position: relative;
  height: 400px;
  width: 400px;
  object-fit: cover;
  border-radius: 100%;
  margin: -2rem auto;
}
@media (max-width: 768px) {
  .cid-uSTqkczBOY .card .name-wrapper img {
    height: 200px;
    width: 200px;
  }
}
.cid-uSTqkczBOY .card .text-wrapper {
  padding: 73px 54px;
}
@media (max-width: 768px) {
  .cid-uSTqkczBOY .card .text-wrapper {
    padding: 45px 0;
  }
}
.cid-uSTqkczBOY .card .text-wrapper .mbr-desc {
  margin-bottom: 20px;
  letter-spacing: 1.6px;
}
@media (max-width: 992px) {
  .cid-uSTqkczBOY .card .text-wrapper .mbr-desc {
    margin-bottom: 10px;
  }
}
.cid-uSTqkczBOY .card .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uSTqkczBOY .card .text-wrapper .link-wrap {
  display: block;
}
.cid-uSTqkczBOY .card .text-wrapper .link-wrap .mbr-link {
  position: relative;
  display: inline-flex;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.cid-uSTqkczBOY .card .text-wrapper .link-wrap .mbr-link:hover::before,
.cid-uSTqkczBOY .card .text-wrapper .link-wrap .mbr-link:focus::before {
  width: 0;
}
.cid-uSTqkczBOY .card .text-wrapper .link-wrap .mbr-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uSTqkczBOY .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSTqkczBOY .mbr-desc {
  color: #ffffff;
}
.cid-uSTqkczBOY .mbr-text {
  color: #ffffff;
}
.cid-uSTqkczBOY .mbr-link {
  color: #ffffff;
}
.cid-uSUvzasXzU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uSUvzasXzU .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSUvzasXzU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 120px;
  max-width: 120px;
}
@media (max-width: 767px) {
  .cid-uSUvzasXzU .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSUvzasXzU .embla__slide .slide-content {
  width: 100%;
}
.cid-uSUvzasXzU .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
  filter: invert(1);
}
.cid-uSUvzasXzU .embla__button--next,
.cid-uSUvzasXzU .embla__button--prev {
  display: flex;
}
.cid-uSUvzasXzU .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0047ff !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
  display: none;
}
.cid-uSUvzasXzU .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uSUvzasXzU .embla__button:hover {
  box-shadow: 0 0 33px 0 #0047ff;
}
.cid-uSUvzasXzU .embla__button.embla__button--prev {
  left: 0;
}
.cid-uSUvzasXzU .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uSUvzasXzU .embla__button.embla__button--next {
  right: 0;
}
.cid-uSUvzasXzU .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uSUvzasXzU .embla {
  position: relative;
  width: 100%;
}
.cid-uSUvzasXzU .embla::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100px;
  background-color: transparent;
  backdrop-filter: blur(2px);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 768px) {
  .cid-uSUvzasXzU .embla::before {
    display: none;
  }
}
.cid-uSUvzasXzU .embla::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100px;
  background-color: transparent;
  backdrop-filter: blur(2px);
  pointer-events: none;
}
@media (max-width: 768px) {
  .cid-uSUvzasXzU .embla::after {
    display: none;
  }
}
.cid-uSUvzasXzU .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uSUvzasXzU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSUvzasXzU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSUvzasXzU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSUvzasXzU .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSTtqaBkNr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #121212;
}
.cid-uSTtqaBkNr .item:focus,
.cid-uSTtqaBkNr span:focus {
  outline: none;
}
.cid-uSTtqaBkNr .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}
.cid-uSTtqaBkNr .item {
  padding: 20px 0;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uSTtqaBkNr .item {
    min-height: 45px;
  }
}
.cid-uSTtqaBkNr .content-wrap_1 {
  transform: rotate(2deg);
  background-color: #6c52b8;
}
.cid-uSTtqaBkNr .content-wrap_2 {
  transform: rotate(-2deg);
  margin-top: -3rem;
  background-color: #121212;
}
@media (max-width: 992px) {
  .cid-uSTtqaBkNr .content-wrap_2 {
    margin-top: -1rem;
  }
}
.cid-uSTtqaBkNr .container_1 {
  background-color: #6c52b8;
}
.cid-uSTtqaBkNr .container_1 .item_1 {
  color: #121212;
  background-color: #6c52b8;
}
.cid-uSTtqaBkNr .container_2 {
  background-color: #121212;
}
.cid-uSTtqaBkNr .container_2 .item_2 {
  color: #ffffff;
  background-color: #121212;
}
.cid-uSTngxPE2j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #161616;
}
.cid-uSTngxPE2j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSTngxPE2j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSTngxPE2j .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uSTngxPE2j .container-fluid {
    padding: 0 20px;
  }
}
.cid-uSTngxPE2j .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSTngxPE2j .container {
    padding: 0 20px;
  }
}
.cid-uSTngxPE2j .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uSTngxPE2j .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uSTngxPE2j .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSTngxPE2j .list {
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uSTngxPE2j .list {
    margin-bottom: 30px;
  }
}
.cid-uSTngxPE2j .list .item-wrap {
  position: relative;
  padding-bottom: 5px;
  margin: 9px 18px;
  margin-bottom: 0;
}
.cid-uSTngxPE2j .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uSTngxPE2j .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uSTngxPE2j .list .item-wrap:hover::before,
.cid-uSTngxPE2j .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uSTngxPE2j .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uSTngxPE2j .social-wrapper {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uSTngxPE2j .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uSTngxPE2j .social-wrapper .soc-item {
  margin: 0 5px 5px 0;
}
.cid-uSTngxPE2j .social-wrapper .soc-item a {
  display: block;
}
.cid-uSTngxPE2j .social-wrapper .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uSTngxPE2j .social-wrapper .soc-item a .mbr-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #ffffff;
  border: 1px solid #424242;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.cid-uSTngxPE2j .copyright {
  padding: 30px 0;
  border-top: 1px solid #424242;
  margin: 0;
  color: #D2D3D5;
}
.cid-uSTngxPE2j .mbr-section-title {
  color: #ffffff;
}
.cid-uSTu4uGYn7 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uSTu4uGYn7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uSTu4uGYn7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uSTu4uGYn7 .menu_box .navbar.opened,
  .cid-uSTu4uGYn7 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uSTu4uGYn7 .navbar-dropdown {
  position: relative !important;
}
.cid-uSTu4uGYn7 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uSTu4uGYn7 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uSTu4uGYn7 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uSTu4uGYn7 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uSTu4uGYn7 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uSTu4uGYn7 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f4f5f7;
  }
  .cid-uSTu4uGYn7 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uSTu4uGYn7 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uSTu4uGYn7 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uSTu4uGYn7 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uSTu4uGYn7 .offcanvas-body .mbr-text,
  .cid-uSTu4uGYn7 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uSTu4uGYn7 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uSTu4uGYn7 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uSTu4uGYn7 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uSTu4uGYn7 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uSTu4uGYn7 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uSTu4uGYn7 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uSTu4uGYn7 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uSTu4uGYn7 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uSTu4uGYn7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSTu4uGYn7 .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-uSTu4uGYn7 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uSTu4uGYn7 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uSTu4uGYn7 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uSTu4uGYn7 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uSTu4uGYn7 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uSTu4uGYn7 .nav-item {
    margin: 0 !important;
  }
}
.cid-uSTu4uGYn7 .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uSTu4uGYn7 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 45%;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-out;
}
.cid-uSTu4uGYn7 .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uSTu4uGYn7 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uSTu4uGYn7 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uSTu4uGYn7 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uSTu4uGYn7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSTu4uGYn7 .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-uSTu4uGYn7 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uSTu4uGYn7 .offcanvas_box {
    display: none;
  }
}
.cid-uSTu4uGYn7 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uSTu4uGYn7 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uSTu4uGYn7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uSTu4uGYn7 .container {
  display: flex;
  margin: auto;
}
.cid-uSTu4uGYn7 .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uSTu4uGYn7 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uSTu4uGYn7 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uSTu4uGYn7 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uSTu4uGYn7 .navbar-nav {
    margin: 0;
  }
}
.cid-uSTu4uGYn7 .dropdown-menu,
.cid-uSTu4uGYn7 .navbar.opened {
  background-color: false !important;
}
.cid-uSTu4uGYn7 .nav-item:focus,
.cid-uSTu4uGYn7 .nav-link:focus {
  outline: none;
}
.cid-uSTu4uGYn7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSTu4uGYn7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSTu4uGYn7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSTu4uGYn7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSTu4uGYn7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSTu4uGYn7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSTu4uGYn7 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uSTu4uGYn7 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uSTu4uGYn7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uSTu4uGYn7 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uSTu4uGYn7 .navbar .navbar-logo img {
  max-width: 55px;
  max-height: 55px;
  object-fit: contain;
}
.cid-uSTu4uGYn7 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uSTu4uGYn7 .navbar.collapsed {
  justify-content: center;
}
.cid-uSTu4uGYn7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSTu4uGYn7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSTu4uGYn7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSTu4uGYn7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSTu4uGYn7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSTu4uGYn7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uSTu4uGYn7 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSTu4uGYn7 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uSTu4uGYn7 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uSTu4uGYn7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSTu4uGYn7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSTu4uGYn7 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uSTu4uGYn7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSTu4uGYn7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uSTu4uGYn7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSTu4uGYn7 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uSTu4uGYn7 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uSTu4uGYn7 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uSTu4uGYn7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uSTu4uGYn7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSTu4uGYn7 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uSTu4uGYn7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSTu4uGYn7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSTu4uGYn7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSTu4uGYn7 .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-uSTu4uGYn7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uSTu4uGYn7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSTu4uGYn7 .dropdown-item.active,
.cid-uSTu4uGYn7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uSTu4uGYn7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSTu4uGYn7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSTu4uGYn7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSTu4uGYn7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSTu4uGYn7 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uSTu4uGYn7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSTu4uGYn7 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #6c52b8;
}
.cid-uSTu4uGYn7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uSTu4uGYn7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSTu4uGYn7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSTu4uGYn7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSTu4uGYn7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSTu4uGYn7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSTu4uGYn7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSTu4uGYn7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSTu4uGYn7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSTu4uGYn7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uSTu4uGYn7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSTu4uGYn7 .navbar {
    height: 70px;
  }
  .cid-uSTu4uGYn7 .navbar.opened {
    height: auto;
  }
  .cid-uSTu4uGYn7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSTu4uGYn7 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uSTu4uGYn7 .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uSTu4uGYn7 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uSTu4uGYn7 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uSTu4uGYn7 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uSTu4uGYn7 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uSTu4uGYn7 .navbar-caption:hover {
  color: #6c52b8;
}
@media (min-width: 992px) {
  .cid-uSTu4uGYn7 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uSTu4uGYn7 .text_widget {
  margin-bottom: 32px;
}
.cid-uSTu4uGYn7 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uSTu4uGYn7 .text_widget a:hover {
  opacity: .5;
}
.cid-uSTu4uGYn7 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uSTu4uGYn7 .navbar-caption {
  color: #000000;
}
.cid-uSTu4uGYn7 .mbr-text {
  color: #6a6e71;
  text-align: left;
}
.cid-uSTu4uGYn7 .mbr-section-subtitle,
.cid-uSTu4uGYn7 .text_widget,
.cid-uSTu4uGYn7 .mbr-section-btn {
  text-align: left;
}
.cid-uSTu4uGYn7 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSTu4uqAoW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uSTu4uqAoW .mbr-section-title {
  color: #111019;
}
.cid-uSTu4uqAoW .mbr-section-subtitle {
  color: #111019;
}
@media (max-width: 992px) {
  .cid-uSTu4uqAoW .align-right,
  .cid-uSTu4uqAoW .align-left {
    text-align: center;
  }
}
.cid-uSTu4uqAoW .title {
  display: flex;
  align-items: center;
}
.cid-uSTu4uqAoW .row {
  transition: all 0.3s;
  margin: 0;
  padding: 4rem 2rem;
  border-radius: 3rem;
  box-shadow: 0 0 40px 0 lightgray;
}
@media (max-width: 767px) {
  .cid-uSTu4uqAoW .row {
    padding: 2rem 1rem;
  }
}
.cid-uSTu4uqAoW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSTu4uqAoW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSTu4uZClV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uSTu4uZClV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSTu4uZClV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSTu4uZClV .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uSTu4uZClV .container-fluid {
    padding: 0;
  }
}
.cid-uSTu4uZClV .container-fluid .row {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uSTu4uZClV .container {
    padding: 0 20px;
  }
}
.cid-uSTu4uZClV .card {
  position: relative;
  border-radius: 0;
  min-height: 820px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uSTu4uZClV .card {
    min-height: 500px;
    padding: 0 20px;
  }
}
.cid-uSTu4uZClV .card .image-back {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uSTu4uZClV .card .name-wrapper {
  position: relative;
  padding: 73px 0;
}
@media (max-width: 768px) {
  .cid-uSTu4uZClV .card .name-wrapper {
    padding: 30px 0;
  }
}
.cid-uSTu4uZClV .card .name-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSTu4uZClV .card .name-wrapper img {
  position: relative;
  height: 400px;
  width: 400px;
  object-fit: cover;
  border-radius: 100%;
  margin: -2rem auto;
}
@media (max-width: 768px) {
  .cid-uSTu4uZClV .card .name-wrapper img {
    height: 200px;
    width: 200px;
  }
}
.cid-uSTu4uZClV .card .text-wrapper {
  padding: 73px 54px;
}
@media (max-width: 768px) {
  .cid-uSTu4uZClV .card .text-wrapper {
    padding: 45px 0;
  }
}
.cid-uSTu4uZClV .card .text-wrapper .mbr-desc {
  margin-bottom: 20px;
  letter-spacing: 1.6px;
}
@media (max-width: 992px) {
  .cid-uSTu4uZClV .card .text-wrapper .mbr-desc {
    margin-bottom: 10px;
  }
}
.cid-uSTu4uZClV .card .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uSTu4uZClV .card .text-wrapper .link-wrap {
  display: block;
}
.cid-uSTu4uZClV .card .text-wrapper .link-wrap .mbr-link {
  position: relative;
  display: inline-flex;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.cid-uSTu4uZClV .card .text-wrapper .link-wrap .mbr-link:hover::before,
.cid-uSTu4uZClV .card .text-wrapper .link-wrap .mbr-link:focus::before {
  width: 0;
}
.cid-uSTu4uZClV .card .text-wrapper .link-wrap .mbr-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uSTu4uZClV .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSTu4uZClV .mbr-desc {
  color: #ffffff;
}
.cid-uSTu4uZClV .mbr-text {
  color: #ffffff;
}
.cid-uSTu4uZClV .mbr-link {
  color: #ffffff;
}
.cid-uSUu1tVH1z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uSUu1tVH1z .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSUu1tVH1z .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 120px;
  max-width: 120px;
}
@media (max-width: 767px) {
  .cid-uSUu1tVH1z .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSUu1tVH1z .embla__slide .slide-content {
  width: 100%;
}
.cid-uSUu1tVH1z .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
  filter: invert(1);
}
.cid-uSUu1tVH1z .embla__button--next,
.cid-uSUu1tVH1z .embla__button--prev {
  display: flex;
}
.cid-uSUu1tVH1z .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0047ff !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
  display: none;
}
.cid-uSUu1tVH1z .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uSUu1tVH1z .embla__button:hover {
  box-shadow: 0 0 33px 0 #0047ff;
}
.cid-uSUu1tVH1z .embla__button.embla__button--prev {
  left: 0;
}
.cid-uSUu1tVH1z .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uSUu1tVH1z .embla__button.embla__button--next {
  right: 0;
}
.cid-uSUu1tVH1z .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uSUu1tVH1z .embla {
  position: relative;
  width: 100%;
}
.cid-uSUu1tVH1z .embla::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100px;
  background-color: transparent;
  backdrop-filter: blur(2px);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 768px) {
  .cid-uSUu1tVH1z .embla::before {
    display: none;
  }
}
.cid-uSUu1tVH1z .embla::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100px;
  background-color: transparent;
  backdrop-filter: blur(2px);
  pointer-events: none;
}
@media (max-width: 768px) {
  .cid-uSUu1tVH1z .embla::after {
    display: none;
  }
}
.cid-uSUu1tVH1z .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uSUu1tVH1z .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSUu1tVH1z .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSUu1tVH1z .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSUu1tVH1z .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSTu4vgHPl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #121212;
}
.cid-uSTu4vgHPl .item:focus,
.cid-uSTu4vgHPl span:focus {
  outline: none;
}
.cid-uSTu4vgHPl .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}
.cid-uSTu4vgHPl .item {
  padding: 20px 0;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uSTu4vgHPl .item {
    min-height: 45px;
  }
}
.cid-uSTu4vgHPl .content-wrap_1 {
  transform: rotate(2deg);
  background-color: #6c52b8;
}
.cid-uSTu4vgHPl .content-wrap_2 {
  transform: rotate(-2deg);
  margin-top: -3rem;
  background-color: #121212;
}
@media (max-width: 992px) {
  .cid-uSTu4vgHPl .content-wrap_2 {
    margin-top: -1rem;
  }
}
.cid-uSTu4vgHPl .container_1 {
  background-color: #6c52b8;
}
.cid-uSTu4vgHPl .container_1 .item_1 {
  color: #121212;
  background-color: #6c52b8;
}
.cid-uSTu4vgHPl .container_2 {
  background-color: #121212;
}
.cid-uSTu4vgHPl .container_2 .item_2 {
  color: #ffffff;
  background-color: #121212;
}
.cid-uSTu4vuZtL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #161616;
}
.cid-uSTu4vuZtL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSTu4vuZtL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSTu4vuZtL .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uSTu4vuZtL .container-fluid {
    padding: 0 20px;
  }
}
.cid-uSTu4vuZtL .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSTu4vuZtL .container {
    padding: 0 20px;
  }
}
.cid-uSTu4vuZtL .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uSTu4vuZtL .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uSTu4vuZtL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSTu4vuZtL .list {
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uSTu4vuZtL .list {
    margin-bottom: 30px;
  }
}
.cid-uSTu4vuZtL .list .item-wrap {
  position: relative;
  padding-bottom: 5px;
  margin: 9px 18px;
  margin-bottom: 0;
}
.cid-uSTu4vuZtL .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uSTu4vuZtL .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uSTu4vuZtL .list .item-wrap:hover::before,
.cid-uSTu4vuZtL .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uSTu4vuZtL .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uSTu4vuZtL .social-wrapper {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uSTu4vuZtL .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uSTu4vuZtL .social-wrapper .soc-item {
  margin: 0 5px 5px 0;
}
.cid-uSTu4vuZtL .social-wrapper .soc-item a {
  display: block;
}
.cid-uSTu4vuZtL .social-wrapper .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uSTu4vuZtL .social-wrapper .soc-item a .mbr-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #ffffff;
  border: 1px solid #424242;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.cid-uSTu4vuZtL .copyright {
  padding: 30px 0;
  border-top: 1px solid #424242;
  margin: 0;
  color: #D2D3D5;
}
.cid-uSTu4vuZtL .mbr-section-title {
  color: #ffffff;
}
.cid-uSTx5dcOIY .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uSTx5dcOIY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uSTx5dcOIY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uSTx5dcOIY .menu_box .navbar.opened,
  .cid-uSTx5dcOIY .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uSTx5dcOIY .navbar-dropdown {
  position: relative !important;
}
.cid-uSTx5dcOIY .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uSTx5dcOIY .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uSTx5dcOIY .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uSTx5dcOIY .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uSTx5dcOIY .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uSTx5dcOIY .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f4f5f7;
  }
  .cid-uSTx5dcOIY .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uSTx5dcOIY .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uSTx5dcOIY .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uSTx5dcOIY .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uSTx5dcOIY .offcanvas-body .mbr-text,
  .cid-uSTx5dcOIY .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uSTx5dcOIY .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uSTx5dcOIY .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uSTx5dcOIY .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uSTx5dcOIY .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uSTx5dcOIY .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uSTx5dcOIY .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uSTx5dcOIY .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uSTx5dcOIY ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uSTx5dcOIY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSTx5dcOIY .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-uSTx5dcOIY .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uSTx5dcOIY li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uSTx5dcOIY .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uSTx5dcOIY .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uSTx5dcOIY .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uSTx5dcOIY .nav-item {
    margin: 0 !important;
  }
}
.cid-uSTx5dcOIY .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uSTx5dcOIY .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 45%;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-out;
}
.cid-uSTx5dcOIY .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uSTx5dcOIY .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uSTx5dcOIY .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uSTx5dcOIY .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uSTx5dcOIY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSTx5dcOIY .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-uSTx5dcOIY .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uSTx5dcOIY .offcanvas_box {
    display: none;
  }
}
.cid-uSTx5dcOIY .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uSTx5dcOIY .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uSTx5dcOIY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uSTx5dcOIY .container {
  display: flex;
  margin: auto;
}
.cid-uSTx5dcOIY .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uSTx5dcOIY .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uSTx5dcOIY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uSTx5dcOIY .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uSTx5dcOIY .navbar-nav {
    margin: 0;
  }
}
.cid-uSTx5dcOIY .dropdown-menu,
.cid-uSTx5dcOIY .navbar.opened {
  background-color: false !important;
}
.cid-uSTx5dcOIY .nav-item:focus,
.cid-uSTx5dcOIY .nav-link:focus {
  outline: none;
}
.cid-uSTx5dcOIY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSTx5dcOIY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSTx5dcOIY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSTx5dcOIY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSTx5dcOIY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSTx5dcOIY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSTx5dcOIY .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uSTx5dcOIY .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uSTx5dcOIY .navbar.opened {
  transition: all 0.3s;
}
.cid-uSTx5dcOIY .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uSTx5dcOIY .navbar .navbar-logo img {
  max-width: 55px;
  max-height: 55px;
  object-fit: contain;
}
.cid-uSTx5dcOIY .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uSTx5dcOIY .navbar.collapsed {
  justify-content: center;
}
.cid-uSTx5dcOIY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSTx5dcOIY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSTx5dcOIY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSTx5dcOIY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSTx5dcOIY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSTx5dcOIY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uSTx5dcOIY .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSTx5dcOIY .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uSTx5dcOIY .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uSTx5dcOIY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSTx5dcOIY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSTx5dcOIY .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uSTx5dcOIY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSTx5dcOIY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uSTx5dcOIY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSTx5dcOIY .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uSTx5dcOIY .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uSTx5dcOIY .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uSTx5dcOIY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uSTx5dcOIY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSTx5dcOIY .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uSTx5dcOIY .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSTx5dcOIY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSTx5dcOIY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSTx5dcOIY .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-uSTx5dcOIY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uSTx5dcOIY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSTx5dcOIY .dropdown-item.active,
.cid-uSTx5dcOIY .dropdown-item:active {
  background-color: transparent;
}
.cid-uSTx5dcOIY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSTx5dcOIY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSTx5dcOIY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSTx5dcOIY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSTx5dcOIY ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uSTx5dcOIY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSTx5dcOIY button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #6c52b8;
}
.cid-uSTx5dcOIY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uSTx5dcOIY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSTx5dcOIY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSTx5dcOIY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSTx5dcOIY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSTx5dcOIY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSTx5dcOIY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSTx5dcOIY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSTx5dcOIY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSTx5dcOIY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uSTx5dcOIY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSTx5dcOIY .navbar {
    height: 70px;
  }
  .cid-uSTx5dcOIY .navbar.opened {
    height: auto;
  }
  .cid-uSTx5dcOIY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSTx5dcOIY .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uSTx5dcOIY .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uSTx5dcOIY .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uSTx5dcOIY .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uSTx5dcOIY .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uSTx5dcOIY .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uSTx5dcOIY .navbar-caption:hover {
  color: #6c52b8;
}
@media (min-width: 992px) {
  .cid-uSTx5dcOIY .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uSTx5dcOIY .text_widget {
  margin-bottom: 32px;
}
.cid-uSTx5dcOIY .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uSTx5dcOIY .text_widget a:hover {
  opacity: .5;
}
.cid-uSTx5dcOIY .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uSTx5dcOIY .navbar-caption {
  color: #000000;
}
.cid-uSTx5dcOIY .mbr-text {
  color: #6a6e71;
  text-align: left;
}
.cid-uSTx5dcOIY .mbr-section-subtitle,
.cid-uSTx5dcOIY .text_widget,
.cid-uSTx5dcOIY .mbr-section-btn {
  text-align: left;
}
.cid-uSTx5dcOIY a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSTx5cWDRC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uSTx5cWDRC .mbr-section-title {
  color: #111019;
}
.cid-uSTx5cWDRC .mbr-section-subtitle {
  color: #111019;
}
@media (max-width: 992px) {
  .cid-uSTx5cWDRC .align-right,
  .cid-uSTx5cWDRC .align-left {
    text-align: center;
  }
}
.cid-uSTx5cWDRC .title {
  display: flex;
  align-items: center;
}
.cid-uSTx5cWDRC .row {
  transition: all 0.3s;
  margin: 0;
  padding: 4rem 2rem;
  border-radius: 3rem;
  box-shadow: 0 0 40px 0 lightgray;
}
@media (max-width: 767px) {
  .cid-uSTx5cWDRC .row {
    padding: 2rem 1rem;
  }
}
.cid-uSTx5cWDRC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSTx5cWDRC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSTx5dvEkK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uSTx5dvEkK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSTx5dvEkK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSTx5dvEkK .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uSTx5dvEkK .container-fluid {
    padding: 0;
  }
}
.cid-uSTx5dvEkK .container-fluid .row {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uSTx5dvEkK .container {
    padding: 0 20px;
  }
}
.cid-uSTx5dvEkK .card {
  position: relative;
  border-radius: 0;
  min-height: 820px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uSTx5dvEkK .card {
    min-height: 500px;
    padding: 0 20px;
  }
}
.cid-uSTx5dvEkK .card .image-back {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uSTx5dvEkK .card .name-wrapper {
  position: relative;
  padding: 73px 0;
}
@media (max-width: 768px) {
  .cid-uSTx5dvEkK .card .name-wrapper {
    padding: 30px 0;
  }
}
.cid-uSTx5dvEkK .card .name-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSTx5dvEkK .card .name-wrapper img {
  position: relative;
  height: 400px;
  width: 400px;
  object-fit: cover;
  border-radius: 100%;
  margin: -2rem auto;
}
@media (max-width: 768px) {
  .cid-uSTx5dvEkK .card .name-wrapper img {
    height: 200px;
    width: 200px;
  }
}
.cid-uSTx5dvEkK .card .text-wrapper {
  padding: 73px 54px;
}
@media (max-width: 768px) {
  .cid-uSTx5dvEkK .card .text-wrapper {
    padding: 45px 0;
  }
}
.cid-uSTx5dvEkK .card .text-wrapper .mbr-desc {
  margin-bottom: 20px;
  letter-spacing: 1.6px;
}
@media (max-width: 992px) {
  .cid-uSTx5dvEkK .card .text-wrapper .mbr-desc {
    margin-bottom: 10px;
  }
}
.cid-uSTx5dvEkK .card .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uSTx5dvEkK .card .text-wrapper .link-wrap {
  display: block;
}
.cid-uSTx5dvEkK .card .text-wrapper .link-wrap .mbr-link {
  position: relative;
  display: inline-flex;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.cid-uSTx5dvEkK .card .text-wrapper .link-wrap .mbr-link:hover::before,
.cid-uSTx5dvEkK .card .text-wrapper .link-wrap .mbr-link:focus::before {
  width: 0;
}
.cid-uSTx5dvEkK .card .text-wrapper .link-wrap .mbr-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uSTx5dvEkK .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSTx5dvEkK .mbr-desc {
  color: #ffffff;
}
.cid-uSTx5dvEkK .mbr-text {
  color: #ffffff;
}
.cid-uSTx5dvEkK .mbr-link {
  color: #ffffff;
}
.cid-uSUvBMLwMk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uSUvBMLwMk .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSUvBMLwMk .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 120px;
  max-width: 120px;
}
@media (max-width: 767px) {
  .cid-uSUvBMLwMk .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSUvBMLwMk .embla__slide .slide-content {
  width: 100%;
}
.cid-uSUvBMLwMk .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
  filter: invert(1);
}
.cid-uSUvBMLwMk .embla__button--next,
.cid-uSUvBMLwMk .embla__button--prev {
  display: flex;
}
.cid-uSUvBMLwMk .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0047ff !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
  display: none;
}
.cid-uSUvBMLwMk .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uSUvBMLwMk .embla__button:hover {
  box-shadow: 0 0 33px 0 #0047ff;
}
.cid-uSUvBMLwMk .embla__button.embla__button--prev {
  left: 0;
}
.cid-uSUvBMLwMk .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uSUvBMLwMk .embla__button.embla__button--next {
  right: 0;
}
.cid-uSUvBMLwMk .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uSUvBMLwMk .embla {
  position: relative;
  width: 100%;
}
.cid-uSUvBMLwMk .embla::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100px;
  background-color: transparent;
  backdrop-filter: blur(2px);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 768px) {
  .cid-uSUvBMLwMk .embla::before {
    display: none;
  }
}
.cid-uSUvBMLwMk .embla::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100px;
  background-color: transparent;
  backdrop-filter: blur(2px);
  pointer-events: none;
}
@media (max-width: 768px) {
  .cid-uSUvBMLwMk .embla::after {
    display: none;
  }
}
.cid-uSUvBMLwMk .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uSUvBMLwMk .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSUvBMLwMk .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSUvBMLwMk .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSUvBMLwMk .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSTx5dKdLw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #121212;
}
.cid-uSTx5dKdLw .item:focus,
.cid-uSTx5dKdLw span:focus {
  outline: none;
}
.cid-uSTx5dKdLw .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}
.cid-uSTx5dKdLw .item {
  padding: 20px 0;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uSTx5dKdLw .item {
    min-height: 45px;
  }
}
.cid-uSTx5dKdLw .content-wrap_1 {
  transform: rotate(2deg);
  background-color: #6c52b8;
}
.cid-uSTx5dKdLw .content-wrap_2 {
  transform: rotate(-2deg);
  margin-top: -3rem;
  background-color: #121212;
}
@media (max-width: 992px) {
  .cid-uSTx5dKdLw .content-wrap_2 {
    margin-top: -1rem;
  }
}
.cid-uSTx5dKdLw .container_1 {
  background-color: #6c52b8;
}
.cid-uSTx5dKdLw .container_1 .item_1 {
  color: #121212;
  background-color: #6c52b8;
}
.cid-uSTx5dKdLw .container_2 {
  background-color: #121212;
}
.cid-uSTx5dKdLw .container_2 .item_2 {
  color: #ffffff;
  background-color: #121212;
}
.cid-uSTx5eekJA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #161616;
}
.cid-uSTx5eekJA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSTx5eekJA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSTx5eekJA .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uSTx5eekJA .container-fluid {
    padding: 0 20px;
  }
}
.cid-uSTx5eekJA .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSTx5eekJA .container {
    padding: 0 20px;
  }
}
.cid-uSTx5eekJA .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uSTx5eekJA .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uSTx5eekJA .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSTx5eekJA .list {
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uSTx5eekJA .list {
    margin-bottom: 30px;
  }
}
.cid-uSTx5eekJA .list .item-wrap {
  position: relative;
  padding-bottom: 5px;
  margin: 9px 18px;
  margin-bottom: 0;
}
.cid-uSTx5eekJA .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uSTx5eekJA .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uSTx5eekJA .list .item-wrap:hover::before,
.cid-uSTx5eekJA .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uSTx5eekJA .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uSTx5eekJA .social-wrapper {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uSTx5eekJA .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uSTx5eekJA .social-wrapper .soc-item {
  margin: 0 5px 5px 0;
}
.cid-uSTx5eekJA .social-wrapper .soc-item a {
  display: block;
}
.cid-uSTx5eekJA .social-wrapper .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uSTx5eekJA .social-wrapper .soc-item a .mbr-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #ffffff;
  border: 1px solid #424242;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.cid-uSTx5eekJA .copyright {
  padding: 30px 0;
  border-top: 1px solid #424242;
  margin: 0;
  color: #D2D3D5;
}
.cid-uSTx5eekJA .mbr-section-title {
  color: #ffffff;
}
.cid-uSTx5dcOIY .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uSTx5dcOIY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uSTx5dcOIY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uSTx5dcOIY .menu_box .navbar.opened,
  .cid-uSTx5dcOIY .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uSTx5dcOIY .navbar-dropdown {
  position: relative !important;
}
.cid-uSTx5dcOIY .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uSTx5dcOIY .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uSTx5dcOIY .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uSTx5dcOIY .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uSTx5dcOIY .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uSTx5dcOIY .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f4f5f7;
  }
  .cid-uSTx5dcOIY .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uSTx5dcOIY .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uSTx5dcOIY .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uSTx5dcOIY .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uSTx5dcOIY .offcanvas-body .mbr-text,
  .cid-uSTx5dcOIY .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uSTx5dcOIY .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uSTx5dcOIY .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uSTx5dcOIY .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uSTx5dcOIY .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uSTx5dcOIY .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uSTx5dcOIY .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uSTx5dcOIY .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uSTx5dcOIY ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uSTx5dcOIY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSTx5dcOIY .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-uSTx5dcOIY .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uSTx5dcOIY li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uSTx5dcOIY .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uSTx5dcOIY .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uSTx5dcOIY .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uSTx5dcOIY .nav-item {
    margin: 0 !important;
  }
}
.cid-uSTx5dcOIY .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uSTx5dcOIY .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 45%;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-out;
}
.cid-uSTx5dcOIY .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uSTx5dcOIY .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uSTx5dcOIY .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uSTx5dcOIY .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uSTx5dcOIY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSTx5dcOIY .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-uSTx5dcOIY .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uSTx5dcOIY .offcanvas_box {
    display: none;
  }
}
.cid-uSTx5dcOIY .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uSTx5dcOIY .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uSTx5dcOIY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uSTx5dcOIY .container {
  display: flex;
  margin: auto;
}
.cid-uSTx5dcOIY .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uSTx5dcOIY .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uSTx5dcOIY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uSTx5dcOIY .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uSTx5dcOIY .navbar-nav {
    margin: 0;
  }
}
.cid-uSTx5dcOIY .dropdown-menu,
.cid-uSTx5dcOIY .navbar.opened {
  background-color: false !important;
}
.cid-uSTx5dcOIY .nav-item:focus,
.cid-uSTx5dcOIY .nav-link:focus {
  outline: none;
}
.cid-uSTx5dcOIY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSTx5dcOIY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSTx5dcOIY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSTx5dcOIY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSTx5dcOIY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSTx5dcOIY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSTx5dcOIY .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uSTx5dcOIY .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uSTx5dcOIY .navbar.opened {
  transition: all 0.3s;
}
.cid-uSTx5dcOIY .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uSTx5dcOIY .navbar .navbar-logo img {
  max-width: 55px;
  max-height: 55px;
  object-fit: contain;
}
.cid-uSTx5dcOIY .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uSTx5dcOIY .navbar.collapsed {
  justify-content: center;
}
.cid-uSTx5dcOIY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSTx5dcOIY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSTx5dcOIY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSTx5dcOIY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSTx5dcOIY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSTx5dcOIY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uSTx5dcOIY .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSTx5dcOIY .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uSTx5dcOIY .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uSTx5dcOIY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSTx5dcOIY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSTx5dcOIY .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uSTx5dcOIY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSTx5dcOIY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uSTx5dcOIY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSTx5dcOIY .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uSTx5dcOIY .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uSTx5dcOIY .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uSTx5dcOIY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uSTx5dcOIY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSTx5dcOIY .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uSTx5dcOIY .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSTx5dcOIY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSTx5dcOIY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSTx5dcOIY .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-uSTx5dcOIY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uSTx5dcOIY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSTx5dcOIY .dropdown-item.active,
.cid-uSTx5dcOIY .dropdown-item:active {
  background-color: transparent;
}
.cid-uSTx5dcOIY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSTx5dcOIY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSTx5dcOIY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSTx5dcOIY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSTx5dcOIY ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uSTx5dcOIY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSTx5dcOIY button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #6c52b8;
}
.cid-uSTx5dcOIY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uSTx5dcOIY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSTx5dcOIY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSTx5dcOIY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSTx5dcOIY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSTx5dcOIY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSTx5dcOIY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSTx5dcOIY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSTx5dcOIY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSTx5dcOIY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uSTx5dcOIY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSTx5dcOIY .navbar {
    height: 70px;
  }
  .cid-uSTx5dcOIY .navbar.opened {
    height: auto;
  }
  .cid-uSTx5dcOIY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSTx5dcOIY .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uSTx5dcOIY .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uSTx5dcOIY .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uSTx5dcOIY .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uSTx5dcOIY .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uSTx5dcOIY .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uSTx5dcOIY .navbar-caption:hover {
  color: #6c52b8;
}
@media (min-width: 992px) {
  .cid-uSTx5dcOIY .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uSTx5dcOIY .text_widget {
  margin-bottom: 32px;
}
.cid-uSTx5dcOIY .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uSTx5dcOIY .text_widget a:hover {
  opacity: .5;
}
.cid-uSTx5dcOIY .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uSTx5dcOIY .navbar-caption {
  color: #000000;
}
.cid-uSTx5dcOIY .mbr-text {
  color: #6a6e71;
  text-align: left;
}
.cid-uSTx5dcOIY .mbr-section-subtitle,
.cid-uSTx5dcOIY .text_widget,
.cid-uSTx5dcOIY .mbr-section-btn {
  text-align: left;
}
.cid-uSTx5dcOIY a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSTCK4NamA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uSTCK4NamA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSTCK4NamA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSTCK4NamA .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uSTCK4NamA .container-fluid {
    padding: 0 20px;
  }
}
.cid-uSTCK4NamA .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSTCK4NamA .container {
    padding: 0 20px;
  }
}
.cid-uSTCK4NamA .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSTCK4NamA .title-wrapper .mbr-section-title span {
  color: #7c63d5;
}
.cid-uSTCK4NamA .mbr-section-title {
  color: #ffffff;
}
.cid-uSTCGcbXly {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uSTCGcbXly .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSTCGcbXly .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSTCGcbXly .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uSTCGcbXly .container-fluid {
    padding: 0 20px;
  }
}
.cid-uSTCGcbXly .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSTCGcbXly .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uSTCGcbXly .title-wrapper {
    margin-top: 45px;
  }
}
.cid-uSTCGcbXly .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uSTCGcbXly .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-uSTCGcbXly .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uSTCGcbXly .title-wrapper .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uSTCGcbXly .title-wrapper .mbr-text {
  line-height: inherit;
  margin-bottom: 0;
}
.cid-uSTCGcbXly .title-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 30px 0 0 0;
}
@media (max-width: 768px) {
  .cid-uSTCGcbXly .title-wrapper .list {
    margin-top: 20px;
  }
}
.cid-uSTCGcbXly .title-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uSTCGcbXly .title-wrapper .list .item-wrap {
    margin-top: 10px;
  }
}
.cid-uSTCGcbXly .title-wrapper .list .item-wrap .mbr-iconfont {
  margin-right: 12px;
  color: #6c52b8;
}
@media (min-width: 992px) {
  .cid-uSTCGcbXly .mbr-form {
    margin-top: 32px;
  }
}
.cid-uSTCGcbXly .dragArea.row .form-group {
  margin-bottom: 40px !important;
}
@media (max-width: 992px) {
  .cid-uSTCGcbXly .dragArea.row .form-group {
    margin-top: 20px;
  }
}
.cid-uSTCGcbXly .dragArea.row .form-group .form-control {
  border: none !important;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #6a6e71 !important;
  padding: 14px 0;
}
.cid-uSTCGcbXly .dragArea.row .form-group .form-control::placeholder {
  color: #6a6e71;
}
.cid-uSTCGcbXly .dragArea.row .form-group .form-control:hover {
  border-color: #6a6e71 !important;
}
.cid-uSTCGcbXly .dragArea.row .form-group .form-control:focus {
  background-color: transparent;
  box-shadow: none;
}
.cid-uSTCGcbXly .dragArea.row .form-group .form-check .form-check-input {
  background: transparent;
  border: 1px solid #6c52b8;
}
.cid-uSTCGcbXly .dragArea.row .mbr-section-btn {
  margin-top: 20px;
}
.cid-uSTCGcbXly .dragArea.row .mbr-section-btn .btn {
  flex-direction: row-reverse;
}
.cid-uSTCGcbXly .dragArea.row .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 0;
  margin-right: 10px;
}
.cid-uSTCGcbXly .mbr-section-subtitle {
  color: #000000;
}
.cid-uSTCGcbXly .mbr-section-title {
  color: #000000;
}
.cid-uSTCGcbXly .mbr-text {
  color: #6a6e71;
}
.cid-uSTCGcbXly .list {
  color: #6a6e71;
}
.cid-uSTCGcbXly label {
  color: #000000;
}
.cid-uSTx5eekJA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #161616;
}
.cid-uSTx5eekJA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSTx5eekJA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSTx5eekJA .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uSTx5eekJA .container-fluid {
    padding: 0 20px;
  }
}
.cid-uSTx5eekJA .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSTx5eekJA .container {
    padding: 0 20px;
  }
}
.cid-uSTx5eekJA .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uSTx5eekJA .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uSTx5eekJA .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSTx5eekJA .list {
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uSTx5eekJA .list {
    margin-bottom: 30px;
  }
}
.cid-uSTx5eekJA .list .item-wrap {
  position: relative;
  padding-bottom: 5px;
  margin: 9px 18px;
  margin-bottom: 0;
}
.cid-uSTx5eekJA .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uSTx5eekJA .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uSTx5eekJA .list .item-wrap:hover::before,
.cid-uSTx5eekJA .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uSTx5eekJA .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uSTx5eekJA .social-wrapper {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uSTx5eekJA .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uSTx5eekJA .social-wrapper .soc-item {
  margin: 0 5px 5px 0;
}
.cid-uSTx5eekJA .social-wrapper .soc-item a {
  display: block;
}
.cid-uSTx5eekJA .social-wrapper .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uSTx5eekJA .social-wrapper .soc-item a .mbr-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #ffffff;
  border: 1px solid #424242;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.cid-uSTx5eekJA .copyright {
  padding: 30px 0;
  border-top: 1px solid #424242;
  margin: 0;
  color: #D2D3D5;
}
.cid-uSTx5eekJA .mbr-section-title {
  color: #ffffff;
}
.cid-uP8b0LzgSB .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uP8b0LzgSB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uP8b0LzgSB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uP8b0LzgSB .menu_box .navbar.opened,
  .cid-uP8b0LzgSB .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uP8b0LzgSB .navbar-dropdown {
  position: relative !important;
}
.cid-uP8b0LzgSB .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uP8b0LzgSB .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uP8b0LzgSB .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uP8b0LzgSB .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uP8b0LzgSB .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uP8b0LzgSB .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f4f5f7;
  }
  .cid-uP8b0LzgSB .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uP8b0LzgSB .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uP8b0LzgSB .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uP8b0LzgSB .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uP8b0LzgSB .offcanvas-body .mbr-text,
  .cid-uP8b0LzgSB .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uP8b0LzgSB .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uP8b0LzgSB .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uP8b0LzgSB .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uP8b0LzgSB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uP8b0LzgSB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uP8b0LzgSB .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uP8b0LzgSB .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uP8b0LzgSB ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uP8b0LzgSB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uP8b0LzgSB .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-uP8b0LzgSB .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uP8b0LzgSB li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uP8b0LzgSB .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uP8b0LzgSB .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uP8b0LzgSB .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uP8b0LzgSB .nav-item {
    margin: 0 !important;
  }
}
.cid-uP8b0LzgSB .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uP8b0LzgSB .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 45%;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-out;
}
.cid-uP8b0LzgSB .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uP8b0LzgSB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uP8b0LzgSB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uP8b0LzgSB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uP8b0LzgSB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uP8b0LzgSB .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-uP8b0LzgSB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uP8b0LzgSB .offcanvas_box {
    display: none;
  }
}
.cid-uP8b0LzgSB .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uP8b0LzgSB .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uP8b0LzgSB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uP8b0LzgSB .container {
  display: flex;
  margin: auto;
}
.cid-uP8b0LzgSB .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uP8b0LzgSB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uP8b0LzgSB .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uP8b0LzgSB .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uP8b0LzgSB .navbar-nav {
    margin: 0;
  }
}
.cid-uP8b0LzgSB .dropdown-menu,
.cid-uP8b0LzgSB .navbar.opened {
  background-color: false !important;
}
.cid-uP8b0LzgSB .nav-item:focus,
.cid-uP8b0LzgSB .nav-link:focus {
  outline: none;
}
.cid-uP8b0LzgSB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uP8b0LzgSB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uP8b0LzgSB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uP8b0LzgSB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uP8b0LzgSB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uP8b0LzgSB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uP8b0LzgSB .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uP8b0LzgSB .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uP8b0LzgSB .navbar.opened {
  transition: all 0.3s;
}
.cid-uP8b0LzgSB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uP8b0LzgSB .navbar .navbar-logo img {
  max-width: 55px;
  max-height: 55px;
  object-fit: contain;
}
.cid-uP8b0LzgSB .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uP8b0LzgSB .navbar.collapsed {
  justify-content: center;
}
.cid-uP8b0LzgSB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uP8b0LzgSB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uP8b0LzgSB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uP8b0LzgSB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uP8b0LzgSB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uP8b0LzgSB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uP8b0LzgSB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uP8b0LzgSB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uP8b0LzgSB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uP8b0LzgSB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uP8b0LzgSB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uP8b0LzgSB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uP8b0LzgSB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uP8b0LzgSB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uP8b0LzgSB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uP8b0LzgSB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uP8b0LzgSB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uP8b0LzgSB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uP8b0LzgSB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uP8b0LzgSB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uP8b0LzgSB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uP8b0LzgSB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uP8b0LzgSB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uP8b0LzgSB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uP8b0LzgSB .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-uP8b0LzgSB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uP8b0LzgSB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uP8b0LzgSB .dropdown-item.active,
.cid-uP8b0LzgSB .dropdown-item:active {
  background-color: transparent;
}
.cid-uP8b0LzgSB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uP8b0LzgSB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uP8b0LzgSB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uP8b0LzgSB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uP8b0LzgSB ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uP8b0LzgSB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uP8b0LzgSB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #6c52b8;
}
.cid-uP8b0LzgSB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uP8b0LzgSB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uP8b0LzgSB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uP8b0LzgSB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uP8b0LzgSB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uP8b0LzgSB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uP8b0LzgSB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uP8b0LzgSB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uP8b0LzgSB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uP8b0LzgSB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uP8b0LzgSB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uP8b0LzgSB .navbar {
    height: 70px;
  }
  .cid-uP8b0LzgSB .navbar.opened {
    height: auto;
  }
  .cid-uP8b0LzgSB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uP8b0LzgSB .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uP8b0LzgSB .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uP8b0LzgSB .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uP8b0LzgSB .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uP8b0LzgSB .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uP8b0LzgSB .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uP8b0LzgSB .navbar-caption:hover {
  color: #6c52b8;
}
@media (min-width: 992px) {
  .cid-uP8b0LzgSB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uP8b0LzgSB .text_widget {
  margin-bottom: 32px;
}
.cid-uP8b0LzgSB .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uP8b0LzgSB .text_widget a:hover {
  opacity: .5;
}
.cid-uP8b0LzgSB .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uP8b0LzgSB .navbar-caption {
  color: #000000;
}
.cid-uP8b0LzgSB .mbr-text {
  color: #6a6e71;
  text-align: left;
}
.cid-uP8b0LzgSB .mbr-section-subtitle,
.cid-uP8b0LzgSB .text_widget,
.cid-uP8b0LzgSB .mbr-section-btn {
  text-align: left;
}
.cid-uP8b0LzgSB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSTEWh7kMA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uSTEWh7kMA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSTEWh7kMA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSTEWh7kMA .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uSTEWh7kMA .container-fluid {
    padding: 0 20px;
  }
}
.cid-uSTEWh7kMA .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSTEWh7kMA .container {
    padding: 0 20px;
  }
}
.cid-uSTEWh7kMA .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSTEWh7kMA .title-wrapper .mbr-section-title span {
  color: #7c63d5;
}
.cid-uSTEWh7kMA .mbr-section-title {
  color: #ffffff;
}
.cid-uSTETpXakX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uSTETpXakX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSTETpXakX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSTETpXakX .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uSTETpXakX .container-fluid {
    padding: 0 20px;
  }
}
.cid-uSTETpXakX .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSTETpXakX .container {
    padding: 0 20px;
  }
}
.cid-uSTETpXakX .row {
  justify-content: center;
}
.cid-uSTETpXakX .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uSTETpXakX .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uSTETpXakX .card {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uSTETpXakX .card {
    margin-bottom: 30px;
  }
}
.cid-uSTETpXakX .card .card-wrapper {
  height: 100%;
}
.cid-uSTETpXakX .card .card-wrapper .icon-wrap {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSTETpXakX .card .card-wrapper .icon-wrap {
    margin-bottom: 24px;
  }
}
.cid-uSTETpXakX .card .card-wrapper .icon-wrap .mbr-iconfont {
  font-size: 42px;
  width: 76px;
  height: 76px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #7c63d5;
  position: relative;
}
.cid-uSTETpXakX .card .card-wrapper .icon-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .1;
}
.cid-uSTETpXakX .card .card-wrapper .mbr-card-title {
  margin-bottom: 14px;
  line-height: 1.2em;
}
.cid-uSTETpXakX .card .card-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.8em;
}
.cid-uSTETpXakX .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSTETpXakX .mbr-card-title {
  color: #ffffff;
}
.cid-uSTETpXakX .mbr-text {
  color: #D2D3D5;
  text-align: center;
}
.cid-uSTETpXakX .mbr-card-title,
.cid-uSTETpXakX .icon-wrap {
  text-align: center;
}
.cid-uSTngxPE2j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #161616;
}
.cid-uSTngxPE2j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSTngxPE2j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSTngxPE2j .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uSTngxPE2j .container-fluid {
    padding: 0 20px;
  }
}
.cid-uSTngxPE2j .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSTngxPE2j .container {
    padding: 0 20px;
  }
}
.cid-uSTngxPE2j .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uSTngxPE2j .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uSTngxPE2j .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSTngxPE2j .list {
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uSTngxPE2j .list {
    margin-bottom: 30px;
  }
}
.cid-uSTngxPE2j .list .item-wrap {
  position: relative;
  padding-bottom: 5px;
  margin: 9px 18px;
  margin-bottom: 0;
}
.cid-uSTngxPE2j .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uSTngxPE2j .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uSTngxPE2j .list .item-wrap:hover::before,
.cid-uSTngxPE2j .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uSTngxPE2j .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uSTngxPE2j .social-wrapper {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uSTngxPE2j .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uSTngxPE2j .social-wrapper .soc-item {
  margin: 0 5px 5px 0;
}
.cid-uSTngxPE2j .social-wrapper .soc-item a {
  display: block;
}
.cid-uSTngxPE2j .social-wrapper .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uSTngxPE2j .social-wrapper .soc-item a .mbr-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #ffffff;
  border: 1px solid #424242;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.cid-uSTngxPE2j .copyright {
  padding: 30px 0;
  border-top: 1px solid #424242;
  margin: 0;
  color: #D2D3D5;
}
.cid-uSTngxPE2j .mbr-section-title {
  color: #ffffff;
}
.cid-uP8b0LzgSB .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uP8b0LzgSB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uP8b0LzgSB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uP8b0LzgSB .menu_box .navbar.opened,
  .cid-uP8b0LzgSB .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uP8b0LzgSB .navbar-dropdown {
  position: relative !important;
}
.cid-uP8b0LzgSB .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uP8b0LzgSB .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uP8b0LzgSB .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uP8b0LzgSB .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uP8b0LzgSB .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uP8b0LzgSB .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f4f5f7;
  }
  .cid-uP8b0LzgSB .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uP8b0LzgSB .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uP8b0LzgSB .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uP8b0LzgSB .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uP8b0LzgSB .offcanvas-body .mbr-text,
  .cid-uP8b0LzgSB .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uP8b0LzgSB .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uP8b0LzgSB .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uP8b0LzgSB .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uP8b0LzgSB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uP8b0LzgSB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uP8b0LzgSB .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uP8b0LzgSB .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uP8b0LzgSB ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uP8b0LzgSB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uP8b0LzgSB .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-uP8b0LzgSB .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uP8b0LzgSB li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uP8b0LzgSB .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uP8b0LzgSB .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uP8b0LzgSB .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uP8b0LzgSB .nav-item {
    margin: 0 !important;
  }
}
.cid-uP8b0LzgSB .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uP8b0LzgSB .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 45%;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-out;
}
.cid-uP8b0LzgSB .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uP8b0LzgSB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uP8b0LzgSB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uP8b0LzgSB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uP8b0LzgSB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uP8b0LzgSB .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-uP8b0LzgSB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uP8b0LzgSB .offcanvas_box {
    display: none;
  }
}
.cid-uP8b0LzgSB .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uP8b0LzgSB .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uP8b0LzgSB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uP8b0LzgSB .container {
  display: flex;
  margin: auto;
}
.cid-uP8b0LzgSB .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uP8b0LzgSB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uP8b0LzgSB .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uP8b0LzgSB .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uP8b0LzgSB .navbar-nav {
    margin: 0;
  }
}
.cid-uP8b0LzgSB .dropdown-menu,
.cid-uP8b0LzgSB .navbar.opened {
  background-color: false !important;
}
.cid-uP8b0LzgSB .nav-item:focus,
.cid-uP8b0LzgSB .nav-link:focus {
  outline: none;
}
.cid-uP8b0LzgSB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uP8b0LzgSB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uP8b0LzgSB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uP8b0LzgSB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uP8b0LzgSB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uP8b0LzgSB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uP8b0LzgSB .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uP8b0LzgSB .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uP8b0LzgSB .navbar.opened {
  transition: all 0.3s;
}
.cid-uP8b0LzgSB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uP8b0LzgSB .navbar .navbar-logo img {
  max-width: 55px;
  max-height: 55px;
  object-fit: contain;
}
.cid-uP8b0LzgSB .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uP8b0LzgSB .navbar.collapsed {
  justify-content: center;
}
.cid-uP8b0LzgSB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uP8b0LzgSB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uP8b0LzgSB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uP8b0LzgSB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uP8b0LzgSB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uP8b0LzgSB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uP8b0LzgSB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uP8b0LzgSB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uP8b0LzgSB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uP8b0LzgSB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uP8b0LzgSB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uP8b0LzgSB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uP8b0LzgSB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uP8b0LzgSB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uP8b0LzgSB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uP8b0LzgSB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uP8b0LzgSB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uP8b0LzgSB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uP8b0LzgSB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uP8b0LzgSB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uP8b0LzgSB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uP8b0LzgSB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uP8b0LzgSB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uP8b0LzgSB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uP8b0LzgSB .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-uP8b0LzgSB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uP8b0LzgSB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uP8b0LzgSB .dropdown-item.active,
.cid-uP8b0LzgSB .dropdown-item:active {
  background-color: transparent;
}
.cid-uP8b0LzgSB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uP8b0LzgSB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uP8b0LzgSB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uP8b0LzgSB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uP8b0LzgSB ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uP8b0LzgSB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uP8b0LzgSB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #6c52b8;
}
.cid-uP8b0LzgSB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uP8b0LzgSB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uP8b0LzgSB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uP8b0LzgSB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uP8b0LzgSB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uP8b0LzgSB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uP8b0LzgSB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uP8b0LzgSB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uP8b0LzgSB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uP8b0LzgSB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uP8b0LzgSB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uP8b0LzgSB .navbar {
    height: 70px;
  }
  .cid-uP8b0LzgSB .navbar.opened {
    height: auto;
  }
  .cid-uP8b0LzgSB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uP8b0LzgSB .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uP8b0LzgSB .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uP8b0LzgSB .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uP8b0LzgSB .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uP8b0LzgSB .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uP8b0LzgSB .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uP8b0LzgSB .navbar-caption:hover {
  color: #6c52b8;
}
@media (min-width: 992px) {
  .cid-uP8b0LzgSB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uP8b0LzgSB .text_widget {
  margin-bottom: 32px;
}
.cid-uP8b0LzgSB .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uP8b0LzgSB .text_widget a:hover {
  opacity: .5;
}
.cid-uP8b0LzgSB .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uP8b0LzgSB .navbar-caption {
  color: #000000;
}
.cid-uP8b0LzgSB .mbr-text {
  color: #6a6e71;
  text-align: left;
}
.cid-uP8b0LzgSB .mbr-section-subtitle,
.cid-uP8b0LzgSB .text_widget,
.cid-uP8b0LzgSB .mbr-section-btn {
  text-align: left;
}
.cid-uP8b0LzgSB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSTPL2TJGn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uSTPL2TJGn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSTPL2TJGn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSTPL2TJGn .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uSTPL2TJGn .container-fluid {
    padding: 0 20px;
  }
}
.cid-uSTPL2TJGn .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSTPL2TJGn .container {
    padding: 0 20px;
  }
}
.cid-uSTPL2TJGn .row {
  justify-content: center;
}
.cid-uSTPL2TJGn .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uSTPL2TJGn .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-uSTPL2TJGn .title-wrapper .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 45px;
  margin-bottom: 50px;
  border-bottom: 2px solid #000000;
}
@media (max-width: 768px) {
  .cid-uSTPL2TJGn .title-wrapper .title-wrap {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
.cid-uSTPL2TJGn .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uSTPL2TJGn .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uSTPL2TJGn .title-wrapper .title-wrap .mbr-section-btn .btn {
  border: none;
  padding: 0;
  min-width: 92px;
}
.cid-uSTPL2TJGn .title-wrapper .title-wrap .mbr-section-btn .btn:hover,
.cid-uSTPL2TJGn .title-wrapper .title-wrap .mbr-section-btn .btn:focus {
  background-color: transparent !important;
  color: #000000 !important;
  opacity: .5;
}
.cid-uSTPL2TJGn .title-wrapper .title-wrap .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 18px;
}
.cid-uSTPL2TJGn .item {
  margin-bottom: 32px;
}
.cid-uSTPL2TJGn .item a:hover .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uSTPL2TJGn .item a:hover .item-wrapper .item-img .item-content .subtitle-wrap .item-subtitle {
  background-color: #161616;
}
.cid-uSTPL2TJGn .item a:hover .item-wrapper .item-img .item-content .title-wrap {
  transform: translateY(0);
}
.cid-uSTPL2TJGn .item a:hover .item-wrapper .item-img .item-content .title-wrap .link-wrap .item-link {
  opacity: 1;
}
.cid-uSTPL2TJGn .item a .item-wrapper {
  overflow: hidden;
}
.cid-uSTPL2TJGn .item a .item-wrapper .item-img {
  position: relative;
  height: 460px;
}
.cid-uSTPL2TJGn .item a .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
  pointer-events: visible;
}
.cid-uSTPL2TJGn .item a .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(180deg, transparent, #000000);
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uSTPL2TJGn .item a .item-wrapper .item-img .item-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 768px) {
  .cid-uSTPL2TJGn .item a .item-wrapper .item-img .item-content {
    padding: 25px;
  }
}
.cid-uSTPL2TJGn .item a .item-wrapper .item-img .item-content .subtitle-wrap {
  pointer-events: visible;
}
.cid-uSTPL2TJGn .item a .item-wrapper .item-img .item-content .subtitle-wrap .item-subtitle {
  display: inline-flex;
  padding: 4px 18px;
  margin-bottom: 6px;
  background-color: #b29fe9;
  transition: all 0.3s ease-out;
}
.cid-uSTPL2TJGn .item a .item-wrapper .item-img .item-content .title-wrap {
  transform: translateY(40px);
  transition: all 0.3s ease-out;
  pointer-events: visible;
}
.cid-uSTPL2TJGn .item a .item-wrapper .item-img .item-content .title-wrap .item-title {
  margin-bottom: 16px;
}
.cid-uSTPL2TJGn .item a .item-wrapper .item-img .item-content .title-wrap .desc-wrapper .desc-wrap {
  display: inline-flex;
}
.cid-uSTPL2TJGn .item a .item-wrapper .item-img .item-content .title-wrap .desc-wrapper .desc-wrap .mbr-iconfont {
  margin-right: 14px;
  color: #c8d814;
}
.cid-uSTPL2TJGn .item a .item-wrapper .item-img .item-content .title-wrap .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uSTPL2TJGn .item a .item-wrapper .item-img .item-content .title-wrap .link-wrap .item-link {
  display: inline-flex;
  opacity: 0;
  margin: 16px 0 0 0;
  transition: all 0.3s ease-out;
}
.cid-uSTPL2TJGn .item a .item-wrapper .item-img .item-content .title-wrap .link-wrap .item-link .mbr-iconfont {
  margin-left: 6px;
}
.cid-uSTPL2TJGn .mbr-section-title {
  color: #000000;
}
.cid-uSTPL2TJGn .mbr-section-subtitle {
  color: #000000;
}
.cid-uSTPL2TJGn .item-title {
  color: #ffffff;
}
.cid-uSTPL2TJGn .item-subtitle {
  color: #ffffff;
}
.cid-uSTPL2TJGn .item-desc {
  color: #D2D3D5;
}
.cid-uSTPL2TJGn .item-link {
  color: #ffffff;
}
.cid-uSTngxPE2j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #161616;
}
.cid-uSTngxPE2j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSTngxPE2j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSTngxPE2j .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uSTngxPE2j .container-fluid {
    padding: 0 20px;
  }
}
.cid-uSTngxPE2j .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSTngxPE2j .container {
    padding: 0 20px;
  }
}
.cid-uSTngxPE2j .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uSTngxPE2j .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uSTngxPE2j .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSTngxPE2j .list {
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uSTngxPE2j .list {
    margin-bottom: 30px;
  }
}
.cid-uSTngxPE2j .list .item-wrap {
  position: relative;
  padding-bottom: 5px;
  margin: 9px 18px;
  margin-bottom: 0;
}
.cid-uSTngxPE2j .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uSTngxPE2j .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uSTngxPE2j .list .item-wrap:hover::before,
.cid-uSTngxPE2j .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uSTngxPE2j .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uSTngxPE2j .social-wrapper {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uSTngxPE2j .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uSTngxPE2j .social-wrapper .soc-item {
  margin: 0 5px 5px 0;
}
.cid-uSTngxPE2j .social-wrapper .soc-item a {
  display: block;
}
.cid-uSTngxPE2j .social-wrapper .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uSTngxPE2j .social-wrapper .soc-item a .mbr-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #ffffff;
  border: 1px solid #424242;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.cid-uSTngxPE2j .copyright {
  padding: 30px 0;
  border-top: 1px solid #424242;
  margin: 0;
  color: #D2D3D5;
}
.cid-uSTngxPE2j .mbr-section-title {
  color: #ffffff;
}
