.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Bricolage Grotesque;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 4.8rem;
  line-height: .85;
  letter-spacing: -0.0375rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 3.8rem;
  line-height: .9;
  letter-spacing: -0.0325rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.25rem;
  letter-spacing: -0.01em;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 3rem;
  line-height: .9;
  letter-spacing: -0.0325rem;
}
.display-5 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.84rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.36rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #c6f15c !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #feb591 !important;
}
.bg-danger {
  background-color: #f0a2fd !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6a2be9 !important;
  border-color: #6a2be9 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #8a59ee !important;
  border-color: #8a59ee !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8a59ee !important;
  border-color: #8a59ee !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #c6f15c !important;
  border-color: #c6f15c !important;
  color: #354806 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #d6f58b !important;
  border-color: #d6f58b !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #354806 !important;
  background-color: #d6f58b !important;
  border-color: #d6f58b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #feb591 !important;
  border-color: #feb591 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #fed7c4 !important;
  border-color: #fed7c4 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #fed7c4 !important;
  border-color: #fed7c4 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f0a2fd !important;
  border-color: #f0a2fd !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #f8d4fe !important;
  border-color: #f8d4fe !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f8d4fe !important;
  border-color: #f8d4fe !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #6a2be9;
  color: #6a2be9;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #4512ac !important;
  background-color: transparent !important;
  border-color: #4512ac !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #6a2be9 !important;
  border-color: #6a2be9 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #c6f15c;
  color: #c6f15c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a7e313 !important;
  background-color: transparent !important;
  border-color: #a7e313 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #354806 !important;
  background-color: #c6f15c !important;
  border-color: #c6f15c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #feb591;
  color: #feb591;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #fd7b3b !important;
  background-color: transparent !important;
  border-color: #fd7b3b !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #feb591 !important;
  border-color: #feb591 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f0a2fd;
  color: #f0a2fd;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #e24dfb !important;
  background-color: transparent !important;
  border-color: #e24dfb !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f0a2fd !important;
  border-color: #f0a2fd !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #6a2be9 !important;
}
.text-success {
  color: #c6f15c !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #feb591 !important;
}
.text-danger {
  color: #f0a2fd !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3f109e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #9dd512 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #fd712c !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #e03efb !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #feb591;
}
.alert-danger {
  background-color: #f0a2fd;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #6a2be9 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 15px 32px;
  border-radius: 10px !important;
  margin: 8px;
  border-width: 2px !important;
  flex-direction: row-reverse;
  font-weight: 600 !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 0;
  margin-right: .75rem;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  transform: scale(1.03);
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  color: #000000 !important;
}
img {
  border-radius: 16px !important;
}
.cid-u8jhknuTmv {
  background-color: transparent;
}
.cid-u8jhknuTmv .navbar-dropdown {
  background-color: #6a2be9 !important;
  padding: 0;
}
.cid-u8jhknuTmv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #6a2be9 !important;
  background: #6a2be9;
}
.cid-u8jhknuTmv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8jhknuTmv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u8jhknuTmv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u8jhknuTmv .menu_box .navbar.opened,
  .cid-u8jhknuTmv .menu_box .navbar-collapse {
    background-color: #6a2be9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u8jhknuTmv .navbar-dropdown {
  position: relative !important;
}
.cid-u8jhknuTmv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u8jhknuTmv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u8jhknuTmv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u8jhknuTmv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u8jhknuTmv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u8jhknuTmv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-u8jhknuTmv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u8jhknuTmv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u8jhknuTmv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u8jhknuTmv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u8jhknuTmv .offcanvas-body .mbr-text,
  .cid-u8jhknuTmv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u8jhknuTmv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u8jhknuTmv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u8jhknuTmv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-u8jhknuTmv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u8jhknuTmv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u8jhknuTmv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u8jhknuTmv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u8jhknuTmv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u8jhknuTmv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u8jhknuTmv .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-u8jhknuTmv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u8jhknuTmv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u8jhknuTmv .lg_brand {
    margin: 0 1rem;
  }
  .cid-u8jhknuTmv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-u8jhknuTmv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-u8jhknuTmv .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-u8jhknuTmv .nav-item {
    margin: 0 !important;
  }
}
.cid-u8jhknuTmv .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-u8jhknuTmv .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-u8jhknuTmv .nav-item .nav-link:hover,
.cid-u8jhknuTmv .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-u8jhknuTmv .nav-item .nav-link:hover::before,
.cid-u8jhknuTmv .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u8jhknuTmv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u8jhknuTmv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u8jhknuTmv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u8jhknuTmv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u8jhknuTmv .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-u8jhknuTmv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u8jhknuTmv .offcanvas_box {
    display: none;
  }
}
.cid-u8jhknuTmv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u8jhknuTmv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u8jhknuTmv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u8jhknuTmv .container {
  display: flex;
  margin: auto;
}
.cid-u8jhknuTmv .iconfont-wrapper {
  color: #c6f15c;
  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-u8jhknuTmv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u8jhknuTmv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u8jhknuTmv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u8jhknuTmv .navbar-nav {
    margin: 0;
  }
}
.cid-u8jhknuTmv .dropdown-menu,
.cid-u8jhknuTmv .navbar.opened {
  background-color: false !important;
}
.cid-u8jhknuTmv .nav-item:focus,
.cid-u8jhknuTmv .nav-link:focus {
  outline: none;
}
.cid-u8jhknuTmv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8jhknuTmv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8jhknuTmv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8jhknuTmv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8jhknuTmv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8jhknuTmv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8jhknuTmv .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u8jhknuTmv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u8jhknuTmv .navbar.opened {
  transition: all 0.3s;
}
.cid-u8jhknuTmv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u8jhknuTmv .navbar .navbar-logo img {
  max-width: 32px;
  min-height: 32px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-u8jhknuTmv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u8jhknuTmv .navbar.collapsed {
  justify-content: center;
}
.cid-u8jhknuTmv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8jhknuTmv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u8jhknuTmv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8jhknuTmv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8jhknuTmv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8jhknuTmv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u8jhknuTmv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u8jhknuTmv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u8jhknuTmv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u8jhknuTmv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8jhknuTmv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8jhknuTmv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u8jhknuTmv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8jhknuTmv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u8jhknuTmv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8jhknuTmv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u8jhknuTmv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u8jhknuTmv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u8jhknuTmv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u8jhknuTmv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8jhknuTmv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u8jhknuTmv .navbar.navbar-short {
  min-height: 60px;
}
.cid-u8jhknuTmv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8jhknuTmv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u8jhknuTmv .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-u8jhknuTmv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u8jhknuTmv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8jhknuTmv .dropdown-item.active,
.cid-u8jhknuTmv .dropdown-item:active {
  background-color: transparent;
}
.cid-u8jhknuTmv .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u8jhknuTmv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8jhknuTmv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8jhknuTmv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8jhknuTmv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u8jhknuTmv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8jhknuTmv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #6a2be9;
  background: #c6f15c;
}
.cid-u8jhknuTmv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u8jhknuTmv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8jhknuTmv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8jhknuTmv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8jhknuTmv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8jhknuTmv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8jhknuTmv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8jhknuTmv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8jhknuTmv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8jhknuTmv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u8jhknuTmv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8jhknuTmv .navbar {
    height: 70px;
  }
  .cid-u8jhknuTmv .navbar.opened {
    height: auto;
  }
  .cid-u8jhknuTmv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8jhknuTmv .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u8jhknuTmv .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u8jhknuTmv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u8jhknuTmv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u8jhknuTmv .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-u8jhknuTmv .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-u8jhknuTmv .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u8jhknuTmv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u8jhknuTmv .text_widget {
  margin-bottom: 32px;
}
.cid-u8jhknuTmv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u8jhknuTmv .text_widget a:hover,
.cid-u8jhknuTmv .text_widget a:focus {
  opacity: .8;
}
.cid-u8jhknuTmv .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u8jhknuTmv .navbar-caption {
  color: #ffffff;
}
.cid-u8jhknuTmv .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u8jhknuTmv .mbr-section-subtitle,
.cid-u8jhknuTmv .text_widget,
.cid-u8jhknuTmv .mbr-section-btn {
  text-align: center;
}
.cid-u8jhknuTmv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHo60txkbm {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHo60txkbm .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-uHo60txkbm .display-1 {
    font-size: 5rem;
  }
}
.cid-uHo60txkbm h1 {
  line-height: 1;
}
@media (max-width: 767px) {
  .cid-uHo60txkbm {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uHo60txkbm .display-1 {
    font-size: 2.8rem;
  }
  .cid-uHo60txkbm .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uHo60txkbm .content-wrap {
    width: 100%;
  }
}
.cid-uHo60txkbm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHo60txkbm .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uHo60txkbm .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uHo60txkbm {
    align-items: center;
  }
  .cid-uHo60txkbm .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uHo60txkbm .content-wrap {
    min-width: 50%;
  }
}
.cid-uHo60txkbm .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uHo60txkbm .mbr-text,
.cid-uHo60txkbm .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-u8jhnX9BMy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u8jhnX9BMy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8jhnX9BMy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8jhnX9BMy .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-u8jhnX9BMy .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u8jhnX9BMy .container {
    padding: 0 16px;
  }
}
.cid-u8jhnX9BMy .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-u8jhnX9BMy .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-u8jhnX9BMy .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #fdefce;
}
.cid-u8jhnX9BMy .item .item-wrapper {
  height: 100%;
}
.cid-u8jhnX9BMy .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #eadef8;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-u8jhnX9BMy .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-u8jhnX9BMy .item .item-wrapper .card-box .item-emoji {
  margin-bottom: 32px;
}
.cid-u8jhnX9BMy .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-u8jhnX9BMy .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-u8jhnX9BMy .mbr-section-btn {
  margin-top: 12px;
  text-align: center;
}
.cid-u8jhnX9BMy .item-emoji {
  color: #000000;
}
.cid-u8jhnX9BMy .item-title {
  color: #000000;
}
.cid-u8jhnX9BMy .item-text {
  color: #000000;
}
.cid-uHo6uV5yJ6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uHo6uV5yJ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHo6uV5yJ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHo6uV5yJ6 .row {
  justify-content: center;
}
.cid-uHo6uV5yJ6 .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uHo6uV5yJ6 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHo6uV5yJ6 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uHo6uV5yJ6 .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uHo6uV5yJ6 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uHo6uV5yJ6 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uHo6uV5yJ6 .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uHo6uV5yJ6 .image-wrapper {
    display: block;
  }
}
.cid-uHo6uV5yJ6 .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-uHo6uV5yJ6 .image-wrapper .image-wrap img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHo6uV5yJ6 .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uHo6uV5yJ6 .mbr-section-title {
  color: #ffffff;
}
.cid-uHo6uV5yJ6 .mbr-text,
.cid-uHo6uV5yJ6 .text-wrapper {
  color: #000000;
}
.cid-uHo6uV5yJ6 .mbr-section-title,
.cid-uHo6uV5yJ6 .mbr-section-btn {
  color: #000000;
}
.cid-uHo5CVhiqF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHo5CVhiqF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHo5CVhiqF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHo5CVhiqF .content-wrapper {
  padding: 0 60px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uHo5CVhiqF .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uHo5CVhiqF .content-wrapper .content-wrap {
  width: 50%;
  padding-right: 80px;
}
@media (max-width: 1199px) {
  .cid-uHo5CVhiqF .content-wrapper .content-wrap {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uHo5CVhiqF .content-wrapper .content-wrap {
    padding-right: 0;
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uHo5CVhiqF .content-wrapper .content-wrap .text-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-uHo5CVhiqF .content-wrapper .content-wrap .text-wrapper {
    position: static;
  }
}
.cid-uHo5CVhiqF .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uHo5CVhiqF .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-uHo5CVhiqF .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uHo5CVhiqF .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uHo5CVhiqF .content-wrapper .items-wrapper {
  padding-left: 80px;
  border-left: 3px solid #050f0f;
  width: 50%;
}
@media (max-width: 1199px) {
  .cid-uHo5CVhiqF .content-wrapper .items-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uHo5CVhiqF .content-wrapper .items-wrapper {
    border-left: none;
    border-top: 3px solid #050f0f;
    padding-left: 0;
    width: 100%;
  }
}
.cid-uHo5CVhiqF .content-wrapper .items-wrapper .item {
  padding: 32px 0;
}
@media (max-width: 992px) {
  .cid-uHo5CVhiqF .content-wrapper .items-wrapper .item {
    padding: 32px 0 0;
  }
}
.cid-uHo5CVhiqF .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uHo5CVhiqF .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uHo5CVhiqF .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
    margin-bottom: 0;
  }
}
.cid-uHo5CVhiqF .mbr-section-title {
  color: #050f0f;
}
.cid-uHo5CVhiqF .mbr-text {
  color: #050f0f;
}
.cid-uHo5CVhiqF .item-title {
  color: #050f0f;
}
.cid-uHo5CVhiqF .item-text {
  color: #050f0f;
}
.cid-uHo7Kh4zOD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHo7Kh4zOD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHo7Kh4zOD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHo7Kh4zOD .main-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-uHo7Kh4zOD .main-container {
    margin-bottom: 70px;
  }
}
.cid-uHo7Kh4zOD .mbr-title {
  color: #000000;
}
.cid-uHo7Kh4zOD .mbr-text {
  color: #000000;
  margin-top: 30px;
}
.cid-uHo7Kh4zOD .card-row {
  display: flex;
  align-items: stretch;
  row-gap: 20px;
}
@media (min-width: 1200px) {
  .cid-uHo7Kh4zOD .card-row {
    margin: 0 -20px;
    row-gap: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-uHo7Kh4zOD .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uHo7Kh4zOD .card {
  border-radius: 0;
}
.cid-uHo7Kh4zOD .card-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 320px;
  padding: 40px 37px 30px;
  background-color: #e2e2e2;
}
@media (max-width: 767px) {
  .cid-uHo7Kh4zOD .card-wrap {
    min-height: auto;
  }
}
@media (max-width: 575px) {
  .cid-uHo7Kh4zOD .card-wrap {
    padding: 24px 18px 30px;
  }
}
.cid-uHo7Kh4zOD .testimonial-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-uHo7Kh4zOD .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHo7Kh4zOD .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #747474;
  margin: 0 2px;
}
.cid-uHo7Kh4zOD .card-text-wrap {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uHo7Kh4zOD .card-text-wrap {
    margin-bottom: 1.5rem;
  }
}
.cid-uHo7Kh4zOD .card-text {
  color: #000000;
  margin-bottom: 30px;
}
.cid-uHo7Kh4zOD .card-name-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
}
.cid-uHo7Kh4zOD .card-name-image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  aspect-ratio: 1;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 20px;
}
.cid-uHo7Kh4zOD .card-name-image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uHo7Kh4zOD .card-name {
  color: #000000;
}
.cid-uHo7Kh4zOD .card-prof {
  color: #747474;
}
.cid-uHo6S2eKWB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHo6S2eKWB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHo6S2eKWB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHo6S2eKWB .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uHo6S2eKWB .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uHo6S2eKWB .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uHo6S2eKWB .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uHo6S2eKWB .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uHo6S2eKWB .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHo6S2eKWB .image-wrapper img {
    height: 350px;
  }
}
.cid-uHo6S2eKWB .mbr-section-title {
  color: #ffffff;
}
.cid-uHo6S2eKWB .mbr-text {
  color: #ffffff;
}
.cid-uHo6S2eKWB .mbr-text,
.cid-uHo6S2eKWB .text-wrapper {
  color: #000000;
}
.cid-uHo6S2eKWB .mbr-section-title,
.cid-uHo6S2eKWB .mbr-section-btn {
  color: #000000;
}
.cid-uHoaacmMPg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-uHoaacmMPg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHoaacmMPg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHoaacmMPg .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uHoaacmMPg .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uHoaacmMPg .container {
    padding: 0 24px;
  }
}
.cid-uHoaacmMPg .row {
  justify-content: center;
}
.cid-uHoaacmMPg .row .card,
.cid-uHoaacmMPg .row .item {
  padding: 0 12px;
}
.cid-uHoaacmMPg .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uHoaacmMPg .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uHoaacmMPg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uHoaacmMPg .item {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uHoaacmMPg .item .item-wrapper {
  padding: 32px;
  border-radius: .75rem !important;
  background-color: #f6f7f9;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uHoaacmMPg .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uHoaacmMPg .item .item-wrapper .card-box .card-number {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uHoaacmMPg .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-uHoaacmMPg .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
  transition: all .3s ease;
  opacity: .7;
}
.cid-uHoaacmMPg .item .item-wrapper .card-box .card-text:hover,
.cid-uHoaacmMPg .item .item-wrapper .card-box .card-text:focus {
  opacity: 1;
}
.cid-uHoaacmMPg .mbr-section-title {
  color: #141414;
  text-align: center;
}
.cid-uHoaacmMPg .card-title {
  color: #141414;
}
.cid-uHoaacmMPg .card-text {
  color: #141414;
}
.cid-uHo9tO2K22 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #6a2be9;
}
.cid-uHo9tO2K22 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHo9tO2K22 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHo9tO2K22 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uHo9tO2K22 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uHo9tO2K22 .container {
    padding: 0 16px;
  }
}
.cid-uHo9tO2K22 .row {
  position: relative;
  justify-content: center;
}
.cid-uHo9tO2K22 .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uHo9tO2K22 .card {
  justify-content: center;
}
.cid-uHo9tO2K22 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uHo9tO2K22 .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uHo9tO2K22 .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-uHo9tO2K22 .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: contain;
}
.cid-uHo9tO2K22 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uHo9tO2K22 .nav-wrapper .list {
    display: block;
  }
}
.cid-uHo9tO2K22 .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-uHo9tO2K22 .nav-wrapper .list .item-wrap:hover::before,
.cid-uHo9tO2K22 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uHo9tO2K22 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uHo9tO2K22 .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uHo9tO2K22 .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-uHo9tO2K22 .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uHo9tO2K22 .mbr-copy {
  color: #ffffff;
}
.cid-uHo9tO2K22 .list,
.cid-uHo9tO2K22 .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uHo9tO2K22 .list,
  .cid-uHo9tO2K22 .nav-wrapper {
    text-align: left;
  }
}
.cid-uHodIaztA2 {
  background-color: transparent;
}
.cid-uHodIaztA2 .navbar-dropdown {
  background-color: #6a2be9 !important;
  padding: 0;
}
.cid-uHodIaztA2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #6a2be9 !important;
  background: #6a2be9;
}
.cid-uHodIaztA2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHodIaztA2 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHodIaztA2 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uHodIaztA2 .menu_box .navbar.opened,
  .cid-uHodIaztA2 .menu_box .navbar-collapse {
    background-color: #6a2be9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHodIaztA2 .navbar-dropdown {
  position: relative !important;
}
.cid-uHodIaztA2 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uHodIaztA2 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHodIaztA2 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uHodIaztA2 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHodIaztA2 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uHodIaztA2 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-uHodIaztA2 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uHodIaztA2 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uHodIaztA2 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uHodIaztA2 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uHodIaztA2 .offcanvas-body .mbr-text,
  .cid-uHodIaztA2 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uHodIaztA2 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uHodIaztA2 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uHodIaztA2 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uHodIaztA2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uHodIaztA2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uHodIaztA2 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uHodIaztA2 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uHodIaztA2 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uHodIaztA2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHodIaztA2 .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-uHodIaztA2 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uHodIaztA2 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uHodIaztA2 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uHodIaztA2 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-uHodIaztA2 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-uHodIaztA2 .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uHodIaztA2 .nav-item {
    margin: 0 !important;
  }
}
.cid-uHodIaztA2 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uHodIaztA2 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-uHodIaztA2 .nav-item .nav-link:hover,
.cid-uHodIaztA2 .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uHodIaztA2 .nav-item .nav-link:hover::before,
.cid-uHodIaztA2 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uHodIaztA2 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHodIaztA2 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHodIaztA2 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHodIaztA2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHodIaztA2 .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-uHodIaztA2 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHodIaztA2 .offcanvas_box {
    display: none;
  }
}
.cid-uHodIaztA2 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHodIaztA2 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHodIaztA2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHodIaztA2 .container {
  display: flex;
  margin: auto;
}
.cid-uHodIaztA2 .iconfont-wrapper {
  color: #c6f15c;
  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-uHodIaztA2 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHodIaztA2 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHodIaztA2 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uHodIaztA2 .navbar-nav {
    margin: 0;
  }
}
.cid-uHodIaztA2 .dropdown-menu,
.cid-uHodIaztA2 .navbar.opened {
  background-color: false !important;
}
.cid-uHodIaztA2 .nav-item:focus,
.cid-uHodIaztA2 .nav-link:focus {
  outline: none;
}
.cid-uHodIaztA2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHodIaztA2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHodIaztA2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHodIaztA2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHodIaztA2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHodIaztA2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHodIaztA2 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uHodIaztA2 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHodIaztA2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uHodIaztA2 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHodIaztA2 .navbar .navbar-logo img {
  max-width: 32px;
  min-height: 32px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uHodIaztA2 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uHodIaztA2 .navbar.collapsed {
  justify-content: center;
}
.cid-uHodIaztA2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHodIaztA2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHodIaztA2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHodIaztA2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHodIaztA2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHodIaztA2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHodIaztA2 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHodIaztA2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHodIaztA2 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uHodIaztA2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHodIaztA2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHodIaztA2 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHodIaztA2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHodIaztA2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHodIaztA2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHodIaztA2 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHodIaztA2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHodIaztA2 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHodIaztA2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uHodIaztA2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHodIaztA2 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHodIaztA2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHodIaztA2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHodIaztA2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHodIaztA2 .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-uHodIaztA2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uHodIaztA2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHodIaztA2 .dropdown-item.active,
.cid-uHodIaztA2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uHodIaztA2 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uHodIaztA2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHodIaztA2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHodIaztA2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHodIaztA2 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHodIaztA2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHodIaztA2 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #6a2be9;
  background: #c6f15c;
}
.cid-uHodIaztA2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHodIaztA2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHodIaztA2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHodIaztA2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHodIaztA2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHodIaztA2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHodIaztA2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHodIaztA2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHodIaztA2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHodIaztA2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHodIaztA2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHodIaztA2 .navbar {
    height: 70px;
  }
  .cid-uHodIaztA2 .navbar.opened {
    height: auto;
  }
  .cid-uHodIaztA2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHodIaztA2 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uHodIaztA2 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uHodIaztA2 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uHodIaztA2 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uHodIaztA2 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uHodIaztA2 .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-uHodIaztA2 .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uHodIaztA2 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHodIaztA2 .text_widget {
  margin-bottom: 32px;
}
.cid-uHodIaztA2 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHodIaztA2 .text_widget a:hover,
.cid-uHodIaztA2 .text_widget a:focus {
  opacity: .8;
}
.cid-uHodIaztA2 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uHodIaztA2 .navbar-caption {
  color: #ffffff;
}
.cid-uHodIaztA2 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uHodIaztA2 .mbr-section-subtitle,
.cid-uHodIaztA2 .text_widget,
.cid-uHodIaztA2 .mbr-section-btn {
  text-align: center;
}
.cid-uHodIaztA2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHodIdsKkf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uHodIdsKkf img,
.cid-uHodIdsKkf .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uHodIdsKkf .item:focus,
.cid-uHodIdsKkf span:focus {
  outline: none;
}
.cid-uHodIdsKkf .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uHodIdsKkf .item {
    margin-bottom: 1rem;
  }
}
.cid-uHodIdsKkf .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uHodIdsKkf .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uHodIdsKkf .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uHodIdsKkf .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uHodIdsKkf .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uHodIdsKkf .item-title {
  text-align: left;
  color: #000000;
}
.cid-uHodIdsKkf .item-subtitle {
  text-align: left;
}
.cid-uHodIdsKkf .mbr-text,
.cid-uHodIdsKkf .item .mbr-section-btn {
  text-align: left;
}
.cid-uHodIdsKkf .mbr-section-subtitle,
.cid-uHodIdsKkf .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uHodIhfxWV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-uHodIhfxWV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHodIhfxWV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHodIhfxWV .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uHodIhfxWV .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uHodIhfxWV .container {
    padding: 0 24px;
  }
}
.cid-uHodIhfxWV .row {
  justify-content: center;
}
.cid-uHodIhfxWV .row .card,
.cid-uHodIhfxWV .row .item {
  padding: 0 12px;
}
.cid-uHodIhfxWV .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uHodIhfxWV .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uHodIhfxWV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uHodIhfxWV .item {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uHodIhfxWV .item .item-wrapper {
  padding: 32px;
  border-radius: .75rem !important;
  background-color: #f6f7f9;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uHodIhfxWV .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uHodIhfxWV .item .item-wrapper .card-box .card-number {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uHodIhfxWV .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-uHodIhfxWV .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
  transition: all .3s ease;
  opacity: .7;
}
.cid-uHodIhfxWV .item .item-wrapper .card-box .card-text:hover,
.cid-uHodIhfxWV .item .item-wrapper .card-box .card-text:focus {
  opacity: 1;
}
.cid-uHodIhfxWV .mbr-section-title {
  color: #141414;
  text-align: center;
}
.cid-uHodIhfxWV .card-title {
  color: #141414;
}
.cid-uHodIhfxWV .card-text {
  color: #141414;
}
.cid-uHodIhMXtO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #6a2be9;
}
.cid-uHodIhMXtO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHodIhMXtO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHodIhMXtO .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uHodIhMXtO .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uHodIhMXtO .container {
    padding: 0 16px;
  }
}
.cid-uHodIhMXtO .row {
  position: relative;
  justify-content: center;
}
.cid-uHodIhMXtO .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uHodIhMXtO .card {
  justify-content: center;
}
.cid-uHodIhMXtO .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uHodIhMXtO .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uHodIhMXtO .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-uHodIhMXtO .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: contain;
}
.cid-uHodIhMXtO .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uHodIhMXtO .nav-wrapper .list {
    display: block;
  }
}
.cid-uHodIhMXtO .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-uHodIhMXtO .nav-wrapper .list .item-wrap:hover::before,
.cid-uHodIhMXtO .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uHodIhMXtO .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uHodIhMXtO .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uHodIhMXtO .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-uHodIhMXtO .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uHodIhMXtO .mbr-copy {
  color: #ffffff;
}
.cid-uHodIhMXtO .list,
.cid-uHodIhMXtO .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uHodIhMXtO .list,
  .cid-uHodIhMXtO .nav-wrapper {
    text-align: left;
  }
}
.cid-uHoiRzURKS.popup-builder {
  background-color: #ffffff;
}
.cid-uHoiRzURKS.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHoiRzURKS.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uHoiRzURKS .modal-content,
.cid-uHoiRzURKS .modal-dialog {
  height: auto;
}
.cid-uHoiRzURKS .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHoiRzURKS .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHoiRzURKS .form-wrapper .mbr-form .form-group,
  .cid-uHoiRzURKS .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHoiRzURKS .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHoiRzURKS .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHoiRzURKS .mbr-text {
  text-align: center;
}
.cid-uHoiRzURKS .pt-0 {
  padding-top: 0 !important;
}
.cid-uHoiRzURKS .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHoiRzURKS .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHoiRzURKS .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHoiRzURKS .modal-open {
  overflow: hidden;
}
.cid-uHoiRzURKS .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHoiRzURKS .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHoiRzURKS .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uHoiRzURKS .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHoiRzURKS .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHoiRzURKS .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHoiRzURKS .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHoiRzURKS .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uHoiRzURKS .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHoiRzURKS .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHoiRzURKS .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHoiRzURKS .modal-backdrop.show {
  opacity: .5;
}
.cid-uHoiRzURKS .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHoiRzURKS .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHoiRzURKS .modal-header {
    padding: 1rem;
  }
}
.cid-uHoiRzURKS .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uHoiRzURKS .modal-header .close svg {
  fill: #353535;
}
.cid-uHoiRzURKS .modal-header .close:hover {
  opacity: 1;
}
.cid-uHoiRzURKS .modal-header .close:focus {
  outline: none;
}
.cid-uHoiRzURKS .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uHoiRzURKS .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHoiRzURKS .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHoiRzURKS .modal-body {
    padding: 1rem;
  }
}
.cid-uHoiRzURKS .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHoiRzURKS .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHoiRzURKS .modal-footer {
    padding: 1rem;
  }
}
.cid-uHoiRzURKS .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHoiRzURKS .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uHoiRzURKS .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHoiRzURKS .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHoiRzURKS .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHoiRzURKS .modal-lg,
  .cid-uHoiRzURKS .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHoiRzURKS .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHoiRzURKS .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHoiRzURKS .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHoiRzURKS .form-group {
  margin-bottom: 1rem;
}
.cid-uHoiRzURKS .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHoiRzURKS .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHoiRzURKS .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHoiRzURKS .mbr-section-btn {
  margin: 0;
}
.cid-uHoiRzURKS .mbr-section-btn .btn {
  margin: 0;
}
.cid-uHodHRZOlL {
  background-color: transparent;
}
.cid-uHodHRZOlL .navbar-dropdown {
  background-color: #6a2be9 !important;
  padding: 0;
}
.cid-uHodHRZOlL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #6a2be9 !important;
  background: #6a2be9;
}
.cid-uHodHRZOlL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHodHRZOlL .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHodHRZOlL .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uHodHRZOlL .menu_box .navbar.opened,
  .cid-uHodHRZOlL .menu_box .navbar-collapse {
    background-color: #6a2be9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHodHRZOlL .navbar-dropdown {
  position: relative !important;
}
.cid-uHodHRZOlL .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uHodHRZOlL .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHodHRZOlL .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uHodHRZOlL .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHodHRZOlL .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uHodHRZOlL .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-uHodHRZOlL .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uHodHRZOlL .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uHodHRZOlL .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uHodHRZOlL .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uHodHRZOlL .offcanvas-body .mbr-text,
  .cid-uHodHRZOlL .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uHodHRZOlL .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uHodHRZOlL .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uHodHRZOlL .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uHodHRZOlL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uHodHRZOlL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uHodHRZOlL .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uHodHRZOlL .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uHodHRZOlL ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uHodHRZOlL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHodHRZOlL .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-uHodHRZOlL .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uHodHRZOlL li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uHodHRZOlL .lg_brand {
    margin: 0 1rem;
  }
  .cid-uHodHRZOlL .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-uHodHRZOlL .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-uHodHRZOlL .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uHodHRZOlL .nav-item {
    margin: 0 !important;
  }
}
.cid-uHodHRZOlL .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uHodHRZOlL .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-uHodHRZOlL .nav-item .nav-link:hover,
.cid-uHodHRZOlL .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uHodHRZOlL .nav-item .nav-link:hover::before,
.cid-uHodHRZOlL .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uHodHRZOlL .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHodHRZOlL .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHodHRZOlL .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHodHRZOlL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHodHRZOlL .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-uHodHRZOlL .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHodHRZOlL .offcanvas_box {
    display: none;
  }
}
.cid-uHodHRZOlL .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHodHRZOlL .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHodHRZOlL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHodHRZOlL .container {
  display: flex;
  margin: auto;
}
.cid-uHodHRZOlL .iconfont-wrapper {
  color: #c6f15c;
  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-uHodHRZOlL .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHodHRZOlL .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHodHRZOlL .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uHodHRZOlL .navbar-nav {
    margin: 0;
  }
}
.cid-uHodHRZOlL .dropdown-menu,
.cid-uHodHRZOlL .navbar.opened {
  background-color: false !important;
}
.cid-uHodHRZOlL .nav-item:focus,
.cid-uHodHRZOlL .nav-link:focus {
  outline: none;
}
.cid-uHodHRZOlL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHodHRZOlL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHodHRZOlL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHodHRZOlL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHodHRZOlL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHodHRZOlL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHodHRZOlL .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uHodHRZOlL .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHodHRZOlL .navbar.opened {
  transition: all 0.3s;
}
.cid-uHodHRZOlL .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHodHRZOlL .navbar .navbar-logo img {
  max-width: 32px;
  min-height: 32px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uHodHRZOlL .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uHodHRZOlL .navbar.collapsed {
  justify-content: center;
}
.cid-uHodHRZOlL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHodHRZOlL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHodHRZOlL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHodHRZOlL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHodHRZOlL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHodHRZOlL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHodHRZOlL .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHodHRZOlL .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHodHRZOlL .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uHodHRZOlL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHodHRZOlL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHodHRZOlL .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHodHRZOlL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHodHRZOlL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHodHRZOlL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHodHRZOlL .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHodHRZOlL .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHodHRZOlL .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHodHRZOlL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uHodHRZOlL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHodHRZOlL .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHodHRZOlL .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHodHRZOlL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHodHRZOlL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHodHRZOlL .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-uHodHRZOlL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uHodHRZOlL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHodHRZOlL .dropdown-item.active,
.cid-uHodHRZOlL .dropdown-item:active {
  background-color: transparent;
}
.cid-uHodHRZOlL .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uHodHRZOlL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHodHRZOlL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHodHRZOlL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHodHRZOlL ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHodHRZOlL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHodHRZOlL button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #6a2be9;
  background: #c6f15c;
}
.cid-uHodHRZOlL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHodHRZOlL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHodHRZOlL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHodHRZOlL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHodHRZOlL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHodHRZOlL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHodHRZOlL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHodHRZOlL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHodHRZOlL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHodHRZOlL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHodHRZOlL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHodHRZOlL .navbar {
    height: 70px;
  }
  .cid-uHodHRZOlL .navbar.opened {
    height: auto;
  }
  .cid-uHodHRZOlL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHodHRZOlL .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uHodHRZOlL .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uHodHRZOlL .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uHodHRZOlL .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uHodHRZOlL .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uHodHRZOlL .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-uHodHRZOlL .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uHodHRZOlL .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHodHRZOlL .text_widget {
  margin-bottom: 32px;
}
.cid-uHodHRZOlL .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHodHRZOlL .text_widget a:hover,
.cid-uHodHRZOlL .text_widget a:focus {
  opacity: .8;
}
.cid-uHodHRZOlL .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uHodHRZOlL .navbar-caption {
  color: #ffffff;
}
.cid-uHodHRZOlL .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uHodHRZOlL .mbr-section-subtitle,
.cid-uHodHRZOlL .text_widget,
.cid-uHodHRZOlL .mbr-section-btn {
  text-align: center;
}
.cid-uHodHRZOlL a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHodHWhh0V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uHodHWhh0V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHodHWhh0V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHodHWhh0V .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-uHodHWhh0V .mbr-section-title {
  color: #FF014E;
}
.cid-uHodHWhh0V .mbr-section-subtitle {
  color: #000000;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uHodHWhh0V .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uHodHWhh0V .card-row {
  align-items: stretch;
}
.cid-uHodHWhh0V .card {
  margin-top: 30px;
}
.cid-uHodHWhh0V .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 45px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
}
@media (max-width: 991px) {
  .cid-uHodHWhh0V .card-wrapper {
    padding: 20px 30px;
  }
}
.cid-uHodHWhh0V .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-uHodHWhh0V .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .5s all;
}
.cid-uHodHWhh0V .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-uHodHWhh0V .avatar-container {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uHodHWhh0V .avatar-container .img-wrap {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.cid-uHodHWhh0V .avatar-container .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uHodHWhh0V .card-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uHodHWhh0V .card-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uHodHWhh0V .card-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uHodHXT85J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-uHodHXT85J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHodHXT85J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHodHXT85J .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uHodHXT85J .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uHodHXT85J .container {
    padding: 0 24px;
  }
}
.cid-uHodHXT85J .row {
  justify-content: center;
}
.cid-uHodHXT85J .row .card,
.cid-uHodHXT85J .row .item {
  padding: 0 12px;
}
.cid-uHodHXT85J .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uHodHXT85J .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uHodHXT85J .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uHodHXT85J .item {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uHodHXT85J .item .item-wrapper {
  padding: 32px;
  border-radius: .75rem !important;
  background-color: #f6f7f9;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uHodHXT85J .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uHodHXT85J .item .item-wrapper .card-box .card-number {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uHodHXT85J .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-uHodHXT85J .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
  transition: all .3s ease;
  opacity: .7;
}
.cid-uHodHXT85J .item .item-wrapper .card-box .card-text:hover,
.cid-uHodHXT85J .item .item-wrapper .card-box .card-text:focus {
  opacity: 1;
}
.cid-uHodHXT85J .mbr-section-title {
  color: #141414;
  text-align: center;
}
.cid-uHodHXT85J .card-title {
  color: #141414;
}
.cid-uHodHXT85J .card-text {
  color: #141414;
}
.cid-uHodHYpyrX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #6a2be9;
}
.cid-uHodHYpyrX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHodHYpyrX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHodHYpyrX .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uHodHYpyrX .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uHodHYpyrX .container {
    padding: 0 16px;
  }
}
.cid-uHodHYpyrX .row {
  position: relative;
  justify-content: center;
}
.cid-uHodHYpyrX .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uHodHYpyrX .card {
  justify-content: center;
}
.cid-uHodHYpyrX .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uHodHYpyrX .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uHodHYpyrX .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-uHodHYpyrX .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: contain;
}
.cid-uHodHYpyrX .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uHodHYpyrX .nav-wrapper .list {
    display: block;
  }
}
.cid-uHodHYpyrX .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-uHodHYpyrX .nav-wrapper .list .item-wrap:hover::before,
.cid-uHodHYpyrX .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uHodHYpyrX .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uHodHYpyrX .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uHodHYpyrX .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-uHodHYpyrX .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uHodHYpyrX .mbr-copy {
  color: #ffffff;
}
.cid-uHodHYpyrX .list,
.cid-uHodHYpyrX .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uHodHYpyrX .list,
  .cid-uHodHYpyrX .nav-wrapper {
    text-align: left;
  }
}
.cid-uHodHEkw21 {
  background-color: transparent;
}
.cid-uHodHEkw21 .navbar-dropdown {
  background-color: #6a2be9 !important;
  padding: 0;
}
.cid-uHodHEkw21 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #6a2be9 !important;
  background: #6a2be9;
}
.cid-uHodHEkw21 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHodHEkw21 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHodHEkw21 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uHodHEkw21 .menu_box .navbar.opened,
  .cid-uHodHEkw21 .menu_box .navbar-collapse {
    background-color: #6a2be9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHodHEkw21 .navbar-dropdown {
  position: relative !important;
}
.cid-uHodHEkw21 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uHodHEkw21 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHodHEkw21 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uHodHEkw21 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHodHEkw21 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uHodHEkw21 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-uHodHEkw21 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uHodHEkw21 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uHodHEkw21 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uHodHEkw21 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uHodHEkw21 .offcanvas-body .mbr-text,
  .cid-uHodHEkw21 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uHodHEkw21 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uHodHEkw21 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uHodHEkw21 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uHodHEkw21 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uHodHEkw21 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uHodHEkw21 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uHodHEkw21 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uHodHEkw21 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uHodHEkw21 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHodHEkw21 .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-uHodHEkw21 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uHodHEkw21 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uHodHEkw21 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uHodHEkw21 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-uHodHEkw21 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-uHodHEkw21 .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uHodHEkw21 .nav-item {
    margin: 0 !important;
  }
}
.cid-uHodHEkw21 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uHodHEkw21 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-uHodHEkw21 .nav-item .nav-link:hover,
.cid-uHodHEkw21 .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uHodHEkw21 .nav-item .nav-link:hover::before,
.cid-uHodHEkw21 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uHodHEkw21 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHodHEkw21 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHodHEkw21 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHodHEkw21 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHodHEkw21 .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-uHodHEkw21 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHodHEkw21 .offcanvas_box {
    display: none;
  }
}
.cid-uHodHEkw21 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHodHEkw21 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHodHEkw21 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHodHEkw21 .container {
  display: flex;
  margin: auto;
}
.cid-uHodHEkw21 .iconfont-wrapper {
  color: #c6f15c;
  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-uHodHEkw21 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHodHEkw21 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHodHEkw21 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uHodHEkw21 .navbar-nav {
    margin: 0;
  }
}
.cid-uHodHEkw21 .dropdown-menu,
.cid-uHodHEkw21 .navbar.opened {
  background-color: false !important;
}
.cid-uHodHEkw21 .nav-item:focus,
.cid-uHodHEkw21 .nav-link:focus {
  outline: none;
}
.cid-uHodHEkw21 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHodHEkw21 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHodHEkw21 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHodHEkw21 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHodHEkw21 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHodHEkw21 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHodHEkw21 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uHodHEkw21 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHodHEkw21 .navbar.opened {
  transition: all 0.3s;
}
.cid-uHodHEkw21 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHodHEkw21 .navbar .navbar-logo img {
  max-width: 32px;
  min-height: 32px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uHodHEkw21 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uHodHEkw21 .navbar.collapsed {
  justify-content: center;
}
.cid-uHodHEkw21 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHodHEkw21 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHodHEkw21 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHodHEkw21 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHodHEkw21 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHodHEkw21 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHodHEkw21 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHodHEkw21 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHodHEkw21 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uHodHEkw21 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHodHEkw21 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHodHEkw21 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHodHEkw21 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHodHEkw21 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHodHEkw21 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHodHEkw21 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHodHEkw21 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHodHEkw21 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHodHEkw21 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uHodHEkw21 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHodHEkw21 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHodHEkw21 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHodHEkw21 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHodHEkw21 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHodHEkw21 .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-uHodHEkw21 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uHodHEkw21 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHodHEkw21 .dropdown-item.active,
.cid-uHodHEkw21 .dropdown-item:active {
  background-color: transparent;
}
.cid-uHodHEkw21 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uHodHEkw21 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHodHEkw21 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHodHEkw21 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHodHEkw21 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHodHEkw21 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHodHEkw21 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #6a2be9;
  background: #c6f15c;
}
.cid-uHodHEkw21 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHodHEkw21 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHodHEkw21 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHodHEkw21 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHodHEkw21 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHodHEkw21 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHodHEkw21 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHodHEkw21 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHodHEkw21 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHodHEkw21 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHodHEkw21 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHodHEkw21 .navbar {
    height: 70px;
  }
  .cid-uHodHEkw21 .navbar.opened {
    height: auto;
  }
  .cid-uHodHEkw21 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHodHEkw21 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uHodHEkw21 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uHodHEkw21 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uHodHEkw21 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uHodHEkw21 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uHodHEkw21 .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-uHodHEkw21 .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uHodHEkw21 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHodHEkw21 .text_widget {
  margin-bottom: 32px;
}
.cid-uHodHEkw21 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHodHEkw21 .text_widget a:hover,
.cid-uHodHEkw21 .text_widget a:focus {
  opacity: .8;
}
.cid-uHodHEkw21 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uHodHEkw21 .navbar-caption {
  color: #ffffff;
}
.cid-uHodHEkw21 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uHodHEkw21 .mbr-section-subtitle,
.cid-uHodHEkw21 .text_widget,
.cid-uHodHEkw21 .mbr-section-btn {
  text-align: center;
}
.cid-uHodHEkw21 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHodHFESoa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHodHFESoa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHodHFESoa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHodHFESoa .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uHodHFESoa .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uHodHFESoa .container {
    padding: 0 16px;
  }
}
.cid-uHodHFESoa .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uHodHFESoa .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uHodHFESoa .image-wrapper img {
  height: 410px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHodHFESoa .image-wrapper img {
    height: 350px;
  }
}
.cid-uHodHFESoa .title-wrapper {
  padding-left: 64px;
}
@media (max-width: 992px) {
  .cid-uHodHFESoa .title-wrapper {
    padding-left: 0;
  }
}
.cid-uHodHFESoa .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 4px 12px;
  border-radius: 8px !important;
  box-shadow: 3px 4px 0 0 #000000;
  background-color: #f0a2fd;
}
@media (max-width: 992px) {
  .cid-uHodHFESoa .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uHodHFESoa .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uHodHFESoa .mbr-desc {
  margin-bottom: 0;
  padding-left: 64px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uHodHFESoa .mbr-desc {
    padding-left: 0;
  }
}
.cid-uHodHFESoa .mbr-section-title {
  color: #000000;
}
.cid-uHodHFESoa .mbr-section-subtitle {
  color: #000000;
}
.cid-uHodHKmn1R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-uHodHKmn1R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHodHKmn1R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHodHKmn1R .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uHodHKmn1R .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uHodHKmn1R .container {
    padding: 0 24px;
  }
}
.cid-uHodHKmn1R .row {
  justify-content: center;
}
.cid-uHodHKmn1R .row .card,
.cid-uHodHKmn1R .row .item {
  padding: 0 12px;
}
.cid-uHodHKmn1R .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uHodHKmn1R .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uHodHKmn1R .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uHodHKmn1R .item {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uHodHKmn1R .item .item-wrapper {
  padding: 32px;
  border-radius: .75rem !important;
  background-color: #f6f7f9;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uHodHKmn1R .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uHodHKmn1R .item .item-wrapper .card-box .card-number {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uHodHKmn1R .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-uHodHKmn1R .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
  transition: all .3s ease;
  opacity: .7;
}
.cid-uHodHKmn1R .item .item-wrapper .card-box .card-text:hover,
.cid-uHodHKmn1R .item .item-wrapper .card-box .card-text:focus {
  opacity: 1;
}
.cid-uHodHKmn1R .mbr-section-title {
  color: #141414;
  text-align: center;
}
.cid-uHodHKmn1R .card-title {
  color: #141414;
}
.cid-uHodHKmn1R .card-text {
  color: #141414;
}
.cid-uHodHKRzOR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #6a2be9;
}
.cid-uHodHKRzOR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHodHKRzOR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHodHKRzOR .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uHodHKRzOR .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uHodHKRzOR .container {
    padding: 0 16px;
  }
}
.cid-uHodHKRzOR .row {
  position: relative;
  justify-content: center;
}
.cid-uHodHKRzOR .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uHodHKRzOR .card {
  justify-content: center;
}
.cid-uHodHKRzOR .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uHodHKRzOR .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uHodHKRzOR .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-uHodHKRzOR .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: contain;
}
.cid-uHodHKRzOR .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uHodHKRzOR .nav-wrapper .list {
    display: block;
  }
}
.cid-uHodHKRzOR .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-uHodHKRzOR .nav-wrapper .list .item-wrap:hover::before,
.cid-uHodHKRzOR .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uHodHKRzOR .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uHodHKRzOR .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uHodHKRzOR .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-uHodHKRzOR .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uHodHKRzOR .mbr-copy {
  color: #ffffff;
}
.cid-uHodHKRzOR .list,
.cid-uHodHKRzOR .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uHodHKRzOR .list,
  .cid-uHodHKRzOR .nav-wrapper {
    text-align: left;
  }
}
.cid-uHodHqrBpp {
  background-color: transparent;
}
.cid-uHodHqrBpp .navbar-dropdown {
  background-color: #6a2be9 !important;
  padding: 0;
}
.cid-uHodHqrBpp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #6a2be9 !important;
  background: #6a2be9;
}
.cid-uHodHqrBpp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHodHqrBpp .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHodHqrBpp .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uHodHqrBpp .menu_box .navbar.opened,
  .cid-uHodHqrBpp .menu_box .navbar-collapse {
    background-color: #6a2be9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHodHqrBpp .navbar-dropdown {
  position: relative !important;
}
.cid-uHodHqrBpp .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uHodHqrBpp .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHodHqrBpp .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uHodHqrBpp .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHodHqrBpp .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uHodHqrBpp .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-uHodHqrBpp .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uHodHqrBpp .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uHodHqrBpp .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uHodHqrBpp .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uHodHqrBpp .offcanvas-body .mbr-text,
  .cid-uHodHqrBpp .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uHodHqrBpp .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uHodHqrBpp .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uHodHqrBpp .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uHodHqrBpp .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uHodHqrBpp .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uHodHqrBpp .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uHodHqrBpp .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uHodHqrBpp ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uHodHqrBpp .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHodHqrBpp .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-uHodHqrBpp .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uHodHqrBpp li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uHodHqrBpp .lg_brand {
    margin: 0 1rem;
  }
  .cid-uHodHqrBpp .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-uHodHqrBpp .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-uHodHqrBpp .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uHodHqrBpp .nav-item {
    margin: 0 !important;
  }
}
.cid-uHodHqrBpp .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uHodHqrBpp .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-uHodHqrBpp .nav-item .nav-link:hover,
.cid-uHodHqrBpp .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uHodHqrBpp .nav-item .nav-link:hover::before,
.cid-uHodHqrBpp .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uHodHqrBpp .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHodHqrBpp .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHodHqrBpp .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHodHqrBpp .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHodHqrBpp .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-uHodHqrBpp .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHodHqrBpp .offcanvas_box {
    display: none;
  }
}
.cid-uHodHqrBpp .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHodHqrBpp .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHodHqrBpp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHodHqrBpp .container {
  display: flex;
  margin: auto;
}
.cid-uHodHqrBpp .iconfont-wrapper {
  color: #c6f15c;
  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-uHodHqrBpp .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHodHqrBpp .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHodHqrBpp .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uHodHqrBpp .navbar-nav {
    margin: 0;
  }
}
.cid-uHodHqrBpp .dropdown-menu,
.cid-uHodHqrBpp .navbar.opened {
  background-color: false !important;
}
.cid-uHodHqrBpp .nav-item:focus,
.cid-uHodHqrBpp .nav-link:focus {
  outline: none;
}
.cid-uHodHqrBpp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHodHqrBpp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHodHqrBpp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHodHqrBpp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHodHqrBpp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHodHqrBpp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHodHqrBpp .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uHodHqrBpp .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHodHqrBpp .navbar.opened {
  transition: all 0.3s;
}
.cid-uHodHqrBpp .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHodHqrBpp .navbar .navbar-logo img {
  max-width: 32px;
  min-height: 32px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uHodHqrBpp .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uHodHqrBpp .navbar.collapsed {
  justify-content: center;
}
.cid-uHodHqrBpp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHodHqrBpp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHodHqrBpp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHodHqrBpp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHodHqrBpp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHodHqrBpp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHodHqrBpp .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHodHqrBpp .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHodHqrBpp .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uHodHqrBpp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHodHqrBpp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHodHqrBpp .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHodHqrBpp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHodHqrBpp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHodHqrBpp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHodHqrBpp .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHodHqrBpp .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHodHqrBpp .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHodHqrBpp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uHodHqrBpp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHodHqrBpp .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHodHqrBpp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHodHqrBpp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHodHqrBpp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHodHqrBpp .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-uHodHqrBpp .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uHodHqrBpp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHodHqrBpp .dropdown-item.active,
.cid-uHodHqrBpp .dropdown-item:active {
  background-color: transparent;
}
.cid-uHodHqrBpp .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uHodHqrBpp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHodHqrBpp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHodHqrBpp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHodHqrBpp ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHodHqrBpp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHodHqrBpp button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #6a2be9;
  background: #c6f15c;
}
.cid-uHodHqrBpp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHodHqrBpp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHodHqrBpp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHodHqrBpp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHodHqrBpp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHodHqrBpp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHodHqrBpp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHodHqrBpp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHodHqrBpp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHodHqrBpp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHodHqrBpp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHodHqrBpp .navbar {
    height: 70px;
  }
  .cid-uHodHqrBpp .navbar.opened {
    height: auto;
  }
  .cid-uHodHqrBpp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHodHqrBpp .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uHodHqrBpp .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uHodHqrBpp .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uHodHqrBpp .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uHodHqrBpp .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uHodHqrBpp .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-uHodHqrBpp .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uHodHqrBpp .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHodHqrBpp .text_widget {
  margin-bottom: 32px;
}
.cid-uHodHqrBpp .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHodHqrBpp .text_widget a:hover,
.cid-uHodHqrBpp .text_widget a:focus {
  opacity: .8;
}
.cid-uHodHqrBpp .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uHodHqrBpp .navbar-caption {
  color: #ffffff;
}
.cid-uHodHqrBpp .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uHodHqrBpp .mbr-section-subtitle,
.cid-uHodHqrBpp .text_widget,
.cid-uHodHqrBpp .mbr-section-btn {
  text-align: center;
}
.cid-uHodHqrBpp a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHodHwWULl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHodHwWULl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHodHwWULl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHodHwWULl .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uHodHwWULl .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uHodHwWULl .container {
    padding: 0 16px;
  }
}
.cid-uHodHwWULl .row {
  justify-content: center;
}
.cid-uHodHwWULl .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #6a2be9;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uHodHwWULl .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uHodHwWULl .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #6a2be9;
}
@media (max-width: 992px) {
  .cid-uHodHwWULl .panel-group .card {
    padding: 24px;
  }
}
.cid-uHodHwWULl .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uHodHwWULl .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uHodHwWULl .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uHodHwWULl .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uHodHwWULl .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uHodHwWULl .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uHodHwWULl .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uHodHwWULl .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-uHodHwWULl .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uHodHwWULl .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uHodHwWULl .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uHodHwWULl .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uHodHwWULl .mbr-section-title {
  color: #000000;
}
.cid-uHodHwWULl .panel-title-edit {
  color: #ffffff;
}
.cid-uHodHwWULl .panel-text {
  color: #ffffff;
}
.cid-uHodHwWULl .mbr-section-title,
.cid-uHodHwWULl .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uHodHxu3Rw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-uHodHxu3Rw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHodHxu3Rw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHodHxu3Rw .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uHodHxu3Rw .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uHodHxu3Rw .container {
    padding: 0 24px;
  }
}
.cid-uHodHxu3Rw .row {
  justify-content: center;
}
.cid-uHodHxu3Rw .row .card,
.cid-uHodHxu3Rw .row .item {
  padding: 0 12px;
}
.cid-uHodHxu3Rw .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uHodHxu3Rw .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uHodHxu3Rw .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uHodHxu3Rw .item {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uHodHxu3Rw .item .item-wrapper {
  padding: 32px;
  border-radius: .75rem !important;
  background-color: #f6f7f9;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uHodHxu3Rw .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uHodHxu3Rw .item .item-wrapper .card-box .card-number {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uHodHxu3Rw .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-uHodHxu3Rw .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
  transition: all .3s ease;
  opacity: .7;
}
.cid-uHodHxu3Rw .item .item-wrapper .card-box .card-text:hover,
.cid-uHodHxu3Rw .item .item-wrapper .card-box .card-text:focus {
  opacity: 1;
}
.cid-uHodHxu3Rw .mbr-section-title {
  color: #141414;
  text-align: center;
}
.cid-uHodHxu3Rw .card-title {
  color: #141414;
}
.cid-uHodHxu3Rw .card-text {
  color: #141414;
}
.cid-uHodHy0Nmz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #6a2be9;
}
.cid-uHodHy0Nmz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHodHy0Nmz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHodHy0Nmz .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uHodHy0Nmz .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uHodHy0Nmz .container {
    padding: 0 16px;
  }
}
.cid-uHodHy0Nmz .row {
  position: relative;
  justify-content: center;
}
.cid-uHodHy0Nmz .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uHodHy0Nmz .card {
  justify-content: center;
}
.cid-uHodHy0Nmz .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uHodHy0Nmz .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uHodHy0Nmz .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-uHodHy0Nmz .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: contain;
}
.cid-uHodHy0Nmz .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uHodHy0Nmz .nav-wrapper .list {
    display: block;
  }
}
.cid-uHodHy0Nmz .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-uHodHy0Nmz .nav-wrapper .list .item-wrap:hover::before,
.cid-uHodHy0Nmz .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uHodHy0Nmz .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uHodHy0Nmz .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uHodHy0Nmz .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-uHodHy0Nmz .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uHodHy0Nmz .mbr-copy {
  color: #ffffff;
}
.cid-uHodHy0Nmz .list,
.cid-uHodHy0Nmz .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uHodHy0Nmz .list,
  .cid-uHodHy0Nmz .nav-wrapper {
    text-align: left;
  }
}
.cid-uHodHcolEE {
  background-color: transparent;
}
.cid-uHodHcolEE .navbar-dropdown {
  background-color: #6a2be9 !important;
  padding: 0;
}
.cid-uHodHcolEE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #6a2be9 !important;
  background: #6a2be9;
}
.cid-uHodHcolEE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHodHcolEE .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHodHcolEE .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uHodHcolEE .menu_box .navbar.opened,
  .cid-uHodHcolEE .menu_box .navbar-collapse {
    background-color: #6a2be9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHodHcolEE .navbar-dropdown {
  position: relative !important;
}
.cid-uHodHcolEE .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uHodHcolEE .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHodHcolEE .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uHodHcolEE .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHodHcolEE .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uHodHcolEE .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-uHodHcolEE .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uHodHcolEE .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uHodHcolEE .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uHodHcolEE .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uHodHcolEE .offcanvas-body .mbr-text,
  .cid-uHodHcolEE .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uHodHcolEE .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uHodHcolEE .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uHodHcolEE .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uHodHcolEE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uHodHcolEE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uHodHcolEE .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uHodHcolEE .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uHodHcolEE ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uHodHcolEE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHodHcolEE .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-uHodHcolEE .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uHodHcolEE li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uHodHcolEE .lg_brand {
    margin: 0 1rem;
  }
  .cid-uHodHcolEE .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-uHodHcolEE .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-uHodHcolEE .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uHodHcolEE .nav-item {
    margin: 0 !important;
  }
}
.cid-uHodHcolEE .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uHodHcolEE .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-uHodHcolEE .nav-item .nav-link:hover,
.cid-uHodHcolEE .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uHodHcolEE .nav-item .nav-link:hover::before,
.cid-uHodHcolEE .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uHodHcolEE .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHodHcolEE .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHodHcolEE .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHodHcolEE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHodHcolEE .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-uHodHcolEE .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHodHcolEE .offcanvas_box {
    display: none;
  }
}
.cid-uHodHcolEE .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHodHcolEE .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHodHcolEE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHodHcolEE .container {
  display: flex;
  margin: auto;
}
.cid-uHodHcolEE .iconfont-wrapper {
  color: #c6f15c;
  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-uHodHcolEE .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHodHcolEE .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHodHcolEE .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uHodHcolEE .navbar-nav {
    margin: 0;
  }
}
.cid-uHodHcolEE .dropdown-menu,
.cid-uHodHcolEE .navbar.opened {
  background-color: false !important;
}
.cid-uHodHcolEE .nav-item:focus,
.cid-uHodHcolEE .nav-link:focus {
  outline: none;
}
.cid-uHodHcolEE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHodHcolEE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHodHcolEE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHodHcolEE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHodHcolEE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHodHcolEE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHodHcolEE .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uHodHcolEE .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHodHcolEE .navbar.opened {
  transition: all 0.3s;
}
.cid-uHodHcolEE .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHodHcolEE .navbar .navbar-logo img {
  max-width: 32px;
  min-height: 32px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uHodHcolEE .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uHodHcolEE .navbar.collapsed {
  justify-content: center;
}
.cid-uHodHcolEE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHodHcolEE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHodHcolEE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHodHcolEE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHodHcolEE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHodHcolEE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHodHcolEE .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHodHcolEE .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHodHcolEE .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uHodHcolEE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHodHcolEE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHodHcolEE .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHodHcolEE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHodHcolEE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHodHcolEE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHodHcolEE .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHodHcolEE .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHodHcolEE .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHodHcolEE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uHodHcolEE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHodHcolEE .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHodHcolEE .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHodHcolEE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHodHcolEE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHodHcolEE .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-uHodHcolEE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uHodHcolEE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHodHcolEE .dropdown-item.active,
.cid-uHodHcolEE .dropdown-item:active {
  background-color: transparent;
}
.cid-uHodHcolEE .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uHodHcolEE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHodHcolEE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHodHcolEE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHodHcolEE ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHodHcolEE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHodHcolEE button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #6a2be9;
  background: #c6f15c;
}
.cid-uHodHcolEE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHodHcolEE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHodHcolEE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHodHcolEE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHodHcolEE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHodHcolEE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHodHcolEE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHodHcolEE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHodHcolEE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHodHcolEE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHodHcolEE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHodHcolEE .navbar {
    height: 70px;
  }
  .cid-uHodHcolEE .navbar.opened {
    height: auto;
  }
  .cid-uHodHcolEE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHodHcolEE .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uHodHcolEE .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uHodHcolEE .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uHodHcolEE .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uHodHcolEE .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uHodHcolEE .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-uHodHcolEE .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uHodHcolEE .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHodHcolEE .text_widget {
  margin-bottom: 32px;
}
.cid-uHodHcolEE .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHodHcolEE .text_widget a:hover,
.cid-uHodHcolEE .text_widget a:focus {
  opacity: .8;
}
.cid-uHodHcolEE .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uHodHcolEE .navbar-caption {
  color: #ffffff;
}
.cid-uHodHcolEE .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uHodHcolEE .mbr-section-subtitle,
.cid-uHodHcolEE .text_widget,
.cid-uHodHcolEE .mbr-section-btn {
  text-align: center;
}
.cid-uHodHcolEE a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHodHhuopF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uHodHhuopF .container {
  max-width: 1312px;
}
.cid-uHodHhuopF .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-uHodHhuopF .row {
    padding: 0 0.75rem;
  }
}
.cid-uHodHhuopF .text-container {
  width: 100%;
  padding: 0;
}
.cid-uHodHhuopF .mbr-section-title {
  margin-bottom: 4rem;
  width: 100%;
  color: #000000;
}
.cid-uHodHhuopF .cards-container {
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 8rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHodHhuopF .cards-container {
    max-width: 30rem;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-uHodHhuopF .item-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHodHhuopF .item-wrapper {
    flex-direction: column;
  }
}
.cid-uHodHhuopF .card-title {
  color: #000000;
}
.cid-uHodHhuopF .card-name-text {
  margin-top: 2rem;
}
.cid-uHodHhuopF .card-name {
  color: #000000;
}
.cid-uHodHhuopF .card-prof {
  color: #002549;
}
.cid-uHodHhuopF .mbr-iconfont {
  font-size: 25px;
  color: #000000;
}
.cid-uHodHhuopF .icon-box {
  margin-right: 2rem;
  display: flex;
  justify-content: center;
}
.cid-uHodHhuopF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHodHhuopF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHodHiFYFr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-uHodHiFYFr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHodHiFYFr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHodHiFYFr .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uHodHiFYFr .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uHodHiFYFr .container {
    padding: 0 24px;
  }
}
.cid-uHodHiFYFr .row {
  justify-content: center;
}
.cid-uHodHiFYFr .row .card,
.cid-uHodHiFYFr .row .item {
  padding: 0 12px;
}
.cid-uHodHiFYFr .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uHodHiFYFr .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uHodHiFYFr .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uHodHiFYFr .item {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uHodHiFYFr .item .item-wrapper {
  padding: 32px;
  border-radius: .75rem !important;
  background-color: #f6f7f9;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uHodHiFYFr .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uHodHiFYFr .item .item-wrapper .card-box .card-number {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uHodHiFYFr .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-uHodHiFYFr .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
  transition: all .3s ease;
  opacity: .7;
}
.cid-uHodHiFYFr .item .item-wrapper .card-box .card-text:hover,
.cid-uHodHiFYFr .item .item-wrapper .card-box .card-text:focus {
  opacity: 1;
}
.cid-uHodHiFYFr .mbr-section-title {
  color: #141414;
  text-align: center;
}
.cid-uHodHiFYFr .card-title {
  color: #141414;
}
.cid-uHodHiFYFr .card-text {
  color: #141414;
}
.cid-uHodHjc6nb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #6a2be9;
}
.cid-uHodHjc6nb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHodHjc6nb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHodHjc6nb .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uHodHjc6nb .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uHodHjc6nb .container {
    padding: 0 16px;
  }
}
.cid-uHodHjc6nb .row {
  position: relative;
  justify-content: center;
}
.cid-uHodHjc6nb .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uHodHjc6nb .card {
  justify-content: center;
}
.cid-uHodHjc6nb .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uHodHjc6nb .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uHodHjc6nb .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-uHodHjc6nb .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: contain;
}
.cid-uHodHjc6nb .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uHodHjc6nb .nav-wrapper .list {
    display: block;
  }
}
.cid-uHodHjc6nb .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-uHodHjc6nb .nav-wrapper .list .item-wrap:hover::before,
.cid-uHodHjc6nb .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uHodHjc6nb .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uHodHjc6nb .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uHodHjc6nb .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-uHodHjc6nb .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uHodHjc6nb .mbr-copy {
  color: #ffffff;
}
.cid-uHodHjc6nb .list,
.cid-uHodHjc6nb .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uHodHjc6nb .list,
  .cid-uHodHjc6nb .nav-wrapper {
    text-align: left;
  }
}
.cid-uHodHcolEE {
  background-color: transparent;
}
.cid-uHodHcolEE .navbar-dropdown {
  background-color: #6a2be9 !important;
  padding: 0;
}
.cid-uHodHcolEE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #6a2be9 !important;
  background: #6a2be9;
}
.cid-uHodHcolEE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHodHcolEE .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHodHcolEE .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uHodHcolEE .menu_box .navbar.opened,
  .cid-uHodHcolEE .menu_box .navbar-collapse {
    background-color: #6a2be9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHodHcolEE .navbar-dropdown {
  position: relative !important;
}
.cid-uHodHcolEE .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uHodHcolEE .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHodHcolEE .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uHodHcolEE .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHodHcolEE .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uHodHcolEE .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-uHodHcolEE .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uHodHcolEE .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uHodHcolEE .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uHodHcolEE .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uHodHcolEE .offcanvas-body .mbr-text,
  .cid-uHodHcolEE .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uHodHcolEE .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uHodHcolEE .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uHodHcolEE .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uHodHcolEE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uHodHcolEE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uHodHcolEE .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uHodHcolEE .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uHodHcolEE ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uHodHcolEE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHodHcolEE .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-uHodHcolEE .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uHodHcolEE li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uHodHcolEE .lg_brand {
    margin: 0 1rem;
  }
  .cid-uHodHcolEE .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-uHodHcolEE .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-uHodHcolEE .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uHodHcolEE .nav-item {
    margin: 0 !important;
  }
}
.cid-uHodHcolEE .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uHodHcolEE .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-uHodHcolEE .nav-item .nav-link:hover,
.cid-uHodHcolEE .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uHodHcolEE .nav-item .nav-link:hover::before,
.cid-uHodHcolEE .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uHodHcolEE .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHodHcolEE .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHodHcolEE .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHodHcolEE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHodHcolEE .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-uHodHcolEE .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHodHcolEE .offcanvas_box {
    display: none;
  }
}
.cid-uHodHcolEE .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHodHcolEE .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHodHcolEE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHodHcolEE .container {
  display: flex;
  margin: auto;
}
.cid-uHodHcolEE .iconfont-wrapper {
  color: #c6f15c;
  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-uHodHcolEE .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHodHcolEE .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHodHcolEE .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uHodHcolEE .navbar-nav {
    margin: 0;
  }
}
.cid-uHodHcolEE .dropdown-menu,
.cid-uHodHcolEE .navbar.opened {
  background-color: false !important;
}
.cid-uHodHcolEE .nav-item:focus,
.cid-uHodHcolEE .nav-link:focus {
  outline: none;
}
.cid-uHodHcolEE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHodHcolEE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHodHcolEE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHodHcolEE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHodHcolEE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHodHcolEE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHodHcolEE .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uHodHcolEE .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHodHcolEE .navbar.opened {
  transition: all 0.3s;
}
.cid-uHodHcolEE .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHodHcolEE .navbar .navbar-logo img {
  max-width: 32px;
  min-height: 32px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uHodHcolEE .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uHodHcolEE .navbar.collapsed {
  justify-content: center;
}
.cid-uHodHcolEE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHodHcolEE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHodHcolEE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHodHcolEE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHodHcolEE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHodHcolEE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHodHcolEE .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHodHcolEE .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHodHcolEE .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uHodHcolEE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHodHcolEE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHodHcolEE .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHodHcolEE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHodHcolEE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHodHcolEE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHodHcolEE .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHodHcolEE .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHodHcolEE .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHodHcolEE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uHodHcolEE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHodHcolEE .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHodHcolEE .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHodHcolEE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHodHcolEE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHodHcolEE .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-uHodHcolEE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uHodHcolEE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHodHcolEE .dropdown-item.active,
.cid-uHodHcolEE .dropdown-item:active {
  background-color: transparent;
}
.cid-uHodHcolEE .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uHodHcolEE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHodHcolEE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHodHcolEE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHodHcolEE ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHodHcolEE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHodHcolEE button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #6a2be9;
  background: #c6f15c;
}
.cid-uHodHcolEE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHodHcolEE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHodHcolEE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHodHcolEE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHodHcolEE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHodHcolEE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHodHcolEE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHodHcolEE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHodHcolEE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHodHcolEE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHodHcolEE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHodHcolEE .navbar {
    height: 70px;
  }
  .cid-uHodHcolEE .navbar.opened {
    height: auto;
  }
  .cid-uHodHcolEE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHodHcolEE .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uHodHcolEE .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uHodHcolEE .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uHodHcolEE .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uHodHcolEE .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uHodHcolEE .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-uHodHcolEE .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uHodHcolEE .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHodHcolEE .text_widget {
  margin-bottom: 32px;
}
.cid-uHodHcolEE .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHodHcolEE .text_widget a:hover,
.cid-uHodHcolEE .text_widget a:focus {
  opacity: .8;
}
.cid-uHodHcolEE .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uHodHcolEE .navbar-caption {
  color: #ffffff;
}
.cid-uHodHcolEE .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uHodHcolEE .mbr-section-subtitle,
.cid-uHodHcolEE .text_widget,
.cid-uHodHcolEE .mbr-section-btn {
  text-align: center;
}
.cid-uHodHcolEE a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHogtJpcaJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHogtJpcaJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHogtJpcaJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHogtJpcaJ .row {
  justify-content: space-between;
}
.cid-uHogtJpcaJ .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uHogtJpcaJ .content-wrapper {
    padding: 0;
  }
}
.cid-uHogtJpcaJ .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uHogtJpcaJ .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uHogtJpcaJ .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uHogtJpcaJ .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uHogtJpcaJ .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uHogtJpcaJ .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uHogtJpcaJ .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uHogtJpcaJ .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uHogtJpcaJ .mbr-section-title {
  color: #000000;
}
.cid-uHogtJpcaJ .mbr-desc {
  color: #000000;
}
.cid-uHogtJpcaJ .mbr-text {
  color: #000000;
}
.cid-uHogtJpcaJ .mbr-section-title,
.cid-uHogtJpcaJ .mbr-section-btn {
  text-align: center;
}
.cid-uHodHjc6nb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #6a2be9;
}
.cid-uHodHjc6nb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHodHjc6nb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHodHjc6nb .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uHodHjc6nb .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uHodHjc6nb .container {
    padding: 0 16px;
  }
}
.cid-uHodHjc6nb .row {
  position: relative;
  justify-content: center;
}
.cid-uHodHjc6nb .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uHodHjc6nb .card {
  justify-content: center;
}
.cid-uHodHjc6nb .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uHodHjc6nb .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uHodHjc6nb .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-uHodHjc6nb .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: contain;
}
.cid-uHodHjc6nb .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uHodHjc6nb .nav-wrapper .list {
    display: block;
  }
}
.cid-uHodHjc6nb .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-uHodHjc6nb .nav-wrapper .list .item-wrap:hover::before,
.cid-uHodHjc6nb .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uHodHjc6nb .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uHodHjc6nb .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uHodHjc6nb .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-uHodHjc6nb .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uHodHjc6nb .mbr-copy {
  color: #ffffff;
}
.cid-uHodHjc6nb .list,
.cid-uHodHjc6nb .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uHodHjc6nb .list,
  .cid-uHodHjc6nb .nav-wrapper {
    text-align: left;
  }
}
.cid-uHogfAEmn7 {
  background-color: transparent;
}
.cid-uHogfAEmn7 .navbar-dropdown {
  background-color: #6a2be9 !important;
  padding: 0;
}
.cid-uHogfAEmn7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #6a2be9 !important;
  background: #6a2be9;
}
.cid-uHogfAEmn7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHogfAEmn7 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHogfAEmn7 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uHogfAEmn7 .menu_box .navbar.opened,
  .cid-uHogfAEmn7 .menu_box .navbar-collapse {
    background-color: #6a2be9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHogfAEmn7 .navbar-dropdown {
  position: relative !important;
}
.cid-uHogfAEmn7 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uHogfAEmn7 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHogfAEmn7 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uHogfAEmn7 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHogfAEmn7 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uHogfAEmn7 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-uHogfAEmn7 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uHogfAEmn7 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uHogfAEmn7 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uHogfAEmn7 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uHogfAEmn7 .offcanvas-body .mbr-text,
  .cid-uHogfAEmn7 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uHogfAEmn7 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uHogfAEmn7 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uHogfAEmn7 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uHogfAEmn7 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uHogfAEmn7 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uHogfAEmn7 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uHogfAEmn7 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uHogfAEmn7 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uHogfAEmn7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHogfAEmn7 .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-uHogfAEmn7 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uHogfAEmn7 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uHogfAEmn7 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uHogfAEmn7 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-uHogfAEmn7 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-uHogfAEmn7 .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uHogfAEmn7 .nav-item {
    margin: 0 !important;
  }
}
.cid-uHogfAEmn7 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uHogfAEmn7 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-uHogfAEmn7 .nav-item .nav-link:hover,
.cid-uHogfAEmn7 .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uHogfAEmn7 .nav-item .nav-link:hover::before,
.cid-uHogfAEmn7 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uHogfAEmn7 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHogfAEmn7 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHogfAEmn7 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHogfAEmn7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHogfAEmn7 .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-uHogfAEmn7 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHogfAEmn7 .offcanvas_box {
    display: none;
  }
}
.cid-uHogfAEmn7 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHogfAEmn7 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHogfAEmn7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHogfAEmn7 .container {
  display: flex;
  margin: auto;
}
.cid-uHogfAEmn7 .iconfont-wrapper {
  color: #c6f15c;
  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-uHogfAEmn7 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHogfAEmn7 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHogfAEmn7 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uHogfAEmn7 .navbar-nav {
    margin: 0;
  }
}
.cid-uHogfAEmn7 .dropdown-menu,
.cid-uHogfAEmn7 .navbar.opened {
  background-color: false !important;
}
.cid-uHogfAEmn7 .nav-item:focus,
.cid-uHogfAEmn7 .nav-link:focus {
  outline: none;
}
.cid-uHogfAEmn7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHogfAEmn7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHogfAEmn7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHogfAEmn7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHogfAEmn7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHogfAEmn7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHogfAEmn7 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uHogfAEmn7 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHogfAEmn7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uHogfAEmn7 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHogfAEmn7 .navbar .navbar-logo img {
  max-width: 32px;
  min-height: 32px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uHogfAEmn7 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uHogfAEmn7 .navbar.collapsed {
  justify-content: center;
}
.cid-uHogfAEmn7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHogfAEmn7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHogfAEmn7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHogfAEmn7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHogfAEmn7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHogfAEmn7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHogfAEmn7 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHogfAEmn7 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHogfAEmn7 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uHogfAEmn7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHogfAEmn7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHogfAEmn7 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHogfAEmn7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHogfAEmn7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHogfAEmn7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHogfAEmn7 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHogfAEmn7 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHogfAEmn7 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHogfAEmn7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uHogfAEmn7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHogfAEmn7 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHogfAEmn7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHogfAEmn7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHogfAEmn7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHogfAEmn7 .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-uHogfAEmn7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uHogfAEmn7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHogfAEmn7 .dropdown-item.active,
.cid-uHogfAEmn7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uHogfAEmn7 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uHogfAEmn7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHogfAEmn7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHogfAEmn7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHogfAEmn7 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHogfAEmn7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHogfAEmn7 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #6a2be9;
  background: #c6f15c;
}
.cid-uHogfAEmn7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHogfAEmn7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHogfAEmn7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHogfAEmn7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHogfAEmn7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHogfAEmn7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHogfAEmn7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHogfAEmn7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHogfAEmn7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHogfAEmn7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHogfAEmn7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHogfAEmn7 .navbar {
    height: 70px;
  }
  .cid-uHogfAEmn7 .navbar.opened {
    height: auto;
  }
  .cid-uHogfAEmn7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHogfAEmn7 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uHogfAEmn7 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uHogfAEmn7 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uHogfAEmn7 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uHogfAEmn7 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uHogfAEmn7 .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-uHogfAEmn7 .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uHogfAEmn7 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHogfAEmn7 .text_widget {
  margin-bottom: 32px;
}
.cid-uHogfAEmn7 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHogfAEmn7 .text_widget a:hover,
.cid-uHogfAEmn7 .text_widget a:focus {
  opacity: .8;
}
.cid-uHogfAEmn7 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uHogfAEmn7 .navbar-caption {
  color: #ffffff;
}
.cid-uHogfAEmn7 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uHogfAEmn7 .mbr-section-subtitle,
.cid-uHogfAEmn7 .text_widget,
.cid-uHogfAEmn7 .mbr-section-btn {
  text-align: center;
}
.cid-uHogfAEmn7 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHogSEFsU7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHogSEFsU7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHogSEFsU7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHogSEFsU7 .row {
  justify-content: space-between;
}
.cid-uHogSEFsU7 .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uHogSEFsU7 .content-wrapper {
    padding: 0;
  }
}
.cid-uHogSEFsU7 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uHogSEFsU7 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uHogSEFsU7 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uHogSEFsU7 .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uHogSEFsU7 .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uHogSEFsU7 .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uHogSEFsU7 .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uHogSEFsU7 .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uHogSEFsU7 .mbr-section-title {
  color: #000000;
}
.cid-uHogSEFsU7 .mbr-desc {
  color: #000000;
}
.cid-uHogSEFsU7 .mbr-text {
  color: #000000;
}
.cid-uHogSEFsU7 .mbr-section-title,
.cid-uHogSEFsU7 .mbr-section-btn {
  text-align: center;
}
.cid-uHogfB6ROO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #6a2be9;
}
.cid-uHogfB6ROO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHogfB6ROO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHogfB6ROO .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uHogfB6ROO .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uHogfB6ROO .container {
    padding: 0 16px;
  }
}
.cid-uHogfB6ROO .row {
  position: relative;
  justify-content: center;
}
.cid-uHogfB6ROO .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uHogfB6ROO .card {
  justify-content: center;
}
.cid-uHogfB6ROO .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uHogfB6ROO .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uHogfB6ROO .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-uHogfB6ROO .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: contain;
}
.cid-uHogfB6ROO .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uHogfB6ROO .nav-wrapper .list {
    display: block;
  }
}
.cid-uHogfB6ROO .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-uHogfB6ROO .nav-wrapper .list .item-wrap:hover::before,
.cid-uHogfB6ROO .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uHogfB6ROO .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uHogfB6ROO .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uHogfB6ROO .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-uHogfB6ROO .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uHogfB6ROO .mbr-copy {
  color: #ffffff;
}
.cid-uHogfB6ROO .list,
.cid-uHogfB6ROO .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uHogfB6ROO .list,
  .cid-uHogfB6ROO .nav-wrapper {
    text-align: left;
  }
}
.cid-uHogfQuQLb {
  background-color: transparent;
}
.cid-uHogfQuQLb .navbar-dropdown {
  background-color: #6a2be9 !important;
  padding: 0;
}
.cid-uHogfQuQLb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #6a2be9 !important;
  background: #6a2be9;
}
.cid-uHogfQuQLb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHogfQuQLb .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHogfQuQLb .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uHogfQuQLb .menu_box .navbar.opened,
  .cid-uHogfQuQLb .menu_box .navbar-collapse {
    background-color: #6a2be9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHogfQuQLb .navbar-dropdown {
  position: relative !important;
}
.cid-uHogfQuQLb .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uHogfQuQLb .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHogfQuQLb .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uHogfQuQLb .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHogfQuQLb .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uHogfQuQLb .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-uHogfQuQLb .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uHogfQuQLb .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uHogfQuQLb .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uHogfQuQLb .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uHogfQuQLb .offcanvas-body .mbr-text,
  .cid-uHogfQuQLb .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uHogfQuQLb .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uHogfQuQLb .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uHogfQuQLb .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uHogfQuQLb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uHogfQuQLb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uHogfQuQLb .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uHogfQuQLb .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uHogfQuQLb ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uHogfQuQLb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHogfQuQLb .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-uHogfQuQLb .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uHogfQuQLb li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uHogfQuQLb .lg_brand {
    margin: 0 1rem;
  }
  .cid-uHogfQuQLb .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-uHogfQuQLb .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-uHogfQuQLb .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uHogfQuQLb .nav-item {
    margin: 0 !important;
  }
}
.cid-uHogfQuQLb .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uHogfQuQLb .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-uHogfQuQLb .nav-item .nav-link:hover,
.cid-uHogfQuQLb .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uHogfQuQLb .nav-item .nav-link:hover::before,
.cid-uHogfQuQLb .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uHogfQuQLb .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHogfQuQLb .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHogfQuQLb .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHogfQuQLb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHogfQuQLb .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-uHogfQuQLb .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHogfQuQLb .offcanvas_box {
    display: none;
  }
}
.cid-uHogfQuQLb .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHogfQuQLb .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHogfQuQLb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHogfQuQLb .container {
  display: flex;
  margin: auto;
}
.cid-uHogfQuQLb .iconfont-wrapper {
  color: #c6f15c;
  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-uHogfQuQLb .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHogfQuQLb .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHogfQuQLb .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uHogfQuQLb .navbar-nav {
    margin: 0;
  }
}
.cid-uHogfQuQLb .dropdown-menu,
.cid-uHogfQuQLb .navbar.opened {
  background-color: false !important;
}
.cid-uHogfQuQLb .nav-item:focus,
.cid-uHogfQuQLb .nav-link:focus {
  outline: none;
}
.cid-uHogfQuQLb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHogfQuQLb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHogfQuQLb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHogfQuQLb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHogfQuQLb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHogfQuQLb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHogfQuQLb .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uHogfQuQLb .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHogfQuQLb .navbar.opened {
  transition: all 0.3s;
}
.cid-uHogfQuQLb .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHogfQuQLb .navbar .navbar-logo img {
  max-width: 32px;
  min-height: 32px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uHogfQuQLb .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uHogfQuQLb .navbar.collapsed {
  justify-content: center;
}
.cid-uHogfQuQLb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHogfQuQLb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHogfQuQLb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHogfQuQLb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHogfQuQLb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHogfQuQLb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHogfQuQLb .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHogfQuQLb .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHogfQuQLb .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uHogfQuQLb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHogfQuQLb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHogfQuQLb .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHogfQuQLb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHogfQuQLb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHogfQuQLb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHogfQuQLb .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHogfQuQLb .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHogfQuQLb .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHogfQuQLb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uHogfQuQLb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHogfQuQLb .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHogfQuQLb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHogfQuQLb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHogfQuQLb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHogfQuQLb .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-uHogfQuQLb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uHogfQuQLb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHogfQuQLb .dropdown-item.active,
.cid-uHogfQuQLb .dropdown-item:active {
  background-color: transparent;
}
.cid-uHogfQuQLb .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uHogfQuQLb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHogfQuQLb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHogfQuQLb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHogfQuQLb ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHogfQuQLb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHogfQuQLb button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #6a2be9;
  background: #c6f15c;
}
.cid-uHogfQuQLb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHogfQuQLb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHogfQuQLb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHogfQuQLb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHogfQuQLb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHogfQuQLb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHogfQuQLb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHogfQuQLb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHogfQuQLb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHogfQuQLb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHogfQuQLb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHogfQuQLb .navbar {
    height: 70px;
  }
  .cid-uHogfQuQLb .navbar.opened {
    height: auto;
  }
  .cid-uHogfQuQLb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHogfQuQLb .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uHogfQuQLb .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uHogfQuQLb .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uHogfQuQLb .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uHogfQuQLb .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uHogfQuQLb .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-uHogfQuQLb .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uHogfQuQLb .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHogfQuQLb .text_widget {
  margin-bottom: 32px;
}
.cid-uHogfQuQLb .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHogfQuQLb .text_widget a:hover,
.cid-uHogfQuQLb .text_widget a:focus {
  opacity: .8;
}
.cid-uHogfQuQLb .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uHogfQuQLb .navbar-caption {
  color: #ffffff;
}
.cid-uHogfQuQLb .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uHogfQuQLb .mbr-section-subtitle,
.cid-uHogfQuQLb .text_widget,
.cid-uHogfQuQLb .mbr-section-btn {
  text-align: center;
}
.cid-uHogfQuQLb a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHoh2DX3Tx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHoh2DX3Tx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHoh2DX3Tx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHoh2DX3Tx .row {
  justify-content: space-between;
}
.cid-uHoh2DX3Tx .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uHoh2DX3Tx .content-wrapper {
    padding: 0;
  }
}
.cid-uHoh2DX3Tx .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uHoh2DX3Tx .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uHoh2DX3Tx .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uHoh2DX3Tx .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uHoh2DX3Tx .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uHoh2DX3Tx .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uHoh2DX3Tx .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uHoh2DX3Tx .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uHoh2DX3Tx .mbr-section-title {
  color: #000000;
}
.cid-uHoh2DX3Tx .mbr-desc {
  color: #000000;
}
.cid-uHoh2DX3Tx .mbr-text {
  color: #000000;
}
.cid-uHoh2DX3Tx .mbr-section-title,
.cid-uHoh2DX3Tx .mbr-section-btn {
  text-align: center;
}
.cid-uHogfQXUI1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #6a2be9;
}
.cid-uHogfQXUI1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHogfQXUI1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHogfQXUI1 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uHogfQXUI1 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uHogfQXUI1 .container {
    padding: 0 16px;
  }
}
.cid-uHogfQXUI1 .row {
  position: relative;
  justify-content: center;
}
.cid-uHogfQXUI1 .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uHogfQXUI1 .card {
  justify-content: center;
}
.cid-uHogfQXUI1 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uHogfQXUI1 .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uHogfQXUI1 .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-uHogfQXUI1 .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: contain;
}
.cid-uHogfQXUI1 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uHogfQXUI1 .nav-wrapper .list {
    display: block;
  }
}
.cid-uHogfQXUI1 .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-uHogfQXUI1 .nav-wrapper .list .item-wrap:hover::before,
.cid-uHogfQXUI1 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uHogfQXUI1 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uHogfQXUI1 .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uHogfQXUI1 .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-uHogfQXUI1 .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uHogfQXUI1 .mbr-copy {
  color: #ffffff;
}
.cid-uHogfQXUI1 .list,
.cid-uHogfQXUI1 .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uHogfQXUI1 .list,
  .cid-uHogfQXUI1 .nav-wrapper {
    text-align: left;
  }
}
.cid-uHogg7tOjK {
  background-color: transparent;
}
.cid-uHogg7tOjK .navbar-dropdown {
  background-color: #6a2be9 !important;
  padding: 0;
}
.cid-uHogg7tOjK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #6a2be9 !important;
  background: #6a2be9;
}
.cid-uHogg7tOjK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHogg7tOjK .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHogg7tOjK .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uHogg7tOjK .menu_box .navbar.opened,
  .cid-uHogg7tOjK .menu_box .navbar-collapse {
    background-color: #6a2be9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHogg7tOjK .navbar-dropdown {
  position: relative !important;
}
.cid-uHogg7tOjK .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uHogg7tOjK .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHogg7tOjK .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uHogg7tOjK .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHogg7tOjK .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uHogg7tOjK .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-uHogg7tOjK .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uHogg7tOjK .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uHogg7tOjK .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uHogg7tOjK .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uHogg7tOjK .offcanvas-body .mbr-text,
  .cid-uHogg7tOjK .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uHogg7tOjK .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uHogg7tOjK .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uHogg7tOjK .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uHogg7tOjK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uHogg7tOjK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uHogg7tOjK .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uHogg7tOjK .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uHogg7tOjK ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uHogg7tOjK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHogg7tOjK .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-uHogg7tOjK .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uHogg7tOjK li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uHogg7tOjK .lg_brand {
    margin: 0 1rem;
  }
  .cid-uHogg7tOjK .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-uHogg7tOjK .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-uHogg7tOjK .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uHogg7tOjK .nav-item {
    margin: 0 !important;
  }
}
.cid-uHogg7tOjK .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uHogg7tOjK .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-uHogg7tOjK .nav-item .nav-link:hover,
.cid-uHogg7tOjK .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uHogg7tOjK .nav-item .nav-link:hover::before,
.cid-uHogg7tOjK .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uHogg7tOjK .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHogg7tOjK .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHogg7tOjK .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHogg7tOjK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHogg7tOjK .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-uHogg7tOjK .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHogg7tOjK .offcanvas_box {
    display: none;
  }
}
.cid-uHogg7tOjK .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHogg7tOjK .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHogg7tOjK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHogg7tOjK .container {
  display: flex;
  margin: auto;
}
.cid-uHogg7tOjK .iconfont-wrapper {
  color: #c6f15c;
  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-uHogg7tOjK .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHogg7tOjK .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHogg7tOjK .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uHogg7tOjK .navbar-nav {
    margin: 0;
  }
}
.cid-uHogg7tOjK .dropdown-menu,
.cid-uHogg7tOjK .navbar.opened {
  background-color: false !important;
}
.cid-uHogg7tOjK .nav-item:focus,
.cid-uHogg7tOjK .nav-link:focus {
  outline: none;
}
.cid-uHogg7tOjK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHogg7tOjK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHogg7tOjK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHogg7tOjK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHogg7tOjK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHogg7tOjK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHogg7tOjK .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uHogg7tOjK .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHogg7tOjK .navbar.opened {
  transition: all 0.3s;
}
.cid-uHogg7tOjK .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHogg7tOjK .navbar .navbar-logo img {
  max-width: 32px;
  min-height: 32px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uHogg7tOjK .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uHogg7tOjK .navbar.collapsed {
  justify-content: center;
}
.cid-uHogg7tOjK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHogg7tOjK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHogg7tOjK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHogg7tOjK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHogg7tOjK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHogg7tOjK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHogg7tOjK .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHogg7tOjK .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHogg7tOjK .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uHogg7tOjK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHogg7tOjK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHogg7tOjK .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHogg7tOjK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHogg7tOjK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHogg7tOjK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHogg7tOjK .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHogg7tOjK .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHogg7tOjK .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHogg7tOjK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uHogg7tOjK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHogg7tOjK .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHogg7tOjK .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHogg7tOjK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHogg7tOjK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHogg7tOjK .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-uHogg7tOjK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uHogg7tOjK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHogg7tOjK .dropdown-item.active,
.cid-uHogg7tOjK .dropdown-item:active {
  background-color: transparent;
}
.cid-uHogg7tOjK .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uHogg7tOjK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHogg7tOjK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHogg7tOjK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHogg7tOjK ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHogg7tOjK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHogg7tOjK button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #6a2be9;
  background: #c6f15c;
}
.cid-uHogg7tOjK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHogg7tOjK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHogg7tOjK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHogg7tOjK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHogg7tOjK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHogg7tOjK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHogg7tOjK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHogg7tOjK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHogg7tOjK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHogg7tOjK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHogg7tOjK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHogg7tOjK .navbar {
    height: 70px;
  }
  .cid-uHogg7tOjK .navbar.opened {
    height: auto;
  }
  .cid-uHogg7tOjK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHogg7tOjK .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uHogg7tOjK .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uHogg7tOjK .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uHogg7tOjK .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uHogg7tOjK .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uHogg7tOjK .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-uHogg7tOjK .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uHogg7tOjK .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHogg7tOjK .text_widget {
  margin-bottom: 32px;
}
.cid-uHogg7tOjK .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHogg7tOjK .text_widget a:hover,
.cid-uHogg7tOjK .text_widget a:focus {
  opacity: .8;
}
.cid-uHogg7tOjK .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uHogg7tOjK .navbar-caption {
  color: #ffffff;
}
.cid-uHogg7tOjK .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uHogg7tOjK .mbr-section-subtitle,
.cid-uHogg7tOjK .text_widget,
.cid-uHogg7tOjK .mbr-section-btn {
  text-align: center;
}
.cid-uHogg7tOjK a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHohuqjlqn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHohuqjlqn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHohuqjlqn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHohuqjlqn .row {
  justify-content: space-between;
}
.cid-uHohuqjlqn .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uHohuqjlqn .content-wrapper {
    padding: 0;
  }
}
.cid-uHohuqjlqn .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uHohuqjlqn .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uHohuqjlqn .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uHohuqjlqn .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uHohuqjlqn .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uHohuqjlqn .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uHohuqjlqn .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uHohuqjlqn .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uHohuqjlqn .mbr-section-title {
  color: #000000;
}
.cid-uHohuqjlqn .mbr-desc {
  color: #000000;
}
.cid-uHohuqjlqn .mbr-text {
  color: #000000;
}
.cid-uHohuqjlqn .mbr-section-title,
.cid-uHohuqjlqn .mbr-section-btn {
  text-align: center;
}
.cid-uHogg7YEpg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #6a2be9;
}
.cid-uHogg7YEpg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHogg7YEpg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHogg7YEpg .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uHogg7YEpg .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uHogg7YEpg .container {
    padding: 0 16px;
  }
}
.cid-uHogg7YEpg .row {
  position: relative;
  justify-content: center;
}
.cid-uHogg7YEpg .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uHogg7YEpg .card {
  justify-content: center;
}
.cid-uHogg7YEpg .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uHogg7YEpg .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uHogg7YEpg .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-uHogg7YEpg .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: contain;
}
.cid-uHogg7YEpg .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uHogg7YEpg .nav-wrapper .list {
    display: block;
  }
}
.cid-uHogg7YEpg .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-uHogg7YEpg .nav-wrapper .list .item-wrap:hover::before,
.cid-uHogg7YEpg .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uHogg7YEpg .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uHogg7YEpg .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uHogg7YEpg .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-uHogg7YEpg .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uHogg7YEpg .mbr-copy {
  color: #ffffff;
}
.cid-uHogg7YEpg .list,
.cid-uHogg7YEpg .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uHogg7YEpg .list,
  .cid-uHogg7YEpg .nav-wrapper {
    text-align: left;
  }
}
.cid-uHoggogGz3 {
  background-color: transparent;
}
.cid-uHoggogGz3 .navbar-dropdown {
  background-color: #6a2be9 !important;
  padding: 0;
}
.cid-uHoggogGz3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #6a2be9 !important;
  background: #6a2be9;
}
.cid-uHoggogGz3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHoggogGz3 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHoggogGz3 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uHoggogGz3 .menu_box .navbar.opened,
  .cid-uHoggogGz3 .menu_box .navbar-collapse {
    background-color: #6a2be9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHoggogGz3 .navbar-dropdown {
  position: relative !important;
}
.cid-uHoggogGz3 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uHoggogGz3 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHoggogGz3 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uHoggogGz3 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHoggogGz3 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uHoggogGz3 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-uHoggogGz3 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uHoggogGz3 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uHoggogGz3 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uHoggogGz3 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uHoggogGz3 .offcanvas-body .mbr-text,
  .cid-uHoggogGz3 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uHoggogGz3 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uHoggogGz3 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uHoggogGz3 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uHoggogGz3 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uHoggogGz3 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uHoggogGz3 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uHoggogGz3 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uHoggogGz3 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uHoggogGz3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHoggogGz3 .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-uHoggogGz3 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uHoggogGz3 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uHoggogGz3 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uHoggogGz3 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-uHoggogGz3 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-uHoggogGz3 .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uHoggogGz3 .nav-item {
    margin: 0 !important;
  }
}
.cid-uHoggogGz3 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uHoggogGz3 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-uHoggogGz3 .nav-item .nav-link:hover,
.cid-uHoggogGz3 .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uHoggogGz3 .nav-item .nav-link:hover::before,
.cid-uHoggogGz3 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uHoggogGz3 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHoggogGz3 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHoggogGz3 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHoggogGz3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHoggogGz3 .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-uHoggogGz3 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHoggogGz3 .offcanvas_box {
    display: none;
  }
}
.cid-uHoggogGz3 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHoggogGz3 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHoggogGz3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHoggogGz3 .container {
  display: flex;
  margin: auto;
}
.cid-uHoggogGz3 .iconfont-wrapper {
  color: #c6f15c;
  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-uHoggogGz3 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHoggogGz3 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHoggogGz3 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uHoggogGz3 .navbar-nav {
    margin: 0;
  }
}
.cid-uHoggogGz3 .dropdown-menu,
.cid-uHoggogGz3 .navbar.opened {
  background-color: false !important;
}
.cid-uHoggogGz3 .nav-item:focus,
.cid-uHoggogGz3 .nav-link:focus {
  outline: none;
}
.cid-uHoggogGz3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHoggogGz3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHoggogGz3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHoggogGz3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHoggogGz3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHoggogGz3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHoggogGz3 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uHoggogGz3 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHoggogGz3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uHoggogGz3 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHoggogGz3 .navbar .navbar-logo img {
  max-width: 32px;
  min-height: 32px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uHoggogGz3 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uHoggogGz3 .navbar.collapsed {
  justify-content: center;
}
.cid-uHoggogGz3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHoggogGz3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHoggogGz3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHoggogGz3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHoggogGz3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHoggogGz3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHoggogGz3 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHoggogGz3 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHoggogGz3 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uHoggogGz3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHoggogGz3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHoggogGz3 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHoggogGz3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHoggogGz3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHoggogGz3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHoggogGz3 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHoggogGz3 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHoggogGz3 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHoggogGz3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uHoggogGz3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHoggogGz3 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHoggogGz3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHoggogGz3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHoggogGz3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHoggogGz3 .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-uHoggogGz3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uHoggogGz3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHoggogGz3 .dropdown-item.active,
.cid-uHoggogGz3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uHoggogGz3 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uHoggogGz3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHoggogGz3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHoggogGz3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHoggogGz3 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHoggogGz3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHoggogGz3 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #6a2be9;
  background: #c6f15c;
}
.cid-uHoggogGz3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHoggogGz3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHoggogGz3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHoggogGz3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHoggogGz3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHoggogGz3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHoggogGz3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHoggogGz3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHoggogGz3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHoggogGz3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHoggogGz3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHoggogGz3 .navbar {
    height: 70px;
  }
  .cid-uHoggogGz3 .navbar.opened {
    height: auto;
  }
  .cid-uHoggogGz3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHoggogGz3 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uHoggogGz3 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uHoggogGz3 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uHoggogGz3 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uHoggogGz3 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uHoggogGz3 .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-uHoggogGz3 .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uHoggogGz3 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHoggogGz3 .text_widget {
  margin-bottom: 32px;
}
.cid-uHoggogGz3 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHoggogGz3 .text_widget a:hover,
.cid-uHoggogGz3 .text_widget a:focus {
  opacity: .8;
}
.cid-uHoggogGz3 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uHoggogGz3 .navbar-caption {
  color: #ffffff;
}
.cid-uHoggogGz3 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uHoggogGz3 .mbr-section-subtitle,
.cid-uHoggogGz3 .text_widget,
.cid-uHoggogGz3 .mbr-section-btn {
  text-align: center;
}
.cid-uHoggogGz3 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHohHIcOA4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHohHIcOA4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHohHIcOA4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHohHIcOA4 .row {
  justify-content: space-between;
}
.cid-uHohHIcOA4 .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uHohHIcOA4 .content-wrapper {
    padding: 0;
  }
}
.cid-uHohHIcOA4 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uHohHIcOA4 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uHohHIcOA4 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uHohHIcOA4 .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uHohHIcOA4 .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uHohHIcOA4 .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uHohHIcOA4 .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uHohHIcOA4 .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uHohHIcOA4 .mbr-section-title {
  color: #000000;
}
.cid-uHohHIcOA4 .mbr-desc {
  color: #000000;
}
.cid-uHohHIcOA4 .mbr-text {
  color: #000000;
}
.cid-uHohHIcOA4 .mbr-section-title,
.cid-uHohHIcOA4 .mbr-section-btn {
  text-align: center;
}
.cid-uHoggoJUru {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #6a2be9;
}
.cid-uHoggoJUru .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHoggoJUru .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHoggoJUru .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uHoggoJUru .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uHoggoJUru .container {
    padding: 0 16px;
  }
}
.cid-uHoggoJUru .row {
  position: relative;
  justify-content: center;
}
.cid-uHoggoJUru .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uHoggoJUru .card {
  justify-content: center;
}
.cid-uHoggoJUru .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uHoggoJUru .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uHoggoJUru .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-uHoggoJUru .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: contain;
}
.cid-uHoggoJUru .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uHoggoJUru .nav-wrapper .list {
    display: block;
  }
}
.cid-uHoggoJUru .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-uHoggoJUru .nav-wrapper .list .item-wrap:hover::before,
.cid-uHoggoJUru .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uHoggoJUru .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uHoggoJUru .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uHoggoJUru .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-uHoggoJUru .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uHoggoJUru .mbr-copy {
  color: #ffffff;
}
.cid-uHoggoJUru .list,
.cid-uHoggoJUru .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uHoggoJUru .list,
  .cid-uHoggoJUru .nav-wrapper {
    text-align: left;
  }
}
