.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: Inter Tight;
}
.display-1 {
  font-family: 'Wix Madefor Display', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Wix Madefor Display', sans-serif;
  font-size: 2.8rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 2.8rem;
}
.display-4 {
  font-family: 'Wix Madefor Display', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.1rem;
}
.display-5 {
  font-family: 'Wix Madefor Display', sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Wix Madefor Display', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  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: #483183 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #483183 !important;
  border-color: #483183 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #5c3fa8 !important;
  border-color: #5c3fa8 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #5c3fa8 !important;
  border-color: #5c3fa8 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #8a7cae !important;
  border-color: #8a7cae !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #a69cc1 !important;
  border-color: #a69cc1 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a69cc1 !important;
  border-color: #a69cc1 !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !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: #483183;
  color: #483183;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #251944 !important;
  background-color: transparent !important;
  border-color: #251944 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #483183 !important;
  border-color: #483183 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #8a7cae;
  color: #8a7cae;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #5f5183 !important;
  background-color: transparent !important;
  border-color: #5f5183 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #8a7cae !important;
  border-color: #8a7cae !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !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: #483183 !important;
}
.text-secondary {
  color: #8a7cae !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1f1539 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #584b79 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !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: #483183;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.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: #483183;
  border-color: #483183;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #483183;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #856cc8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.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 a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Wix Madefor Display', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #483183 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Wix Madefor Display', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #483183;
}
/* 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: #483183;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #483183;
}
.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: #483183;
  border-bottom-color: #483183;
}
.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: #483183 !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: #8a7cae !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='%23483183' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uCLy4WgLcA {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uCLy4WgLcA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uCLy4WgLcA .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uCLy4WgLcA .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCLy4WgLcA .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uCLy4WgLcA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCLy4WgLcA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCLy4WgLcA .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uCLy4WgLcA .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uCLy4WgLcA .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uCLy4WgLcA .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uCLy4WgLcA .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uCLy4WgLcA .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uCLy4WgLcA .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uCLy4WgLcA .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uCLy4WgLcA .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uCLy4WgLcA .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uCLy4WgLcA .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uCLy4WgLcA .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uCLy4WgLcA .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uCLy4WgLcA .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uCLy4WgLcA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uCLy4WgLcA .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uCLy4WgLcA .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uCLy4WgLcA .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uCLy4WgLcA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCLy4WgLcA .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-uCLy4WgLcA .nav-item:focus,
.cid-uCLy4WgLcA .nav-link:focus {
  outline: none;
}
.cid-uCLy4WgLcA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCLy4WgLcA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCLy4WgLcA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCLy4WgLcA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCLy4WgLcA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCLy4WgLcA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCLy4WgLcA .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uCLy4WgLcA .navbar.opened {
  transition: all 0.25s;
}
.cid-uCLy4WgLcA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCLy4WgLcA .navbar .navbar-logo img {
  width: auto;
}
.cid-uCLy4WgLcA .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uCLy4WgLcA .navbar.collapsed {
  justify-content: center;
}
.cid-uCLy4WgLcA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCLy4WgLcA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCLy4WgLcA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uCLy4WgLcA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCLy4WgLcA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCLy4WgLcA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uCLy4WgLcA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCLy4WgLcA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCLy4WgLcA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uCLy4WgLcA .navbar {
    min-height: 72px;
  }
  .cid-uCLy4WgLcA .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uCLy4WgLcA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCLy4WgLcA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCLy4WgLcA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCLy4WgLcA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCLy4WgLcA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uCLy4WgLcA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCLy4WgLcA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uCLy4WgLcA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCLy4WgLcA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCLy4WgLcA .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uCLy4WgLcA .dropdown-item.active,
.cid-uCLy4WgLcA .dropdown-item:active {
  background-color: transparent;
}
.cid-uCLy4WgLcA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCLy4WgLcA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCLy4WgLcA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCLy4WgLcA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCLy4WgLcA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uCLy4WgLcA .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uCLy4WgLcA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCLy4WgLcA .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uCLy4WgLcA .navbar-buttons {
    text-align: left;
  }
}
.cid-uCLy4WgLcA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCLy4WgLcA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uCLy4WgLcA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCLy4WgLcA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCLy4WgLcA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCLy4WgLcA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCLy4WgLcA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCLy4WgLcA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCLy4WgLcA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCLy4WgLcA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCLy4WgLcA .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
  position: fixed;
}
.cid-uCLy4WgLcA .opacityScroll {
  background: #ffffff !important;
}
.cid-uCLy4WgLcA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCLy4WgLcA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uCLy4WgLcA .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCLy4WgLcA .navbar {
    height: 70px;
  }
  .cid-uCLy4WgLcA .navbar.opened {
    height: auto;
  }
  .cid-uCLy4WgLcA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCLy4WgLcA .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uCLy4WgLcA .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uCLy4WgLcA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uCLy4WgLcA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uCLy4WgLcA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uCLy4WgLcA .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uCLy4WgLcA .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uCLy4WgLcA .navbar-brand {
    margin-right: auto;
  }
  .cid-uCLy4WgLcA .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uCLy4WgLcA .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uCLy4WgLcA .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uCLy4WgLcA .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uCLy4WgLcA .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uCLy4WgLcA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uCLy4WgLcA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uCLy4WgLcA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uCLy4WgLcA .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uCLy4WgLcA .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uCLy4WgLcA .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uCLy4WgLcA .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uCLy4WgLcA .navbar-collapse {
    padding: 1rem;
  }
}
.cid-usMJl3KuAv {
  display: flex;
  background-image: url("../../../assets/images/innovations2.gif");
}
.cid-usMJl3KuAv .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-usMJl3KuAv .mbr-fallback-image.disabled {
  display: none;
}
.cid-usMJl3KuAv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usMJl3KuAv .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-usMJl3KuAv .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-usMJl3KuAv {
    align-items: center;
  }
  .cid-usMJl3KuAv .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-usMJl3KuAv .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-usMJl3KuAv {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-usMJl3KuAv .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-usMJl3KuAv .content-wrap {
    width: 100%;
  }
}
.cid-usMJl3KuAv .mbr-section-title {
  text-align: left;
  color: #483183;
}
.cid-usMJl3KuAv .mbr-text,
.cid-usMJl3KuAv .mbr-section-btn {
  text-align: left;
  color: #7b7b7b;
}
.cid-usMJl3KuAv img {
  max-width: 150px;
  width: auto;
}
.cid-usRtpKk9xy {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #483183;
}
.cid-usRtpKk9xy .mbr-fallback-image.disabled {
  display: none;
}
.cid-usRtpKk9xy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usRtpKk9xy .mbr-section-title {
  text-align: center;
  color: #9577e2;
}
.cid-usRtpKk9xy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuQ6nFQpns {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #483183;
}
.cid-uuQ6nFQpns .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuQ6nFQpns .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuQ6nFQpns .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uuQ6nFQpns .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uuQ6nFQpns .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uuQ6nFQpns .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uuQ6nFQpns .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uuQ6nFQpns .mbr-section-title {
  color: #ffffff;
}
.cid-uuQ6nFQpns .mbr-text,
.cid-uuQ6nFQpns .mbr-section-btn {
  color: #edefeb;
}
.cid-uuQ6nFQpns img {
  width: 100%;
  height: 100%;
}
.cid-usRvz0MPpN {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background-color: #483183;
}
.cid-usRvz0MPpN .item:focus,
.cid-usRvz0MPpN span:focus {
  outline: none;
}
.cid-usRvz0MPpN .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-usRvz0MPpN .content-head {
  max-width: 800px;
}
.cid-usRvz0MPpN .item {
  color: #9577e2;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-usRvz0MPpN .item {
    min-height: 45px;
  }
}
.cid-utr6PeTF1W {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f7f7f7;
}
.cid-utr6PeTF1W .carousel {
  z-index: 2;
  position: relative;
}
.cid-utr6PeTF1W .user {
  padding: 0 !important;
}
.cid-utr6PeTF1W .carousel-inner {
  position: relative;
}
.cid-utr6PeTF1W .user_image {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 1rem auto;
  position: relative;
}
.cid-utr6PeTF1W .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-utr6PeTF1W .user_image:before {
  content: '';
  position: absolute;
  height: 198px;
  width: 198px;
  left: 0px;
  top: 0px;
  background: transparent;
  border-radius: 100%;
  z-index: 0;
}
.cid-utr6PeTF1W .carousel-item {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-utr6PeTF1W .carousel-item.active,
.cid-utr6PeTF1W .carousel-item-next,
.cid-utr6PeTF1W .carousel-item-prev {
  display: flex;
}
.cid-utr6PeTF1W .user_name {
  margin: 0;
  color: #543d8d;
}
.cid-utr6PeTF1W .carousel-controls a {
  font-size: 2rem;
}
.cid-utr6PeTF1W .carousel-controls a span {
  position: absolute;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  top: 100px;
  padding: 10px;
  border-radius: 50%;
  color: #483183;
  background: transparent;
  opacity: 0.5;
}
.cid-utr6PeTF1W .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-utr6PeTF1W ol {
  margin-bottom: 0;
  top: -3rem;
  height: fit-content;
  position: absolute;
}
.cid-utr6PeTF1W .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #483183;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
  position: relative;
}
.cid-utr6PeTF1W .carousel-indicators li:hover {
  opacity: 1;
}
.cid-utr6PeTF1W .carousel-indicators .active {
  opacity: 1;
  width: 14px;
  height: 14px;
}
.cid-utr6PeTF1W .carousel-indicators .active:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  left: -3px;
  top: -3px;
  background: transparent;
  border-radius: 100%;
  z-index: -1;
}
.cid-utr6PeTF1W .user_text {
  color: #483183;
}
.cid-utr6PeTF1W .user_status {
  color: #707070;
}
.cid-utr6PeTF1W .mbr-fallback-image.disabled {
  display: none;
}
.cid-utr6PeTF1W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE6PtrOBY3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uE6PtrOBY3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE6PtrOBY3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE6PtrOBY3 .mbr-description {
  text-align: left;
}
.cid-uE6PtrOBY3 .item-wrapper {
  background: #f7f7f7;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uE6PtrOBY3 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uE6PtrOBY3 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uE6PtrOBY3 .card-title,
.cid-uE6PtrOBY3 .iconfont-wrapper {
  color: #000000;
}
.cid-uE6PtrOBY3 .card-text {
  color: #000000;
}
.cid-uE6PtrOBY3 .mbr-section-title {
  color: #483183;
  text-align: center;
}
.cid-uE6PtrOBY3 .mbr-number {
  color: #9fe870;
}
.cid-uE6PtrOBY3 .mbr-text,
.cid-uE6PtrOBY3 .mbr-section-btn {
  text-align: center;
}
.cid-uE6PtrOBY3 .card-text,
.cid-uE6PtrOBY3 .item .mbr-section-btn {
  text-align: left;
}
.cid-uE6PtrOBY3 .card-title {
  color: #483183;
}
.cid-uE6PtrOBY3 .card-text4,
.cid-uE6PtrOBY3 .item4 .mbr-section-btn4 {
  text-align: center;
}
.cid-uuQm6tCt5U {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/innovations6.gif");
}
.cid-uuQm6tCt5U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuQm6tCt5U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuQm6tCt5U .mbr-section-title {
  color: #ffffff;
}
.cid-uuQm6tCt5U .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-uCLIsdwxif {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #483183;
}
.cid-uCLIsdwxif .item:focus,
.cid-uCLIsdwxif span:focus {
  outline: none;
}
.cid-uCLIsdwxif .item {
  cursor: pointer;
}
.cid-uCLIsdwxif .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uCLIsdwxif .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uCLIsdwxif .grid-container-1,
.cid-uCLIsdwxif .grid-container-2,
.cid-uCLIsdwxif .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uCLIsdwxif .grid-container-1,
  .cid-uCLIsdwxif .grid-container-2,
  .cid-uCLIsdwxif .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-uCLIsdwxif .mbr-section-title {
  color: #ffffff;
}
.cid-uCLIsdwxif .mbr-text,
.cid-uCLIsdwxif .mbr-section-btn {
  color: #000000;
}
.cid-uCLIsdwxif .content-head {
  max-width: 800px;
}
.cid-uCLIsdwxif .container,
.cid-uCLIsdwxif .container-fluid {
  overflow: hidden;
}
.cid-uCLIsdwxif .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uCLIsdwxif .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uCLIsdwxif .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uCLIsdwxif .grid-item img {
    min-width: 35vw;
  }
}
.cid-uCLIsdwxif .grid-container-1,
.cid-uCLIsdwxif .grid-container-2,
.cid-uCLIsdwxif .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uCLIsdwxif .grid-container-1 {
  align-items: flex-end;
}
.cid-uCLIsdwxif .grid-container-2 {
  align-items: flex-start;
}
.cid-uut5TzZUe3 {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #f7f7f7;
}
.cid-uut5TzZUe3 img,
.cid-uut5TzZUe3 .item-img {
  width: 100%;
}
.cid-uut5TzZUe3 .item:focus,
.cid-uut5TzZUe3 span:focus {
  outline: none;
}
.cid-uut5TzZUe3 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uut5TzZUe3 .item {
    margin-bottom: 1rem;
  }
}
.cid-uut5TzZUe3 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uut5TzZUe3 .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uut5TzZUe3 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uut5TzZUe3 .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uut5TzZUe3 .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uut5TzZUe3 .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-uut5TzZUe3 .mbr-section-title {
  color: #232323;
}
.cid-uut5TzZUe3 .mbr-text,
.cid-uut5TzZUe3 .mbr-section-btn {
  text-align: center;
}
.cid-uut5TzZUe3 .item-title {
  text-align: left;
}
.cid-uut5TzZUe3 .content-head {
  max-width: 800px;
}
.cid-uut5TzZUe3 .mbr-text,
.cid-uut5TzZUe3 .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-uut5TzZUe3 .mbr-section-title,
.cid-uut5TzZUe3 .mbr-section-head .mbr-section-btn {
  color: #483183;
}
.cid-usROXTxOVN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #483183;
}
.cid-usROXTxOVN .mbr-fallback-image.disabled {
  display: none;
}
.cid-usROXTxOVN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usROXTxOVN .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-usROXTxOVN .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-usROXTxOVN .row {
    flex-direction: column-reverse !important;
  }
  .cid-usROXTxOVN .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-usROXTxOVN .row-links {
  width: 100%;
  justify-content: center;
}
.cid-usROXTxOVN .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-usROXTxOVN .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-usROXTxOVN .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-usROXTxOVN .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-usROXTxOVN .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-usROXTxOVN .copyright {
    text-align: center;
  }
}
.cid-uCLy4WgLcA {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uCLy4WgLcA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uCLy4WgLcA .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uCLy4WgLcA .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCLy4WgLcA .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uCLy4WgLcA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCLy4WgLcA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCLy4WgLcA .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uCLy4WgLcA .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uCLy4WgLcA .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uCLy4WgLcA .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uCLy4WgLcA .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uCLy4WgLcA .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uCLy4WgLcA .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uCLy4WgLcA .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uCLy4WgLcA .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uCLy4WgLcA .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uCLy4WgLcA .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uCLy4WgLcA .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uCLy4WgLcA .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uCLy4WgLcA .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uCLy4WgLcA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uCLy4WgLcA .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uCLy4WgLcA .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uCLy4WgLcA .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uCLy4WgLcA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCLy4WgLcA .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-uCLy4WgLcA .nav-item:focus,
.cid-uCLy4WgLcA .nav-link:focus {
  outline: none;
}
.cid-uCLy4WgLcA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCLy4WgLcA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCLy4WgLcA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCLy4WgLcA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCLy4WgLcA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCLy4WgLcA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCLy4WgLcA .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uCLy4WgLcA .navbar.opened {
  transition: all 0.25s;
}
.cid-uCLy4WgLcA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCLy4WgLcA .navbar .navbar-logo img {
  width: auto;
}
.cid-uCLy4WgLcA .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uCLy4WgLcA .navbar.collapsed {
  justify-content: center;
}
.cid-uCLy4WgLcA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCLy4WgLcA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCLy4WgLcA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uCLy4WgLcA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCLy4WgLcA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCLy4WgLcA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uCLy4WgLcA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCLy4WgLcA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCLy4WgLcA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uCLy4WgLcA .navbar {
    min-height: 72px;
  }
  .cid-uCLy4WgLcA .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uCLy4WgLcA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCLy4WgLcA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCLy4WgLcA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCLy4WgLcA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCLy4WgLcA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uCLy4WgLcA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCLy4WgLcA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uCLy4WgLcA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCLy4WgLcA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCLy4WgLcA .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uCLy4WgLcA .dropdown-item.active,
.cid-uCLy4WgLcA .dropdown-item:active {
  background-color: transparent;
}
.cid-uCLy4WgLcA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCLy4WgLcA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCLy4WgLcA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCLy4WgLcA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCLy4WgLcA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uCLy4WgLcA .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uCLy4WgLcA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCLy4WgLcA .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uCLy4WgLcA .navbar-buttons {
    text-align: left;
  }
}
.cid-uCLy4WgLcA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCLy4WgLcA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uCLy4WgLcA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCLy4WgLcA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCLy4WgLcA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCLy4WgLcA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCLy4WgLcA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCLy4WgLcA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCLy4WgLcA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCLy4WgLcA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCLy4WgLcA .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
  position: fixed;
}
.cid-uCLy4WgLcA .opacityScroll {
  background: #ffffff !important;
}
.cid-uCLy4WgLcA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCLy4WgLcA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uCLy4WgLcA .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCLy4WgLcA .navbar {
    height: 70px;
  }
  .cid-uCLy4WgLcA .navbar.opened {
    height: auto;
  }
  .cid-uCLy4WgLcA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCLy4WgLcA .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uCLy4WgLcA .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uCLy4WgLcA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uCLy4WgLcA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uCLy4WgLcA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uCLy4WgLcA .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uCLy4WgLcA .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uCLy4WgLcA .navbar-brand {
    margin-right: auto;
  }
  .cid-uCLy4WgLcA .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uCLy4WgLcA .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uCLy4WgLcA .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uCLy4WgLcA .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uCLy4WgLcA .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uCLy4WgLcA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uCLy4WgLcA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uCLy4WgLcA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uCLy4WgLcA .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uCLy4WgLcA .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uCLy4WgLcA .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uCLy4WgLcA .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uCLy4WgLcA .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uD9p4ekiSj {
  padding-top: 12rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/innovations6.gif");
}
.cid-uD9p4ekiSj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD9p4ekiSj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD9p4ekiSj .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uD9p4ekiSj .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-uD9p4ekiSj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uD9p4ekiSj .header-menu {
  margin-top: 0rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uD9p4ekiSj .content-head {
  max-width: 1200px;
}
.cid-uD9p4ekiSj .mbr-section-title {
  color: #ffffff;
}
.cid-uD9p4ekiSj .mbr-text,
.cid-uD9p4ekiSj .mbr-section-btn {
  color: #ffffff;
}
.cid-uD9KFDpkqO {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uD9KFDpkqO .item:focus,
.cid-uD9KFDpkqO span:focus {
  outline: none;
}
.cid-uD9KFDpkqO .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uD9KFDpkqO .item {
    margin-bottom: 1rem;
  }
}
.cid-uD9KFDpkqO .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uD9KFDpkqO .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uD9KFDpkqO .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uD9KFDpkqO .item-wrapper {
  position: relative;
  background: #483183;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uD9KFDpkqO .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uD9KFDpkqO .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uD9KFDpkqO .mbr-text,
.cid-uD9KFDpkqO .item .mbr-section-btn {
  text-align: center;
}
.cid-uD9KFDpkqO .content-head {
  max-width: 800px;
}
.cid-uD9KFDpkqO .mbr-number {
  color: #9fe870;
}
.cid-uD9KFDpkqO .mbr-section-subtitle,
.cid-uD9KFDpkqO .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uD9KFDpkqO .mbr-text {
  text-align: left;
}
.cid-uD9KFDpkqO .mbr-text,
.cid-uD9KFDpkqO .mbr-card-btn {
  text-align: left;
}
.cid-uD9KFDpkqO .mbr-text,
.cid-uD9KFDpkqO .mbr-section-btn {
  text-align: left;
}
.cid-uD9KFDpkqO .mbr-text,
.cid-uD9KFDpkqO .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uD9KFDpkqO .card-text,
.cid-uD9KFDpkqO .item .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uD9KFDpkqO .card-title {
  text-align: center;
  color: #9577e2;
}
.cid-uD9fAUSs8p {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uD9fAUSs8p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD9fAUSs8p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD9fAUSs8p .mbr-section-title {
  color: #483183;
}
.cid-uD9uBcQpxB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uD9uBcQpxB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD9uBcQpxB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 120%;
  height: 120%;
  position: absolute;
  top: 0;
}
.cid-uD9uBcQpxB .main-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-uD9uBcQpxB .main-container {
    margin-bottom: 70px;
  }
}
.cid-uD9uBcQpxB .mbr-title {
  color: #000000;
}
.cid-uD9uBcQpxB .mbr-text {
  color: #000000;
  margin-top: 30px;
}
.cid-uD9uBcQpxB .card-row {
  display: flex;
  align-items: stretch;
  row-gap: 20px;
}
@media (min-width: 1200px) {
  .cid-uD9uBcQpxB .card-row {
    margin: 0 -20px;
    row-gap: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-uD9uBcQpxB .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uD9uBcQpxB .card {
  border-radius: 0;
}
.cid-uD9uBcQpxB .card-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 120%;
  height: 120%;
  min-height: 10px;
  padding: 20px 37px 30px;
  background-color: #f7f7f7;
}
@media (max-width: 767px) {
  .cid-uD9uBcQpxB .card-wrap {
    min-height: auto;
  }
}
@media (max-width: 575px) {
  .cid-uD9uBcQpxB .card-wrap {
    padding: 24px 18px 30px;
  }
}
.cid-uD9uBcQpxB .testimonial-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-uD9uBcQpxB .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uD9uBcQpxB .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #747474;
  margin: 0 2px;
}
.cid-uD9uBcQpxB .card-text-wrap {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uD9uBcQpxB .card-text-wrap {
    margin-bottom: 1.5rem;
  }
}
.cid-uD9uBcQpxB .card-text {
  color: #483183;
  margin-bottom: 30px;
  text-align: left;
}
.cid-uD9uBcQpxB .card-name-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
}
.cid-uD9uBcQpxB .card-name-image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  filter: grayscale(100%);
  width: 120px;
  aspect-ratio: 1;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 20px;
}
.cid-uD9uBcQpxB .card-name-image-wrap img {
  height: 120%;
  width: 120%;
  object-fit: cover;
}
.cid-uD9uBcQpxB .card-name {
  color: #483183;
}
.cid-uD9uBcQpxB .card-prof {
  color: #747474;
}
.cid-uD95Aq3Mjs {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uD95Aq3Mjs .mbr-section-title {
  color: #483183;
  text-align: left;
}
.cid-uD95Aq3Mjs .mbr-text {
  color: #483183;
}
.cid-uD95Aq3Mjs .mbr-section-subtitle {
  color: #7b7b7b;
}
.cid-v1Lwvxezkc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1Lwvxezkc .mbr-section-title {
  color: #483183;
  text-align: left;
}
.cid-v1Lwvxezkc .mbr-text {
  color: #483183;
}
.cid-v1Lwvxezkc .mbr-section-subtitle {
  color: #7b7b7b;
}
.cid-v1LxGYrgul {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v1LxGYrgul .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1LxGYrgul .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v1LxGYrgul .container {
    padding: 0 25px;
  }
}
.cid-v1LxGYrgul .cards {
  margin-right: 80px;
}
@media (max-width: 992px) {
  .cid-v1LxGYrgul .cards {
    margin: 0;
  }
}
.cid-v1LxGYrgul .cards .item:first-child .item-wrapper {
  border: none;
  padding-top: 0;
}
.cid-v1LxGYrgul .cards .item .item-wrapper {
  display: flex;
  justify-content: left;
  padding: 8px 0 8px;
}
@media (max-width: 992px) {
  .cid-v1LxGYrgul .cards .item .item-wrapper {
    display: block;
  }
}
.cid-v1LxGYrgul .cards .item .item-wrapper .item-img {
  min-width: 100px;
  min-height: 100px;
  margin-right: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v1LxGYrgul .cards .item .item-wrapper .item-img {
    margin: 0 0 28px 0;
    min-width: auto;
  }
}
.cid-v1LxGYrgul .cards .item .item-wrapper .item-img img {
  height: 100px;
  width: 100px;
  object-fit: cover;
  filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
  border-radius: 50% !important;
}
.cid-v1LxGYrgul .cards .item .item-wrapper .item-content {
  display: block;
  justify-content: left;
}
@media (max-width: 1300px) {
  .cid-v1LxGYrgul .cards .item .item-wrapper .item-content {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v1LxGYrgul .cards .item .item-wrapper .item-content {
    margin: 0;
  }
}
.cid-v1LxGYrgul .cards .item .item-wrapper .item-content .content-wrap {
  margin-right: 60px;
}
@media (max-width: 1300px) {
  .cid-v1LxGYrgul .cards .item .item-wrapper .item-content .content-wrap {
    margin: 0;
  }
}
.cid-v1LxGYrgul .cards .item .item-wrapper .item-content .content-wrap .mbr-card-title {
  margin-bottom: 10px;
}
.cid-v1LxGYrgul .cards .item .item-wrapper .item-content .content-wrap .mbr-text {
  margin-bottom: 10px;
  line-height: 1.5;
}
.cid-v1LxGYrgul .cards .item .item-wrapper .item-content .content-wrap .mbr-desc {
  margin-bottom: 10px;
  line-height: 1.5;
}
.cid-v1LxGYrgul .cards .item .item-wrapper .item-content .content-wrap .mbr-desc span {
  background-color: #a0ffc2;
  padding: 2px 4px 0;
}
.cid-v1LxGYrgul .cards .item .item-wrapper .item-content .mbr-section-btn {
  min-width: 190px;
}
@media (max-width: 1300px) {
  .cid-v1LxGYrgul .cards .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 25px;
  }
}
.cid-v1LxGYrgul .mbr-card-title {
  color: #2f2e30;
  text-align: left;
}
.cid-v1LxGYrgul .mbr-text {
  color: #7b7b7b;
  text-align: left;
}
.cid-v1LxGYrgul .mbr-desc {
  color: #9577e2;
  text-align: left;
}
.cid-v1LxGYrgul .mbr-card-title,
.cid-v1LxGYrgul .mbr-section-btn {
  color: #483183;
  text-align: left;
}
.cid-v1LwFC4QHS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1LwFC4QHS .mbr-section-title {
  color: #483183;
  text-align: left;
}
.cid-v1LwFC4QHS .mbr-text {
  color: #483183;
}
.cid-v1LwFC4QHS .mbr-section-subtitle {
  color: #7b7b7b;
}
.cid-v1Lyn2PlJj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v1Lyn2PlJj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1Lyn2PlJj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v1Lyn2PlJj .container {
    padding: 0 25px;
  }
}
.cid-v1Lyn2PlJj .cards {
  margin-right: 80px;
}
@media (max-width: 992px) {
  .cid-v1Lyn2PlJj .cards {
    margin: 0;
  }
}
.cid-v1Lyn2PlJj .cards .item:first-child .item-wrapper {
  border: none;
  padding-top: 0;
}
.cid-v1Lyn2PlJj .cards .item .item-wrapper {
  display: flex;
  justify-content: left;
  padding: 8px 0 8px;
}
@media (max-width: 992px) {
  .cid-v1Lyn2PlJj .cards .item .item-wrapper {
    display: block;
  }
}
.cid-v1Lyn2PlJj .cards .item .item-wrapper .item-img {
  min-width: 100px;
  min-height: 100px;
  margin-right: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v1Lyn2PlJj .cards .item .item-wrapper .item-img {
    margin: 0 0 28px 0;
    min-width: auto;
  }
}
.cid-v1Lyn2PlJj .cards .item .item-wrapper .item-img img {
  height: 100px;
  width: 100px;
  object-fit: cover;
  filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
  border-radius: 50% !important;
}
.cid-v1Lyn2PlJj .cards .item .item-wrapper .item-content {
  display: block;
  justify-content: left;
}
@media (max-width: 1300px) {
  .cid-v1Lyn2PlJj .cards .item .item-wrapper .item-content {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v1Lyn2PlJj .cards .item .item-wrapper .item-content {
    margin: 0;
  }
}
.cid-v1Lyn2PlJj .cards .item .item-wrapper .item-content .content-wrap {
  margin-right: 60px;
}
@media (max-width: 1300px) {
  .cid-v1Lyn2PlJj .cards .item .item-wrapper .item-content .content-wrap {
    margin: 0;
  }
}
.cid-v1Lyn2PlJj .cards .item .item-wrapper .item-content .content-wrap .mbr-card-title {
  margin-bottom: 10px;
}
.cid-v1Lyn2PlJj .cards .item .item-wrapper .item-content .content-wrap .mbr-text {
  margin-bottom: 10px;
  line-height: 1.5;
}
.cid-v1Lyn2PlJj .cards .item .item-wrapper .item-content .content-wrap .mbr-desc {
  margin-bottom: 10px;
  line-height: 1.5;
}
.cid-v1Lyn2PlJj .cards .item .item-wrapper .item-content .content-wrap .mbr-desc span {
  background-color: #a0ffc2;
  padding: 2px 4px 0;
}
.cid-v1Lyn2PlJj .cards .item .item-wrapper .item-content .mbr-section-btn {
  min-width: 190px;
}
@media (max-width: 1300px) {
  .cid-v1Lyn2PlJj .cards .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 25px;
  }
}
.cid-v1Lyn2PlJj .mbr-card-title {
  color: #2f2e30;
  text-align: left;
}
.cid-v1Lyn2PlJj .mbr-text {
  color: #7b7b7b;
  text-align: left;
}
.cid-v1Lyn2PlJj .mbr-desc {
  color: #9577e2;
  text-align: left;
}
.cid-v1Lyn2PlJj .mbr-card-title,
.cid-v1Lyn2PlJj .mbr-section-btn {
  color: #483183;
  text-align: left;
}
.cid-v1LwZm8Enu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1LwZm8Enu .mbr-section-title {
  color: #483183;
  text-align: left;
}
.cid-v1LwZm8Enu .mbr-text {
  color: #483183;
}
.cid-v1LwZm8Enu .mbr-section-subtitle {
  color: #7b7b7b;
}
.cid-v1LyuyP7kt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v1LyuyP7kt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1LyuyP7kt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v1LyuyP7kt .container {
    padding: 0 25px;
  }
}
.cid-v1LyuyP7kt .cards {
  margin-right: 80px;
}
@media (max-width: 992px) {
  .cid-v1LyuyP7kt .cards {
    margin: 0;
  }
}
.cid-v1LyuyP7kt .cards .item:first-child .item-wrapper {
  border: none;
  padding-top: 0;
}
.cid-v1LyuyP7kt .cards .item .item-wrapper {
  display: flex;
  justify-content: left;
  padding: 8px 0 8px;
}
@media (max-width: 992px) {
  .cid-v1LyuyP7kt .cards .item .item-wrapper {
    display: block;
  }
}
.cid-v1LyuyP7kt .cards .item .item-wrapper .item-img {
  min-width: 100px;
  min-height: 100px;
  margin-right: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v1LyuyP7kt .cards .item .item-wrapper .item-img {
    margin: 0 0 28px 0;
    min-width: auto;
  }
}
.cid-v1LyuyP7kt .cards .item .item-wrapper .item-img img {
  height: 100px;
  width: 100px;
  object-fit: cover;
  filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
  border-radius: 50% !important;
}
.cid-v1LyuyP7kt .cards .item .item-wrapper .item-content {
  display: block;
  justify-content: left;
}
@media (max-width: 1300px) {
  .cid-v1LyuyP7kt .cards .item .item-wrapper .item-content {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v1LyuyP7kt .cards .item .item-wrapper .item-content {
    margin: 0;
  }
}
.cid-v1LyuyP7kt .cards .item .item-wrapper .item-content .content-wrap {
  margin-right: 60px;
}
@media (max-width: 1300px) {
  .cid-v1LyuyP7kt .cards .item .item-wrapper .item-content .content-wrap {
    margin: 0;
  }
}
.cid-v1LyuyP7kt .cards .item .item-wrapper .item-content .content-wrap .mbr-card-title {
  margin-bottom: 10px;
}
.cid-v1LyuyP7kt .cards .item .item-wrapper .item-content .content-wrap .mbr-text {
  margin-bottom: 10px;
  line-height: 1.5;
}
.cid-v1LyuyP7kt .cards .item .item-wrapper .item-content .content-wrap .mbr-desc {
  margin-bottom: 10px;
  line-height: 1.5;
}
.cid-v1LyuyP7kt .cards .item .item-wrapper .item-content .content-wrap .mbr-desc span {
  background-color: #a0ffc2;
  padding: 2px 4px 0;
}
.cid-v1LyuyP7kt .cards .item .item-wrapper .item-content .mbr-section-btn {
  min-width: 190px;
}
@media (max-width: 1300px) {
  .cid-v1LyuyP7kt .cards .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 25px;
  }
}
.cid-v1LyuyP7kt .mbr-card-title {
  color: #2f2e30;
  text-align: left;
}
.cid-v1LyuyP7kt .mbr-text {
  color: #7b7b7b;
  text-align: left;
}
.cid-v1LyuyP7kt .mbr-desc {
  color: #9577e2;
  text-align: left;
}
.cid-v1LyuyP7kt .mbr-card-title,
.cid-v1LyuyP7kt .mbr-section-btn {
  color: #483183;
  text-align: left;
}
.cid-v1LxocT1gn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1LxocT1gn .mbr-section-title {
  color: #483183;
  text-align: left;
}
.cid-v1LxocT1gn .mbr-text {
  color: #483183;
}
.cid-v1LxocT1gn .mbr-section-subtitle {
  color: #7b7b7b;
}
.cid-v1LyBHRE9i {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v1LyBHRE9i .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1LyBHRE9i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v1LyBHRE9i .container {
    padding: 0 25px;
  }
}
.cid-v1LyBHRE9i .cards {
  margin-right: 80px;
}
@media (max-width: 992px) {
  .cid-v1LyBHRE9i .cards {
    margin: 0;
  }
}
.cid-v1LyBHRE9i .cards .item:first-child .item-wrapper {
  border: none;
  padding-top: 0;
}
.cid-v1LyBHRE9i .cards .item .item-wrapper {
  display: flex;
  justify-content: left;
  padding: 8px 0 8px;
}
@media (max-width: 992px) {
  .cid-v1LyBHRE9i .cards .item .item-wrapper {
    display: block;
  }
}
.cid-v1LyBHRE9i .cards .item .item-wrapper .item-img {
  min-width: 100px;
  min-height: 100px;
  margin-right: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v1LyBHRE9i .cards .item .item-wrapper .item-img {
    margin: 0 0 28px 0;
    min-width: auto;
  }
}
.cid-v1LyBHRE9i .cards .item .item-wrapper .item-img img {
  height: 100px;
  width: 100px;
  object-fit: cover;
  filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
  border-radius: 50% !important;
}
.cid-v1LyBHRE9i .cards .item .item-wrapper .item-content {
  display: block;
  justify-content: left;
}
@media (max-width: 1300px) {
  .cid-v1LyBHRE9i .cards .item .item-wrapper .item-content {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v1LyBHRE9i .cards .item .item-wrapper .item-content {
    margin: 0;
  }
}
.cid-v1LyBHRE9i .cards .item .item-wrapper .item-content .content-wrap {
  margin-right: 60px;
}
@media (max-width: 1300px) {
  .cid-v1LyBHRE9i .cards .item .item-wrapper .item-content .content-wrap {
    margin: 0;
  }
}
.cid-v1LyBHRE9i .cards .item .item-wrapper .item-content .content-wrap .mbr-card-title {
  margin-bottom: 10px;
}
.cid-v1LyBHRE9i .cards .item .item-wrapper .item-content .content-wrap .mbr-text {
  margin-bottom: 10px;
  line-height: 1.5;
}
.cid-v1LyBHRE9i .cards .item .item-wrapper .item-content .content-wrap .mbr-desc {
  margin-bottom: 10px;
  line-height: 1.5;
}
.cid-v1LyBHRE9i .cards .item .item-wrapper .item-content .content-wrap .mbr-desc span {
  background-color: #a0ffc2;
  padding: 2px 4px 0;
}
.cid-v1LyBHRE9i .cards .item .item-wrapper .item-content .mbr-section-btn {
  min-width: 190px;
}
@media (max-width: 1300px) {
  .cid-v1LyBHRE9i .cards .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 25px;
  }
}
.cid-v1LyBHRE9i .mbr-card-title {
  color: #2f2e30;
  text-align: left;
}
.cid-v1LyBHRE9i .mbr-text {
  color: #7b7b7b;
  text-align: left;
}
.cid-v1LyBHRE9i .mbr-desc {
  color: #9577e2;
  text-align: left;
}
.cid-v1LyBHRE9i .mbr-card-title,
.cid-v1LyBHRE9i .mbr-section-btn {
  color: #483183;
  text-align: left;
}
.cid-v1LxrNQ6eh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1LxrNQ6eh .mbr-section-title {
  color: #483183;
  text-align: left;
}
.cid-v1LxrNQ6eh .mbr-text {
  color: #483183;
}
.cid-v1LxrNQ6eh .mbr-section-subtitle {
  color: #7b7b7b;
}
.cid-uKjppm45Pi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uKjppm45Pi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjppm45Pi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKjppm45Pi .container {
    padding: 0 25px;
  }
}
.cid-uKjppm45Pi .cards {
  margin-right: 80px;
}
@media (max-width: 992px) {
  .cid-uKjppm45Pi .cards {
    margin: 0;
  }
}
.cid-uKjppm45Pi .cards .item:first-child .item-wrapper {
  border: none;
  padding-top: 0;
}
.cid-uKjppm45Pi .cards .item .item-wrapper {
  display: flex;
  justify-content: left;
  padding: 8px 0 8px;
}
@media (max-width: 992px) {
  .cid-uKjppm45Pi .cards .item .item-wrapper {
    display: block;
  }
}
.cid-uKjppm45Pi .cards .item .item-wrapper .item-img {
  min-width: 100px;
  min-height: 100px;
  margin-right: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uKjppm45Pi .cards .item .item-wrapper .item-img {
    margin: 0 0 28px 0;
    min-width: auto;
  }
}
.cid-uKjppm45Pi .cards .item .item-wrapper .item-img img {
  height: 100px;
  width: 100px;
  object-fit: cover;
  filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
  border-radius: 50% !important;
}
.cid-uKjppm45Pi .cards .item .item-wrapper .item-content {
  display: block;
  justify-content: left;
}
@media (max-width: 1300px) {
  .cid-uKjppm45Pi .cards .item .item-wrapper .item-content {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uKjppm45Pi .cards .item .item-wrapper .item-content {
    margin: 0;
  }
}
.cid-uKjppm45Pi .cards .item .item-wrapper .item-content .content-wrap {
  margin-right: 60px;
}
@media (max-width: 1300px) {
  .cid-uKjppm45Pi .cards .item .item-wrapper .item-content .content-wrap {
    margin: 0;
  }
}
.cid-uKjppm45Pi .cards .item .item-wrapper .item-content .content-wrap .mbr-card-title {
  margin-bottom: 10px;
}
.cid-uKjppm45Pi .cards .item .item-wrapper .item-content .content-wrap .mbr-text {
  margin-bottom: 10px;
  line-height: 1.5;
}
.cid-uKjppm45Pi .cards .item .item-wrapper .item-content .content-wrap .mbr-desc {
  margin-bottom: 10px;
  line-height: 1.5;
}
.cid-uKjppm45Pi .cards .item .item-wrapper .item-content .content-wrap .mbr-desc span {
  background-color: #a0ffc2;
  padding: 2px 4px 0;
}
.cid-uKjppm45Pi .cards .item .item-wrapper .item-content .mbr-section-btn {
  min-width: 190px;
}
@media (max-width: 1300px) {
  .cid-uKjppm45Pi .cards .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 25px;
  }
}
.cid-uKjppm45Pi .mbr-card-title {
  color: #2f2e30;
  text-align: left;
}
.cid-uKjppm45Pi .mbr-text {
  color: #7b7b7b;
  text-align: left;
}
.cid-uKjppm45Pi .mbr-desc {
  color: #9577e2;
  text-align: left;
}
.cid-uKjppm45Pi .mbr-card-title,
.cid-uKjppm45Pi .mbr-section-btn {
  color: #483183;
  text-align: left;
}
.cid-v1LxvJ93Vb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1LxvJ93Vb .mbr-section-title {
  color: #483183;
  text-align: left;
}
.cid-v1LxvJ93Vb .mbr-text {
  color: #483183;
}
.cid-v1LxvJ93Vb .mbr-section-subtitle {
  color: #7b7b7b;
}
.cid-v1LxAL2CM2 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v1LxAL2CM2 .mbr-section-title {
  color: #483183;
  text-align: left;
}
.cid-v1LxAL2CM2 .mbr-text {
  color: #483183;
}
.cid-v1LxAL2CM2 .mbr-section-subtitle {
  color: #7b7b7b;
}
.cid-uCLlIMK3se {
  padding-top: 4rem;
  padding-bottom: 8rem;
  background-color: #f7f7f7;
}
.cid-uCLlIMK3se img,
.cid-uCLlIMK3se .item-img {
  width: 100%;
}
.cid-uCLlIMK3se .item:focus,
.cid-uCLlIMK3se span:focus {
  outline: none;
}
.cid-uCLlIMK3se .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uCLlIMK3se .item {
    margin-bottom: 1rem;
  }
}
.cid-uCLlIMK3se .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uCLlIMK3se .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uCLlIMK3se .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uCLlIMK3se .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uCLlIMK3se .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uCLlIMK3se .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-uCLlIMK3se .mbr-section-title {
  color: #232323;
}
.cid-uCLlIMK3se .mbr-text,
.cid-uCLlIMK3se .mbr-section-btn {
  text-align: center;
}
.cid-uCLlIMK3se .item-title {
  text-align: left;
}
.cid-uCLlIMK3se .content-head {
  max-width: 800px;
}
.cid-uCLlIMK3se .mbr-text,
.cid-uCLlIMK3se .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-uCLlIMK3se .mbr-section-title,
.cid-uCLlIMK3se .mbr-section-head .mbr-section-btn {
  color: #483183;
}
.cid-uCLlIMXUXW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #483183;
}
.cid-uCLlIMXUXW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCLlIMXUXW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCLlIMXUXW .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uCLlIMXUXW .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uCLlIMXUXW .row {
    flex-direction: column-reverse !important;
  }
  .cid-uCLlIMXUXW .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uCLlIMXUXW .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uCLlIMXUXW .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uCLlIMXUXW .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uCLlIMXUXW .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uCLlIMXUXW .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uCLlIMXUXW .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uCLlIMXUXW .copyright {
    text-align: center;
  }
}
.cid-uCLy4WgLcA {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uCLy4WgLcA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uCLy4WgLcA .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uCLy4WgLcA .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCLy4WgLcA .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uCLy4WgLcA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCLy4WgLcA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCLy4WgLcA .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uCLy4WgLcA .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uCLy4WgLcA .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uCLy4WgLcA .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uCLy4WgLcA .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uCLy4WgLcA .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uCLy4WgLcA .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uCLy4WgLcA .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uCLy4WgLcA .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uCLy4WgLcA .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uCLy4WgLcA .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uCLy4WgLcA .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uCLy4WgLcA .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uCLy4WgLcA .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uCLy4WgLcA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uCLy4WgLcA .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uCLy4WgLcA .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uCLy4WgLcA .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uCLy4WgLcA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCLy4WgLcA .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-uCLy4WgLcA .nav-item:focus,
.cid-uCLy4WgLcA .nav-link:focus {
  outline: none;
}
.cid-uCLy4WgLcA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCLy4WgLcA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCLy4WgLcA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCLy4WgLcA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCLy4WgLcA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCLy4WgLcA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCLy4WgLcA .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uCLy4WgLcA .navbar.opened {
  transition: all 0.25s;
}
.cid-uCLy4WgLcA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCLy4WgLcA .navbar .navbar-logo img {
  width: auto;
}
.cid-uCLy4WgLcA .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uCLy4WgLcA .navbar.collapsed {
  justify-content: center;
}
.cid-uCLy4WgLcA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCLy4WgLcA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCLy4WgLcA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uCLy4WgLcA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCLy4WgLcA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCLy4WgLcA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uCLy4WgLcA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCLy4WgLcA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCLy4WgLcA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uCLy4WgLcA .navbar {
    min-height: 72px;
  }
  .cid-uCLy4WgLcA .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uCLy4WgLcA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCLy4WgLcA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCLy4WgLcA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCLy4WgLcA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCLy4WgLcA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uCLy4WgLcA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCLy4WgLcA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uCLy4WgLcA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCLy4WgLcA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCLy4WgLcA .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uCLy4WgLcA .dropdown-item.active,
.cid-uCLy4WgLcA .dropdown-item:active {
  background-color: transparent;
}
.cid-uCLy4WgLcA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCLy4WgLcA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCLy4WgLcA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCLy4WgLcA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCLy4WgLcA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uCLy4WgLcA .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uCLy4WgLcA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCLy4WgLcA .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uCLy4WgLcA .navbar-buttons {
    text-align: left;
  }
}
.cid-uCLy4WgLcA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCLy4WgLcA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uCLy4WgLcA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCLy4WgLcA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCLy4WgLcA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCLy4WgLcA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCLy4WgLcA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCLy4WgLcA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCLy4WgLcA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCLy4WgLcA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCLy4WgLcA .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
  position: fixed;
}
.cid-uCLy4WgLcA .opacityScroll {
  background: #ffffff !important;
}
.cid-uCLy4WgLcA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCLy4WgLcA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uCLy4WgLcA .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCLy4WgLcA .navbar {
    height: 70px;
  }
  .cid-uCLy4WgLcA .navbar.opened {
    height: auto;
  }
  .cid-uCLy4WgLcA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCLy4WgLcA .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uCLy4WgLcA .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uCLy4WgLcA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uCLy4WgLcA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uCLy4WgLcA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uCLy4WgLcA .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uCLy4WgLcA .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uCLy4WgLcA .navbar-brand {
    margin-right: auto;
  }
  .cid-uCLy4WgLcA .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uCLy4WgLcA .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uCLy4WgLcA .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uCLy4WgLcA .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uCLy4WgLcA .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uCLy4WgLcA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uCLy4WgLcA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uCLy4WgLcA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uCLy4WgLcA .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uCLy4WgLcA .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uCLy4WgLcA .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uCLy4WgLcA .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uCLy4WgLcA .navbar-collapse {
    padding: 1rem;
  }
}
.cid-utfBLQYivw {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/innovations2.gif");
}
.cid-utfBLQYivw .mbr-fallback-image.disabled {
  display: none;
}
.cid-utfBLQYivw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-utfBLQYivw .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-utfBLQYivw .container {
    padding: 0 12px;
  }
}
.cid-utfBLQYivw .content-wrapper {
  display: flex;
  border-radius: 32px;
  padding: 16px;
  background-color: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-utfBLQYivw .content-wrapper {
    display: block;
  }
}
.cid-utfBLQYivw .content-wrapper .title-wrapper {
  width: 50%;
  padding: 48px;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-utfBLQYivw .content-wrapper .title-wrapper {
    width: 100%;
    padding: 32px;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cid-utfBLQYivw .content-wrapper .title-wrapper {
    padding: 24px;
  }
}
.cid-utfBLQYivw .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-utfBLQYivw .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-utfBLQYivw .content-wrapper .mbr-form {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-utfBLQYivw .content-wrapper .mbr-form {
    width: 100%;
  }
}
.cid-utfBLQYivw .content-wrapper .mbr-form .form-wrap {
  width: 100%;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-utfBLQYivw .content-wrapper .mbr-form .form-wrap {
    padding: 32px;
  }
}
@media (max-width: 768px) {
  .cid-utfBLQYivw .content-wrapper .mbr-form .form-wrap {
    padding: 24px;
  }
}
.cid-utfBLQYivw .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-utfBLQYivw .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-utfBLQYivw .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-utfBLQYivw .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px;
  box-shadow: none;
  border-radius: 16px !important;
  border: 1px solid #bbbbbb !important;
  background-color: #ffffff;
}
.cid-utfBLQYivw .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-utfBLQYivw .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #320707 !important;
  box-shadow: none;
}
.cid-utfBLQYivw .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #bbbbbb;
}
.cid-utfBLQYivw .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea {
  min-height: 160px;
}
.cid-utfBLQYivw .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-utfBLQYivw .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #bbbbbb;
  border-color: #bbbbbb;
}
.cid-utfBLQYivw .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 6px;
}
.cid-utfBLQYivw .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-utfBLQYivw .mbr-section-title {
  color: #ffffff;
}
.cid-utfBLQYivw .mbr-text {
  color: #483183;
}
.cid-utfBLQYivw label {
  color: #ffffff;
}
.cid-utfBLQYivw LABEL {
  color: #483183;
}
.cid-utfBLQYivw .mbr-section-title,
.cid-utfBLQYivw .mbr-section-btn {
  color: #483183;
}
.cid-utfBLQYivw P {
  color: #483183;
}
.cid-utfB7RwQgy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #483183;
}
.cid-utfB7RwQgy .mbr-fallback-image.disabled {
  display: none;
}
.cid-utfB7RwQgy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utfB7RwQgy .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-utfB7RwQgy .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-utfB7RwQgy .row {
    flex-direction: column-reverse !important;
  }
  .cid-utfB7RwQgy .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-utfB7RwQgy .row-links {
  width: 100%;
  justify-content: center;
}
.cid-utfB7RwQgy .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-utfB7RwQgy .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-utfB7RwQgy .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-utfB7RwQgy .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-utfB7RwQgy .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-utfB7RwQgy .copyright {
    text-align: center;
  }
}
.cid-uCLy4WgLcA {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uCLy4WgLcA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uCLy4WgLcA .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uCLy4WgLcA .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCLy4WgLcA .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uCLy4WgLcA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCLy4WgLcA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCLy4WgLcA .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uCLy4WgLcA .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uCLy4WgLcA .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uCLy4WgLcA .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uCLy4WgLcA .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uCLy4WgLcA .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uCLy4WgLcA .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uCLy4WgLcA .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uCLy4WgLcA .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uCLy4WgLcA .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uCLy4WgLcA .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uCLy4WgLcA .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uCLy4WgLcA .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uCLy4WgLcA .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uCLy4WgLcA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uCLy4WgLcA .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uCLy4WgLcA .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uCLy4WgLcA .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uCLy4WgLcA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCLy4WgLcA .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-uCLy4WgLcA .nav-item:focus,
.cid-uCLy4WgLcA .nav-link:focus {
  outline: none;
}
.cid-uCLy4WgLcA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCLy4WgLcA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCLy4WgLcA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCLy4WgLcA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCLy4WgLcA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCLy4WgLcA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCLy4WgLcA .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uCLy4WgLcA .navbar.opened {
  transition: all 0.25s;
}
.cid-uCLy4WgLcA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCLy4WgLcA .navbar .navbar-logo img {
  width: auto;
}
.cid-uCLy4WgLcA .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uCLy4WgLcA .navbar.collapsed {
  justify-content: center;
}
.cid-uCLy4WgLcA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCLy4WgLcA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCLy4WgLcA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uCLy4WgLcA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCLy4WgLcA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCLy4WgLcA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uCLy4WgLcA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCLy4WgLcA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCLy4WgLcA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uCLy4WgLcA .navbar {
    min-height: 72px;
  }
  .cid-uCLy4WgLcA .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uCLy4WgLcA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCLy4WgLcA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCLy4WgLcA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCLy4WgLcA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCLy4WgLcA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uCLy4WgLcA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCLy4WgLcA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uCLy4WgLcA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCLy4WgLcA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCLy4WgLcA .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uCLy4WgLcA .dropdown-item.active,
.cid-uCLy4WgLcA .dropdown-item:active {
  background-color: transparent;
}
.cid-uCLy4WgLcA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCLy4WgLcA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCLy4WgLcA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCLy4WgLcA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCLy4WgLcA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uCLy4WgLcA .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uCLy4WgLcA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCLy4WgLcA .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uCLy4WgLcA .navbar-buttons {
    text-align: left;
  }
}
.cid-uCLy4WgLcA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCLy4WgLcA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uCLy4WgLcA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCLy4WgLcA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCLy4WgLcA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCLy4WgLcA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCLy4WgLcA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCLy4WgLcA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCLy4WgLcA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCLy4WgLcA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCLy4WgLcA .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
  position: fixed;
}
.cid-uCLy4WgLcA .opacityScroll {
  background: #ffffff !important;
}
.cid-uCLy4WgLcA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCLy4WgLcA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uCLy4WgLcA .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCLy4WgLcA .navbar {
    height: 70px;
  }
  .cid-uCLy4WgLcA .navbar.opened {
    height: auto;
  }
  .cid-uCLy4WgLcA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCLy4WgLcA .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uCLy4WgLcA .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uCLy4WgLcA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uCLy4WgLcA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uCLy4WgLcA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uCLy4WgLcA .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uCLy4WgLcA .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uCLy4WgLcA .navbar-brand {
    margin-right: auto;
  }
  .cid-uCLy4WgLcA .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uCLy4WgLcA .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uCLy4WgLcA .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uCLy4WgLcA .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uCLy4WgLcA .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uCLy4WgLcA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uCLy4WgLcA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uCLy4WgLcA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uCLy4WgLcA .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uCLy4WgLcA .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uCLy4WgLcA .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uCLy4WgLcA .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uCLy4WgLcA .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uCLEBxGXjB {
  display: flex;
  background-image: url("../../../assets/images/a7301638-1501x1001.jpg");
}
.cid-uCLEBxGXjB .mbr-overlay {
  background-color: #1a0e3a;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uCLEBxGXjB {
    align-items: flex-end;
  }
  .cid-uCLEBxGXjB .row {
    justify-content: center;
  }
  .cid-uCLEBxGXjB .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uCLEBxGXjB .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uCLEBxGXjB {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uCLEBxGXjB .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uCLEBxGXjB .content-wrap {
    width: 100%;
  }
}
.cid-uCLEBxGXjB .mbr-section-title,
.cid-uCLEBxGXjB .mbr-section-subtitle {
  text-align: center;
}
.cid-uCLEBxGXjB .mbr-text,
.cid-uCLEBxGXjB .mbr-section-btn {
  text-align: center;
}
.cid-uCLEBxg32S {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/innovations6.gif");
}
.cid-uCLEBxg32S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCLEBxg32S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCLEBxg32S .mbr-section-title {
  color: #ffffff;
}
.cid-uCLEBxg32S .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-uCLEBxtNte {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #483183;
}
.cid-uCLEBxtNte .item:focus,
.cid-uCLEBxtNte span:focus {
  outline: none;
}
.cid-uCLEBxtNte .item {
  cursor: pointer;
}
.cid-uCLEBxtNte .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uCLEBxtNte .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uCLEBxtNte .grid-container-1,
.cid-uCLEBxtNte .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uCLEBxtNte .grid-container-1,
  .cid-uCLEBxtNte .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uCLEBxtNte .mbr-section-title {
  color: #000000;
}
.cid-uCLEBxtNte .mbr-text,
.cid-uCLEBxtNte .mbr-section-btn {
  color: #000000;
}
.cid-uCLEBxtNte .content-head {
  max-width: 800px;
}
.cid-uCLEBxtNte .container,
.cid-uCLEBxtNte .container-fluid {
  overflow: hidden;
}
.cid-uCLEBxtNte .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uCLEBxtNte .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uCLEBxtNte .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uCLEBxtNte .grid-item img {
    min-width: 35vw;
  }
}
.cid-uCLEBxtNte .grid-container-1,
.cid-uCLEBxtNte .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uCLEBxtNte .grid-container-1 {
  align-items: flex-end;
}
.cid-uCLEBxtNte .grid-container-2 {
  align-items: flex-start;
}
.cid-uCLEBxTG3P {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uCLEBxTG3P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCLEBxTG3P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCLEBxTG3P .row-reverse {
  flex-direction: row-reverse;
}
.cid-uCLEBxTG3P .row {
  flex-direction: row-reverse;
}
.cid-uCLEBxTG3P .row-reverse {
  flex-direction: row;
}
@media (max-width: 991px) {
  .cid-uCLEBxTG3P .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCLEBxTG3P .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uCLEBxTG3P .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uCLEBxTG3P .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uCLEBxTG3P .mbr-section-title {
  color: #483183;
}
.cid-uCLEBxTG3P .mbr-text,
.cid-uCLEBxTG3P .mbr-section-btn {
  color: #000000;
}
.cid-uCLEBxTG3P img {
  width: 100%;
  height: 100%;
}
.cid-uCLEBxTG3P .card-text4,
.cid-uCLEBxTG3P .item4 .mbr-section-btn4 {
  text-align: center;
  color: #707070;
}
.cid-uCLEBy6Wch {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uCLEBy6Wch .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCLEBy6Wch .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uCLEBy6Wch .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uCLEBy6Wch .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uCLEBy6Wch .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uCLEBy6Wch .media-content,
.cid-uCLEBy6Wch .mbr-figure {
  align-self: center;
}
.cid-uCLEBy6Wch .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uCLEBy6Wch .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uCLEBy6Wch .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uCLEBy6Wch .mbr-section-title {
  color: #483183;
}
.cid-uCLEByjR0w {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uCLEByjR0w .mbr-text {
  color: #000000;
}
.cid-uCLEByjR0w .mbr-section-subtitle {
  color: #000000;
}
.cid-uCLEByjR0w .mbr-section-title {
  color: #483183;
}
.cid-uCLEByuck9 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
.cid-uCLEByuck9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCLEByuck9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uCLEByuck9 .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uCLEByuck9 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uCLEByuck9 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uCLEByuck9 .media-content,
.cid-uCLEByuck9 .mbr-figure {
  align-self: center;
}
.cid-uCLEByuck9 .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uCLEByuck9 .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uCLEByuck9 .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uCLEByuck9 .mbr-section-maintitle {
  text-align: center;
}
.cid-uCLEByuck9 .mbr-section-title {
  text-align: left;
  color: #483183;
}
.cid-uCLEByuck9 .mbr-text,
.cid-uCLEByuck9 .mbr-section-btn {
  text-align: left;
}
.cid-uCLEByJMBZ {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
.cid-uCLEByJMBZ .item:focus,
.cid-uCLEByJMBZ span:focus {
  outline: none;
}
.cid-uCLEByJMBZ .item {
  cursor: pointer;
}
.cid-uCLEByJMBZ .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uCLEByJMBZ .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uCLEByJMBZ .grid-container-1,
.cid-uCLEByJMBZ .grid-container-2,
.cid-uCLEByJMBZ .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uCLEByJMBZ .grid-container-1,
  .cid-uCLEByJMBZ .grid-container-2,
  .cid-uCLEByJMBZ .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-uCLEByJMBZ .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uCLEByJMBZ .mbr-text,
.cid-uCLEByJMBZ .mbr-section-btn {
  color: #000000;
}
.cid-uCLEByJMBZ .content-head {
  max-width: 800px;
}
.cid-uCLEByJMBZ .container,
.cid-uCLEByJMBZ .container-fluid {
  overflow: hidden;
}
.cid-uCLEByJMBZ .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uCLEByJMBZ .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uCLEByJMBZ .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uCLEByJMBZ .grid-item img {
    min-width: 35vw;
  }
}
.cid-uCLEByJMBZ .grid-container-1,
.cid-uCLEByJMBZ .grid-container-2,
.cid-uCLEByJMBZ .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uCLEByJMBZ .grid-container-1 {
  align-items: flex-end;
}
.cid-uCLEByJMBZ .grid-container-2 {
  align-items: flex-start;
}
.cid-uCLEByJMBZ .mbr-section-subtitle {
  text-align: left;
}
.cid-uCLEByUkNI {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uCLEByUkNI .mbr-text {
  color: #000000;
}
.cid-uCLEByUkNI .mbr-section-subtitle {
  color: #000000;
}
.cid-uCLEByUkNI .mbr-section-title {
  color: #483183;
}
.cid-uCLEBz44EB {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uCLEBz44EB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCLEBz44EB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uCLEBz44EB .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uCLEBz44EB .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uCLEBz44EB .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uCLEBz44EB .media-content,
.cid-uCLEBz44EB .mbr-figure {
  align-self: center;
}
.cid-uCLEBz44EB .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uCLEBz44EB .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uCLEBz44EB .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uCLEBz44EB .mbr-section-maintitle {
  text-align: center;
}
.cid-uCLEBz44EB .mbr-section-title {
  text-align: left;
}
.cid-uCLEBz44EB .mbr-text,
.cid-uCLEBz44EB .mbr-section-btn {
  text-align: left;
}
.cid-uCLEBzjbuA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uCLEBzjbuA .item:focus,
.cid-uCLEBzjbuA span:focus {
  outline: none;
}
.cid-uCLEBzjbuA .item {
  cursor: pointer;
}
.cid-uCLEBzjbuA .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uCLEBzjbuA .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uCLEBzjbuA .grid-container-1,
.cid-uCLEBzjbuA .grid-container-2,
.cid-uCLEBzjbuA .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uCLEBzjbuA .grid-container-1,
  .cid-uCLEBzjbuA .grid-container-2,
  .cid-uCLEBzjbuA .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-uCLEBzjbuA .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uCLEBzjbuA .mbr-text,
.cid-uCLEBzjbuA .mbr-section-btn {
  color: #000000;
}
.cid-uCLEBzjbuA .content-head {
  max-width: 800px;
}
.cid-uCLEBzjbuA .container,
.cid-uCLEBzjbuA .container-fluid {
  overflow: hidden;
}
.cid-uCLEBzjbuA .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uCLEBzjbuA .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uCLEBzjbuA .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uCLEBzjbuA .grid-item img {
    min-width: 35vw;
  }
}
.cid-uCLEBzjbuA .grid-container-1,
.cid-uCLEBzjbuA .grid-container-2,
.cid-uCLEBzjbuA .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uCLEBzjbuA .grid-container-1 {
  align-items: flex-end;
}
.cid-uCLEBzjbuA .grid-container-2 {
  align-items: flex-start;
}
.cid-uCLEBzjbuA .mbr-section-subtitle {
  text-align: left;
}
.cid-uCLEBzw4l2 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uCLEBzw4l2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCLEBzw4l2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCLEBzw4l2 .mbr-section-title {
  color: #483183;
  text-align: center;
}
.cid-uCLEBzMLr0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uCLEBzMLr0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCLEBzMLr0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uCLEBzMLr0 .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uCLEBzMLr0 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uCLEBzMLr0 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uCLEBzMLr0 .media-content,
.cid-uCLEBzMLr0 .mbr-figure {
  align-self: center;
}
.cid-uCLEBzMLr0 .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uCLEBzMLr0 .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uCLEBzMLr0 .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uCLEBzMLr0 .mbr-section-maintitle {
  text-align: center;
}
.cid-uCLEBzMLr0 .mbr-section-title {
  text-align: left;
  color: #483183;
}
.cid-uCLEBzMLr0 .mbr-text,
.cid-uCLEBzMLr0 .mbr-section-btn {
  text-align: left;
}
.cid-uCLEBzY6fU {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uCLEBzY6fU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCLEBzY6fU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCLEBzY6fU .row {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-uCLEBzY6fU .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uCLEBzY6fU .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uCLEBzY6fU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uCLEBzY6fU .media-content,
.cid-uCLEBzY6fU .mbr-figure {
  align-self: center;
}
.cid-uCLEBzY6fU .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uCLEBzY6fU .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uCLEBzY6fU .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uCLEBzY6fU .mbr-section-maintitle {
  text-align: center;
}
.cid-uCLEBzY6fU .mbr-section-title {
  text-align: left;
  color: #483183;
}
.cid-uCLEBzY6fU .mbr-text,
.cid-uCLEBzY6fU .mbr-section-btn {
  text-align: left;
}
.cid-uCLEBAa10q {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCLEBAa10q .row {
  flex-direction: row-reverse;
}
.cid-uCLEBAa10q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCLEBAa10q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCLEBAa10q .mbr-side-description {
  text-align: left;
}
.cid-uCLEBAk6Gh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #483183;
}
.cid-uCLEBAk6Gh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCLEBAk6Gh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uCLEBAk6Gh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCLEBAk6Gh .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCLEBAk6Gh .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uCLEBAk6Gh .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uCLEBAk6Gh .mbr-section-title {
  color: #ffffff;
}
.cid-uCLEBAk6Gh .mbr-text,
.cid-uCLEBAk6Gh .mbr-section-btn {
  color: #000000;
}
.cid-uCLEBB38Sh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #483183;
}
.cid-uCLEBB38Sh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCLEBB38Sh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCLEBB38Sh .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uCLEBB38Sh .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uCLEBB38Sh .row {
    flex-direction: column-reverse !important;
  }
  .cid-uCLEBB38Sh .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uCLEBB38Sh .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uCLEBB38Sh .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uCLEBB38Sh .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uCLEBB38Sh .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uCLEBB38Sh .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uCLEBB38Sh .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uCLEBB38Sh .copyright {
    text-align: center;
  }
}
.cid-uDUY4wIOSZ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uDUY4wIOSZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uDUY4wIOSZ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uDUY4wIOSZ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDUY4wIOSZ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uDUY4wIOSZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDUY4wIOSZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDUY4wIOSZ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uDUY4wIOSZ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uDUY4wIOSZ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uDUY4wIOSZ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uDUY4wIOSZ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uDUY4wIOSZ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uDUY4wIOSZ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uDUY4wIOSZ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uDUY4wIOSZ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uDUY4wIOSZ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uDUY4wIOSZ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uDUY4wIOSZ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uDUY4wIOSZ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDUY4wIOSZ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uDUY4wIOSZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uDUY4wIOSZ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uDUY4wIOSZ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDUY4wIOSZ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uDUY4wIOSZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDUY4wIOSZ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-uDUY4wIOSZ .nav-item:focus,
.cid-uDUY4wIOSZ .nav-link:focus {
  outline: none;
}
.cid-uDUY4wIOSZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDUY4wIOSZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDUY4wIOSZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDUY4wIOSZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDUY4wIOSZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDUY4wIOSZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDUY4wIOSZ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uDUY4wIOSZ .navbar.opened {
  transition: all 0.25s;
}
.cid-uDUY4wIOSZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDUY4wIOSZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uDUY4wIOSZ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uDUY4wIOSZ .navbar.collapsed {
  justify-content: center;
}
.cid-uDUY4wIOSZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDUY4wIOSZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDUY4wIOSZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uDUY4wIOSZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDUY4wIOSZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDUY4wIOSZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uDUY4wIOSZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDUY4wIOSZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDUY4wIOSZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDUY4wIOSZ .navbar {
    min-height: 72px;
  }
  .cid-uDUY4wIOSZ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uDUY4wIOSZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDUY4wIOSZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDUY4wIOSZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDUY4wIOSZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDUY4wIOSZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uDUY4wIOSZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDUY4wIOSZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uDUY4wIOSZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDUY4wIOSZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDUY4wIOSZ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uDUY4wIOSZ .dropdown-item.active,
.cid-uDUY4wIOSZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uDUY4wIOSZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDUY4wIOSZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDUY4wIOSZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDUY4wIOSZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDUY4wIOSZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uDUY4wIOSZ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uDUY4wIOSZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDUY4wIOSZ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uDUY4wIOSZ .navbar-buttons {
    text-align: left;
  }
}
.cid-uDUY4wIOSZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDUY4wIOSZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uDUY4wIOSZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDUY4wIOSZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDUY4wIOSZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDUY4wIOSZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDUY4wIOSZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDUY4wIOSZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDUY4wIOSZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDUY4wIOSZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDUY4wIOSZ .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
  position: fixed;
}
.cid-uDUY4wIOSZ .opacityScroll {
  background: #ffffff !important;
}
.cid-uDUY4wIOSZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDUY4wIOSZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uDUY4wIOSZ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDUY4wIOSZ .navbar {
    height: 70px;
  }
  .cid-uDUY4wIOSZ .navbar.opened {
    height: auto;
  }
  .cid-uDUY4wIOSZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDUY4wIOSZ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uDUY4wIOSZ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uDUY4wIOSZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uDUY4wIOSZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uDUY4wIOSZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uDUY4wIOSZ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uDUY4wIOSZ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uDUY4wIOSZ .navbar-brand {
    margin-right: auto;
  }
  .cid-uDUY4wIOSZ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uDUY4wIOSZ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uDUY4wIOSZ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uDUY4wIOSZ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDUY4wIOSZ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uDUY4wIOSZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uDUY4wIOSZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uDUY4wIOSZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uDUY4wIOSZ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDUY4wIOSZ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDUY4wIOSZ .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uDUY4wIOSZ .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uDUY4wIOSZ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uFqeS1MrCm {
  display: flex;
  background-image: url("../../../assets/images/dscf2101-resized-2000x1334.jpeg");
}
.cid-uFqeS1MrCm .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uFqeS1MrCm {
    align-items: flex-start;
  }
  .cid-uFqeS1MrCm .row {
    justify-content: center;
  }
  .cid-uFqeS1MrCm .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFqeS1MrCm .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uFqeS1MrCm {
    -webkit-align-items: center;
    align-items: flex-start;
  }
  .cid-uFqeS1MrCm .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFqeS1MrCm .content-wrap {
    width: 100%;
  }
}
.cid-uFqeS1MrCm .mbr-section-title,
.cid-uFqeS1MrCm .mbr-section-subtitle {
  text-align: center;
}
.cid-uFqeS1MrCm .mbr-text,
.cid-uFqeS1MrCm .mbr-section-btn {
  text-align: center;
}
.cid-uDUY4x1rZi {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/innovations6.gif");
}
.cid-uDUY4x1rZi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDUY4x1rZi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDUY4x1rZi .mbr-section-title {
  color: #ffffff;
}
.cid-uDUY4x1rZi .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-uDUY4x8Jd0 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #483183;
}
.cid-uDUY4x8Jd0 .item:focus,
.cid-uDUY4x8Jd0 span:focus {
  outline: none;
}
.cid-uDUY4x8Jd0 .item {
  cursor: pointer;
}
.cid-uDUY4x8Jd0 .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uDUY4x8Jd0 .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uDUY4x8Jd0 .grid-container-1,
.cid-uDUY4x8Jd0 .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uDUY4x8Jd0 .grid-container-1,
  .cid-uDUY4x8Jd0 .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uDUY4x8Jd0 .mbr-section-title {
  color: #000000;
}
.cid-uDUY4x8Jd0 .mbr-text,
.cid-uDUY4x8Jd0 .mbr-section-btn {
  color: #000000;
}
.cid-uDUY4x8Jd0 .content-head {
  max-width: 800px;
}
.cid-uDUY4x8Jd0 .container,
.cid-uDUY4x8Jd0 .container-fluid {
  overflow: hidden;
}
.cid-uDUY4x8Jd0 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uDUY4x8Jd0 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uDUY4x8Jd0 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uDUY4x8Jd0 .grid-item img {
    min-width: 35vw;
  }
}
.cid-uDUY4x8Jd0 .grid-container-1,
.cid-uDUY4x8Jd0 .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uDUY4x8Jd0 .grid-container-1 {
  align-items: flex-end;
}
.cid-uDUY4x8Jd0 .grid-container-2 {
  align-items: flex-start;
}
.cid-uDVESWUq1M {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uDVESWUq1M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDVESWUq1M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDVESWUq1M .mbr-section-title {
  color: #483183;
}
.cid-uDZWqkOoiP {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDZWqkOoiP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDZWqkOoiP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uDZWqkOoiP .d-flex {
    flex-direction: column;
    align-items: left;
  }
  .cid-uDZWqkOoiP .d-flex .team-m {
    margin: 0;
    margin-top: -1rem;
  }
}
.cid-uDZWqkOoiP .wrapper-inner {
  background: #ffffff;
  border-radius: 2rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uDZWqkOoiP .wrapper-inner {
    padding: 0rem 0rem;
  }
}
.cid-uDZWqkOoiP .wrapper {
  background: #ffffff;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uDZWqkOoiP .team {
  border-radius: 50%;
  filter: grayscale(100%);
  width: 120px;
  height: 120px;
  object-fit: cover;
}
.cid-uDZWqkOoiP .team-m {
  margin-left: -1rem;
}
.cid-uDZWqkOoiP .text-wrapper {
  padding: 0rem 3rem 0rem;
}
@media (max-width: 767px) {
  .cid-uDZWqkOoiP .text-wrapper {
    padding: 1rem 1rem;
  }
}
.cid-uDZWqkOoiP .image-wrapper {
  padding: 0;
}
.cid-uDZWqkOoiP .image-wrapper img {
  height: 100%;
  border-radius: 0rem;
  object-fit: cover;
}
.cid-uDZWqkOoiP .mbr-section-title {
  color: #000000;
}
.cid-uFqM5YwvKC {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFqM5YwvKC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFqM5YwvKC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFqM5YwvKC .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uFqM5YwvKC .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uFqM5YwvKC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uFqM5YwvKC .media-content,
.cid-uFqM5YwvKC .mbr-figure {
  align-self: center;
}
.cid-uFqM5YwvKC .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uFqM5YwvKC .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uFqM5YwvKC .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uFqM5YwvKC .mbr-section-maintitle {
  text-align: center;
}
.cid-uFqM5YwvKC .mbr-section-title {
  text-align: left;
}
.cid-uFqM5YwvKC .mbr-text,
.cid-uFqM5YwvKC .mbr-section-btn {
  text-align: left;
}
.cid-uFqM5YwvKC .team {
  border-radius: 50%;
  filter: grayscale(100%);
  width: 120px;
  height: 120px;
  object-fit: cover;
}
.cid-uFqNHsPlz2 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFqNHsPlz2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFqNHsPlz2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFqNHsPlz2 .row {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-uFqNHsPlz2 .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uFqNHsPlz2 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uFqNHsPlz2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uFqNHsPlz2 .media-content,
.cid-uFqNHsPlz2 .mbr-figure {
  align-self: center;
}
.cid-uFqNHsPlz2 .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uFqNHsPlz2 .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uFqNHsPlz2 .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uFqNHsPlz2 .mbr-section-maintitle {
  text-align: center;
}
.cid-uFqNHsPlz2 .mbr-section-title {
  text-align: left;
}
.cid-uFqNHsPlz2 .mbr-text,
.cid-uFqNHsPlz2 .mbr-section-btn {
  text-align: left;
}
.cid-uFqNHsPlz2 .team {
  border-radius: 50%;
  filter: grayscale(100%);
  width: 120px;
  height: 120px;
  object-fit: cover;
}
.cid-uFXKFuCLQn {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFXKFuCLQn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFXKFuCLQn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFXKFuCLQn .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uFXKFuCLQn .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uFXKFuCLQn .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uFXKFuCLQn .media-content,
.cid-uFXKFuCLQn .mbr-figure {
  align-self: center;
}
.cid-uFXKFuCLQn .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uFXKFuCLQn .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uFXKFuCLQn .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uFXKFuCLQn .mbr-section-maintitle {
  text-align: center;
}
.cid-uFXKFuCLQn .mbr-section-title {
  text-align: left;
}
.cid-uFXKFuCLQn .mbr-text,
.cid-uFXKFuCLQn .mbr-section-btn {
  text-align: left;
}
.cid-uFXKFuCLQn .team {
  border-radius: 50%;
  filter: grayscale(100%);
  width: 120px;
  height: 120px;
  object-fit: cover;
}
.cid-uFqO7I5XhA {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFqO7I5XhA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFqO7I5XhA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFqO7I5XhA .row {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-uFqO7I5XhA .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uFqO7I5XhA .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uFqO7I5XhA .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uFqO7I5XhA .media-content,
.cid-uFqO7I5XhA .mbr-figure {
  align-self: center;
}
.cid-uFqO7I5XhA .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uFqO7I5XhA .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uFqO7I5XhA .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uFqO7I5XhA .mbr-section-maintitle {
  text-align: center;
}
.cid-uFqO7I5XhA .mbr-section-title {
  text-align: left;
}
.cid-uFqO7I5XhA .mbr-text,
.cid-uFqO7I5XhA .mbr-section-btn {
  text-align: left;
}
.cid-uFqO7I5XhA .team {
  border-radius: 50%;
  filter: grayscale(100%);
  width: 120px;
  height: 120px;
  object-fit: cover;
}
.cid-uDVF3Tgm7H {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uDVF3Tgm7H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDVF3Tgm7H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDVFpUUPWS {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/dscf1939-resized-2000x1334.jpg");
}
.cid-uDVFpUUPWS .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-uDVFpUUPWS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDVFpUUPWS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDVFpUUPWS .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uDVFpUUPWS .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uDVFpUUPWS {
    align-items: center;
  }
  .cid-uDVFpUUPWS .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uDVFpUUPWS .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uDVFpUUPWS {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uDVFpUUPWS .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uDVFpUUPWS .content-wrap {
    width: 100%;
  }
}
.cid-uDVFpUUPWS .mbr-section-title {
  text-align: center;
}
.cid-uDVFpUUPWS .mbr-text,
.cid-uDVFpUUPWS .mbr-section-btn {
  text-align: center;
}
.cid-uDUY4yWe8G {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #483183;
}
.cid-uDUY4yWe8G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDUY4yWe8G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDUY4yWe8G .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uDUY4yWe8G .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uDUY4yWe8G .row {
    flex-direction: column-reverse !important;
  }
  .cid-uDUY4yWe8G .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uDUY4yWe8G .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uDUY4yWe8G .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uDUY4yWe8G .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uDUY4yWe8G .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uDUY4yWe8G .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uDUY4yWe8G .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uDUY4yWe8G .copyright {
    text-align: center;
  }
}
.cid-uLbSydqqb2 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uLbSydqqb2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uLbSydqqb2 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uLbSydqqb2 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLbSydqqb2 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uLbSydqqb2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLbSydqqb2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLbSydqqb2 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uLbSydqqb2 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uLbSydqqb2 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uLbSydqqb2 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uLbSydqqb2 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uLbSydqqb2 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uLbSydqqb2 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uLbSydqqb2 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uLbSydqqb2 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uLbSydqqb2 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uLbSydqqb2 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uLbSydqqb2 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uLbSydqqb2 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLbSydqqb2 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uLbSydqqb2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uLbSydqqb2 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uLbSydqqb2 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLbSydqqb2 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uLbSydqqb2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLbSydqqb2 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-uLbSydqqb2 .nav-item:focus,
.cid-uLbSydqqb2 .nav-link:focus {
  outline: none;
}
.cid-uLbSydqqb2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLbSydqqb2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLbSydqqb2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLbSydqqb2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLbSydqqb2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLbSydqqb2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLbSydqqb2 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uLbSydqqb2 .navbar.opened {
  transition: all 0.25s;
}
.cid-uLbSydqqb2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLbSydqqb2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uLbSydqqb2 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uLbSydqqb2 .navbar.collapsed {
  justify-content: center;
}
.cid-uLbSydqqb2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLbSydqqb2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLbSydqqb2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uLbSydqqb2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLbSydqqb2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLbSydqqb2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uLbSydqqb2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLbSydqqb2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLbSydqqb2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLbSydqqb2 .navbar {
    min-height: 72px;
  }
  .cid-uLbSydqqb2 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uLbSydqqb2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLbSydqqb2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLbSydqqb2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLbSydqqb2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLbSydqqb2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uLbSydqqb2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLbSydqqb2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uLbSydqqb2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLbSydqqb2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLbSydqqb2 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uLbSydqqb2 .dropdown-item.active,
.cid-uLbSydqqb2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLbSydqqb2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLbSydqqb2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLbSydqqb2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLbSydqqb2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLbSydqqb2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uLbSydqqb2 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uLbSydqqb2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLbSydqqb2 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uLbSydqqb2 .navbar-buttons {
    text-align: left;
  }
}
.cid-uLbSydqqb2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLbSydqqb2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLbSydqqb2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLbSydqqb2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLbSydqqb2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLbSydqqb2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLbSydqqb2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLbSydqqb2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLbSydqqb2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLbSydqqb2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLbSydqqb2 .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
  position: fixed;
}
.cid-uLbSydqqb2 .opacityScroll {
  background: #ffffff !important;
}
.cid-uLbSydqqb2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLbSydqqb2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLbSydqqb2 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLbSydqqb2 .navbar {
    height: 70px;
  }
  .cid-uLbSydqqb2 .navbar.opened {
    height: auto;
  }
  .cid-uLbSydqqb2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLbSydqqb2 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uLbSydqqb2 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uLbSydqqb2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uLbSydqqb2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uLbSydqqb2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uLbSydqqb2 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uLbSydqqb2 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uLbSydqqb2 .navbar-brand {
    margin-right: auto;
  }
  .cid-uLbSydqqb2 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uLbSydqqb2 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uLbSydqqb2 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uLbSydqqb2 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLbSydqqb2 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uLbSydqqb2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uLbSydqqb2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uLbSydqqb2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uLbSydqqb2 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLbSydqqb2 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uLbSydqqb2 .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uLbSydqqb2 .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uLbSydqqb2 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLbSydEnRU {
  display: flex;
  background-image: url("../../../assets/images/methode-times-prod-web-bin-9532bf1c-2e42-430f-ab02-5f089761c722.jpg-2000x1259.jpeg");
}
.cid-uLbSydEnRU .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-uLbSydEnRU {
    align-items: center;
  }
  .cid-uLbSydEnRU .row {
    justify-content: center;
  }
  .cid-uLbSydEnRU .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uLbSydEnRU .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uLbSydEnRU {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uLbSydEnRU .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uLbSydEnRU .content-wrap {
    width: 100%;
  }
}
.cid-uLbSydEnRU .mbr-section-title,
.cid-uLbSydEnRU .mbr-section-subtitle {
  text-align: center;
}
.cid-uLbSydEnRU .mbr-text,
.cid-uLbSydEnRU .mbr-section-btn {
  text-align: center;
}
.cid-uLbSydNUaq {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/innovations6.gif");
}
.cid-uLbSydNUaq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbSydNUaq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLbSydNUaq .mbr-section-title {
  color: #ffffff;
}
.cid-uLbSydNUaq .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-uLbSydVSnF {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #483183;
}
.cid-uLbSydVSnF .item:focus,
.cid-uLbSydVSnF span:focus {
  outline: none;
}
.cid-uLbSydVSnF .item {
  cursor: pointer;
}
.cid-uLbSydVSnF .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uLbSydVSnF .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uLbSydVSnF .grid-container-1,
.cid-uLbSydVSnF .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uLbSydVSnF .grid-container-1,
  .cid-uLbSydVSnF .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uLbSydVSnF .mbr-section-title {
  color: #000000;
}
.cid-uLbSydVSnF .mbr-text,
.cid-uLbSydVSnF .mbr-section-btn {
  color: #000000;
}
.cid-uLbSydVSnF .content-head {
  max-width: 800px;
}
.cid-uLbSydVSnF .container,
.cid-uLbSydVSnF .container-fluid {
  overflow: hidden;
}
.cid-uLbSydVSnF .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uLbSydVSnF .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uLbSydVSnF .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uLbSydVSnF .grid-item img {
    min-width: 35vw;
  }
}
.cid-uLbSydVSnF .grid-container-1,
.cid-uLbSydVSnF .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uLbSydVSnF .grid-container-1 {
  align-items: flex-end;
}
.cid-uLbSydVSnF .grid-container-2 {
  align-items: flex-start;
}
.cid-uLbSye6CbO {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uLbSye6CbO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbSye6CbO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLbSye6CbO .mbr-section-title {
  color: #483183;
}
.cid-uLc8Wvqw1Z {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLc8Wvqw1Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLc8Wvqw1Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uLc8Wvqw1Z .d-flex {
    flex-direction: column;
    align-items: left;
  }
  .cid-uLc8Wvqw1Z .d-flex .team-m {
    margin: 0;
    margin-top: -1rem;
  }
}
.cid-uLc8Wvqw1Z .wrapper-inner {
  background: #ffffff;
  border-radius: 2rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uLc8Wvqw1Z .wrapper-inner {
    padding: 0rem 0rem;
  }
}
.cid-uLc8Wvqw1Z .wrapper {
  background: #ffffff;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uLc8Wvqw1Z .team {
  border-radius: 50%;
  filter: grayscale(100%);
  width: 120px;
  height: 120px;
  object-fit: cover;
}
.cid-uLc8Wvqw1Z .team-m {
  margin-left: -1rem;
}
.cid-uLc8Wvqw1Z .text-wrapper {
  padding: 0rem 3rem 0rem;
}
@media (max-width: 767px) {
  .cid-uLc8Wvqw1Z .text-wrapper {
    padding: 1rem 1rem;
  }
}
.cid-uLc8Wvqw1Z .image-wrapper {
  padding: 0;
}
.cid-uLc8Wvqw1Z .image-wrapper img {
  height: 100%;
  border-radius: 0rem;
  object-fit: cover;
}
.cid-uLc8Wvqw1Z .mbr-section-title {
  color: #000000;
}
.cid-uLJIYQghMb {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLJIYQghMb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJIYQghMb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uLJIYQghMb .d-flex {
    flex-direction: column;
    align-items: left;
  }
  .cid-uLJIYQghMb .d-flex .team-m {
    margin: 0;
    margin-top: -1rem;
  }
}
.cid-uLJIYQghMb .wrapper-inner {
  background: #ffffff;
  border-radius: 2rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uLJIYQghMb .wrapper-inner {
    padding: 0rem 0rem;
  }
}
.cid-uLJIYQghMb .wrapper {
  background: #ffffff;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uLJIYQghMb .team {
  border-radius: 50%;
  filter: grayscale(100%);
  width: 120px;
  height: 120px;
  object-fit: cover;
}
.cid-uLJIYQghMb .team-m {
  margin-left: -1rem;
}
.cid-uLJIYQghMb .row {
  flex-direction: row-reverse;
}
.cid-uLJIYQghMb .text-wrapper {
  padding: 0rem 3rem 0rem;
}
@media (max-width: 767px) {
  .cid-uLJIYQghMb .text-wrapper {
    padding: 1rem 1rem;
  }
}
.cid-uLJIYQghMb .image-wrapper {
  padding: 0;
}
.cid-uLJIYQghMb .image-wrapper img {
  height: 100%;
  border-radius: 0rem;
  object-fit: cover;
}
.cid-uLJIYQghMb .mbr-section-title {
  color: #000000;
}
.cid-uLbSyevUA7 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLbSyevUA7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbSyevUA7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLbSyevUA7 .row {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-uLbSyevUA7 .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uLbSyevUA7 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uLbSyevUA7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uLbSyevUA7 .media-content,
.cid-uLbSyevUA7 .mbr-figure {
  align-self: center;
}
.cid-uLbSyevUA7 .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uLbSyevUA7 .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uLbSyevUA7 .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uLbSyevUA7 .mbr-section-maintitle {
  text-align: center;
}
.cid-uLbSyevUA7 .mbr-section-title {
  text-align: left;
}
.cid-uLbSyevUA7 .mbr-text,
.cid-uLbSyevUA7 .mbr-section-btn {
  text-align: left;
}
.cid-uLbSyevUA7 .team {
  border-radius: 50%;
  filter: grayscale(100%);
  width: 120px;
  height: 120px;
  object-fit: cover;
}
.cid-uLEp58hNPX {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLEp58hNPX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEp58hNPX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uLEp58hNPX .d-flex {
    flex-direction: column;
    align-items: left;
  }
  .cid-uLEp58hNPX .d-flex .team-m {
    margin: 0;
    margin-top: -1rem;
  }
}
.cid-uLEp58hNPX .wrapper-inner {
  background: #ffffff;
  border-radius: 2rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uLEp58hNPX .wrapper-inner {
    padding: 0rem 0rem;
  }
}
.cid-uLEp58hNPX .wrapper {
  background: #ffffff;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uLEp58hNPX .team {
  border-radius: 50%;
  filter: grayscale(100%);
  width: 120px;
  height: 120px;
  object-fit: cover;
}
.cid-uLEp58hNPX .team-m {
  margin-left: -1rem;
}
.cid-uLEp58hNPX .row {
  flex-direction: row-reverse;
}
.cid-uLEp58hNPX .text-wrapper {
  padding: 0rem 3rem 0rem;
}
@media (max-width: 767px) {
  .cid-uLEp58hNPX .text-wrapper {
    padding: 1rem 1rem;
  }
}
.cid-uLEp58hNPX .image-wrapper {
  padding: 0;
}
.cid-uLEp58hNPX .image-wrapper img {
  height: 100%;
  border-radius: 0rem;
  object-fit: cover;
}
.cid-uLEp58hNPX .mbr-section-title {
  color: #000000;
}
.cid-uMHODf7Fxu {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMHODf7Fxu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMHODf7Fxu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uMHODf7Fxu .d-flex {
    flex-direction: column;
    align-items: left;
  }
  .cid-uMHODf7Fxu .d-flex .team-m {
    margin: 0;
    margin-top: -1rem;
  }
}
.cid-uMHODf7Fxu .wrapper-inner {
  background: #ffffff;
  border-radius: 2rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uMHODf7Fxu .wrapper-inner {
    padding: 0rem 0rem;
  }
}
.cid-uMHODf7Fxu .wrapper {
  background: #ffffff;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uMHODf7Fxu .team {
  border-radius: 50%;
  filter: grayscale(100%);
  width: 120px;
  height: 120px;
  object-fit: cover;
}
.cid-uMHODf7Fxu .team-m {
  margin-left: -1rem;
}
.cid-uMHODf7Fxu .text-wrapper {
  padding: 0rem 3rem 0rem;
}
@media (max-width: 767px) {
  .cid-uMHODf7Fxu .text-wrapper {
    padding: 1rem 1rem;
  }
}
.cid-uMHODf7Fxu .image-wrapper {
  padding: 0;
}
.cid-uMHODf7Fxu .image-wrapper img {
  height: 100%;
  border-radius: 0rem;
  object-fit: cover;
}
.cid-uMHODf7Fxu .mbr-section-title {
  color: #000000;
}
.cid-uLbTUCXwnh {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLbTUCXwnh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbTUCXwnh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLbTUCXwnh .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uLbTUCXwnh .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uLbTUCXwnh .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uLbTUCXwnh .media-content,
.cid-uLbTUCXwnh .mbr-figure {
  align-self: center;
}
.cid-uLbTUCXwnh .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uLbTUCXwnh .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uLbTUCXwnh .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uLbTUCXwnh .mbr-section-maintitle {
  text-align: center;
}
.cid-uLbTUCXwnh .mbr-section-title {
  text-align: left;
}
.cid-uLbTUCXwnh .mbr-text,
.cid-uLbTUCXwnh .mbr-section-btn {
  text-align: left;
}
.cid-uLbTUCXwnh .team {
  border-radius: 50%;
  filter: grayscale(100%);
  width: 120px;
  height: 120px;
  object-fit: cover;
}
.cid-uLceD46Wwc {
  display: flex;
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/innovations2.gif");
}
.cid-uLceD46Wwc .mbr-overlay {
  background-color: #f7f7f7;
  opacity: 0.4;
}
.cid-uLceD46Wwc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLceD46Wwc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLceD46Wwc .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uLceD46Wwc .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uLceD46Wwc {
    align-items: center;
  }
  .cid-uLceD46Wwc .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uLceD46Wwc .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uLceD46Wwc {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uLceD46Wwc .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uLceD46Wwc .content-wrap {
    width: 100%;
  }
}
.cid-uLceD46Wwc .mbr-section-title {
  text-align: left;
  color: #483183;
}
.cid-uLceD46Wwc .mbr-text,
.cid-uLceD46Wwc .mbr-section-btn {
  text-align: left;
  color: #7b7b7b;
}
.cid-uLceD46Wwc img {
  max-width: 150px;
  width: auto;
}
.cid-uLbSyfgDaU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #483183;
}
.cid-uLbSyfgDaU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbSyfgDaU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLbSyfgDaU .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uLbSyfgDaU .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uLbSyfgDaU .row {
    flex-direction: column-reverse !important;
  }
  .cid-uLbSyfgDaU .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uLbSyfgDaU .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLbSyfgDaU .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uLbSyfgDaU .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uLbSyfgDaU .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uLbSyfgDaU .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uLbSyfgDaU .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uLbSyfgDaU .copyright {
    text-align: center;
  }
}
.cid-v0P9RFyxgy {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v0P9RFyxgy .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v0P9RFyxgy .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0P9RFyxgy .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0P9RFyxgy .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v0P9RFyxgy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0P9RFyxgy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0P9RFyxgy .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v0P9RFyxgy .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v0P9RFyxgy .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v0P9RFyxgy .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v0P9RFyxgy .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0P9RFyxgy .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0P9RFyxgy .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v0P9RFyxgy .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0P9RFyxgy .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v0P9RFyxgy .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v0P9RFyxgy .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0P9RFyxgy .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v0P9RFyxgy .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0P9RFyxgy .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0P9RFyxgy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v0P9RFyxgy .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-v0P9RFyxgy .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0P9RFyxgy .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v0P9RFyxgy .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0P9RFyxgy .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-v0P9RFyxgy .nav-item:focus,
.cid-v0P9RFyxgy .nav-link:focus {
  outline: none;
}
.cid-v0P9RFyxgy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0P9RFyxgy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0P9RFyxgy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0P9RFyxgy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0P9RFyxgy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0P9RFyxgy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0P9RFyxgy .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v0P9RFyxgy .navbar.opened {
  transition: all 0.25s;
}
.cid-v0P9RFyxgy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0P9RFyxgy .navbar .navbar-logo img {
  width: auto;
}
.cid-v0P9RFyxgy .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v0P9RFyxgy .navbar.collapsed {
  justify-content: center;
}
.cid-v0P9RFyxgy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0P9RFyxgy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0P9RFyxgy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v0P9RFyxgy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0P9RFyxgy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0P9RFyxgy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0P9RFyxgy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0P9RFyxgy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0P9RFyxgy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0P9RFyxgy .navbar {
    min-height: 72px;
  }
  .cid-v0P9RFyxgy .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0P9RFyxgy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0P9RFyxgy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0P9RFyxgy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0P9RFyxgy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0P9RFyxgy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0P9RFyxgy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0P9RFyxgy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0P9RFyxgy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0P9RFyxgy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0P9RFyxgy .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0P9RFyxgy .dropdown-item.active,
.cid-v0P9RFyxgy .dropdown-item:active {
  background-color: transparent;
}
.cid-v0P9RFyxgy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0P9RFyxgy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0P9RFyxgy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0P9RFyxgy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0P9RFyxgy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v0P9RFyxgy .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0P9RFyxgy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0P9RFyxgy .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0P9RFyxgy .navbar-buttons {
    text-align: left;
  }
}
.cid-v0P9RFyxgy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0P9RFyxgy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0P9RFyxgy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0P9RFyxgy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0P9RFyxgy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0P9RFyxgy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0P9RFyxgy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0P9RFyxgy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0P9RFyxgy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0P9RFyxgy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0P9RFyxgy .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
  position: fixed;
}
.cid-v0P9RFyxgy .opacityScroll {
  background: #ffffff !important;
}
.cid-v0P9RFyxgy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0P9RFyxgy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0P9RFyxgy .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0P9RFyxgy .navbar {
    height: 70px;
  }
  .cid-v0P9RFyxgy .navbar.opened {
    height: auto;
  }
  .cid-v0P9RFyxgy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0P9RFyxgy .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v0P9RFyxgy .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0P9RFyxgy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0P9RFyxgy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v0P9RFyxgy .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0P9RFyxgy .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0P9RFyxgy .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0P9RFyxgy .navbar-brand {
    margin-right: auto;
  }
  .cid-v0P9RFyxgy .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v0P9RFyxgy .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0P9RFyxgy .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0P9RFyxgy .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0P9RFyxgy .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0P9RFyxgy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0P9RFyxgy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v0P9RFyxgy .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0P9RFyxgy .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v0P9RFyxgy .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v0P9RFyxgy .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-v0P9RFyxgy .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-v0P9RFyxgy .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v0P9RFL0ka {
  display: flex;
  background-image: url("../../../assets/images/dscf7340-2000x1333.jpg");
}
.cid-v0P9RFL0ka .mbr-overlay {
  background-color: #1a0e3a;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .cid-v0P9RFL0ka {
    align-items: center;
  }
  .cid-v0P9RFL0ka .row {
    justify-content: center;
  }
  .cid-v0P9RFL0ka .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v0P9RFL0ka .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v0P9RFL0ka {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v0P9RFL0ka .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v0P9RFL0ka .content-wrap {
    width: 100%;
  }
}
.cid-v0P9RFL0ka .mbr-section-title,
.cid-v0P9RFL0ka .mbr-section-subtitle {
  text-align: center;
}
.cid-v0P9RFL0ka .mbr-text,
.cid-v0P9RFL0ka .mbr-section-btn {
  text-align: center;
}
.cid-v0P9RFVpLi {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/innovations6.gif");
}
.cid-v0P9RFVpLi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0P9RFVpLi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0P9RFVpLi .mbr-section-title {
  color: #ffffff;
}
.cid-v0P9RFVpLi .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-v0P9RG4pWA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #483183;
}
.cid-v0P9RG4pWA .item:focus,
.cid-v0P9RG4pWA span:focus {
  outline: none;
}
.cid-v0P9RG4pWA .item {
  cursor: pointer;
}
.cid-v0P9RG4pWA .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-v0P9RG4pWA .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-v0P9RG4pWA .grid-container-1,
.cid-v0P9RG4pWA .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-v0P9RG4pWA .grid-container-1,
  .cid-v0P9RG4pWA .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-v0P9RG4pWA .mbr-section-title {
  color: #000000;
}
.cid-v0P9RG4pWA .mbr-text,
.cid-v0P9RG4pWA .mbr-section-btn {
  color: #000000;
}
.cid-v0P9RG4pWA .content-head {
  max-width: 800px;
}
.cid-v0P9RG4pWA .container,
.cid-v0P9RG4pWA .container-fluid {
  overflow: hidden;
}
.cid-v0P9RG4pWA .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v0P9RG4pWA .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v0P9RG4pWA .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v0P9RG4pWA .grid-item img {
    min-width: 35vw;
  }
}
.cid-v0P9RG4pWA .grid-container-1,
.cid-v0P9RG4pWA .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v0P9RG4pWA .grid-container-1 {
  align-items: flex-end;
}
.cid-v0P9RG4pWA .grid-container-2 {
  align-items: flex-start;
}
.cid-v0POOCkrJ4 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/innovations6.gif");
}
.cid-v0POOCkrJ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0POOCkrJ4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0POOCkrJ4 .mbr-section-title {
  color: #ffffff;
}
.cid-v0POOCkrJ4 .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-v0P9RGe0Sv {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v0P9RGe0Sv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0P9RGe0Sv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0P9RGe0Sv .mbr-section-title {
  color: #483183;
}
.cid-v0Q3DNXOCW {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v0Q3DNXOCW .video-wrapper iframe {
  width: 100%;
}
.cid-v0Q3DNXOCW .mbr-section-title,
.cid-v0Q3DNXOCW .mbr-section-subtitle,
.cid-v0Q3DNXOCW .mbr-text {
  text-align: center;
}
.cid-v0PNOIRrjc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0PNOIRrjc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0PNOIRrjc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0PNOIRrjc .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-v0PNOIRrjc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0PNOIRrjc .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-v0PNOIRrjc .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v0PNOIRrjc .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v0PNOIRrjc .mbr-section-title {
  color: #000000;
}
.cid-v0PNOIRrjc .mbr-text,
.cid-v0PNOIRrjc .mbr-section-btn {
  color: #483183;
}
.cid-v0PNOIRrjc img {
  width: 100%;
  height: 100%;
}
.cid-v0P9RHqI8P {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/innovations2.gif");
}
.cid-v0P9RHqI8P .mbr-overlay {
  background-color: #f7f7f7;
  opacity: 0.4;
}
.cid-v0P9RHqI8P .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0P9RHqI8P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0P9RHqI8P .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-v0P9RHqI8P .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-v0P9RHqI8P {
    align-items: center;
  }
  .cid-v0P9RHqI8P .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v0P9RHqI8P .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v0P9RHqI8P {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v0P9RHqI8P .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v0P9RHqI8P .content-wrap {
    width: 100%;
  }
}
.cid-v0P9RHqI8P .mbr-section-title {
  text-align: left;
  color: #483183;
}
.cid-v0P9RHqI8P .mbr-text,
.cid-v0P9RHqI8P .mbr-section-btn {
  text-align: left;
  color: #7b7b7b;
}
.cid-v0P9RHqI8P img {
  max-width: 150px;
  width: auto;
}
.cid-v0P9RHAeKl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #483183;
}
.cid-v0P9RHAeKl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0P9RHAeKl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0P9RHAeKl .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-v0P9RHAeKl .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v0P9RHAeKl .row {
    flex-direction: column-reverse !important;
  }
  .cid-v0P9RHAeKl .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-v0P9RHAeKl .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v0P9RHAeKl .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-v0P9RHAeKl .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-v0P9RHAeKl .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-v0P9RHAeKl .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-v0P9RHAeKl .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-v0P9RHAeKl .copyright {
    text-align: center;
  }
}
.cid-v2qtk4qecl {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v2qtk4qecl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v2qtk4qecl .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v2qtk4qecl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2qtk4qecl .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v2qtk4qecl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2qtk4qecl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2qtk4qecl .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v2qtk4qecl .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v2qtk4qecl .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v2qtk4qecl .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v2qtk4qecl .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v2qtk4qecl .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v2qtk4qecl .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v2qtk4qecl .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v2qtk4qecl .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v2qtk4qecl .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v2qtk4qecl .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v2qtk4qecl .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v2qtk4qecl .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v2qtk4qecl .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v2qtk4qecl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v2qtk4qecl .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-v2qtk4qecl .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2qtk4qecl .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v2qtk4qecl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2qtk4qecl .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-v2qtk4qecl .nav-item:focus,
.cid-v2qtk4qecl .nav-link:focus {
  outline: none;
}
.cid-v2qtk4qecl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2qtk4qecl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2qtk4qecl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2qtk4qecl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2qtk4qecl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2qtk4qecl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2qtk4qecl .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v2qtk4qecl .navbar.opened {
  transition: all 0.25s;
}
.cid-v2qtk4qecl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2qtk4qecl .navbar .navbar-logo img {
  width: auto;
}
.cid-v2qtk4qecl .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v2qtk4qecl .navbar.collapsed {
  justify-content: center;
}
.cid-v2qtk4qecl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2qtk4qecl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2qtk4qecl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v2qtk4qecl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2qtk4qecl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2qtk4qecl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v2qtk4qecl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2qtk4qecl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2qtk4qecl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v2qtk4qecl .navbar {
    min-height: 72px;
  }
  .cid-v2qtk4qecl .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v2qtk4qecl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2qtk4qecl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2qtk4qecl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2qtk4qecl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2qtk4qecl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v2qtk4qecl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2qtk4qecl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v2qtk4qecl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2qtk4qecl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2qtk4qecl .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v2qtk4qecl .dropdown-item.active,
.cid-v2qtk4qecl .dropdown-item:active {
  background-color: transparent;
}
.cid-v2qtk4qecl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2qtk4qecl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2qtk4qecl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2qtk4qecl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2qtk4qecl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v2qtk4qecl .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v2qtk4qecl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2qtk4qecl .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v2qtk4qecl .navbar-buttons {
    text-align: left;
  }
}
.cid-v2qtk4qecl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2qtk4qecl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v2qtk4qecl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2qtk4qecl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2qtk4qecl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2qtk4qecl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2qtk4qecl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2qtk4qecl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2qtk4qecl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2qtk4qecl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2qtk4qecl .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
  position: fixed;
}
.cid-v2qtk4qecl .opacityScroll {
  background: #ffffff !important;
}
.cid-v2qtk4qecl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2qtk4qecl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v2qtk4qecl .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v2qtk4qecl .navbar {
    height: 70px;
  }
  .cid-v2qtk4qecl .navbar.opened {
    height: auto;
  }
  .cid-v2qtk4qecl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2qtk4qecl .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v2qtk4qecl .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v2qtk4qecl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v2qtk4qecl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v2qtk4qecl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v2qtk4qecl .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v2qtk4qecl .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v2qtk4qecl .navbar-brand {
    margin-right: auto;
  }
  .cid-v2qtk4qecl .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v2qtk4qecl .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v2qtk4qecl .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v2qtk4qecl .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v2qtk4qecl .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v2qtk4qecl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v2qtk4qecl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v2qtk4qecl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v2qtk4qecl .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v2qtk4qecl .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v2qtk4qecl .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-v2qtk4qecl .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-v2qtk4qecl .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v2qtk4PHQx {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v2qtk4PHQx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2qtk4PHQx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2qtk4PHQx .mbr-section-title {
  color: #483183;
}
.cid-v2qtX4giJp {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v2qtX4giJp .mbr-text {
  color: #000000;
  text-align: left;
  margin-bottom: 2em;
}
@media (max-width: 992px) {
  .cid-v2qtX4giJp .mbr-text {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v2qtX4giJp .mbr-text {
    margin-bottom: 1rem;
  }
}
.cid-v2qtX4giJp .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v2qtX4giJp .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v2qtX4giJp .content-head {
  max-width: 800px;
}
.cid-v2qtX4giJp .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v2qtX4giJp .mbr-card-title {
  text-align: left;
  color: #000000;
}
.cid-v2qtX4giJp .image-wrapper img {
  width: 100%;
}
.cid-v2qtk6SM6K {
  padding-top: 4rem;
  padding-bottom: 8rem;
  background-color: #f7f7f7;
}
.cid-v2qtk6SM6K img,
.cid-v2qtk6SM6K .item-img {
  width: 100%;
}
.cid-v2qtk6SM6K .item:focus,
.cid-v2qtk6SM6K span:focus {
  outline: none;
}
.cid-v2qtk6SM6K .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v2qtk6SM6K .item {
    margin-bottom: 1rem;
  }
}
.cid-v2qtk6SM6K .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v2qtk6SM6K .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v2qtk6SM6K .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v2qtk6SM6K .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v2qtk6SM6K .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v2qtk6SM6K .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v2qtk6SM6K .mbr-section-title {
  color: #232323;
}
.cid-v2qtk6SM6K .mbr-text,
.cid-v2qtk6SM6K .mbr-section-btn {
  text-align: center;
}
.cid-v2qtk6SM6K .item-title {
  text-align: left;
}
.cid-v2qtk6SM6K .content-head {
  max-width: 800px;
}
.cid-v2qtk6SM6K .mbr-text,
.cid-v2qtk6SM6K .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v2qtk6SM6K .mbr-section-title,
.cid-v2qtk6SM6K .mbr-section-head .mbr-section-btn {
  color: #483183;
}
.cid-v2qtk72rem {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #483183;
}
.cid-v2qtk72rem .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2qtk72rem .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2qtk72rem .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-v2qtk72rem .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v2qtk72rem .row {
    flex-direction: column-reverse !important;
  }
  .cid-v2qtk72rem .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-v2qtk72rem .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v2qtk72rem .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-v2qtk72rem .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-v2qtk72rem .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-v2qtk72rem .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-v2qtk72rem .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-v2qtk72rem .copyright {
    text-align: center;
  }
}
.cid-v2vDUZW5d7 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v2vDUZW5d7 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v2vDUZW5d7 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v2vDUZW5d7 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2vDUZW5d7 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v2vDUZW5d7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2vDUZW5d7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2vDUZW5d7 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v2vDUZW5d7 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v2vDUZW5d7 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v2vDUZW5d7 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v2vDUZW5d7 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v2vDUZW5d7 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v2vDUZW5d7 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v2vDUZW5d7 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v2vDUZW5d7 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v2vDUZW5d7 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v2vDUZW5d7 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v2vDUZW5d7 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v2vDUZW5d7 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v2vDUZW5d7 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v2vDUZW5d7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v2vDUZW5d7 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-v2vDUZW5d7 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2vDUZW5d7 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v2vDUZW5d7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2vDUZW5d7 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-v2vDUZW5d7 .nav-item:focus,
.cid-v2vDUZW5d7 .nav-link:focus {
  outline: none;
}
.cid-v2vDUZW5d7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2vDUZW5d7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2vDUZW5d7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2vDUZW5d7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2vDUZW5d7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2vDUZW5d7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2vDUZW5d7 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v2vDUZW5d7 .navbar.opened {
  transition: all 0.25s;
}
.cid-v2vDUZW5d7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2vDUZW5d7 .navbar .navbar-logo img {
  width: auto;
}
.cid-v2vDUZW5d7 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v2vDUZW5d7 .navbar.collapsed {
  justify-content: center;
}
.cid-v2vDUZW5d7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2vDUZW5d7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2vDUZW5d7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v2vDUZW5d7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2vDUZW5d7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2vDUZW5d7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v2vDUZW5d7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2vDUZW5d7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2vDUZW5d7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v2vDUZW5d7 .navbar {
    min-height: 72px;
  }
  .cid-v2vDUZW5d7 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v2vDUZW5d7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2vDUZW5d7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2vDUZW5d7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2vDUZW5d7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2vDUZW5d7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v2vDUZW5d7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2vDUZW5d7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v2vDUZW5d7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2vDUZW5d7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2vDUZW5d7 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v2vDUZW5d7 .dropdown-item.active,
.cid-v2vDUZW5d7 .dropdown-item:active {
  background-color: transparent;
}
.cid-v2vDUZW5d7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2vDUZW5d7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2vDUZW5d7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2vDUZW5d7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2vDUZW5d7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v2vDUZW5d7 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v2vDUZW5d7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2vDUZW5d7 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v2vDUZW5d7 .navbar-buttons {
    text-align: left;
  }
}
.cid-v2vDUZW5d7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2vDUZW5d7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v2vDUZW5d7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2vDUZW5d7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2vDUZW5d7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2vDUZW5d7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2vDUZW5d7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2vDUZW5d7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2vDUZW5d7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2vDUZW5d7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2vDUZW5d7 .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
  position: fixed;
}
.cid-v2vDUZW5d7 .opacityScroll {
  background: #ffffff !important;
}
.cid-v2vDUZW5d7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2vDUZW5d7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v2vDUZW5d7 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v2vDUZW5d7 .navbar {
    height: 70px;
  }
  .cid-v2vDUZW5d7 .navbar.opened {
    height: auto;
  }
  .cid-v2vDUZW5d7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2vDUZW5d7 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v2vDUZW5d7 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v2vDUZW5d7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v2vDUZW5d7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v2vDUZW5d7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v2vDUZW5d7 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v2vDUZW5d7 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v2vDUZW5d7 .navbar-brand {
    margin-right: auto;
  }
  .cid-v2vDUZW5d7 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v2vDUZW5d7 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v2vDUZW5d7 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v2vDUZW5d7 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v2vDUZW5d7 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v2vDUZW5d7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v2vDUZW5d7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v2vDUZW5d7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v2vDUZW5d7 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v2vDUZW5d7 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v2vDUZW5d7 .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-v2vDUZW5d7 .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-v2vDUZW5d7 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v2P6y5ofAl {
  display: flex;
  background-image: url("../../../assets/images/tg-image-3690573906-1600x1067.png");
}
.cid-v2P6y5ofAl .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-v2P6y5ofAl {
    align-items: flex-end;
  }
  .cid-v2P6y5ofAl .row {
    justify-content: center;
  }
  .cid-v2P6y5ofAl .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v2P6y5ofAl .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v2P6y5ofAl {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v2P6y5ofAl .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v2P6y5ofAl .content-wrap {
    width: 100%;
  }
}
.cid-v2P6y5ofAl .mbr-section-title,
.cid-v2P6y5ofAl .mbr-section-subtitle {
  text-align: center;
}
.cid-v2P6y5ofAl .mbr-text,
.cid-v2P6y5ofAl .mbr-section-btn {
  text-align: center;
}
.cid-v2vDV0d6mm {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/innovations6.gif");
}
.cid-v2vDV0d6mm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2vDV0d6mm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2vDV0d6mm .mbr-section-title {
  color: #ffffff;
}
.cid-v2vDV0d6mm .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-v2vDV0iPvC {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #483183;
}
.cid-v2vDV0iPvC .item:focus,
.cid-v2vDV0iPvC span:focus {
  outline: none;
}
.cid-v2vDV0iPvC .item {
  cursor: pointer;
}
.cid-v2vDV0iPvC .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-v2vDV0iPvC .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-v2vDV0iPvC .grid-container-1,
.cid-v2vDV0iPvC .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-v2vDV0iPvC .grid-container-1,
  .cid-v2vDV0iPvC .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-v2vDV0iPvC .mbr-section-title {
  color: #000000;
}
.cid-v2vDV0iPvC .mbr-text,
.cid-v2vDV0iPvC .mbr-section-btn {
  color: #000000;
}
.cid-v2vDV0iPvC .content-head {
  max-width: 800px;
}
.cid-v2vDV0iPvC .container,
.cid-v2vDV0iPvC .container-fluid {
  overflow: hidden;
}
.cid-v2vDV0iPvC .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v2vDV0iPvC .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2vDV0iPvC .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v2vDV0iPvC .grid-item img {
    min-width: 35vw;
  }
}
.cid-v2vDV0iPvC .grid-container-1,
.cid-v2vDV0iPvC .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v2vDV0iPvC .grid-container-1 {
  align-items: flex-end;
}
.cid-v2vDV0iPvC .grid-container-2 {
  align-items: flex-start;
}
.cid-v2vDV0rfZd {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v2vDV0rfZd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2vDV0rfZd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2vDV0rfZd .mbr-section-title {
  color: #483183;
}
.cid-v2vDV0wuFb {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v2vDV0wuFb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2vDV0wuFb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-v2vDV0wuFb .d-flex {
    flex-direction: column;
    align-items: left;
  }
  .cid-v2vDV0wuFb .d-flex .team-m {
    margin: 0;
    margin-top: -1rem;
  }
}
.cid-v2vDV0wuFb .wrapper-inner {
  background: #ffffff;
  border-radius: 2rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-v2vDV0wuFb .wrapper-inner {
    padding: 0rem 0rem;
  }
}
.cid-v2vDV0wuFb .wrapper {
  background: #ffffff;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-v2vDV0wuFb .team {
  border-radius: 50%;
  filter: grayscale(100%);
  width: 120px;
  height: 120px;
  object-fit: cover;
}
.cid-v2vDV0wuFb .team-m {
  margin-left: -1rem;
}
.cid-v2vDV0wuFb .text-wrapper {
  padding: 0rem 3rem 0rem;
}
@media (max-width: 767px) {
  .cid-v2vDV0wuFb .text-wrapper {
    padding: 1rem 1rem;
  }
}
.cid-v2vDV0wuFb .image-wrapper {
  padding: 0;
}
.cid-v2vDV0wuFb .image-wrapper img {
  height: 100%;
  border-radius: 0rem;
  object-fit: cover;
}
.cid-v2vDV0wuFb .mbr-section-title {
  color: #483183;
}
.cid-v2vDV0wuFb .mbr-section-title2 {
  color: #222222;
}
.cid-v2vGCYKIy4 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v2vGCYKIy4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2vGCYKIy4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-v2vGCYKIy4 .d-flex {
    flex-direction: column;
    align-items: left;
  }
  .cid-v2vGCYKIy4 .d-flex .team-m {
    margin: 0;
    margin-top: -1rem;
  }
}
.cid-v2vGCYKIy4 .wrapper-inner {
  background: #ffffff;
  border-radius: 2rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-v2vGCYKIy4 .wrapper-inner {
    padding: 0rem 0rem;
  }
}
.cid-v2vGCYKIy4 .wrapper {
  background: #ffffff;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-v2vGCYKIy4 .team {
  border-radius: 50%;
  filter: grayscale(100%);
  width: 120px;
  height: 120px;
  object-fit: cover;
}
.cid-v2vGCYKIy4 .team-m {
  margin-left: -1rem;
}
.cid-v2vGCYKIy4 .row {
  flex-direction: row-reverse;
}
.cid-v2vGCYKIy4 .text-wrapper {
  padding: 0rem 3rem 0rem;
}
@media (max-width: 767px) {
  .cid-v2vGCYKIy4 .text-wrapper {
    padding: 1rem 1rem;
  }
}
.cid-v2vGCYKIy4 .image-wrapper {
  padding: 0;
}
.cid-v2vGCYKIy4 .image-wrapper img {
  height: 100%;
  border-radius: 0rem;
  object-fit: cover;
}
.cid-v2vGCYKIy4 .mbr-section-title {
  color: #483183;
}
.cid-v2vGCYKIy4 .mbr-section-title2 {
  color: #222222;
}
.cid-v2vHoGDW5Y {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v2vHoGDW5Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2vHoGDW5Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-v2vHoGDW5Y .d-flex {
    flex-direction: column;
    align-items: left;
  }
  .cid-v2vHoGDW5Y .d-flex .team-m {
    margin: 0;
    margin-top: -1rem;
  }
}
.cid-v2vHoGDW5Y .wrapper-inner {
  background: #ffffff;
  border-radius: 2rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-v2vHoGDW5Y .wrapper-inner {
    padding: 0rem 0rem;
  }
}
.cid-v2vHoGDW5Y .wrapper {
  background: #ffffff;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-v2vHoGDW5Y .team-m {
  margin-left: -1rem;
}
.cid-v2vHoGDW5Y .text-wrapper {
  padding: 0rem 3rem 0rem;
}
@media (max-width: 767px) {
  .cid-v2vHoGDW5Y .text-wrapper {
    padding: 1rem 1rem;
  }
}
.cid-v2vHoGDW5Y .image-wrapper {
  padding: 0;
}
.cid-v2vHoGDW5Y .image-wrapper img {
  height: 100%;
  border-radius: 0rem;
  object-fit: cover;
}
.cid-v2vHoGDW5Y .mbr-section-title {
  color: #483183;
}
.cid-v2vHoGDW5Y .mbr-section-title2 {
  color: #222222;
}
.cid-v2vHoGDW5Y .overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.05);
  color: white;
  padding: 20px;
  font-size: 18px;
  text-align: center;
  width: 120px;
  height: 120px;
  border-radius: 30%;
  z-index: 0;
}
.cid-v2vHoGDW5Y .team {
  border-radius: 50%;
  filter: grayscale(100%);
  width: 120px;
  height: 120px;
  object-fit: cover;
  z-index: 12;
  mix-blend-mode: multiply;
}
.cid-v2vHBUxQX9 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v2vHBUxQX9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2vHBUxQX9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-v2vHBUxQX9 .d-flex {
    flex-direction: column;
    align-items: left;
  }
  .cid-v2vHBUxQX9 .d-flex .team-m {
    margin: 0;
    margin-top: -1rem;
  }
}
.cid-v2vHBUxQX9 .wrapper-inner {
  background: #ffffff;
  border-radius: 2rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-v2vHBUxQX9 .wrapper-inner {
    padding: 0rem 0rem;
  }
}
.cid-v2vHBUxQX9 .wrapper {
  background: #ffffff;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-v2vHBUxQX9 .team {
  border-radius: 50%;
  filter: grayscale(100%);
  width: 120px;
  height: 120px;
  object-fit: cover;
}
.cid-v2vHBUxQX9 .team-m {
  margin-left: -1rem;
}
.cid-v2vHBUxQX9 .row {
  flex-direction: row-reverse;
}
.cid-v2vHBUxQX9 .text-wrapper {
  padding: 0rem 3rem 0rem;
}
@media (max-width: 767px) {
  .cid-v2vHBUxQX9 .text-wrapper {
    padding: 1rem 1rem;
  }
}
.cid-v2vHBUxQX9 .image-wrapper {
  padding: 0;
}
.cid-v2vHBUxQX9 .image-wrapper img {
  height: 100%;
  border-radius: 0rem;
  object-fit: cover;
}
.cid-v2vHBUxQX9 .mbr-section-title {
  color: #483183;
}
.cid-v2vHBUxQX9 .mbr-section-title2 {
  color: #222222;
}
.cid-v2vDV1c3H8 {
  display: flex;
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/innovations2.gif");
}
.cid-v2vDV1c3H8 .mbr-overlay {
  background-color: #f7f7f7;
  opacity: 0.4;
}
.cid-v2vDV1c3H8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2vDV1c3H8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2vDV1c3H8 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-v2vDV1c3H8 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-v2vDV1c3H8 {
    align-items: center;
  }
  .cid-v2vDV1c3H8 .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v2vDV1c3H8 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v2vDV1c3H8 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v2vDV1c3H8 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v2vDV1c3H8 .content-wrap {
    width: 100%;
  }
}
.cid-v2vDV1c3H8 .mbr-section-title {
  text-align: left;
  color: #483183;
}
.cid-v2vDV1c3H8 .mbr-text,
.cid-v2vDV1c3H8 .mbr-section-btn {
  text-align: left;
  color: #7b7b7b;
}
.cid-v2vDV1c3H8 img {
  max-width: 150px;
  width: auto;
}
.cid-v2vDV1i84S {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #483183;
}
.cid-v2vDV1i84S .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2vDV1i84S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2vDV1i84S .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-v2vDV1i84S .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v2vDV1i84S .row {
    flex-direction: column-reverse !important;
  }
  .cid-v2vDV1i84S .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-v2vDV1i84S .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v2vDV1i84S .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-v2vDV1i84S .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-v2vDV1i84S .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-v2vDV1i84S .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-v2vDV1i84S .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-v2vDV1i84S .copyright {
    text-align: center;
  }
}
