.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@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: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #00b3f8 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #f6ab1d !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #00b3f8 !important;
  border-color: #00b3f8 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #2cc4ff !important;
  border-color: #2cc4ff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2cc4ff !important;
  border-color: #2cc4ff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #f6ab1d !important;
  border-color: #f6ab1d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #f8bd4e !important;
  border-color: #f8bd4e !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f8bd4e !important;
  border-color: #f8bd4e !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: #00b3f8;
  color: #00b3f8;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0074a1 !important;
  background-color: transparent !important;
  border-color: #0074a1 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #00b3f8 !important;
  border-color: #00b3f8 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !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: #f6ab1d;
  color: #f6ab1d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b57907 !important;
  background-color: transparent !important;
  border-color: #b57907 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f6ab1d !important;
  border-color: #f6ab1d !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: #00b3f8 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #f6ab1d !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #006992 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !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: #a66f07 !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: #00b3f8;
}
.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: #f6ab1d;
}
.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: #00b3f8;
  border-color: #00b3f8;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #00b3f8;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c5efff;
}
.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: #fef4e1;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #00b3f8 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #00b3f8;
}
/* 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: #00b3f8;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #00b3f8;
}
.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: #00b3f8;
  border-bottom-color: #00b3f8;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #00b3f8 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !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='%2300b3f8' %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;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vj1CNyUqyU {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vj1CNyUqyU .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-vj1CNyUqyU .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vj1CNyUqyU .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-vj1CNyUqyU .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vj1CNyUqyU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vj1CNyUqyU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vj1CNyUqyU .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-vj1CNyUqyU .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vj1CNyUqyU .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vj1CNyUqyU .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vj1CNyUqyU .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vj1CNyUqyU .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vj1CNyUqyU .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vj1CNyUqyU .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vj1CNyUqyU .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vj1CNyUqyU .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vj1CNyUqyU .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vj1CNyUqyU .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vj1CNyUqyU .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vj1CNyUqyU .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vj1CNyUqyU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vj1CNyUqyU .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(43, 7, 90, 0.4) !important;
  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;
  margin-top: 1rem;
  background-color: #2b075a;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vj1CNyUqyU .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vj1CNyUqyU .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vj1CNyUqyU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vj1CNyUqyU .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #2b075a;
  background: rgba(43, 7, 90, 0.4) !important;
}
.cid-vj1CNyUqyU .nav-item:focus,
.cid-vj1CNyUqyU .nav-link:focus {
  outline: none;
}
.cid-vj1CNyUqyU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vj1CNyUqyU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vj1CNyUqyU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vj1CNyUqyU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vj1CNyUqyU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vj1CNyUqyU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vj1CNyUqyU .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-vj1CNyUqyU .navbar.opened {
  transition: all 0.3s;
}
.cid-vj1CNyUqyU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vj1CNyUqyU .navbar .navbar-logo img {
  width: auto;
}
.cid-vj1CNyUqyU .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vj1CNyUqyU .navbar.collapsed {
  justify-content: center;
}
.cid-vj1CNyUqyU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vj1CNyUqyU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vj1CNyUqyU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vj1CNyUqyU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vj1CNyUqyU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vj1CNyUqyU .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-vj1CNyUqyU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vj1CNyUqyU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vj1CNyUqyU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vj1CNyUqyU .navbar {
    min-height: 72px;
  }
  .cid-vj1CNyUqyU .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vj1CNyUqyU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vj1CNyUqyU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vj1CNyUqyU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vj1CNyUqyU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vj1CNyUqyU .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-vj1CNyUqyU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vj1CNyUqyU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vj1CNyUqyU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vj1CNyUqyU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vj1CNyUqyU .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vj1CNyUqyU .dropdown-item.active,
.cid-vj1CNyUqyU .dropdown-item:active {
  background-color: transparent;
}
.cid-vj1CNyUqyU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vj1CNyUqyU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vj1CNyUqyU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vj1CNyUqyU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2b075a;
}
.cid-vj1CNyUqyU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vj1CNyUqyU .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vj1CNyUqyU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vj1CNyUqyU .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vj1CNyUqyU .navbar-buttons {
    text-align: left;
  }
}
.cid-vj1CNyUqyU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vj1CNyUqyU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2b075a;
}
.cid-vj1CNyUqyU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vj1CNyUqyU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vj1CNyUqyU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vj1CNyUqyU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vj1CNyUqyU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vj1CNyUqyU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vj1CNyUqyU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vj1CNyUqyU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vj1CNyUqyU .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vj1CNyUqyU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vj1CNyUqyU .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-vj1CNyUqyU .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vj1CNyUqyU .navbar {
    height: 70px;
  }
  .cid-vj1CNyUqyU .navbar.opened {
    height: auto;
  }
  .cid-vj1CNyUqyU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vj1CNyUqyU .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vj1CNyUqyU .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vj1CNyUqyU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vj1CNyUqyU .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: .3s all;
  transform: rotate(-90deg);
}
.cid-vj1CNyUqyU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vj1CNyUqyU .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vj1CNyUqyU .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vj1CNyUqyU .navbar-brand {
    margin-right: auto;
  }
  .cid-vj1CNyUqyU .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2b075a;
    opacity: 1;
    border-color: rgba(43, 7, 90, 0.4) !important;
    background: rgba(43, 7, 90, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vj1CNyUqyU .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vj1CNyUqyU .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vj1CNyUqyU .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-vj1CNyUqyU .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vj1CNyUqyU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vj1CNyUqyU .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-vj1CNyUqyU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vj1CNyUqyU .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-vj1CNyUqyU .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vj1CNyUqyU .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vj1Dz2SJCl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2b075a;
}
@media (min-width: 992px) {
  .cid-vj1Dz2SJCl .carousel {
    max-height: 500px;
  }
  .cid-vj1Dz2SJCl .carousel img {
    height: 500px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vj1Dz2SJCl .carousel {
    min-height: 325px;
  }
  .cid-vj1Dz2SJCl .carousel img {
    height: 325px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vj1Dz2SJCl .carousel {
    min-height: 275px;
  }
  .cid-vj1Dz2SJCl .carousel img {
    height: 275px;
    object-fit: cover;
  }
  .cid-vj1Dz2SJCl .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vj1Dz2SJCl .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vj1Dz2SJCl .carousel,
.cid-vj1Dz2SJCl .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vj1Dz2SJCl .item-wrapper {
  width: 100%;
}
.cid-vj1Dz2SJCl .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vj1Dz2SJCl .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vj1Dz2SJCl .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vj1Dz2SJCl .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vj1Dz2SJCl .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vj1Dz2SJCl .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vj1Dz2SJCl .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vj1Dz2SJCl .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vj1Dz2SJCl .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vj1Dz2SJCl .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vj1Dz2SJCl .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vj1Dz2SJCl .carousel-indicators li.active,
.cid-vj1Dz2SJCl .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vj1Dz2SJCl .carousel-indicators li::after,
.cid-vj1Dz2SJCl .carousel-indicators li::before {
  content: none;
}
.cid-vj1Dz2SJCl .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vj1Dz2SJCl .carousel-indicators {
    display: none !important;
  }
}
.cid-vj1OhtbEN7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2b075a;
}
.cid-vj1OhtbEN7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj1OhtbEN7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj1OhtbEN7 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vj1OhtbEN7 .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-vj1OhtbEN7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vj1OhtbEN7 .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vj1OhtbEN7 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vj1OhtbEN7 .header-menu li p {
  margin: 0;
}
.cid-vj1OhtbEN7 .content-head {
  max-width: 800px;
}
.cid-vjcB4r5GFn {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #2b075a;
}
.cid-vjcB4r5GFn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjcB4r5GFn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjcB4r5GFn .row {
  flex-direction: row-reverse;
}
.cid-vjcB4r5GFn .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-vj8x6yFMZ8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2b075a;
}
.cid-vj8x6yFMZ8 h6 {
  line-height: 1.2;
}
.cid-vj8x6yFMZ8 img,
.cid-vj8x6yFMZ8 .item-img {
  width: 100%;
  height: 100%;
}
.cid-vj8x6yFMZ8 .item:focus,
.cid-vj8x6yFMZ8 span:focus {
  outline: none;
}
.cid-vj8x6yFMZ8 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vj8x6yFMZ8 .item {
  padding: 0;
  margin: 0;
}
.cid-vj8x6yFMZ8 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-vj8x6yFMZ8 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vj8x6yFMZ8 .mbr-section-title {
  color: #00b3f8;
}
.cid-vj8x6yFMZ8 .mbr-text,
.cid-vj8x6yFMZ8 .mbr-section-btn {
  color: #000000;
}
.cid-vj8x6yFMZ8 .item-title {
  color: #000000;
  text-align: center;
}
.cid-vj8x6yFMZ8 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vj8x6yFMZ8 .item-text {
  color: #000000;
  text-align: center;
}
.cid-vj8x6yFMZ8 .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-vj8x6yFMZ8 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vj1PIOyGbV {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #2b075a;
}
.cid-vj1PIOyGbV h6 {
  line-height: 1.2;
}
.cid-vj1PIOyGbV img,
.cid-vj1PIOyGbV .item-img {
  width: 100%;
}
.cid-vj1PIOyGbV .item:focus,
.cid-vj1PIOyGbV span:focus {
  outline: none;
}
.cid-vj1PIOyGbV .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vj1PIOyGbV .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vj1PIOyGbV .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-vj1PIOyGbV .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vj1PIOyGbV .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vj1PIOyGbV .mbr-section-title {
  color: #000000;
}
.cid-vj1PIOyGbV .mbr-text,
.cid-vj1PIOyGbV .mbr-section-btn {
  color: #000000;
}
.cid-vj1PIOyGbV .item-title {
  color: #000000;
  text-align: center;
}
.cid-vj1PIOyGbV .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vj1PIOyGbV .item-text {
  color: #000000;
  text-align: center;
}
.cid-vj1PIOyGbV .content-head {
  max-width: 800px;
}
.cid-vj1PIOyGbV .mbr-section-subtitle {
  text-align: center;
  color: #00b3f8;
}
.cid-vj1VWDeMoi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2b075a;
}
.cid-vj1VWDeMoi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj1VWDeMoi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj1VWDeMoi .card-wrapper {
  background: #30036b;
}
@media (max-width: 767px) {
  .cid-vj1VWDeMoi .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vj1VWDeMoi .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vj1VWDeMoi .card-wrapper {
    padding: 4rem;
  }
}
.cid-vj1VWDeMoi .mbr-text,
.cid-vj1VWDeMoi .mbr-section-btn {
  color: #9a9b99;
  text-align: left;
}
.cid-vj1VWDeMoi .card-title,
.cid-vj1VWDeMoi .card-box {
  text-align: center;
  color: #000000;
}
.cid-vj1VWDeMoi .mbr-section-subtitle {
  text-align: justify;
  color: #00b3f8;
}
.cid-vj2GD3YVQJ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #2b075a;
}
.cid-vj2GD3YVQJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj2GD3YVQJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj2GD3YVQJ .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vj2GD3YVQJ .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vj2GD3YVQJ .content-head {
  max-width: 800px;
}
.cid-vj2GD3YVQJ .img-wrapper {
  padding-right: 1.5rem;
}
.cid-vj2GD3YVQJ .img-wrapper img {
  width: 6rem;
}
.cid-vj2GD3YVQJ .mbr-section-title {
  color: #00b3f8;
}
.cid-vj2GD3YVQJ .card-title {
  color: #00b3f8;
}
.cid-vj2GD3YVQJ .card-text {
  color: #f7f7f7;
}
.cid-vj3cIe1yGp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2b075a;
}
.cid-vj3cIe1yGp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj3cIe1yGp .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-vj3cIe1yGp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vj3cIe1yGp .row {
  flex-direction: row-reverse;
}
.cid-vj3cIe1yGp .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vj3cIe1yGp .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vj3cIe1yGp .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vj3cIe1yGp .mbr-section-title {
  color: #00b3f8;
}
.cid-vj3cIe1yGp .mbr-text,
.cid-vj3cIe1yGp .mbr-section-btn {
  color: #edefeb;
}
.cid-vj3dYhPZ73 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2b075a;
}
.cid-vj3dYhPZ73 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj3dYhPZ73 .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-vj3dYhPZ73 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vj3dYhPZ73 .row {
  flex-direction: row-reverse;
}
.cid-vj3dYhPZ73 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vj3dYhPZ73 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vj3dYhPZ73 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vj3dYhPZ73 .mbr-section-title {
  color: #00b3f8;
}
.cid-vj3dYhPZ73 .mbr-text,
.cid-vj3dYhPZ73 .mbr-section-btn {
  color: #edefeb;
}
.cid-vj3etCMoje {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2b075a;
}
.cid-vj3etCMoje .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj3etCMoje .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-vj3etCMoje .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vj3etCMoje .row {
  flex-direction: row-reverse;
}
.cid-vj3etCMoje .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vj3etCMoje .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vj3etCMoje .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vj3etCMoje .mbr-section-title {
  color: #00b3f8;
}
.cid-vj3etCMoje .mbr-text,
.cid-vj3etCMoje .mbr-section-btn {
  color: #edefeb;
}
.cid-vj3fhclE6m {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2b075a;
}
.cid-vj3fhclE6m .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj3fhclE6m .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-vj3fhclE6m .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vj3fhclE6m .row {
  flex-direction: row-reverse;
}
.cid-vj3fhclE6m .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vj3fhclE6m .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vj3fhclE6m .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vj3fhclE6m .mbr-section-title {
  color: #00b3f8;
}
.cid-vj3fhclE6m .mbr-text,
.cid-vj3fhclE6m .mbr-section-btn {
  color: #edefeb;
}
.cid-vj8tr9dvzJ {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #2b075a;
}
.cid-vj8tr9dvzJ h6 {
  line-height: 1.2;
}
.cid-vj8tr9dvzJ img,
.cid-vj8tr9dvzJ .item-img {
  width: 100%;
  height: 100%;
}
.cid-vj8tr9dvzJ .item:focus,
.cid-vj8tr9dvzJ span:focus {
  outline: none;
}
.cid-vj8tr9dvzJ .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-vj8tr9dvzJ .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vj8tr9dvzJ .mbr-section-title {
  color: #00b3f8;
  text-align: center;
}
.cid-vj8tr9dvzJ .mbr-text,
.cid-vj8tr9dvzJ .mbr-section-btn {
  color: #000000;
}
.cid-vj8tr9dvzJ .item-title {
  color: #000000;
  text-align: center;
}
.cid-vj8tr9dvzJ .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vj8tr9dvzJ .item-text {
  color: #000000;
  text-align: center;
}
.cid-vj8tr9dvzJ .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-vj8tr9dvzJ .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vj8tr9dvzJ .item-title,
.cid-vj8tr9dvzJ .mbr-section-btn {
  color: #00b3f8;
}
.cid-vj8tr9dvzJ .item-subtitle,
.cid-vj8tr9dvzJ .mbr-section-btn {
  color: #f7f7f7;
}
.cid-vj8KSVZB5h {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #2b075a;
}
.cid-vj8KSVZB5h .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj8KSVZB5h .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-vj8KSVZB5h .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vj8KSVZB5h .row {
  flex-direction: row-reverse;
}
.cid-vj8KSVZB5h .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vj8KSVZB5h .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vj8KSVZB5h .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vj8KSVZB5h .mbr-section-title {
  color: #d30000;
}
.cid-vj8KSVZB5h .mbr-text,
.cid-vj8KSVZB5h .mbr-section-btn {
  color: #ffffff;
}
.cid-vj8O7n6hn3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2b075a;
}
.cid-vj8O7n6hn3 h6 {
  line-height: 1.2;
}
.cid-vj8O7n6hn3 img,
.cid-vj8O7n6hn3 .item-img {
  width: 100%;
}
.cid-vj8O7n6hn3 .item:focus,
.cid-vj8O7n6hn3 span:focus {
  outline: none;
}
.cid-vj8O7n6hn3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vj8O7n6hn3 .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vj8O7n6hn3 .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-vj8O7n6hn3 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vj8O7n6hn3 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vj8O7n6hn3 .mbr-section-title {
  color: #000000;
}
.cid-vj8O7n6hn3 .mbr-text,
.cid-vj8O7n6hn3 .mbr-section-btn {
  color: #000000;
}
.cid-vj8O7n6hn3 .item-title {
  color: #000000;
  text-align: center;
}
.cid-vj8O7n6hn3 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vj8O7n6hn3 .item-text {
  color: #000000;
  text-align: center;
}
.cid-vj8O7n6hn3 .content-head {
  max-width: 800px;
}
.cid-vj8O7n6hn3 .item-title,
.cid-vj8O7n6hn3 .mbr-section-btn {
  color: #00b3f8;
}
.cid-vj8O7n6hn3 .item-subtitle,
.cid-vj8O7n6hn3 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vj8sNrewVg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2b075a;
}
@media (min-width: 992px) {
  .cid-vj8sNrewVg .carousel {
    max-height: 200px;
  }
  .cid-vj8sNrewVg .carousel img {
    height: 200px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vj8sNrewVg .carousel {
    min-height: 130px;
  }
  .cid-vj8sNrewVg .carousel img {
    height: 130px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vj8sNrewVg .carousel {
    min-height: 110px;
  }
  .cid-vj8sNrewVg .carousel img {
    height: 110px;
    object-fit: cover;
  }
  .cid-vj8sNrewVg .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vj8sNrewVg .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vj8sNrewVg .carousel,
.cid-vj8sNrewVg .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vj8sNrewVg .item-wrapper {
  width: 100%;
}
.cid-vj8sNrewVg .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vj8sNrewVg .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vj8sNrewVg .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vj8sNrewVg .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vj8sNrewVg .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vj8sNrewVg .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vj8sNrewVg .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vj8sNrewVg .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vj8sNrewVg .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vj8sNrewVg .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vj8sNrewVg .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vj8sNrewVg .carousel-indicators li.active,
.cid-vj8sNrewVg .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vj8sNrewVg .carousel-indicators li::after,
.cid-vj8sNrewVg .carousel-indicators li::before {
  content: none;
}
.cid-vj8sNrewVg .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vj8sNrewVg .carousel-indicators {
    display: none !important;
  }
}
.cid-vj8Qtftwn4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2b075a;
}
.cid-vj8Qtftwn4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj8Qtftwn4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj8Qtftwn4 .row {
  flex-direction: row-reverse;
}
.cid-vj8Qtftwn4 .mbr-description {
  text-align: justify;
  color: #00b3f8;
}
.cid-vjcw3tJUJa {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2b075a;
}
.cid-vjcw3tJUJa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjcw3tJUJa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjcw3tJUJa .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vjcw3tJUJa .footer-col {
    flex-direction: column;
  }
}
.cid-vjcw3tJUJa .row {
  background: #30036b;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vjcw3tJUJa .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjcw3tJUJa .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjcw3tJUJa .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vjcw3tJUJa .mbr-section-btn {
    text-align: center;
  }
}
.cid-vjcw3tJUJa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vjcw3tJUJa .soc-item {
  margin: 8px;
}
.cid-vjcw3tJUJa .soc-item a:hover .mbr-iconfont,
.cid-vjcw3tJUJa .soc-item a:focus .mbr-iconfont {
  background-color: #00b3f8;
}
.cid-vjcw3tJUJa .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #00b3f8;
  color: #2b075a;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vjcw3tJUJa .row {
    text-align: center;
  }
  .cid-vjcw3tJUJa .social-row {
    justify-content: center;
  }
}
.cid-vjcw3tJUJa .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vjcw3tJUJa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vjcw3tJUJa .list {
    margin-bottom: 0rem;
  }
}
.cid-vjcw3tJUJa .mbr-text {
  color: #bbbbbb;
}
.cid-vjcw3tJUJa .mbr-section-subtitle {
  color: #00b3f8;
}
.cid-vjcw3tJUJa .list,
.cid-vjcw3tJUJa .item-wrap {
  color: #f7f7f7;
}
.cid-vjcw3tJUJa .copyright {
  color: #ffffff;
}
.cid-vjvSjvRQ6z {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vjvSjvRQ6z .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-vjvSjvRQ6z .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vjvSjvRQ6z .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-vjvSjvRQ6z .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vjvSjvRQ6z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjvSjvRQ6z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjvSjvRQ6z .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-vjvSjvRQ6z .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vjvSjvRQ6z .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vjvSjvRQ6z .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vjvSjvRQ6z .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vjvSjvRQ6z .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vjvSjvRQ6z .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vjvSjvRQ6z .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vjvSjvRQ6z .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vjvSjvRQ6z .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vjvSjvRQ6z .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vjvSjvRQ6z .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vjvSjvRQ6z .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vjvSjvRQ6z .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vjvSjvRQ6z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vjvSjvRQ6z .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(43, 7, 90, 0.4) !important;
  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;
  margin-top: 1rem;
  background-color: #2b075a;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vjvSjvRQ6z .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vjvSjvRQ6z .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vjvSjvRQ6z .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjvSjvRQ6z .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #2b075a;
  background: rgba(43, 7, 90, 0.4) !important;
}
.cid-vjvSjvRQ6z .nav-item:focus,
.cid-vjvSjvRQ6z .nav-link:focus {
  outline: none;
}
.cid-vjvSjvRQ6z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjvSjvRQ6z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjvSjvRQ6z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjvSjvRQ6z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjvSjvRQ6z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjvSjvRQ6z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjvSjvRQ6z .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-vjvSjvRQ6z .navbar.opened {
  transition: all 0.3s;
}
.cid-vjvSjvRQ6z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjvSjvRQ6z .navbar .navbar-logo img {
  width: auto;
}
.cid-vjvSjvRQ6z .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vjvSjvRQ6z .navbar.collapsed {
  justify-content: center;
}
.cid-vjvSjvRQ6z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjvSjvRQ6z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjvSjvRQ6z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vjvSjvRQ6z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjvSjvRQ6z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjvSjvRQ6z .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-vjvSjvRQ6z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjvSjvRQ6z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjvSjvRQ6z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vjvSjvRQ6z .navbar {
    min-height: 72px;
  }
  .cid-vjvSjvRQ6z .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vjvSjvRQ6z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjvSjvRQ6z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjvSjvRQ6z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjvSjvRQ6z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjvSjvRQ6z .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-vjvSjvRQ6z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjvSjvRQ6z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vjvSjvRQ6z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjvSjvRQ6z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjvSjvRQ6z .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vjvSjvRQ6z .dropdown-item.active,
.cid-vjvSjvRQ6z .dropdown-item:active {
  background-color: transparent;
}
.cid-vjvSjvRQ6z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjvSjvRQ6z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjvSjvRQ6z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjvSjvRQ6z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2b075a;
}
.cid-vjvSjvRQ6z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vjvSjvRQ6z .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vjvSjvRQ6z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjvSjvRQ6z .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vjvSjvRQ6z .navbar-buttons {
    text-align: left;
  }
}
.cid-vjvSjvRQ6z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjvSjvRQ6z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2b075a;
}
.cid-vjvSjvRQ6z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjvSjvRQ6z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjvSjvRQ6z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjvSjvRQ6z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjvSjvRQ6z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjvSjvRQ6z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjvSjvRQ6z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjvSjvRQ6z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjvSjvRQ6z .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vjvSjvRQ6z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjvSjvRQ6z .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-vjvSjvRQ6z .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjvSjvRQ6z .navbar {
    height: 70px;
  }
  .cid-vjvSjvRQ6z .navbar.opened {
    height: auto;
  }
  .cid-vjvSjvRQ6z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjvSjvRQ6z .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vjvSjvRQ6z .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vjvSjvRQ6z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vjvSjvRQ6z .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: .3s all;
  transform: rotate(-90deg);
}
.cid-vjvSjvRQ6z .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vjvSjvRQ6z .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vjvSjvRQ6z .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vjvSjvRQ6z .navbar-brand {
    margin-right: auto;
  }
  .cid-vjvSjvRQ6z .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2b075a;
    opacity: 1;
    border-color: rgba(43, 7, 90, 0.4) !important;
    background: rgba(43, 7, 90, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vjvSjvRQ6z .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vjvSjvRQ6z .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vjvSjvRQ6z .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-vjvSjvRQ6z .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vjvSjvRQ6z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vjvSjvRQ6z .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-vjvSjvRQ6z .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vjvSjvRQ6z .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-vjvSjvRQ6z .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vjvSjvRQ6z .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vjvSjwhafs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2b075a;
}
@media (min-width: 992px) {
  .cid-vjvSjwhafs .carousel {
    max-height: 500px;
  }
  .cid-vjvSjwhafs .carousel img {
    height: 500px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vjvSjwhafs .carousel {
    min-height: 325px;
  }
  .cid-vjvSjwhafs .carousel img {
    height: 325px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vjvSjwhafs .carousel {
    min-height: 275px;
  }
  .cid-vjvSjwhafs .carousel img {
    height: 275px;
    object-fit: cover;
  }
  .cid-vjvSjwhafs .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vjvSjwhafs .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vjvSjwhafs .carousel,
.cid-vjvSjwhafs .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjvSjwhafs .item-wrapper {
  width: 100%;
}
.cid-vjvSjwhafs .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vjvSjwhafs .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vjvSjwhafs .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vjvSjwhafs .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vjvSjwhafs .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vjvSjwhafs .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjvSjwhafs .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjvSjwhafs .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjvSjwhafs .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjvSjwhafs .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vjvSjwhafs .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vjvSjwhafs .carousel-indicators li.active,
.cid-vjvSjwhafs .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjvSjwhafs .carousel-indicators li::after,
.cid-vjvSjwhafs .carousel-indicators li::before {
  content: none;
}
.cid-vjvSjwhafs .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjvSjwhafs .carousel-indicators {
    display: none !important;
  }
}
.cid-vjvSjwylrr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2b075a;
}
.cid-vjvSjwylrr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjvSjwylrr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjvSjwylrr .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vjvSjwylrr .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-vjvSjwylrr .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vjvSjwylrr .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vjvSjwylrr .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vjvSjwylrr .header-menu li p {
  margin: 0;
}
.cid-vjvSjwylrr .content-head {
  max-width: 800px;
}
.cid-vjvSjxxGi5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2b075a;
}
.cid-vjvSjxxGi5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjvSjxxGi5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjvSjxxGi5 .card-wrapper {
  background: #30036b;
}
@media (max-width: 767px) {
  .cid-vjvSjxxGi5 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjvSjxxGi5 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjvSjxxGi5 .card-wrapper {
    padding: 4rem;
  }
}
.cid-vjvSjxxGi5 .mbr-text,
.cid-vjvSjxxGi5 .mbr-section-btn {
  color: #9a9b99;
  text-align: left;
}
.cid-vjvSjxxGi5 .card-title,
.cid-vjvSjxxGi5 .card-box {
  text-align: center;
  color: #000000;
}
.cid-vjvSjxxGi5 .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-vjvSjwW4Kh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2b075a;
}
.cid-vjvSjwW4Kh h6 {
  line-height: 1.2;
}
.cid-vjvSjwW4Kh img,
.cid-vjvSjwW4Kh .item-img {
  width: 100%;
  height: 100%;
}
.cid-vjvSjwW4Kh .item:focus,
.cid-vjvSjwW4Kh span:focus {
  outline: none;
}
.cid-vjvSjwW4Kh .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjvSjwW4Kh .item {
  padding: 0;
  margin: 0;
}
.cid-vjvSjwW4Kh .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-vjvSjwW4Kh .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vjvSjwW4Kh .mbr-section-title {
  color: #00b3f8;
}
.cid-vjvSjwW4Kh .mbr-text,
.cid-vjvSjwW4Kh .mbr-section-btn {
  color: #000000;
}
.cid-vjvSjwW4Kh .item-title {
  color: #000000;
  text-align: center;
}
.cid-vjvSjwW4Kh .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vjvSjwW4Kh .item-text {
  color: #000000;
  text-align: center;
}
.cid-vjvSjwW4Kh .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-vjvSjwW4Kh .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vjvUSVBJOC {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #2b075a;
}
.cid-vjvUSVBJOC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjvUSVBJOC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjvUSVBJOC .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjvUSVBJOC .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vjvUSVBJOC .item-wrapper {
  background: #30036b;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vjvUSVBJOC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vjvUSVBJOC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vjvUSVBJOC .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-vjvUSVBJOC .mbr-section-title {
  color: #00b3f8;
}
.cid-vjvUSVBJOC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vjvUSVBJOC .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vjvUSVBJOC .card-box .item-footer {
  margin-top: auto;
}
.cid-vjvUSVBJOC .content-head {
  max-width: 800px;
}
.cid-vjvUSVBJOC .card-title,
.cid-vjvUSVBJOC .iconfont-wrapper {
  text-align: center;
  color: #00b3f8;
}
.cid-vjvUSVBJOC .card-text,
.cid-vjvUSVBJOC .item .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vjvW6oFUnX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2b075a;
}
.cid-vjvW6oFUnX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjvW6oFUnX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjvW6oFUnX .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjvW6oFUnX .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vjvW6oFUnX .item-wrapper {
  background: #30036b;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vjvW6oFUnX .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vjvW6oFUnX .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vjvW6oFUnX .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-vjvW6oFUnX .mbr-section-title {
  color: #00b3f8;
}
.cid-vjvW6oFUnX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vjvW6oFUnX .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vjvW6oFUnX .card-box .item-footer {
  margin-top: auto;
}
.cid-vjvW6oFUnX .content-head {
  max-width: 800px;
}
.cid-vjvW6oFUnX .card-title,
.cid-vjvW6oFUnX .iconfont-wrapper {
  text-align: center;
  color: #00b3f8;
}
.cid-vjvW6oFUnX .card-text,
.cid-vjvW6oFUnX .item .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vjvXNwlnJh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2b075a;
}
.cid-vjvXNwlnJh .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vjvXNwlnJh .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vjvXNwlnJh .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vjvXNwlnJh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vjvXNwlnJh .mbr-section-title {
  color: #00b3f8;
}
.cid-vjvXNwlnJh .mbr-text {
  color: #ffffff;
}
.cid-vjw1Ggrk6b {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2b075a;
}
.cid-vjw1Ggrk6b .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjw1Ggrk6b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjw1Ggrk6b .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjw1Ggrk6b .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vjw1Ggrk6b .item-wrapper {
  background: #30036b;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vjw1Ggrk6b .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vjw1Ggrk6b .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vjw1Ggrk6b .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-vjw1Ggrk6b .mbr-section-title {
  color: #00b3f8;
}
.cid-vjw1Ggrk6b .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vjw1Ggrk6b .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vjw1Ggrk6b .card-box .item-footer {
  margin-top: auto;
}
.cid-vjw1Ggrk6b .content-head {
  max-width: 800px;
}
.cid-vjw1Ggrk6b .card-title,
.cid-vjw1Ggrk6b .iconfont-wrapper {
  text-align: center;
  color: #00b3f8;
}
.cid-vjw1Ggrk6b .card-text,
.cid-vjw1Ggrk6b .item .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vjw3iakQtC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2b075a;
}
.cid-vjw3iakQtC .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjw3iakQtC .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vjw3iakQtC .item-head {
  background: #30036b;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vjw3iakQtC .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vjw3iakQtC .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-vjw3iakQtC .item-content {
  padding: 2.25rem 2.25rem 0;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vjw3iakQtC .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vjw3iakQtC .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-vjw3iakQtC .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-vjw3iakQtC .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vjw3iakQtC .item-wrapper .item-footer {
    padding: 0 1.5rem 3rem;
  }
}
@media (min-width: 1201px) {
  .cid-vjw3iakQtC .item-wrapper .item-footer {
    padding: 0 2rem 3rem;
  }
}
.cid-vjw3iakQtC .btn {
  width: -webkit-fill-available;
}
.cid-vjw3iakQtC .item:focus,
.cid-vjw3iakQtC span:focus {
  outline: none;
}
.cid-vjw3iakQtC .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-vjw3iakQtC .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vjw3iakQtC .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-vjw3iakQtC .mbr-section-title {
  color: #00b3f8;
}
.cid-vjw3iakQtC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vjw3iakQtC .mbr-text,
.cid-vjw3iakQtC .mbr-section-btn {
  text-align: left;
}
.cid-vjw3iakQtC .item-title {
  text-align: center;
  color: #00b3f8;
}
.cid-vjw3iakQtC .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vjw3iakQtC .content-head {
  max-width: 800px;
}
.cid-vjw3iakQtC .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vjw3iakQtC .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vjw3iakQtC .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #00b3f8;
  background-color: #00b3f8;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vjw3iakQtC .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-vjw3iakQtC .mbr-text UL {
  text-align: left;
}
.cid-vjvSjA96mm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2b075a;
}
@media (min-width: 992px) {
  .cid-vjvSjA96mm .carousel {
    max-height: 200px;
  }
  .cid-vjvSjA96mm .carousel img {
    height: 200px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vjvSjA96mm .carousel {
    min-height: 130px;
  }
  .cid-vjvSjA96mm .carousel img {
    height: 130px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vjvSjA96mm .carousel {
    min-height: 110px;
  }
  .cid-vjvSjA96mm .carousel img {
    height: 110px;
    object-fit: cover;
  }
  .cid-vjvSjA96mm .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vjvSjA96mm .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vjvSjA96mm .carousel,
.cid-vjvSjA96mm .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjvSjA96mm .item-wrapper {
  width: 100%;
}
.cid-vjvSjA96mm .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vjvSjA96mm .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vjvSjA96mm .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vjvSjA96mm .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vjvSjA96mm .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vjvSjA96mm .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjvSjA96mm .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjvSjA96mm .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjvSjA96mm .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjvSjA96mm .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vjvSjA96mm .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vjvSjA96mm .carousel-indicators li.active,
.cid-vjvSjA96mm .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjvSjA96mm .carousel-indicators li::after,
.cid-vjvSjA96mm .carousel-indicators li::before {
  content: none;
}
.cid-vjvSjA96mm .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjvSjA96mm .carousel-indicators {
    display: none !important;
  }
}
.cid-vjvSjAmjJ5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2b075a;
}
.cid-vjvSjAmjJ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjvSjAmjJ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjvSjAmjJ5 .row {
  flex-direction: row-reverse;
}
.cid-vjvSjAmjJ5 .mbr-description {
  text-align: justify;
  color: #00b3f8;
}
.cid-vjvSjAwWwF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2b075a;
}
.cid-vjvSjAwWwF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjvSjAwWwF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjvSjAwWwF .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vjvSjAwWwF .footer-col {
    flex-direction: column;
  }
}
.cid-vjvSjAwWwF .row {
  background: #30036b;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vjvSjAwWwF .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjvSjAwWwF .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjvSjAwWwF .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vjvSjAwWwF .mbr-section-btn {
    text-align: center;
  }
}
.cid-vjvSjAwWwF .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vjvSjAwWwF .soc-item {
  margin: 8px;
}
.cid-vjvSjAwWwF .soc-item a:hover .mbr-iconfont,
.cid-vjvSjAwWwF .soc-item a:focus .mbr-iconfont {
  background-color: #00b3f8;
}
.cid-vjvSjAwWwF .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #00b3f8;
  color: #2b075a;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vjvSjAwWwF .row {
    text-align: center;
  }
  .cid-vjvSjAwWwF .social-row {
    justify-content: center;
  }
}
.cid-vjvSjAwWwF .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vjvSjAwWwF .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vjvSjAwWwF .list {
    margin-bottom: 0rem;
  }
}
.cid-vjvSjAwWwF .mbr-text {
  color: #bbbbbb;
}
.cid-vjvSjAwWwF .mbr-section-subtitle {
  color: #00b3f8;
}
.cid-vjvSjAwWwF .list,
.cid-vjvSjAwWwF .item-wrap {
  color: #f7f7f7;
}
.cid-vjvSjAwWwF .copyright {
  color: #ffffff;
}
.cid-vjwqG9ubA2 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vjwqG9ubA2 .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-vjwqG9ubA2 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vjwqG9ubA2 .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-vjwqG9ubA2 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vjwqG9ubA2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjwqG9ubA2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjwqG9ubA2 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-vjwqG9ubA2 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vjwqG9ubA2 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vjwqG9ubA2 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vjwqG9ubA2 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vjwqG9ubA2 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vjwqG9ubA2 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vjwqG9ubA2 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vjwqG9ubA2 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vjwqG9ubA2 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vjwqG9ubA2 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vjwqG9ubA2 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vjwqG9ubA2 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vjwqG9ubA2 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vjwqG9ubA2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vjwqG9ubA2 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(43, 7, 90, 0.4) !important;
  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;
  margin-top: 1rem;
  background-color: #2b075a;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vjwqG9ubA2 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vjwqG9ubA2 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vjwqG9ubA2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjwqG9ubA2 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #2b075a;
  background: rgba(43, 7, 90, 0.4) !important;
}
.cid-vjwqG9ubA2 .nav-item:focus,
.cid-vjwqG9ubA2 .nav-link:focus {
  outline: none;
}
.cid-vjwqG9ubA2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjwqG9ubA2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjwqG9ubA2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjwqG9ubA2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjwqG9ubA2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjwqG9ubA2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjwqG9ubA2 .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-vjwqG9ubA2 .navbar.opened {
  transition: all 0.3s;
}
.cid-vjwqG9ubA2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjwqG9ubA2 .navbar .navbar-logo img {
  width: auto;
}
.cid-vjwqG9ubA2 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vjwqG9ubA2 .navbar.collapsed {
  justify-content: center;
}
.cid-vjwqG9ubA2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjwqG9ubA2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjwqG9ubA2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vjwqG9ubA2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjwqG9ubA2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjwqG9ubA2 .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-vjwqG9ubA2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjwqG9ubA2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjwqG9ubA2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vjwqG9ubA2 .navbar {
    min-height: 72px;
  }
  .cid-vjwqG9ubA2 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vjwqG9ubA2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjwqG9ubA2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjwqG9ubA2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjwqG9ubA2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjwqG9ubA2 .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-vjwqG9ubA2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjwqG9ubA2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vjwqG9ubA2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjwqG9ubA2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjwqG9ubA2 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vjwqG9ubA2 .dropdown-item.active,
.cid-vjwqG9ubA2 .dropdown-item:active {
  background-color: transparent;
}
.cid-vjwqG9ubA2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjwqG9ubA2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjwqG9ubA2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjwqG9ubA2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2b075a;
}
.cid-vjwqG9ubA2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vjwqG9ubA2 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vjwqG9ubA2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjwqG9ubA2 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vjwqG9ubA2 .navbar-buttons {
    text-align: left;
  }
}
.cid-vjwqG9ubA2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjwqG9ubA2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2b075a;
}
.cid-vjwqG9ubA2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjwqG9ubA2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjwqG9ubA2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjwqG9ubA2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjwqG9ubA2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjwqG9ubA2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjwqG9ubA2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjwqG9ubA2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjwqG9ubA2 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vjwqG9ubA2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjwqG9ubA2 .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-vjwqG9ubA2 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjwqG9ubA2 .navbar {
    height: 70px;
  }
  .cid-vjwqG9ubA2 .navbar.opened {
    height: auto;
  }
  .cid-vjwqG9ubA2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjwqG9ubA2 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vjwqG9ubA2 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vjwqG9ubA2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vjwqG9ubA2 .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: .3s all;
  transform: rotate(-90deg);
}
.cid-vjwqG9ubA2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vjwqG9ubA2 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vjwqG9ubA2 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vjwqG9ubA2 .navbar-brand {
    margin-right: auto;
  }
  .cid-vjwqG9ubA2 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2b075a;
    opacity: 1;
    border-color: rgba(43, 7, 90, 0.4) !important;
    background: rgba(43, 7, 90, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vjwqG9ubA2 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vjwqG9ubA2 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vjwqG9ubA2 .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-vjwqG9ubA2 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vjwqG9ubA2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vjwqG9ubA2 .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-vjwqG9ubA2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vjwqG9ubA2 .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-vjwqG9ubA2 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vjwqG9ubA2 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vjwqG9VIBc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2b075a;
}
@media (min-width: 992px) {
  .cid-vjwqG9VIBc .carousel {
    max-height: 500px;
  }
  .cid-vjwqG9VIBc .carousel img {
    height: 500px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vjwqG9VIBc .carousel {
    min-height: 325px;
  }
  .cid-vjwqG9VIBc .carousel img {
    height: 325px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vjwqG9VIBc .carousel {
    min-height: 275px;
  }
  .cid-vjwqG9VIBc .carousel img {
    height: 275px;
    object-fit: cover;
  }
  .cid-vjwqG9VIBc .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vjwqG9VIBc .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vjwqG9VIBc .carousel,
.cid-vjwqG9VIBc .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjwqG9VIBc .item-wrapper {
  width: 100%;
}
.cid-vjwqG9VIBc .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vjwqG9VIBc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vjwqG9VIBc .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vjwqG9VIBc .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vjwqG9VIBc .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vjwqG9VIBc .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjwqG9VIBc .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjwqG9VIBc .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjwqG9VIBc .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjwqG9VIBc .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vjwqG9VIBc .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vjwqG9VIBc .carousel-indicators li.active,
.cid-vjwqG9VIBc .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjwqG9VIBc .carousel-indicators li::after,
.cid-vjwqG9VIBc .carousel-indicators li::before {
  content: none;
}
.cid-vjwqG9VIBc .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjwqG9VIBc .carousel-indicators {
    display: none !important;
  }
}
.cid-vjwqGab61c {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2b075a;
}
.cid-vjwqGab61c .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjwqGab61c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjwqGab61c .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vjwqGab61c .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-vjwqGab61c .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vjwqGab61c .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vjwqGab61c .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vjwqGab61c .header-menu li p {
  margin: 0;
}
.cid-vjwqGab61c .content-head {
  max-width: 800px;
}
.cid-vjwqGb2YOx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2b075a;
}
.cid-vjwqGb2YOx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjwqGb2YOx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjwqGb2YOx .card-wrapper {
  background: #30036b;
}
@media (max-width: 767px) {
  .cid-vjwqGb2YOx .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjwqGb2YOx .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjwqGb2YOx .card-wrapper {
    padding: 4rem;
  }
}
.cid-vjwqGb2YOx .mbr-text,
.cid-vjwqGb2YOx .mbr-section-btn {
  color: #9a9b99;
  text-align: left;
}
.cid-vjwqGb2YOx .card-title,
.cid-vjwqGb2YOx .card-box {
  text-align: center;
  color: #000000;
}
.cid-vjwqGb2YOx .mbr-section-subtitle {
  text-align: justify;
  color: #ffffff;
}
.cid-vjwqGbcBJq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2b075a;
}
.cid-vjwqGbcBJq h6 {
  line-height: 1.2;
}
.cid-vjwqGbcBJq img,
.cid-vjwqGbcBJq .item-img {
  width: 100%;
  height: 100%;
}
.cid-vjwqGbcBJq .item:focus,
.cid-vjwqGbcBJq span:focus {
  outline: none;
}
.cid-vjwqGbcBJq .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjwqGbcBJq .item {
  padding: 0;
  margin: 0;
}
.cid-vjwqGbcBJq .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-vjwqGbcBJq .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vjwqGbcBJq .mbr-section-title {
  color: #00b3f8;
}
.cid-vjwqGbcBJq .mbr-text,
.cid-vjwqGbcBJq .mbr-section-btn {
  color: #000000;
}
.cid-vjwqGbcBJq .item-title {
  color: #000000;
  text-align: center;
}
.cid-vjwqGbcBJq .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vjwqGbcBJq .item-text {
  color: #000000;
  text-align: center;
}
.cid-vjwqGbcBJq .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-vjwqGbcBJq .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vjwqGbcBJq .item-subtitle,
.cid-vjwqGbcBJq .mbr-section-btn {
  color: #ffffff;
}
.cid-vjwyKWaQ6u {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2b075a;
}
.cid-vjwyKWaQ6u img,
.cid-vjwyKWaQ6u .item-img {
  width: 100%;
}
.cid-vjwyKWaQ6u .item:focus,
.cid-vjwyKWaQ6u span:focus {
  outline: none;
}
.cid-vjwyKWaQ6u .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjwyKWaQ6u .item {
    margin-bottom: 1rem;
  }
}
.cid-vjwyKWaQ6u .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-vjwyKWaQ6u .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vjwyKWaQ6u .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vjwyKWaQ6u .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vjwyKWaQ6u .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vjwyKWaQ6u .mbr-section-title {
  color: #00b3f8;
}
.cid-vjwyKWaQ6u .item-title {
  text-align: center;
}
.cid-vjwyKWaQ6u .item-subtitle {
  text-align: left;
}
.cid-vjwyKWaQ6u .mbr-text,
.cid-vjwyKWaQ6u .item .mbr-section-btn {
  text-align: left;
}
.cid-vjwyKWaQ6u .content-head {
  max-width: 800px;
}
.cid-vjwyKWaQ6u .mbr-section-subtitle,
.cid-vjwyKWaQ6u .mbr-section-head .mbr-section-btn {
  color: #ffffff;
}
.cid-vjwqGby6z8 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #2b075a;
}
.cid-vjwqGby6z8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjwqGby6z8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjwqGby6z8 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjwqGby6z8 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vjwqGby6z8 .item-wrapper {
  background: #30036b;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vjwqGby6z8 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vjwqGby6z8 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vjwqGby6z8 .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-vjwqGby6z8 .mbr-section-title {
  color: #00b3f8;
}
.cid-vjwqGby6z8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vjwqGby6z8 .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vjwqGby6z8 .card-box .item-footer {
  margin-top: auto;
}
.cid-vjwqGby6z8 .content-head {
  max-width: 800px;
}
.cid-vjwqGby6z8 .card-title,
.cid-vjwqGby6z8 .iconfont-wrapper {
  text-align: center;
  color: #00b3f8;
}
.cid-vjwqGby6z8 .card-text,
.cid-vjwqGby6z8 .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vjwqGceBjy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2b075a;
}
.cid-vjwqGceBjy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjwqGceBjy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjwqGceBjy .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjwqGceBjy .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vjwqGceBjy .item-wrapper {
  background: #30036b;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vjwqGceBjy .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vjwqGceBjy .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vjwqGceBjy .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-vjwqGceBjy .mbr-section-title {
  color: #00b3f8;
}
.cid-vjwqGceBjy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vjwqGceBjy .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vjwqGceBjy .card-box .item-footer {
  margin-top: auto;
}
.cid-vjwqGceBjy .content-head {
  max-width: 800px;
}
.cid-vjwqGceBjy .card-title,
.cid-vjwqGceBjy .iconfont-wrapper {
  text-align: center;
  color: #00b3f8;
}
.cid-vjwqGceBjy .card-text,
.cid-vjwqGceBjy .item .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vjwG4avo6D {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #2b075a;
}
.cid-vjwG4avo6D .mbr-text {
  color: #000000;
}
.cid-vjwG4avo6D .mbr-section-subtitle {
  color: #000000;
}
.cid-vjwG4avo6D .mbr-section-title {
  color: #00b3f8;
  text-align: center;
}
.cid-vjwG4avo6D .mbr-text,
.cid-vjwG4avo6D .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vjwG4avo6D .item-wrapper {
  background: #30036b;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vjwG4avo6D .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vjwG4avo6D .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vjwG4avo6D .mbr-card-title {
  color: #00b3f8;
}
.cid-vjwqGcS6at {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2b075a;
}
@media (min-width: 992px) {
  .cid-vjwqGcS6at .carousel {
    max-height: 200px;
  }
  .cid-vjwqGcS6at .carousel img {
    height: 200px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vjwqGcS6at .carousel {
    min-height: 130px;
  }
  .cid-vjwqGcS6at .carousel img {
    height: 130px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vjwqGcS6at .carousel {
    min-height: 110px;
  }
  .cid-vjwqGcS6at .carousel img {
    height: 110px;
    object-fit: cover;
  }
  .cid-vjwqGcS6at .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vjwqGcS6at .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vjwqGcS6at .carousel,
.cid-vjwqGcS6at .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjwqGcS6at .item-wrapper {
  width: 100%;
}
.cid-vjwqGcS6at .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vjwqGcS6at .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vjwqGcS6at .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vjwqGcS6at .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vjwqGcS6at .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vjwqGcS6at .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjwqGcS6at .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjwqGcS6at .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjwqGcS6at .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjwqGcS6at .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vjwqGcS6at .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vjwqGcS6at .carousel-indicators li.active,
.cid-vjwqGcS6at .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjwqGcS6at .carousel-indicators li::after,
.cid-vjwqGcS6at .carousel-indicators li::before {
  content: none;
}
.cid-vjwqGcS6at .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjwqGcS6at .carousel-indicators {
    display: none !important;
  }
}
.cid-vjwqGd3N3j {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2b075a;
}
.cid-vjwqGd3N3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjwqGd3N3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjwqGd3N3j .row {
  flex-direction: row-reverse;
}
.cid-vjwqGd3N3j .mbr-description {
  text-align: justify;
  color: #00b3f8;
}
.cid-vjwqGde6hx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2b075a;
}
.cid-vjwqGde6hx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjwqGde6hx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjwqGde6hx .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vjwqGde6hx .footer-col {
    flex-direction: column;
  }
}
.cid-vjwqGde6hx .row {
  background: #30036b;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vjwqGde6hx .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjwqGde6hx .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjwqGde6hx .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vjwqGde6hx .mbr-section-btn {
    text-align: center;
  }
}
.cid-vjwqGde6hx .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vjwqGde6hx .soc-item {
  margin: 8px;
}
.cid-vjwqGde6hx .soc-item a:hover .mbr-iconfont,
.cid-vjwqGde6hx .soc-item a:focus .mbr-iconfont {
  background-color: #00b3f8;
}
.cid-vjwqGde6hx .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #00b3f8;
  color: #2b075a;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vjwqGde6hx .row {
    text-align: center;
  }
  .cid-vjwqGde6hx .social-row {
    justify-content: center;
  }
}
.cid-vjwqGde6hx .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vjwqGde6hx .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vjwqGde6hx .list {
    margin-bottom: 0rem;
  }
}
.cid-vjwqGde6hx .mbr-text {
  color: #bbbbbb;
}
.cid-vjwqGde6hx .mbr-section-subtitle {
  color: #00b3f8;
}
.cid-vjwqGde6hx .list,
.cid-vjwqGde6hx .item-wrap {
  color: #f7f7f7;
}
.cid-vjwqGde6hx .copyright {
  color: #ffffff;
}
.cid-vjwKktSYEP {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vjwKktSYEP .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-vjwKktSYEP .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vjwKktSYEP .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-vjwKktSYEP .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vjwKktSYEP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjwKktSYEP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjwKktSYEP .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-vjwKktSYEP .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vjwKktSYEP .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vjwKktSYEP .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vjwKktSYEP .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vjwKktSYEP .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vjwKktSYEP .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vjwKktSYEP .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vjwKktSYEP .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vjwKktSYEP .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vjwKktSYEP .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vjwKktSYEP .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vjwKktSYEP .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vjwKktSYEP .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vjwKktSYEP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vjwKktSYEP .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(43, 7, 90, 0.4) !important;
  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;
  margin-top: 1rem;
  background-color: #2b075a;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vjwKktSYEP .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vjwKktSYEP .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vjwKktSYEP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjwKktSYEP .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #2b075a;
  background: rgba(43, 7, 90, 0.4) !important;
}
.cid-vjwKktSYEP .nav-item:focus,
.cid-vjwKktSYEP .nav-link:focus {
  outline: none;
}
.cid-vjwKktSYEP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjwKktSYEP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjwKktSYEP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjwKktSYEP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjwKktSYEP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjwKktSYEP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjwKktSYEP .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-vjwKktSYEP .navbar.opened {
  transition: all 0.3s;
}
.cid-vjwKktSYEP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjwKktSYEP .navbar .navbar-logo img {
  width: auto;
}
.cid-vjwKktSYEP .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vjwKktSYEP .navbar.collapsed {
  justify-content: center;
}
.cid-vjwKktSYEP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjwKktSYEP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjwKktSYEP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vjwKktSYEP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjwKktSYEP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjwKktSYEP .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-vjwKktSYEP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjwKktSYEP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjwKktSYEP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vjwKktSYEP .navbar {
    min-height: 72px;
  }
  .cid-vjwKktSYEP .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vjwKktSYEP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjwKktSYEP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjwKktSYEP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjwKktSYEP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjwKktSYEP .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-vjwKktSYEP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjwKktSYEP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vjwKktSYEP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjwKktSYEP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjwKktSYEP .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vjwKktSYEP .dropdown-item.active,
.cid-vjwKktSYEP .dropdown-item:active {
  background-color: transparent;
}
.cid-vjwKktSYEP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjwKktSYEP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjwKktSYEP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjwKktSYEP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2b075a;
}
.cid-vjwKktSYEP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vjwKktSYEP .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vjwKktSYEP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjwKktSYEP .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vjwKktSYEP .navbar-buttons {
    text-align: left;
  }
}
.cid-vjwKktSYEP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjwKktSYEP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2b075a;
}
.cid-vjwKktSYEP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjwKktSYEP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjwKktSYEP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjwKktSYEP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjwKktSYEP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjwKktSYEP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjwKktSYEP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjwKktSYEP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjwKktSYEP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vjwKktSYEP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjwKktSYEP .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-vjwKktSYEP .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjwKktSYEP .navbar {
    height: 70px;
  }
  .cid-vjwKktSYEP .navbar.opened {
    height: auto;
  }
  .cid-vjwKktSYEP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjwKktSYEP .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vjwKktSYEP .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vjwKktSYEP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vjwKktSYEP .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: .3s all;
  transform: rotate(-90deg);
}
.cid-vjwKktSYEP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vjwKktSYEP .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vjwKktSYEP .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vjwKktSYEP .navbar-brand {
    margin-right: auto;
  }
  .cid-vjwKktSYEP .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2b075a;
    opacity: 1;
    border-color: rgba(43, 7, 90, 0.4) !important;
    background: rgba(43, 7, 90, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vjwKktSYEP .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vjwKktSYEP .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vjwKktSYEP .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-vjwKktSYEP .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vjwKktSYEP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vjwKktSYEP .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-vjwKktSYEP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vjwKktSYEP .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-vjwKktSYEP .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vjwKktSYEP .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vjwKkuDwJQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2b075a;
}
@media (min-width: 992px) {
  .cid-vjwKkuDwJQ .carousel {
    max-height: 500px;
  }
  .cid-vjwKkuDwJQ .carousel img {
    height: 500px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vjwKkuDwJQ .carousel {
    min-height: 325px;
  }
  .cid-vjwKkuDwJQ .carousel img {
    height: 325px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vjwKkuDwJQ .carousel {
    min-height: 275px;
  }
  .cid-vjwKkuDwJQ .carousel img {
    height: 275px;
    object-fit: cover;
  }
  .cid-vjwKkuDwJQ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vjwKkuDwJQ .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vjwKkuDwJQ .carousel,
.cid-vjwKkuDwJQ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjwKkuDwJQ .item-wrapper {
  width: 100%;
}
.cid-vjwKkuDwJQ .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vjwKkuDwJQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vjwKkuDwJQ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vjwKkuDwJQ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vjwKkuDwJQ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vjwKkuDwJQ .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjwKkuDwJQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjwKkuDwJQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjwKkuDwJQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjwKkuDwJQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vjwKkuDwJQ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vjwKkuDwJQ .carousel-indicators li.active,
.cid-vjwKkuDwJQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjwKkuDwJQ .carousel-indicators li::after,
.cid-vjwKkuDwJQ .carousel-indicators li::before {
  content: none;
}
.cid-vjwKkuDwJQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjwKkuDwJQ .carousel-indicators {
    display: none !important;
  }
}
.cid-vjwKkvmiCo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2b075a;
}
.cid-vjwKkvmiCo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjwKkvmiCo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjwKkvmiCo .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vjwKkvmiCo .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-vjwKkvmiCo .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vjwKkvmiCo .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vjwKkvmiCo .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vjwKkvmiCo .header-menu li p {
  margin: 0;
}
.cid-vjwKkvmiCo .content-head {
  max-width: 800px;
}
.cid-vjwKkvMZQn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2b075a;
}
.cid-vjwKkvMZQn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjwKkvMZQn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjwKkvMZQn .card-wrapper {
  background: #30036b;
}
@media (max-width: 767px) {
  .cid-vjwKkvMZQn .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjwKkvMZQn .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjwKkvMZQn .card-wrapper {
    padding: 4rem;
  }
}
.cid-vjwKkvMZQn .mbr-text,
.cid-vjwKkvMZQn .mbr-section-btn {
  color: #9a9b99;
  text-align: left;
}
.cid-vjwKkvMZQn .card-title,
.cid-vjwKkvMZQn .card-box {
  text-align: center;
  color: #000000;
}
.cid-vjwKkvMZQn .mbr-section-subtitle {
  text-align: justify;
  color: #ffffff;
}
.cid-vjwKkvWn84 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2b075a;
}
.cid-vjwKkvWn84 h6 {
  line-height: 1.2;
}
.cid-vjwKkvWn84 img,
.cid-vjwKkvWn84 .item-img {
  width: 100%;
  height: 100%;
}
.cid-vjwKkvWn84 .item:focus,
.cid-vjwKkvWn84 span:focus {
  outline: none;
}
.cid-vjwKkvWn84 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-vjwKkvWn84 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vjwKkvWn84 .mbr-section-title {
  color: #00b3f8;
}
.cid-vjwKkvWn84 .mbr-text,
.cid-vjwKkvWn84 .mbr-section-btn {
  color: #000000;
}
.cid-vjwKkvWn84 .item-title {
  color: #000000;
  text-align: center;
}
.cid-vjwKkvWn84 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vjwKkvWn84 .item-text {
  color: #000000;
  text-align: center;
}
.cid-vjwKkvWn84 .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-vjwKkvWn84 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vjwKkvWn84 .item-subtitle,
.cid-vjwKkvWn84 .mbr-section-btn {
  color: #ffffff;
}
.cid-vjwKkwOCbh {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #2b075a;
}
.cid-vjwKkwOCbh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjwKkwOCbh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjwKkwOCbh .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjwKkwOCbh .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vjwKkwOCbh .item-wrapper {
  background: #30036b;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vjwKkwOCbh .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vjwKkwOCbh .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vjwKkwOCbh .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-vjwKkwOCbh .mbr-section-title {
  color: #00b3f8;
}
.cid-vjwKkwOCbh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vjwKkwOCbh .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vjwKkwOCbh .card-box .item-footer {
  margin-top: auto;
}
.cid-vjwKkwOCbh .content-head {
  max-width: 800px;
}
.cid-vjwKkwOCbh .card-title,
.cid-vjwKkwOCbh .iconfont-wrapper {
  text-align: center;
  color: #00b3f8;
}
.cid-vjwKkwOCbh .card-text,
.cid-vjwKkwOCbh .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vjwVEkSGxP {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #2b075a;
}
.cid-vjwVEkSGxP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjwVEkSGxP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjwVEkSGxP .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjwVEkSGxP .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vjwVEkSGxP .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-vjwVEkSGxP .content-head {
  max-width: 800px;
}
.cid-vjwVEkSGxP .card-title {
  text-align: justify;
  color: #00b3f8;
}
.cid-vjwVEkSGxP .mbr-section-title {
  color: #00b3f8;
}
.cid-vjwVEkSGxP .card-text {
  color: #ffffff;
}
.cid-vjwWUd8lk8 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #2b075a;
}
.cid-vjwWUd8lk8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjwWUd8lk8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjwWUd8lk8 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjwWUd8lk8 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vjwWUd8lk8 .item-wrapper {
  background: #30036b;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vjwWUd8lk8 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vjwWUd8lk8 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vjwWUd8lk8 .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-vjwWUd8lk8 .mbr-section-title {
  color: #00b3f8;
}
.cid-vjwWUd8lk8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vjwWUd8lk8 .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vjwWUd8lk8 .card-box .item-footer {
  margin-top: auto;
}
.cid-vjwWUd8lk8 .content-head {
  max-width: 800px;
}
.cid-vjwWUd8lk8 .card-title,
.cid-vjwWUd8lk8 .iconfont-wrapper {
  text-align: center;
  color: #00b3f8;
}
.cid-vjwWUd8lk8 .card-text,
.cid-vjwWUd8lk8 .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vjwYvHoFHn {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #2b075a;
}
.cid-vjwYvHoFHn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjwYvHoFHn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjwYvHoFHn .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjwYvHoFHn .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vjwYvHoFHn .item-wrapper {
  background: #30036b;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vjwYvHoFHn .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vjwYvHoFHn .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vjwYvHoFHn .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #00b3f8;
  height: 80px;
  border-radius: 50%;
}
.cid-vjwYvHoFHn .mbr-section-title {
  color: #00b3f8;
}
.cid-vjwYvHoFHn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vjwYvHoFHn .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vjwYvHoFHn .card-box .item-footer {
  margin-top: auto;
}
.cid-vjwYvHoFHn .content-head {
  max-width: 800px;
}
.cid-vjwYvHoFHn .card-title,
.cid-vjwYvHoFHn .iconfont-wrapper {
  text-align: center;
  color: #00b3f8;
}
.cid-vjwYvHoFHn .card-text,
.cid-vjwYvHoFHn .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vjwKkxi43F {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #2b075a;
}
.cid-vjwKkxi43F .mbr-text {
  color: #000000;
}
.cid-vjwKkxi43F .mbr-section-subtitle {
  color: #000000;
}
.cid-vjwKkxi43F .mbr-section-title {
  color: #00b3f8;
  text-align: center;
}
.cid-vjwKkxi43F .mbr-text,
.cid-vjwKkxi43F .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vjwKkxi43F .item-wrapper {
  background: #30036b;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vjwKkxi43F .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vjwKkxi43F .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vjwKkxi43F .mbr-card-title {
  color: #00b3f8;
}
.cid-vjwKkxsBJu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2b075a;
}
@media (min-width: 992px) {
  .cid-vjwKkxsBJu .carousel {
    max-height: 200px;
  }
  .cid-vjwKkxsBJu .carousel img {
    height: 200px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vjwKkxsBJu .carousel {
    min-height: 130px;
  }
  .cid-vjwKkxsBJu .carousel img {
    height: 130px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vjwKkxsBJu .carousel {
    min-height: 110px;
  }
  .cid-vjwKkxsBJu .carousel img {
    height: 110px;
    object-fit: cover;
  }
  .cid-vjwKkxsBJu .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vjwKkxsBJu .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vjwKkxsBJu .carousel,
.cid-vjwKkxsBJu .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjwKkxsBJu .item-wrapper {
  width: 100%;
}
.cid-vjwKkxsBJu .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vjwKkxsBJu .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vjwKkxsBJu .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vjwKkxsBJu .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vjwKkxsBJu .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vjwKkxsBJu .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjwKkxsBJu .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjwKkxsBJu .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjwKkxsBJu .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjwKkxsBJu .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vjwKkxsBJu .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vjwKkxsBJu .carousel-indicators li.active,
.cid-vjwKkxsBJu .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjwKkxsBJu .carousel-indicators li::after,
.cid-vjwKkxsBJu .carousel-indicators li::before {
  content: none;
}
.cid-vjwKkxsBJu .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjwKkxsBJu .carousel-indicators {
    display: none !important;
  }
}
.cid-vjwKkxF6lD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2b075a;
}
.cid-vjwKkxF6lD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjwKkxF6lD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjwKkxF6lD .row {
  flex-direction: row-reverse;
}
.cid-vjwKkxF6lD .mbr-description {
  text-align: justify;
  color: #00b3f8;
}
.cid-vjwKkxRO2Z {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2b075a;
}
.cid-vjwKkxRO2Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjwKkxRO2Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjwKkxRO2Z .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vjwKkxRO2Z .footer-col {
    flex-direction: column;
  }
}
.cid-vjwKkxRO2Z .row {
  background: #30036b;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vjwKkxRO2Z .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjwKkxRO2Z .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjwKkxRO2Z .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vjwKkxRO2Z .mbr-section-btn {
    text-align: center;
  }
}
.cid-vjwKkxRO2Z .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vjwKkxRO2Z .soc-item {
  margin: 8px;
}
.cid-vjwKkxRO2Z .soc-item a:hover .mbr-iconfont,
.cid-vjwKkxRO2Z .soc-item a:focus .mbr-iconfont {
  background-color: #00b3f8;
}
.cid-vjwKkxRO2Z .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #00b3f8;
  color: #2b075a;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vjwKkxRO2Z .row {
    text-align: center;
  }
  .cid-vjwKkxRO2Z .social-row {
    justify-content: center;
  }
}
.cid-vjwKkxRO2Z .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vjwKkxRO2Z .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vjwKkxRO2Z .list {
    margin-bottom: 0rem;
  }
}
.cid-vjwKkxRO2Z .mbr-text {
  color: #bbbbbb;
}
.cid-vjwKkxRO2Z .mbr-section-subtitle {
  color: #00b3f8;
}
.cid-vjwKkxRO2Z .list,
.cid-vjwKkxRO2Z .item-wrap {
  color: #f7f7f7;
}
.cid-vjwKkxRO2Z .copyright {
  color: #ffffff;
}
.cid-vjzbtc2kz7 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vjzbtc2kz7 .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-vjzbtc2kz7 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vjzbtc2kz7 .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-vjzbtc2kz7 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vjzbtc2kz7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjzbtc2kz7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjzbtc2kz7 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-vjzbtc2kz7 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vjzbtc2kz7 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vjzbtc2kz7 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vjzbtc2kz7 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vjzbtc2kz7 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vjzbtc2kz7 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vjzbtc2kz7 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vjzbtc2kz7 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vjzbtc2kz7 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vjzbtc2kz7 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vjzbtc2kz7 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vjzbtc2kz7 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vjzbtc2kz7 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vjzbtc2kz7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vjzbtc2kz7 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(43, 7, 90, 0.4) !important;
  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;
  margin-top: 1rem;
  background-color: #2b075a;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vjzbtc2kz7 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vjzbtc2kz7 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vjzbtc2kz7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjzbtc2kz7 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #2b075a;
  background: rgba(43, 7, 90, 0.4) !important;
}
.cid-vjzbtc2kz7 .nav-item:focus,
.cid-vjzbtc2kz7 .nav-link:focus {
  outline: none;
}
.cid-vjzbtc2kz7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjzbtc2kz7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjzbtc2kz7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjzbtc2kz7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjzbtc2kz7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjzbtc2kz7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjzbtc2kz7 .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-vjzbtc2kz7 .navbar.opened {
  transition: all 0.3s;
}
.cid-vjzbtc2kz7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjzbtc2kz7 .navbar .navbar-logo img {
  width: auto;
}
.cid-vjzbtc2kz7 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vjzbtc2kz7 .navbar.collapsed {
  justify-content: center;
}
.cid-vjzbtc2kz7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjzbtc2kz7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjzbtc2kz7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vjzbtc2kz7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjzbtc2kz7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjzbtc2kz7 .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-vjzbtc2kz7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjzbtc2kz7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjzbtc2kz7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vjzbtc2kz7 .navbar {
    min-height: 72px;
  }
  .cid-vjzbtc2kz7 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vjzbtc2kz7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjzbtc2kz7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjzbtc2kz7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjzbtc2kz7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjzbtc2kz7 .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-vjzbtc2kz7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjzbtc2kz7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vjzbtc2kz7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjzbtc2kz7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjzbtc2kz7 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vjzbtc2kz7 .dropdown-item.active,
.cid-vjzbtc2kz7 .dropdown-item:active {
  background-color: transparent;
}
.cid-vjzbtc2kz7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjzbtc2kz7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjzbtc2kz7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjzbtc2kz7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2b075a;
}
.cid-vjzbtc2kz7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vjzbtc2kz7 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vjzbtc2kz7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjzbtc2kz7 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vjzbtc2kz7 .navbar-buttons {
    text-align: left;
  }
}
.cid-vjzbtc2kz7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjzbtc2kz7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2b075a;
}
.cid-vjzbtc2kz7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjzbtc2kz7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjzbtc2kz7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjzbtc2kz7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjzbtc2kz7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjzbtc2kz7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjzbtc2kz7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjzbtc2kz7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjzbtc2kz7 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vjzbtc2kz7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjzbtc2kz7 .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-vjzbtc2kz7 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjzbtc2kz7 .navbar {
    height: 70px;
  }
  .cid-vjzbtc2kz7 .navbar.opened {
    height: auto;
  }
  .cid-vjzbtc2kz7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjzbtc2kz7 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vjzbtc2kz7 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vjzbtc2kz7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vjzbtc2kz7 .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: .3s all;
  transform: rotate(-90deg);
}
.cid-vjzbtc2kz7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vjzbtc2kz7 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vjzbtc2kz7 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vjzbtc2kz7 .navbar-brand {
    margin-right: auto;
  }
  .cid-vjzbtc2kz7 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2b075a;
    opacity: 1;
    border-color: rgba(43, 7, 90, 0.4) !important;
    background: rgba(43, 7, 90, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vjzbtc2kz7 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vjzbtc2kz7 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vjzbtc2kz7 .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-vjzbtc2kz7 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vjzbtc2kz7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vjzbtc2kz7 .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-vjzbtc2kz7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vjzbtc2kz7 .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-vjzbtc2kz7 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vjzbtc2kz7 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vjzbtd6KzE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2b075a;
}
@media (min-width: 992px) {
  .cid-vjzbtd6KzE .carousel {
    max-height: 500px;
  }
  .cid-vjzbtd6KzE .carousel img {
    height: 500px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vjzbtd6KzE .carousel {
    min-height: 325px;
  }
  .cid-vjzbtd6KzE .carousel img {
    height: 325px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vjzbtd6KzE .carousel {
    min-height: 275px;
  }
  .cid-vjzbtd6KzE .carousel img {
    height: 275px;
    object-fit: cover;
  }
  .cid-vjzbtd6KzE .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vjzbtd6KzE .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vjzbtd6KzE .carousel,
.cid-vjzbtd6KzE .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjzbtd6KzE .item-wrapper {
  width: 100%;
}
.cid-vjzbtd6KzE .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vjzbtd6KzE .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vjzbtd6KzE .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vjzbtd6KzE .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vjzbtd6KzE .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vjzbtd6KzE .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjzbtd6KzE .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjzbtd6KzE .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjzbtd6KzE .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjzbtd6KzE .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vjzbtd6KzE .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vjzbtd6KzE .carousel-indicators li.active,
.cid-vjzbtd6KzE .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjzbtd6KzE .carousel-indicators li::after,
.cid-vjzbtd6KzE .carousel-indicators li::before {
  content: none;
}
.cid-vjzbtd6KzE .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjzbtd6KzE .carousel-indicators {
    display: none !important;
  }
}
.cid-vjzbtdwlW7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2b075a;
}
.cid-vjzbtdwlW7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjzbtdwlW7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjzbtdwlW7 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vjzbtdwlW7 .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-vjzbtdwlW7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vjzbtdwlW7 .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vjzbtdwlW7 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vjzbtdwlW7 .header-menu li p {
  margin: 0;
}
.cid-vjzbtdwlW7 .content-head {
  max-width: 800px;
}
.cid-vjzbtdVFRZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2b075a;
}
.cid-vjzbtdVFRZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjzbtdVFRZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjzbtdVFRZ .card-wrapper {
  background: #30036b;
}
@media (max-width: 767px) {
  .cid-vjzbtdVFRZ .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjzbtdVFRZ .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjzbtdVFRZ .card-wrapper {
    padding: 4rem;
  }
}
.cid-vjzbtdVFRZ .mbr-text,
.cid-vjzbtdVFRZ .mbr-section-btn {
  color: #9a9b99;
  text-align: left;
}
.cid-vjzbtdVFRZ .card-title,
.cid-vjzbtdVFRZ .card-box {
  text-align: center;
  color: #000000;
}
.cid-vjzbtdVFRZ .mbr-section-subtitle {
  text-align: justify;
  color: #ffffff;
}
.cid-vjzbtehzXg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2b075a;
}
.cid-vjzbtehzXg h6 {
  line-height: 1.2;
}
.cid-vjzbtehzXg img,
.cid-vjzbtehzXg .item-img {
  width: 100%;
  height: 100%;
}
.cid-vjzbtehzXg .item:focus,
.cid-vjzbtehzXg span:focus {
  outline: none;
}
.cid-vjzbtehzXg .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-vjzbtehzXg .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vjzbtehzXg .mbr-section-title {
  color: #00b3f8;
}
.cid-vjzbtehzXg .mbr-text,
.cid-vjzbtehzXg .mbr-section-btn {
  color: #000000;
}
.cid-vjzbtehzXg .item-title {
  color: #000000;
  text-align: center;
}
.cid-vjzbtehzXg .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vjzbtehzXg .item-text {
  color: #000000;
  text-align: center;
}
.cid-vjzbtehzXg .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-vjzbtehzXg .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vjzbtehzXg .item-subtitle,
.cid-vjzbtehzXg .mbr-section-btn {
  color: #ffffff;
}
.cid-vjzbtehzXg .item-title,
.cid-vjzbtehzXg .mbr-section-btn {
  color: #ffffff;
}
.cid-vjzfaKMyQV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2b075a;
}
.cid-vjzfaKMyQV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjzfaKMyQV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjzfaKMyQV .card-wrapper {
  background: #30036b;
}
@media (max-width: 767px) {
  .cid-vjzfaKMyQV .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjzfaKMyQV .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjzfaKMyQV .card-wrapper {
    padding: 4rem;
  }
}
.cid-vjzfaKMyQV .mbr-text,
.cid-vjzfaKMyQV .mbr-section-btn {
  color: #9a9b99;
  text-align: left;
}
.cid-vjzfaKMyQV .card-title,
.cid-vjzfaKMyQV .card-box {
  text-align: center;
  color: #000000;
}
.cid-vjzfaKMyQV .mbr-section-subtitle {
  text-align: justify;
  color: #ffffff;
}
.cid-vjzbteQ3t4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2b075a;
}
.cid-vjzbteQ3t4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjzbteQ3t4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjzbteQ3t4 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjzbteQ3t4 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vjzbteQ3t4 .item-wrapper {
  background: #30036b;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vjzbteQ3t4 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vjzbteQ3t4 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vjzbteQ3t4 .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-vjzbteQ3t4 .mbr-section-title {
  color: #00b3f8;
}
.cid-vjzbteQ3t4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vjzbteQ3t4 .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vjzbteQ3t4 .card-box .item-footer {
  margin-top: auto;
}
.cid-vjzbteQ3t4 .content-head {
  max-width: 800px;
}
.cid-vjzbteQ3t4 .card-title,
.cid-vjzbteQ3t4 .iconfont-wrapper {
  text-align: center;
  color: #00b3f8;
}
.cid-vjzbteQ3t4 .card-text,
.cid-vjzbteQ3t4 .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vjzkTaEvQO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2b075a;
}
.cid-vjzkTaEvQO .mbr-section-title {
  text-align: justify;
  color: #ffffff;
}
.cid-vjzkTaEvQO .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-vjzkuqSZxl {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #2b075a;
}
.cid-vjzkuqSZxl .mbr-text {
  color: #ffffff;
}
.cid-vjzkuqSZxl .mbr-section-subtitle {
  color: #000000;
}
.cid-vjzkuqSZxl .mbr-section-title {
  color: #00b3f8;
  text-align: center;
}
.cid-vjzkuqSZxl .mbr-text,
.cid-vjzkuqSZxl .item .mbr-section-btn {
  text-align: left;
}
.cid-vjzkuqSZxl .item-wrapper {
  background: #30036b;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjzkuqSZxl .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjzkuqSZxl .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjzkuqSZxl .item-wrapper {
    padding: 4rem;
  }
}
.cid-vjzkuqSZxl .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vjzkuqSZxl .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-vjzkuqSZxl .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #00b3f8;
  background-color: #00b3f8;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vjzkuqSZxl .mbr-text UL {
  text-align: left;
}
.cid-vjzkuqSZxl .mbr-card-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-vjzkuqSZxl .mbr-card-title {
  color: #00b3f8;
  text-align: left;
}
.cid-vjziHcn9CH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2b075a;
}
.cid-vjziHcn9CH .mbr-section-title {
  text-align: justify;
  color: #ffffff;
}
.cid-vjziHcn9CH .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-vjzbtgFaSt {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #2b075a;
}
.cid-vjzbtgFaSt .mbr-text {
  color: #000000;
}
.cid-vjzbtgFaSt .mbr-section-subtitle {
  color: #000000;
}
.cid-vjzbtgFaSt .mbr-section-title {
  color: #00b3f8;
  text-align: center;
}
.cid-vjzbtgFaSt .mbr-text,
.cid-vjzbtgFaSt .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vjzbtgFaSt .item-wrapper {
  background: #30036b;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vjzbtgFaSt .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vjzbtgFaSt .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vjzbtgFaSt .mbr-card-title {
  color: #00b3f8;
}
.cid-vjzbtgODCX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2b075a;
}
@media (min-width: 992px) {
  .cid-vjzbtgODCX .carousel {
    max-height: 200px;
  }
  .cid-vjzbtgODCX .carousel img {
    height: 200px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vjzbtgODCX .carousel {
    min-height: 130px;
  }
  .cid-vjzbtgODCX .carousel img {
    height: 130px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vjzbtgODCX .carousel {
    min-height: 110px;
  }
  .cid-vjzbtgODCX .carousel img {
    height: 110px;
    object-fit: cover;
  }
  .cid-vjzbtgODCX .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vjzbtgODCX .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vjzbtgODCX .carousel,
.cid-vjzbtgODCX .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjzbtgODCX .item-wrapper {
  width: 100%;
}
.cid-vjzbtgODCX .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vjzbtgODCX .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vjzbtgODCX .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vjzbtgODCX .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vjzbtgODCX .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vjzbtgODCX .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjzbtgODCX .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjzbtgODCX .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjzbtgODCX .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjzbtgODCX .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vjzbtgODCX .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vjzbtgODCX .carousel-indicators li.active,
.cid-vjzbtgODCX .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjzbtgODCX .carousel-indicators li::after,
.cid-vjzbtgODCX .carousel-indicators li::before {
  content: none;
}
.cid-vjzbtgODCX .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjzbtgODCX .carousel-indicators {
    display: none !important;
  }
}
.cid-vjzbtgYkVP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2b075a;
}
.cid-vjzbtgYkVP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjzbtgYkVP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjzbtgYkVP .row {
  flex-direction: row-reverse;
}
.cid-vjzbtgYkVP .mbr-description {
  text-align: justify;
  color: #00b3f8;
}
.cid-vjzbthdFIA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2b075a;
}
.cid-vjzbthdFIA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjzbthdFIA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjzbthdFIA .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vjzbthdFIA .footer-col {
    flex-direction: column;
  }
}
.cid-vjzbthdFIA .row {
  background: #30036b;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vjzbthdFIA .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjzbthdFIA .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjzbthdFIA .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vjzbthdFIA .mbr-section-btn {
    text-align: center;
  }
}
.cid-vjzbthdFIA .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vjzbthdFIA .soc-item {
  margin: 8px;
}
.cid-vjzbthdFIA .soc-item a:hover .mbr-iconfont,
.cid-vjzbthdFIA .soc-item a:focus .mbr-iconfont {
  background-color: #00b3f8;
}
.cid-vjzbthdFIA .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #00b3f8;
  color: #2b075a;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vjzbthdFIA .row {
    text-align: center;
  }
  .cid-vjzbthdFIA .social-row {
    justify-content: center;
  }
}
.cid-vjzbthdFIA .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vjzbthdFIA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vjzbthdFIA .list {
    margin-bottom: 0rem;
  }
}
.cid-vjzbthdFIA .mbr-text {
  color: #bbbbbb;
}
.cid-vjzbthdFIA .mbr-section-subtitle {
  color: #00b3f8;
}
.cid-vjzbthdFIA .list,
.cid-vjzbthdFIA .item-wrap {
  color: #f7f7f7;
}
.cid-vjzbthdFIA .copyright {
  color: #ffffff;
}
.cid-vjzmUYW54u {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vjzmUYW54u .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-vjzmUYW54u .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vjzmUYW54u .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-vjzmUYW54u .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vjzmUYW54u .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjzmUYW54u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjzmUYW54u .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-vjzmUYW54u .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vjzmUYW54u .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vjzmUYW54u .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vjzmUYW54u .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vjzmUYW54u .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vjzmUYW54u .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vjzmUYW54u .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vjzmUYW54u .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vjzmUYW54u .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vjzmUYW54u .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vjzmUYW54u .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vjzmUYW54u .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vjzmUYW54u .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vjzmUYW54u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vjzmUYW54u .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(43, 7, 90, 0.4) !important;
  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;
  margin-top: 1rem;
  background-color: #2b075a;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vjzmUYW54u .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vjzmUYW54u .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vjzmUYW54u .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjzmUYW54u .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #2b075a;
  background: rgba(43, 7, 90, 0.4) !important;
}
.cid-vjzmUYW54u .nav-item:focus,
.cid-vjzmUYW54u .nav-link:focus {
  outline: none;
}
.cid-vjzmUYW54u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjzmUYW54u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjzmUYW54u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjzmUYW54u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjzmUYW54u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjzmUYW54u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjzmUYW54u .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-vjzmUYW54u .navbar.opened {
  transition: all 0.3s;
}
.cid-vjzmUYW54u .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjzmUYW54u .navbar .navbar-logo img {
  width: auto;
}
.cid-vjzmUYW54u .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vjzmUYW54u .navbar.collapsed {
  justify-content: center;
}
.cid-vjzmUYW54u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjzmUYW54u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjzmUYW54u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vjzmUYW54u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjzmUYW54u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjzmUYW54u .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-vjzmUYW54u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjzmUYW54u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjzmUYW54u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vjzmUYW54u .navbar {
    min-height: 72px;
  }
  .cid-vjzmUYW54u .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vjzmUYW54u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjzmUYW54u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjzmUYW54u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjzmUYW54u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjzmUYW54u .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-vjzmUYW54u .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjzmUYW54u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vjzmUYW54u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjzmUYW54u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjzmUYW54u .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vjzmUYW54u .dropdown-item.active,
.cid-vjzmUYW54u .dropdown-item:active {
  background-color: transparent;
}
.cid-vjzmUYW54u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjzmUYW54u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjzmUYW54u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjzmUYW54u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2b075a;
}
.cid-vjzmUYW54u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vjzmUYW54u .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vjzmUYW54u ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjzmUYW54u .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vjzmUYW54u .navbar-buttons {
    text-align: left;
  }
}
.cid-vjzmUYW54u button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjzmUYW54u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2b075a;
}
.cid-vjzmUYW54u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjzmUYW54u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjzmUYW54u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjzmUYW54u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjzmUYW54u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjzmUYW54u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjzmUYW54u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjzmUYW54u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjzmUYW54u .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vjzmUYW54u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjzmUYW54u .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-vjzmUYW54u .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjzmUYW54u .navbar {
    height: 70px;
  }
  .cid-vjzmUYW54u .navbar.opened {
    height: auto;
  }
  .cid-vjzmUYW54u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjzmUYW54u .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vjzmUYW54u .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vjzmUYW54u .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vjzmUYW54u .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: .3s all;
  transform: rotate(-90deg);
}
.cid-vjzmUYW54u .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vjzmUYW54u .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vjzmUYW54u .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vjzmUYW54u .navbar-brand {
    margin-right: auto;
  }
  .cid-vjzmUYW54u .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2b075a;
    opacity: 1;
    border-color: rgba(43, 7, 90, 0.4) !important;
    background: rgba(43, 7, 90, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vjzmUYW54u .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vjzmUYW54u .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vjzmUYW54u .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-vjzmUYW54u .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vjzmUYW54u .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vjzmUYW54u .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-vjzmUYW54u .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vjzmUYW54u .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-vjzmUYW54u .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vjzmUYW54u .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vjzmUZnFIT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2b075a;
}
@media (min-width: 992px) {
  .cid-vjzmUZnFIT .carousel {
    max-height: 500px;
  }
  .cid-vjzmUZnFIT .carousel img {
    height: 500px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vjzmUZnFIT .carousel {
    min-height: 325px;
  }
  .cid-vjzmUZnFIT .carousel img {
    height: 325px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vjzmUZnFIT .carousel {
    min-height: 275px;
  }
  .cid-vjzmUZnFIT .carousel img {
    height: 275px;
    object-fit: cover;
  }
  .cid-vjzmUZnFIT .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vjzmUZnFIT .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vjzmUZnFIT .carousel,
.cid-vjzmUZnFIT .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjzmUZnFIT .item-wrapper {
  width: 100%;
}
.cid-vjzmUZnFIT .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vjzmUZnFIT .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vjzmUZnFIT .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vjzmUZnFIT .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vjzmUZnFIT .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vjzmUZnFIT .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjzmUZnFIT .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjzmUZnFIT .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjzmUZnFIT .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjzmUZnFIT .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vjzmUZnFIT .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vjzmUZnFIT .carousel-indicators li.active,
.cid-vjzmUZnFIT .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjzmUZnFIT .carousel-indicators li::after,
.cid-vjzmUZnFIT .carousel-indicators li::before {
  content: none;
}
.cid-vjzmUZnFIT .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjzmUZnFIT .carousel-indicators {
    display: none !important;
  }
}
.cid-vjzmUZHpAQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2b075a;
}
.cid-vjzmUZHpAQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjzmUZHpAQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjzmUZHpAQ .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vjzmUZHpAQ .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-vjzmUZHpAQ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vjzmUZHpAQ .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vjzmUZHpAQ .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vjzmUZHpAQ .header-menu li p {
  margin: 0;
}
.cid-vjzmUZHpAQ .content-head {
  max-width: 800px;
}
.cid-vjzmUZZglB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2b075a;
}
.cid-vjzmUZZglB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjzmUZZglB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjzmUZZglB .card-wrapper {
  background: #30036b;
}
@media (max-width: 767px) {
  .cid-vjzmUZZglB .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjzmUZZglB .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjzmUZZglB .card-wrapper {
    padding: 4rem;
  }
}
.cid-vjzmUZZglB .mbr-text,
.cid-vjzmUZZglB .mbr-section-btn {
  color: #9a9b99;
  text-align: left;
}
.cid-vjzmUZZglB .card-title,
.cid-vjzmUZZglB .card-box {
  text-align: center;
  color: #000000;
}
.cid-vjzmUZZglB .mbr-section-subtitle {
  text-align: justify;
  color: #ffffff;
}
.cid-vjzmV0jJh1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2b075a;
}
.cid-vjzmV0jJh1 h6 {
  line-height: 1.2;
}
.cid-vjzmV0jJh1 img,
.cid-vjzmV0jJh1 .item-img {
  width: 100%;
  height: 100%;
}
.cid-vjzmV0jJh1 .item:focus,
.cid-vjzmV0jJh1 span:focus {
  outline: none;
}
.cid-vjzmV0jJh1 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-vjzmV0jJh1 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vjzmV0jJh1 .mbr-section-title {
  color: #00b3f8;
}
.cid-vjzmV0jJh1 .mbr-text,
.cid-vjzmV0jJh1 .mbr-section-btn {
  color: #000000;
}
.cid-vjzmV0jJh1 .item-title {
  color: #000000;
  text-align: center;
}
.cid-vjzmV0jJh1 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vjzmV0jJh1 .item-text {
  color: #000000;
  text-align: center;
}
.cid-vjzmV0jJh1 .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-vjzmV0jJh1 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vjzmV0jJh1 .item-subtitle,
.cid-vjzmV0jJh1 .mbr-section-btn {
  color: #ffffff;
}
.cid-vjzmV0jJh1 .item-title,
.cid-vjzmV0jJh1 .mbr-section-btn {
  color: #ffffff;
}
.cid-vjzmV1bFyj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2b075a;
}
.cid-vjzmV1bFyj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjzmV1bFyj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjzmV1bFyj .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjzmV1bFyj .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vjzmV1bFyj .item-wrapper {
  background: #30036b;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vjzmV1bFyj .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vjzmV1bFyj .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vjzmV1bFyj .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-vjzmV1bFyj .mbr-section-title {
  color: #00b3f8;
}
.cid-vjzmV1bFyj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vjzmV1bFyj .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vjzmV1bFyj .card-box .item-footer {
  margin-top: auto;
}
.cid-vjzmV1bFyj .content-head {
  max-width: 800px;
}
.cid-vjzmV1bFyj .card-title,
.cid-vjzmV1bFyj .iconfont-wrapper {
  text-align: left;
  color: #00b3f8;
}
.cid-vjzmV1bFyj .card-text,
.cid-vjzmV1bFyj .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vjBhYM0xB7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2b075a;
}
.cid-vjBhYM0xB7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjBhYM0xB7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjBhYM0xB7 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjBhYM0xB7 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vjBhYM0xB7 .item-wrapper {
  background: #30036b;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vjBhYM0xB7 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vjBhYM0xB7 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vjBhYM0xB7 .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-vjBhYM0xB7 .mbr-section-title {
  color: #00b3f8;
}
.cid-vjBhYM0xB7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vjBhYM0xB7 .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vjBhYM0xB7 .card-box .item-footer {
  margin-top: auto;
}
.cid-vjBhYM0xB7 .content-head {
  max-width: 800px;
}
.cid-vjBhYM0xB7 .card-title,
.cid-vjBhYM0xB7 .iconfont-wrapper {
  text-align: left;
  color: #00b3f8;
}
.cid-vjBhYM0xB7 .card-text,
.cid-vjBhYM0xB7 .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vjzmV2pREV {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #2b075a;
}
.cid-vjzmV2pREV .mbr-text {
  color: #000000;
}
.cid-vjzmV2pREV .mbr-section-subtitle {
  color: #000000;
}
.cid-vjzmV2pREV .mbr-section-title {
  color: #00b3f8;
  text-align: center;
}
.cid-vjzmV2pREV .mbr-text,
.cid-vjzmV2pREV .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vjzmV2pREV .item-wrapper {
  background: #30036b;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vjzmV2pREV .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vjzmV2pREV .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vjzmV2pREV .mbr-card-title {
  color: #00b3f8;
}
.cid-vjzmV2IhOH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2b075a;
}
@media (min-width: 992px) {
  .cid-vjzmV2IhOH .carousel {
    max-height: 200px;
  }
  .cid-vjzmV2IhOH .carousel img {
    height: 200px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vjzmV2IhOH .carousel {
    min-height: 130px;
  }
  .cid-vjzmV2IhOH .carousel img {
    height: 130px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vjzmV2IhOH .carousel {
    min-height: 110px;
  }
  .cid-vjzmV2IhOH .carousel img {
    height: 110px;
    object-fit: cover;
  }
  .cid-vjzmV2IhOH .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vjzmV2IhOH .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vjzmV2IhOH .carousel,
.cid-vjzmV2IhOH .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjzmV2IhOH .item-wrapper {
  width: 100%;
}
.cid-vjzmV2IhOH .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vjzmV2IhOH .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vjzmV2IhOH .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vjzmV2IhOH .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vjzmV2IhOH .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vjzmV2IhOH .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjzmV2IhOH .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjzmV2IhOH .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjzmV2IhOH .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjzmV2IhOH .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vjzmV2IhOH .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vjzmV2IhOH .carousel-indicators li.active,
.cid-vjzmV2IhOH .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjzmV2IhOH .carousel-indicators li::after,
.cid-vjzmV2IhOH .carousel-indicators li::before {
  content: none;
}
.cid-vjzmV2IhOH .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjzmV2IhOH .carousel-indicators {
    display: none !important;
  }
}
.cid-vjzmV2WNu3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2b075a;
}
.cid-vjzmV2WNu3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjzmV2WNu3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjzmV2WNu3 .row {
  flex-direction: row-reverse;
}
.cid-vjzmV2WNu3 .mbr-description {
  text-align: justify;
  color: #00b3f8;
}
.cid-vjzmV3eDzN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2b075a;
}
.cid-vjzmV3eDzN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjzmV3eDzN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjzmV3eDzN .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vjzmV3eDzN .footer-col {
    flex-direction: column;
  }
}
.cid-vjzmV3eDzN .row {
  background: #30036b;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vjzmV3eDzN .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjzmV3eDzN .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjzmV3eDzN .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vjzmV3eDzN .mbr-section-btn {
    text-align: center;
  }
}
.cid-vjzmV3eDzN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vjzmV3eDzN .soc-item {
  margin: 8px;
}
.cid-vjzmV3eDzN .soc-item a:hover .mbr-iconfont,
.cid-vjzmV3eDzN .soc-item a:focus .mbr-iconfont {
  background-color: #00b3f8;
}
.cid-vjzmV3eDzN .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #00b3f8;
  color: #2b075a;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vjzmV3eDzN .row {
    text-align: center;
  }
  .cid-vjzmV3eDzN .social-row {
    justify-content: center;
  }
}
.cid-vjzmV3eDzN .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vjzmV3eDzN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vjzmV3eDzN .list {
    margin-bottom: 0rem;
  }
}
.cid-vjzmV3eDzN .mbr-text {
  color: #bbbbbb;
}
.cid-vjzmV3eDzN .mbr-section-subtitle {
  color: #00b3f8;
}
.cid-vjzmV3eDzN .list,
.cid-vjzmV3eDzN .item-wrap {
  color: #f7f7f7;
}
.cid-vjzmV3eDzN .copyright {
  color: #ffffff;
}
.cid-vjBkdnjPrU {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vjBkdnjPrU .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-vjBkdnjPrU .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vjBkdnjPrU .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-vjBkdnjPrU .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vjBkdnjPrU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjBkdnjPrU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjBkdnjPrU .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-vjBkdnjPrU .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vjBkdnjPrU .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vjBkdnjPrU .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vjBkdnjPrU .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vjBkdnjPrU .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vjBkdnjPrU .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vjBkdnjPrU .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vjBkdnjPrU .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vjBkdnjPrU .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vjBkdnjPrU .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vjBkdnjPrU .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vjBkdnjPrU .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vjBkdnjPrU .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vjBkdnjPrU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vjBkdnjPrU .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(43, 7, 90, 0.4) !important;
  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;
  margin-top: 1rem;
  background-color: #2b075a;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vjBkdnjPrU .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vjBkdnjPrU .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vjBkdnjPrU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjBkdnjPrU .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #2b075a;
  background: rgba(43, 7, 90, 0.4) !important;
}
.cid-vjBkdnjPrU .nav-item:focus,
.cid-vjBkdnjPrU .nav-link:focus {
  outline: none;
}
.cid-vjBkdnjPrU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjBkdnjPrU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjBkdnjPrU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjBkdnjPrU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjBkdnjPrU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjBkdnjPrU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjBkdnjPrU .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-vjBkdnjPrU .navbar.opened {
  transition: all 0.3s;
}
.cid-vjBkdnjPrU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjBkdnjPrU .navbar .navbar-logo img {
  width: auto;
}
.cid-vjBkdnjPrU .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vjBkdnjPrU .navbar.collapsed {
  justify-content: center;
}
.cid-vjBkdnjPrU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjBkdnjPrU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjBkdnjPrU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vjBkdnjPrU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjBkdnjPrU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjBkdnjPrU .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-vjBkdnjPrU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjBkdnjPrU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjBkdnjPrU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vjBkdnjPrU .navbar {
    min-height: 72px;
  }
  .cid-vjBkdnjPrU .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vjBkdnjPrU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjBkdnjPrU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjBkdnjPrU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjBkdnjPrU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjBkdnjPrU .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-vjBkdnjPrU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjBkdnjPrU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vjBkdnjPrU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjBkdnjPrU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjBkdnjPrU .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vjBkdnjPrU .dropdown-item.active,
.cid-vjBkdnjPrU .dropdown-item:active {
  background-color: transparent;
}
.cid-vjBkdnjPrU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjBkdnjPrU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjBkdnjPrU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjBkdnjPrU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2b075a;
}
.cid-vjBkdnjPrU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vjBkdnjPrU .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vjBkdnjPrU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjBkdnjPrU .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vjBkdnjPrU .navbar-buttons {
    text-align: left;
  }
}
.cid-vjBkdnjPrU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjBkdnjPrU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2b075a;
}
.cid-vjBkdnjPrU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjBkdnjPrU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjBkdnjPrU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjBkdnjPrU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjBkdnjPrU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjBkdnjPrU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjBkdnjPrU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjBkdnjPrU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjBkdnjPrU .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vjBkdnjPrU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjBkdnjPrU .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-vjBkdnjPrU .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjBkdnjPrU .navbar {
    height: 70px;
  }
  .cid-vjBkdnjPrU .navbar.opened {
    height: auto;
  }
  .cid-vjBkdnjPrU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjBkdnjPrU .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vjBkdnjPrU .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vjBkdnjPrU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vjBkdnjPrU .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: .3s all;
  transform: rotate(-90deg);
}
.cid-vjBkdnjPrU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vjBkdnjPrU .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vjBkdnjPrU .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vjBkdnjPrU .navbar-brand {
    margin-right: auto;
  }
  .cid-vjBkdnjPrU .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2b075a;
    opacity: 1;
    border-color: rgba(43, 7, 90, 0.4) !important;
    background: rgba(43, 7, 90, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vjBkdnjPrU .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vjBkdnjPrU .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vjBkdnjPrU .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-vjBkdnjPrU .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vjBkdnjPrU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vjBkdnjPrU .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-vjBkdnjPrU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vjBkdnjPrU .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-vjBkdnjPrU .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vjBkdnjPrU .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vjBkdnLIyn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2b075a;
}
@media (min-width: 992px) {
  .cid-vjBkdnLIyn .carousel {
    max-height: 500px;
  }
  .cid-vjBkdnLIyn .carousel img {
    height: 500px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vjBkdnLIyn .carousel {
    min-height: 325px;
  }
  .cid-vjBkdnLIyn .carousel img {
    height: 325px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vjBkdnLIyn .carousel {
    min-height: 275px;
  }
  .cid-vjBkdnLIyn .carousel img {
    height: 275px;
    object-fit: cover;
  }
  .cid-vjBkdnLIyn .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vjBkdnLIyn .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vjBkdnLIyn .carousel,
.cid-vjBkdnLIyn .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjBkdnLIyn .item-wrapper {
  width: 100%;
}
.cid-vjBkdnLIyn .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vjBkdnLIyn .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vjBkdnLIyn .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vjBkdnLIyn .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vjBkdnLIyn .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vjBkdnLIyn .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjBkdnLIyn .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjBkdnLIyn .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjBkdnLIyn .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjBkdnLIyn .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vjBkdnLIyn .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vjBkdnLIyn .carousel-indicators li.active,
.cid-vjBkdnLIyn .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjBkdnLIyn .carousel-indicators li::after,
.cid-vjBkdnLIyn .carousel-indicators li::before {
  content: none;
}
.cid-vjBkdnLIyn .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjBkdnLIyn .carousel-indicators {
    display: none !important;
  }
}
.cid-vjBkdoakTq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2b075a;
}
.cid-vjBkdoakTq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjBkdoakTq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjBkdoakTq .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vjBkdoakTq .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-vjBkdoakTq .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vjBkdoakTq .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vjBkdoakTq .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vjBkdoakTq .header-menu li p {
  margin: 0;
}
.cid-vjBkdoakTq .content-head {
  max-width: 800px;
}
.cid-vjByjdURrl {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #2b075a;
}
.cid-vjByjdURrl img,
.cid-vjByjdURrl .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vjByjdURrl .item:focus,
.cid-vjByjdURrl span:focus {
  outline: none;
}
.cid-vjByjdURrl .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjByjdURrl .item {
    margin-bottom: 1rem;
  }
}
.cid-vjByjdURrl .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-vjByjdURrl .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vjByjdURrl .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vjByjdURrl .item-wrapper {
  position: relative;
  background: #30036b;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vjByjdURrl .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vjByjdURrl .mbr-section-title {
  color: #00b3f8;
}
.cid-vjByjdURrl .item-title {
  text-align: center;
  color: #00b3f8;
}
.cid-vjByjdURrl .item-subtitle {
  text-align: left;
}
.cid-vjByjdURrl .mbr-text,
.cid-vjByjdURrl .item .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vjByjdURrl .content-head {
  max-width: 800px;
}
.cid-vjBkdokJww {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2b075a;
}
.cid-vjBkdokJww .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjBkdokJww .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjBkdokJww .card-wrapper {
  background: #30036b;
}
@media (max-width: 767px) {
  .cid-vjBkdokJww .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjBkdokJww .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjBkdokJww .card-wrapper {
    padding: 4rem;
  }
}
.cid-vjBkdokJww .mbr-text,
.cid-vjBkdokJww .mbr-section-btn {
  color: #f7f7f7;
  text-align: left;
}
.cid-vjBkdokJww .card-title,
.cid-vjBkdokJww .card-box {
  text-align: center;
  color: #000000;
}
.cid-vjBkdokJww .mbr-section-subtitle {
  text-align: left;
  color: #00b3f8;
}
.cid-vjBkdpSGYf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2b075a;
}
@media (min-width: 992px) {
  .cid-vjBkdpSGYf .carousel {
    max-height: 200px;
  }
  .cid-vjBkdpSGYf .carousel img {
    height: 200px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vjBkdpSGYf .carousel {
    min-height: 130px;
  }
  .cid-vjBkdpSGYf .carousel img {
    height: 130px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vjBkdpSGYf .carousel {
    min-height: 110px;
  }
  .cid-vjBkdpSGYf .carousel img {
    height: 110px;
    object-fit: cover;
  }
  .cid-vjBkdpSGYf .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vjBkdpSGYf .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vjBkdpSGYf .carousel,
.cid-vjBkdpSGYf .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjBkdpSGYf .item-wrapper {
  width: 100%;
}
.cid-vjBkdpSGYf .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vjBkdpSGYf .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vjBkdpSGYf .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vjBkdpSGYf .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vjBkdpSGYf .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vjBkdpSGYf .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjBkdpSGYf .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjBkdpSGYf .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjBkdpSGYf .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjBkdpSGYf .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vjBkdpSGYf .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vjBkdpSGYf .carousel-indicators li.active,
.cid-vjBkdpSGYf .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjBkdpSGYf .carousel-indicators li::after,
.cid-vjBkdpSGYf .carousel-indicators li::before {
  content: none;
}
.cid-vjBkdpSGYf .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjBkdpSGYf .carousel-indicators {
    display: none !important;
  }
}
.cid-vjBkdq18LI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2b075a;
}
.cid-vjBkdq18LI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjBkdq18LI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjBkdq18LI .row {
  flex-direction: row-reverse;
}
.cid-vjBkdq18LI .mbr-description {
  text-align: justify;
  color: #00b3f8;
}
.cid-vjBkdqd5lY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2b075a;
}
.cid-vjBkdqd5lY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjBkdqd5lY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjBkdqd5lY .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vjBkdqd5lY .footer-col {
    flex-direction: column;
  }
}
.cid-vjBkdqd5lY .row {
  background: #30036b;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vjBkdqd5lY .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjBkdqd5lY .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjBkdqd5lY .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vjBkdqd5lY .mbr-section-btn {
    text-align: center;
  }
}
.cid-vjBkdqd5lY .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vjBkdqd5lY .soc-item {
  margin: 8px;
}
.cid-vjBkdqd5lY .soc-item a:hover .mbr-iconfont,
.cid-vjBkdqd5lY .soc-item a:focus .mbr-iconfont {
  background-color: #00b3f8;
}
.cid-vjBkdqd5lY .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #00b3f8;
  color: #2b075a;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vjBkdqd5lY .row {
    text-align: center;
  }
  .cid-vjBkdqd5lY .social-row {
    justify-content: center;
  }
}
.cid-vjBkdqd5lY .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vjBkdqd5lY .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vjBkdqd5lY .list {
    margin-bottom: 0rem;
  }
}
.cid-vjBkdqd5lY .mbr-text {
  color: #bbbbbb;
}
.cid-vjBkdqd5lY .mbr-section-subtitle {
  color: #00b3f8;
}
.cid-vjBkdqd5lY .list,
.cid-vjBkdqd5lY .item-wrap {
  color: #f7f7f7;
}
.cid-vjBkdqd5lY .copyright {
  color: #ffffff;
}
.cid-vjBEV0wpP0 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vjBEV0wpP0 .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-vjBEV0wpP0 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vjBEV0wpP0 .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-vjBEV0wpP0 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vjBEV0wpP0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjBEV0wpP0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjBEV0wpP0 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-vjBEV0wpP0 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vjBEV0wpP0 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vjBEV0wpP0 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vjBEV0wpP0 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vjBEV0wpP0 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vjBEV0wpP0 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vjBEV0wpP0 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vjBEV0wpP0 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vjBEV0wpP0 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vjBEV0wpP0 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vjBEV0wpP0 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vjBEV0wpP0 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vjBEV0wpP0 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vjBEV0wpP0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vjBEV0wpP0 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(43, 7, 90, 0.4) !important;
  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;
  margin-top: 1rem;
  background-color: #2b075a;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vjBEV0wpP0 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vjBEV0wpP0 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vjBEV0wpP0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjBEV0wpP0 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #2b075a;
  background: rgba(43, 7, 90, 0.4) !important;
}
.cid-vjBEV0wpP0 .nav-item:focus,
.cid-vjBEV0wpP0 .nav-link:focus {
  outline: none;
}
.cid-vjBEV0wpP0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjBEV0wpP0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjBEV0wpP0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjBEV0wpP0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjBEV0wpP0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjBEV0wpP0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjBEV0wpP0 .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-vjBEV0wpP0 .navbar.opened {
  transition: all 0.3s;
}
.cid-vjBEV0wpP0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjBEV0wpP0 .navbar .navbar-logo img {
  width: auto;
}
.cid-vjBEV0wpP0 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vjBEV0wpP0 .navbar.collapsed {
  justify-content: center;
}
.cid-vjBEV0wpP0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjBEV0wpP0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjBEV0wpP0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vjBEV0wpP0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjBEV0wpP0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjBEV0wpP0 .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-vjBEV0wpP0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjBEV0wpP0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjBEV0wpP0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vjBEV0wpP0 .navbar {
    min-height: 72px;
  }
  .cid-vjBEV0wpP0 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vjBEV0wpP0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjBEV0wpP0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjBEV0wpP0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjBEV0wpP0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjBEV0wpP0 .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-vjBEV0wpP0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjBEV0wpP0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vjBEV0wpP0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjBEV0wpP0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjBEV0wpP0 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vjBEV0wpP0 .dropdown-item.active,
.cid-vjBEV0wpP0 .dropdown-item:active {
  background-color: transparent;
}
.cid-vjBEV0wpP0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjBEV0wpP0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjBEV0wpP0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjBEV0wpP0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2b075a;
}
.cid-vjBEV0wpP0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vjBEV0wpP0 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vjBEV0wpP0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjBEV0wpP0 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vjBEV0wpP0 .navbar-buttons {
    text-align: left;
  }
}
.cid-vjBEV0wpP0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjBEV0wpP0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2b075a;
}
.cid-vjBEV0wpP0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjBEV0wpP0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjBEV0wpP0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjBEV0wpP0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjBEV0wpP0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjBEV0wpP0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjBEV0wpP0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjBEV0wpP0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjBEV0wpP0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vjBEV0wpP0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjBEV0wpP0 .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-vjBEV0wpP0 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjBEV0wpP0 .navbar {
    height: 70px;
  }
  .cid-vjBEV0wpP0 .navbar.opened {
    height: auto;
  }
  .cid-vjBEV0wpP0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjBEV0wpP0 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vjBEV0wpP0 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vjBEV0wpP0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vjBEV0wpP0 .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: .3s all;
  transform: rotate(-90deg);
}
.cid-vjBEV0wpP0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vjBEV0wpP0 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vjBEV0wpP0 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vjBEV0wpP0 .navbar-brand {
    margin-right: auto;
  }
  .cid-vjBEV0wpP0 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2b075a;
    opacity: 1;
    border-color: rgba(43, 7, 90, 0.4) !important;
    background: rgba(43, 7, 90, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vjBEV0wpP0 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vjBEV0wpP0 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vjBEV0wpP0 .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-vjBEV0wpP0 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vjBEV0wpP0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vjBEV0wpP0 .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-vjBEV0wpP0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vjBEV0wpP0 .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-vjBEV0wpP0 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vjBEV0wpP0 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vjBEV10RpG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2b075a;
}
@media (min-width: 992px) {
  .cid-vjBEV10RpG .carousel {
    max-height: 500px;
  }
  .cid-vjBEV10RpG .carousel img {
    height: 500px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vjBEV10RpG .carousel {
    min-height: 325px;
  }
  .cid-vjBEV10RpG .carousel img {
    height: 325px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vjBEV10RpG .carousel {
    min-height: 275px;
  }
  .cid-vjBEV10RpG .carousel img {
    height: 275px;
    object-fit: cover;
  }
  .cid-vjBEV10RpG .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vjBEV10RpG .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vjBEV10RpG .carousel,
.cid-vjBEV10RpG .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjBEV10RpG .item-wrapper {
  width: 100%;
}
.cid-vjBEV10RpG .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vjBEV10RpG .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vjBEV10RpG .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vjBEV10RpG .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vjBEV10RpG .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vjBEV10RpG .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjBEV10RpG .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjBEV10RpG .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjBEV10RpG .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjBEV10RpG .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vjBEV10RpG .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vjBEV10RpG .carousel-indicators li.active,
.cid-vjBEV10RpG .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjBEV10RpG .carousel-indicators li::after,
.cid-vjBEV10RpG .carousel-indicators li::before {
  content: none;
}
.cid-vjBEV10RpG .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjBEV10RpG .carousel-indicators {
    display: none !important;
  }
}
.cid-vjBEV1egtQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2b075a;
}
.cid-vjBEV1egtQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjBEV1egtQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjBEV1egtQ .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vjBEV1egtQ .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-vjBEV1egtQ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vjBEV1egtQ .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vjBEV1egtQ .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vjBEV1egtQ .header-menu li p {
  margin: 0;
}
.cid-vjBEV1egtQ .content-head {
  max-width: 800px;
}
.cid-vjBGa9EwIx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2b075a;
}
.cid-vjBGa9EwIx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjBGa9EwIx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjBGa9EwIx .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjBGa9EwIx .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vjBGa9EwIx .item-wrapper {
  background: #30036b;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vjBGa9EwIx .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vjBGa9EwIx .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vjBGa9EwIx .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-vjBGa9EwIx .mbr-section-title {
  color: #9fe870;
}
.cid-vjBGa9EwIx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vjBGa9EwIx .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vjBGa9EwIx .card-box .item-footer {
  margin-top: auto;
}
.cid-vjBGa9EwIx .content-head {
  max-width: 800px;
}
.cid-vjBGa9EwIx .card-title,
.cid-vjBGa9EwIx .iconfont-wrapper {
  color: #00b3f8;
  text-align: center;
}
.cid-vjBGa9EwIx .card-text,
.cid-vjBGa9EwIx .item .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vjBEV1PYqk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2b075a;
}
.cid-vjBEV1PYqk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjBEV1PYqk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjBEV1PYqk .card-wrapper {
  background: #30036b;
}
@media (max-width: 767px) {
  .cid-vjBEV1PYqk .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjBEV1PYqk .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjBEV1PYqk .card-wrapper {
    padding: 4rem;
  }
}
.cid-vjBEV1PYqk .mbr-text,
.cid-vjBEV1PYqk .mbr-section-btn {
  color: #f7f7f7;
  text-align: left;
}
.cid-vjBEV1PYqk .card-title,
.cid-vjBEV1PYqk .card-box {
  text-align: center;
  color: #000000;
}
.cid-vjBEV1PYqk .mbr-section-subtitle {
  text-align: left;
  color: #00b3f8;
}
.cid-vjBKXs3ODZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2b075a;
}
.cid-vjBKXs3ODZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjBKXs3ODZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjBKXs3ODZ .card-wrapper {
  background: #30036b;
}
@media (max-width: 767px) {
  .cid-vjBKXs3ODZ .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjBKXs3ODZ .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjBKXs3ODZ .card-wrapper {
    padding: 4rem;
  }
}
.cid-vjBKXs3ODZ .mbr-text,
.cid-vjBKXs3ODZ .mbr-section-btn {
  color: #f7f7f7;
  text-align: left;
}
.cid-vjBKXs3ODZ .card-title,
.cid-vjBKXs3ODZ .card-box {
  text-align: center;
  color: #000000;
}
.cid-vjBKXs3ODZ .mbr-section-subtitle {
  text-align: left;
  color: #00b3f8;
}
.cid-vjBLsi8h2g {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2b075a;
}
.cid-vjBLsi8h2g .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjBLsi8h2g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjBLsi8h2g .card-wrapper {
  background: #30036b;
}
@media (max-width: 767px) {
  .cid-vjBLsi8h2g .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjBLsi8h2g .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjBLsi8h2g .card-wrapper {
    padding: 4rem;
  }
}
.cid-vjBLsi8h2g .mbr-text,
.cid-vjBLsi8h2g .mbr-section-btn {
  color: #f7f7f7;
  text-align: left;
}
.cid-vjBLsi8h2g .card-title,
.cid-vjBLsi8h2g .card-box {
  text-align: center;
  color: #000000;
}
.cid-vjBLsi8h2g .mbr-section-subtitle {
  text-align: left;
  color: #00b3f8;
}
.cid-vjC4wjQYGb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2b075a;
}
.cid-vjC4wjQYGb img,
.cid-vjC4wjQYGb .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vjC4wjQYGb .item:focus,
.cid-vjC4wjQYGb span:focus {
  outline: none;
}
.cid-vjC4wjQYGb .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjC4wjQYGb .item {
    margin-bottom: 1rem;
  }
}
.cid-vjC4wjQYGb .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-vjC4wjQYGb .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vjC4wjQYGb .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vjC4wjQYGb .item-wrapper {
  position: relative;
  background: #30036b;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vjC4wjQYGb .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vjC4wjQYGb .mbr-section-title {
  color: #00b3f8;
  text-align: center;
}
.cid-vjC4wjQYGb .item-title {
  text-align: left;
}
.cid-vjC4wjQYGb .item-subtitle {
  text-align: left;
}
.cid-vjC4wjQYGb .mbr-text,
.cid-vjC4wjQYGb .item .mbr-section-btn {
  text-align: left;
}
.cid-vjC4wjQYGb .content-head {
  max-width: 800px;
}
.cid-vjC4wjQYGb .mbr-section-subtitle,
.cid-vjC4wjQYGb .mbr-section-head .mbr-section-btn DIV {
  text-align: justify;
}
.cid-vjC4wjQYGb .mbr-section-subtitle,
.cid-vjC4wjQYGb .mbr-section-head .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vjBKDwJyXf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2b075a;
}
.cid-vjBKDwJyXf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjBKDwJyXf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjBKDwJyXf .card-wrapper {
  background: #30036b;
}
@media (max-width: 767px) {
  .cid-vjBKDwJyXf .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjBKDwJyXf .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjBKDwJyXf .card-wrapper {
    padding: 4rem;
  }
}
.cid-vjBKDwJyXf .mbr-text,
.cid-vjBKDwJyXf .mbr-section-btn {
  color: #f7f7f7;
  text-align: left;
}
.cid-vjBKDwJyXf .card-title,
.cid-vjBKDwJyXf .card-box {
  text-align: center;
  color: #000000;
}
.cid-vjBKDwJyXf .mbr-section-subtitle {
  text-align: left;
  color: #00b3f8;
}
.cid-vjBEV26o4O {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2b075a;
}
@media (min-width: 992px) {
  .cid-vjBEV26o4O .carousel {
    max-height: 200px;
  }
  .cid-vjBEV26o4O .carousel img {
    height: 200px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vjBEV26o4O .carousel {
    min-height: 130px;
  }
  .cid-vjBEV26o4O .carousel img {
    height: 130px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vjBEV26o4O .carousel {
    min-height: 110px;
  }
  .cid-vjBEV26o4O .carousel img {
    height: 110px;
    object-fit: cover;
  }
  .cid-vjBEV26o4O .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vjBEV26o4O .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vjBEV26o4O .carousel,
.cid-vjBEV26o4O .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjBEV26o4O .item-wrapper {
  width: 100%;
}
.cid-vjBEV26o4O .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vjBEV26o4O .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vjBEV26o4O .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vjBEV26o4O .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vjBEV26o4O .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vjBEV26o4O .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjBEV26o4O .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjBEV26o4O .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjBEV26o4O .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjBEV26o4O .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vjBEV26o4O .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vjBEV26o4O .carousel-indicators li.active,
.cid-vjBEV26o4O .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjBEV26o4O .carousel-indicators li::after,
.cid-vjBEV26o4O .carousel-indicators li::before {
  content: none;
}
.cid-vjBEV26o4O .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjBEV26o4O .carousel-indicators {
    display: none !important;
  }
}
.cid-vjBEV2nnDm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2b075a;
}
.cid-vjBEV2nnDm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjBEV2nnDm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjBEV2nnDm .row {
  flex-direction: row-reverse;
}
.cid-vjBEV2nnDm .mbr-description {
  text-align: justify;
  color: #00b3f8;
}
.cid-vjBEV2xw0N {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2b075a;
}
.cid-vjBEV2xw0N .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjBEV2xw0N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjBEV2xw0N .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vjBEV2xw0N .footer-col {
    flex-direction: column;
  }
}
.cid-vjBEV2xw0N .row {
  background: #30036b;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vjBEV2xw0N .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjBEV2xw0N .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjBEV2xw0N .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vjBEV2xw0N .mbr-section-btn {
    text-align: center;
  }
}
.cid-vjBEV2xw0N .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vjBEV2xw0N .soc-item {
  margin: 8px;
}
.cid-vjBEV2xw0N .soc-item a:hover .mbr-iconfont,
.cid-vjBEV2xw0N .soc-item a:focus .mbr-iconfont {
  background-color: #00b3f8;
}
.cid-vjBEV2xw0N .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #00b3f8;
  color: #2b075a;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vjBEV2xw0N .row {
    text-align: center;
  }
  .cid-vjBEV2xw0N .social-row {
    justify-content: center;
  }
}
.cid-vjBEV2xw0N .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vjBEV2xw0N .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vjBEV2xw0N .list {
    margin-bottom: 0rem;
  }
}
.cid-vjBEV2xw0N .mbr-text {
  color: #bbbbbb;
}
.cid-vjBEV2xw0N .mbr-section-subtitle {
  color: #00b3f8;
}
.cid-vjBEV2xw0N .list,
.cid-vjBEV2xw0N .item-wrap {
  color: #f7f7f7;
}
.cid-vjBEV2xw0N .copyright {
  color: #ffffff;
}
.cid-vjCc8gittJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vjCc8gittJ .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-vjCc8gittJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vjCc8gittJ .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-vjCc8gittJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vjCc8gittJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjCc8gittJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjCc8gittJ .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-vjCc8gittJ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vjCc8gittJ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vjCc8gittJ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vjCc8gittJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vjCc8gittJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vjCc8gittJ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vjCc8gittJ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vjCc8gittJ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vjCc8gittJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vjCc8gittJ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vjCc8gittJ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vjCc8gittJ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vjCc8gittJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vjCc8gittJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vjCc8gittJ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(43, 7, 90, 0.4) !important;
  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;
  margin-top: 1rem;
  background-color: #2b075a;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vjCc8gittJ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vjCc8gittJ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vjCc8gittJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjCc8gittJ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #2b075a;
  background: rgba(43, 7, 90, 0.4) !important;
}
.cid-vjCc8gittJ .nav-item:focus,
.cid-vjCc8gittJ .nav-link:focus {
  outline: none;
}
.cid-vjCc8gittJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjCc8gittJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjCc8gittJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjCc8gittJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjCc8gittJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjCc8gittJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjCc8gittJ .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-vjCc8gittJ .navbar.opened {
  transition: all 0.3s;
}
.cid-vjCc8gittJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjCc8gittJ .navbar .navbar-logo img {
  width: auto;
}
.cid-vjCc8gittJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vjCc8gittJ .navbar.collapsed {
  justify-content: center;
}
.cid-vjCc8gittJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjCc8gittJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjCc8gittJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vjCc8gittJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjCc8gittJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjCc8gittJ .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-vjCc8gittJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjCc8gittJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjCc8gittJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vjCc8gittJ .navbar {
    min-height: 72px;
  }
  .cid-vjCc8gittJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vjCc8gittJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjCc8gittJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjCc8gittJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjCc8gittJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjCc8gittJ .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-vjCc8gittJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjCc8gittJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vjCc8gittJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjCc8gittJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjCc8gittJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vjCc8gittJ .dropdown-item.active,
.cid-vjCc8gittJ .dropdown-item:active {
  background-color: transparent;
}
.cid-vjCc8gittJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjCc8gittJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjCc8gittJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjCc8gittJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2b075a;
}
.cid-vjCc8gittJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vjCc8gittJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vjCc8gittJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjCc8gittJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vjCc8gittJ .navbar-buttons {
    text-align: left;
  }
}
.cid-vjCc8gittJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjCc8gittJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2b075a;
}
.cid-vjCc8gittJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjCc8gittJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjCc8gittJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjCc8gittJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjCc8gittJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjCc8gittJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjCc8gittJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjCc8gittJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjCc8gittJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vjCc8gittJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjCc8gittJ .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-vjCc8gittJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjCc8gittJ .navbar {
    height: 70px;
  }
  .cid-vjCc8gittJ .navbar.opened {
    height: auto;
  }
  .cid-vjCc8gittJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjCc8gittJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vjCc8gittJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vjCc8gittJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vjCc8gittJ .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: .3s all;
  transform: rotate(-90deg);
}
.cid-vjCc8gittJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vjCc8gittJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vjCc8gittJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vjCc8gittJ .navbar-brand {
    margin-right: auto;
  }
  .cid-vjCc8gittJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2b075a;
    opacity: 1;
    border-color: rgba(43, 7, 90, 0.4) !important;
    background: rgba(43, 7, 90, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vjCc8gittJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vjCc8gittJ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vjCc8gittJ .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-vjCc8gittJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vjCc8gittJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vjCc8gittJ .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-vjCc8gittJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vjCc8gittJ .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-vjCc8gittJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vjCc8gittJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vjCc8hA3dV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2b075a;
}
@media (min-width: 992px) {
  .cid-vjCc8hA3dV .carousel {
    max-height: 500px;
  }
  .cid-vjCc8hA3dV .carousel img {
    height: 500px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vjCc8hA3dV .carousel {
    min-height: 325px;
  }
  .cid-vjCc8hA3dV .carousel img {
    height: 325px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vjCc8hA3dV .carousel {
    min-height: 275px;
  }
  .cid-vjCc8hA3dV .carousel img {
    height: 275px;
    object-fit: cover;
  }
  .cid-vjCc8hA3dV .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vjCc8hA3dV .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vjCc8hA3dV .carousel,
.cid-vjCc8hA3dV .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjCc8hA3dV .item-wrapper {
  width: 100%;
}
.cid-vjCc8hA3dV .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vjCc8hA3dV .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vjCc8hA3dV .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vjCc8hA3dV .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vjCc8hA3dV .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vjCc8hA3dV .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjCc8hA3dV .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjCc8hA3dV .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjCc8hA3dV .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjCc8hA3dV .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vjCc8hA3dV .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vjCc8hA3dV .carousel-indicators li.active,
.cid-vjCc8hA3dV .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjCc8hA3dV .carousel-indicators li::after,
.cid-vjCc8hA3dV .carousel-indicators li::before {
  content: none;
}
.cid-vjCc8hA3dV .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjCc8hA3dV .carousel-indicators {
    display: none !important;
  }
}
.cid-vjCc8hUWmM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2b075a;
}
.cid-vjCc8hUWmM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjCc8hUWmM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjCc8hUWmM .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vjCc8hUWmM .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-vjCc8hUWmM .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vjCc8hUWmM .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vjCc8hUWmM .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vjCc8hUWmM .header-menu li p {
  margin: 0;
}
.cid-vjCc8hUWmM .content-head {
  max-width: 800px;
}
.cid-vjCcGJCOUx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2b075a;
}
.cid-vjCcGJCOUx h6 {
  line-height: 1.2;
}
.cid-vjCcGJCOUx img,
.cid-vjCcGJCOUx .item-img {
  width: 100%;
}
.cid-vjCcGJCOUx .item:focus,
.cid-vjCcGJCOUx span:focus {
  outline: none;
}
.cid-vjCcGJCOUx .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjCcGJCOUx .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vjCcGJCOUx .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-vjCcGJCOUx .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vjCcGJCOUx .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vjCcGJCOUx .mbr-section-title {
  color: #00b3f8;
}
.cid-vjCcGJCOUx .mbr-text,
.cid-vjCcGJCOUx .mbr-section-btn {
  color: #000000;
}
.cid-vjCcGJCOUx .item-title {
  color: #000000;
  text-align: center;
}
.cid-vjCcGJCOUx .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vjCcGJCOUx .item-text {
  color: #000000;
  text-align: center;
}
.cid-vjCcGJCOUx .content-head {
  max-width: 800px;
}
.cid-vjCcGJCOUx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vjCcGJCOUx .item-title,
.cid-vjCcGJCOUx .mbr-section-btn {
  color: #00b3f8;
}
.cid-vjCc8jQNi3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2b075a;
}
@media (min-width: 992px) {
  .cid-vjCc8jQNi3 .carousel {
    max-height: 200px;
  }
  .cid-vjCc8jQNi3 .carousel img {
    height: 200px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vjCc8jQNi3 .carousel {
    min-height: 130px;
  }
  .cid-vjCc8jQNi3 .carousel img {
    height: 130px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vjCc8jQNi3 .carousel {
    min-height: 110px;
  }
  .cid-vjCc8jQNi3 .carousel img {
    height: 110px;
    object-fit: cover;
  }
  .cid-vjCc8jQNi3 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vjCc8jQNi3 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vjCc8jQNi3 .carousel,
.cid-vjCc8jQNi3 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjCc8jQNi3 .item-wrapper {
  width: 100%;
}
.cid-vjCc8jQNi3 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vjCc8jQNi3 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vjCc8jQNi3 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vjCc8jQNi3 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vjCc8jQNi3 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vjCc8jQNi3 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjCc8jQNi3 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjCc8jQNi3 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjCc8jQNi3 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjCc8jQNi3 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vjCc8jQNi3 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vjCc8jQNi3 .carousel-indicators li.active,
.cid-vjCc8jQNi3 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjCc8jQNi3 .carousel-indicators li::after,
.cid-vjCc8jQNi3 .carousel-indicators li::before {
  content: none;
}
.cid-vjCc8jQNi3 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjCc8jQNi3 .carousel-indicators {
    display: none !important;
  }
}
.cid-vjCc8k39fa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2b075a;
}
.cid-vjCc8k39fa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjCc8k39fa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjCc8k39fa .row {
  flex-direction: row-reverse;
}
.cid-vjCc8k39fa .mbr-description {
  text-align: justify;
  color: #00b3f8;
}
.cid-vjCc8kiAU4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2b075a;
}
.cid-vjCc8kiAU4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjCc8kiAU4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjCc8kiAU4 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vjCc8kiAU4 .footer-col {
    flex-direction: column;
  }
}
.cid-vjCc8kiAU4 .row {
  background: #30036b;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vjCc8kiAU4 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjCc8kiAU4 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjCc8kiAU4 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vjCc8kiAU4 .mbr-section-btn {
    text-align: center;
  }
}
.cid-vjCc8kiAU4 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vjCc8kiAU4 .soc-item {
  margin: 8px;
}
.cid-vjCc8kiAU4 .soc-item a:hover .mbr-iconfont,
.cid-vjCc8kiAU4 .soc-item a:focus .mbr-iconfont {
  background-color: #00b3f8;
}
.cid-vjCc8kiAU4 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #00b3f8;
  color: #2b075a;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vjCc8kiAU4 .row {
    text-align: center;
  }
  .cid-vjCc8kiAU4 .social-row {
    justify-content: center;
  }
}
.cid-vjCc8kiAU4 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vjCc8kiAU4 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vjCc8kiAU4 .list {
    margin-bottom: 0rem;
  }
}
.cid-vjCc8kiAU4 .mbr-text {
  color: #bbbbbb;
}
.cid-vjCc8kiAU4 .mbr-section-subtitle {
  color: #00b3f8;
}
.cid-vjCc8kiAU4 .list,
.cid-vjCc8kiAU4 .item-wrap {
  color: #f7f7f7;
}
.cid-vjCc8kiAU4 .copyright {
  color: #ffffff;
}
.cid-vjCdIDqJOu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vjCdIDqJOu .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-vjCdIDqJOu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vjCdIDqJOu .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-vjCdIDqJOu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vjCdIDqJOu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjCdIDqJOu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjCdIDqJOu .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-vjCdIDqJOu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vjCdIDqJOu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vjCdIDqJOu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vjCdIDqJOu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vjCdIDqJOu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vjCdIDqJOu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vjCdIDqJOu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vjCdIDqJOu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vjCdIDqJOu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vjCdIDqJOu .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vjCdIDqJOu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vjCdIDqJOu .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vjCdIDqJOu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vjCdIDqJOu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vjCdIDqJOu .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(43, 7, 90, 0.4) !important;
  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;
  margin-top: 1rem;
  background-color: #2b075a;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vjCdIDqJOu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vjCdIDqJOu .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vjCdIDqJOu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjCdIDqJOu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #2b075a;
  background: rgba(43, 7, 90, 0.4) !important;
}
.cid-vjCdIDqJOu .nav-item:focus,
.cid-vjCdIDqJOu .nav-link:focus {
  outline: none;
}
.cid-vjCdIDqJOu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjCdIDqJOu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjCdIDqJOu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjCdIDqJOu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjCdIDqJOu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjCdIDqJOu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjCdIDqJOu .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-vjCdIDqJOu .navbar.opened {
  transition: all 0.3s;
}
.cid-vjCdIDqJOu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjCdIDqJOu .navbar .navbar-logo img {
  width: auto;
}
.cid-vjCdIDqJOu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vjCdIDqJOu .navbar.collapsed {
  justify-content: center;
}
.cid-vjCdIDqJOu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjCdIDqJOu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjCdIDqJOu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vjCdIDqJOu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjCdIDqJOu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjCdIDqJOu .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-vjCdIDqJOu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjCdIDqJOu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjCdIDqJOu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vjCdIDqJOu .navbar {
    min-height: 72px;
  }
  .cid-vjCdIDqJOu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vjCdIDqJOu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjCdIDqJOu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjCdIDqJOu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjCdIDqJOu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjCdIDqJOu .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-vjCdIDqJOu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjCdIDqJOu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vjCdIDqJOu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjCdIDqJOu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjCdIDqJOu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vjCdIDqJOu .dropdown-item.active,
.cid-vjCdIDqJOu .dropdown-item:active {
  background-color: transparent;
}
.cid-vjCdIDqJOu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjCdIDqJOu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjCdIDqJOu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjCdIDqJOu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2b075a;
}
.cid-vjCdIDqJOu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vjCdIDqJOu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vjCdIDqJOu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjCdIDqJOu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vjCdIDqJOu .navbar-buttons {
    text-align: left;
  }
}
.cid-vjCdIDqJOu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjCdIDqJOu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2b075a;
}
.cid-vjCdIDqJOu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjCdIDqJOu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjCdIDqJOu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjCdIDqJOu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjCdIDqJOu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjCdIDqJOu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjCdIDqJOu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjCdIDqJOu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjCdIDqJOu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vjCdIDqJOu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjCdIDqJOu .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-vjCdIDqJOu .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjCdIDqJOu .navbar {
    height: 70px;
  }
  .cid-vjCdIDqJOu .navbar.opened {
    height: auto;
  }
  .cid-vjCdIDqJOu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjCdIDqJOu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vjCdIDqJOu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vjCdIDqJOu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vjCdIDqJOu .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: .3s all;
  transform: rotate(-90deg);
}
.cid-vjCdIDqJOu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vjCdIDqJOu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vjCdIDqJOu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vjCdIDqJOu .navbar-brand {
    margin-right: auto;
  }
  .cid-vjCdIDqJOu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2b075a;
    opacity: 1;
    border-color: rgba(43, 7, 90, 0.4) !important;
    background: rgba(43, 7, 90, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vjCdIDqJOu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vjCdIDqJOu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vjCdIDqJOu .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-vjCdIDqJOu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vjCdIDqJOu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vjCdIDqJOu .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-vjCdIDqJOu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vjCdIDqJOu .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-vjCdIDqJOu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vjCdIDqJOu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vjCdIDK5PF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2b075a;
}
@media (min-width: 992px) {
  .cid-vjCdIDK5PF .carousel {
    max-height: 500px;
  }
  .cid-vjCdIDK5PF .carousel img {
    height: 500px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vjCdIDK5PF .carousel {
    min-height: 325px;
  }
  .cid-vjCdIDK5PF .carousel img {
    height: 325px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vjCdIDK5PF .carousel {
    min-height: 275px;
  }
  .cid-vjCdIDK5PF .carousel img {
    height: 275px;
    object-fit: cover;
  }
  .cid-vjCdIDK5PF .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vjCdIDK5PF .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vjCdIDK5PF .carousel,
.cid-vjCdIDK5PF .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjCdIDK5PF .item-wrapper {
  width: 100%;
}
.cid-vjCdIDK5PF .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vjCdIDK5PF .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vjCdIDK5PF .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vjCdIDK5PF .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vjCdIDK5PF .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vjCdIDK5PF .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjCdIDK5PF .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjCdIDK5PF .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjCdIDK5PF .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjCdIDK5PF .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vjCdIDK5PF .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vjCdIDK5PF .carousel-indicators li.active,
.cid-vjCdIDK5PF .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjCdIDK5PF .carousel-indicators li::after,
.cid-vjCdIDK5PF .carousel-indicators li::before {
  content: none;
}
.cid-vjCdIDK5PF .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjCdIDK5PF .carousel-indicators {
    display: none !important;
  }
}
.cid-vjCdIE0dlS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2b075a;
}
.cid-vjCdIE0dlS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjCdIE0dlS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjCdIE0dlS .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vjCdIE0dlS .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-vjCdIE0dlS .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vjCdIE0dlS .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vjCdIE0dlS .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vjCdIE0dlS .header-menu li p {
  margin: 0;
}
.cid-vjCdIE0dlS .content-head {
  max-width: 800px;
}
.cid-vjCedbvywF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #2b075a;
}
.cid-vjCedbvywF .mbr-text {
  color: #ffffff;
}
.cid-vjCedbvywF .mbr-section-subtitle {
  color: #000000;
}
.cid-vjCedbvywF .mbr-section-title {
  color: #00b3f8;
  text-align: left;
}
.cid-vjCeTNVgKX {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #2b075a;
}
.cid-vjCeTNVgKX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjCeTNVgKX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjCeTNVgKX .card-wrapper {
  background: #30036b;
}
@media (max-width: 767px) {
  .cid-vjCeTNVgKX .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjCeTNVgKX .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjCeTNVgKX .card-wrapper {
    padding: 4rem;
  }
}
.cid-vjCeTNVgKX .mbr-text,
.cid-vjCeTNVgKX .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vjCeTNVgKX .card-title,
.cid-vjCeTNVgKX .card-box {
  text-align: center;
  color: #000000;
}
.cid-vjCeTNVgKX .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vjCeTNVgKX .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vjCeTNVgKX .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #00b3f8;
  background-color: #00b3f8;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vjCeTNVgKX .mbr-text UL {
  text-align: left;
}
.cid-vjCeTNVgKX .mbr-text {
  color: #ffffff;
}
.cid-vjCg1Fm02Q {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #2b075a;
}
.cid-vjCg1Fm02Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjCg1Fm02Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjCg1Fm02Q .card-wrapper {
  background: #30036b;
}
@media (max-width: 767px) {
  .cid-vjCg1Fm02Q .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjCg1Fm02Q .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjCg1Fm02Q .card-wrapper {
    padding: 4rem;
  }
}
.cid-vjCg1Fm02Q .mbr-text,
.cid-vjCg1Fm02Q .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-vjCg1Fm02Q .card-title,
.cid-vjCg1Fm02Q .card-box {
  text-align: left;
  color: #000000;
}
.cid-vjCg1Fm02Q .mbr-section-subtitle {
  color: #00b3f8;
}
.cid-vjCdIExnFG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2b075a;
}
@media (min-width: 992px) {
  .cid-vjCdIExnFG .carousel {
    max-height: 200px;
  }
  .cid-vjCdIExnFG .carousel img {
    height: 200px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vjCdIExnFG .carousel {
    min-height: 130px;
  }
  .cid-vjCdIExnFG .carousel img {
    height: 130px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vjCdIExnFG .carousel {
    min-height: 110px;
  }
  .cid-vjCdIExnFG .carousel img {
    height: 110px;
    object-fit: cover;
  }
  .cid-vjCdIExnFG .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vjCdIExnFG .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vjCdIExnFG .carousel,
.cid-vjCdIExnFG .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjCdIExnFG .item-wrapper {
  width: 100%;
}
.cid-vjCdIExnFG .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vjCdIExnFG .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vjCdIExnFG .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vjCdIExnFG .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vjCdIExnFG .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vjCdIExnFG .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjCdIExnFG .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjCdIExnFG .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjCdIExnFG .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjCdIExnFG .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vjCdIExnFG .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vjCdIExnFG .carousel-indicators li.active,
.cid-vjCdIExnFG .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjCdIExnFG .carousel-indicators li::after,
.cid-vjCdIExnFG .carousel-indicators li::before {
  content: none;
}
.cid-vjCdIExnFG .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjCdIExnFG .carousel-indicators {
    display: none !important;
  }
}
.cid-vjCdIELWMr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2b075a;
}
.cid-vjCdIELWMr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjCdIELWMr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjCdIELWMr .row {
  flex-direction: row-reverse;
}
.cid-vjCdIELWMr .mbr-description {
  text-align: justify;
  color: #00b3f8;
}
.cid-vjCdIEYelv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2b075a;
}
.cid-vjCdIEYelv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjCdIEYelv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjCdIEYelv .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vjCdIEYelv .footer-col {
    flex-direction: column;
  }
}
.cid-vjCdIEYelv .row {
  background: #30036b;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vjCdIEYelv .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjCdIEYelv .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjCdIEYelv .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vjCdIEYelv .mbr-section-btn {
    text-align: center;
  }
}
.cid-vjCdIEYelv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vjCdIEYelv .soc-item {
  margin: 8px;
}
.cid-vjCdIEYelv .soc-item a:hover .mbr-iconfont,
.cid-vjCdIEYelv .soc-item a:focus .mbr-iconfont {
  background-color: #00b3f8;
}
.cid-vjCdIEYelv .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #00b3f8;
  color: #2b075a;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vjCdIEYelv .row {
    text-align: center;
  }
  .cid-vjCdIEYelv .social-row {
    justify-content: center;
  }
}
.cid-vjCdIEYelv .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vjCdIEYelv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vjCdIEYelv .list {
    margin-bottom: 0rem;
  }
}
.cid-vjCdIEYelv .mbr-text {
  color: #bbbbbb;
}
.cid-vjCdIEYelv .mbr-section-subtitle {
  color: #00b3f8;
}
.cid-vjCdIEYelv .list,
.cid-vjCdIEYelv .item-wrap {
  color: #f7f7f7;
}
.cid-vjCdIEYelv .copyright {
  color: #ffffff;
}
.cid-vjCiifmCjP {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vjCiifmCjP .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-vjCiifmCjP .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vjCiifmCjP .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-vjCiifmCjP .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vjCiifmCjP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjCiifmCjP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjCiifmCjP .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-vjCiifmCjP .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vjCiifmCjP .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vjCiifmCjP .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vjCiifmCjP .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vjCiifmCjP .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vjCiifmCjP .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vjCiifmCjP .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vjCiifmCjP .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vjCiifmCjP .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vjCiifmCjP .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vjCiifmCjP .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vjCiifmCjP .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vjCiifmCjP .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vjCiifmCjP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vjCiifmCjP .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(43, 7, 90, 0.4) !important;
  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;
  margin-top: 1rem;
  background-color: #2b075a;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vjCiifmCjP .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vjCiifmCjP .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vjCiifmCjP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjCiifmCjP .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #2b075a;
  background: rgba(43, 7, 90, 0.4) !important;
}
.cid-vjCiifmCjP .nav-item:focus,
.cid-vjCiifmCjP .nav-link:focus {
  outline: none;
}
.cid-vjCiifmCjP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjCiifmCjP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjCiifmCjP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjCiifmCjP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjCiifmCjP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjCiifmCjP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjCiifmCjP .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-vjCiifmCjP .navbar.opened {
  transition: all 0.3s;
}
.cid-vjCiifmCjP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjCiifmCjP .navbar .navbar-logo img {
  width: auto;
}
.cid-vjCiifmCjP .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vjCiifmCjP .navbar.collapsed {
  justify-content: center;
}
.cid-vjCiifmCjP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjCiifmCjP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjCiifmCjP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vjCiifmCjP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjCiifmCjP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjCiifmCjP .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-vjCiifmCjP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjCiifmCjP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjCiifmCjP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vjCiifmCjP .navbar {
    min-height: 72px;
  }
  .cid-vjCiifmCjP .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vjCiifmCjP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjCiifmCjP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjCiifmCjP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjCiifmCjP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjCiifmCjP .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-vjCiifmCjP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjCiifmCjP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vjCiifmCjP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjCiifmCjP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjCiifmCjP .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vjCiifmCjP .dropdown-item.active,
.cid-vjCiifmCjP .dropdown-item:active {
  background-color: transparent;
}
.cid-vjCiifmCjP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjCiifmCjP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjCiifmCjP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjCiifmCjP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2b075a;
}
.cid-vjCiifmCjP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vjCiifmCjP .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vjCiifmCjP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjCiifmCjP .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vjCiifmCjP .navbar-buttons {
    text-align: left;
  }
}
.cid-vjCiifmCjP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjCiifmCjP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2b075a;
}
.cid-vjCiifmCjP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjCiifmCjP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjCiifmCjP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjCiifmCjP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjCiifmCjP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjCiifmCjP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjCiifmCjP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjCiifmCjP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjCiifmCjP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vjCiifmCjP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjCiifmCjP .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-vjCiifmCjP .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjCiifmCjP .navbar {
    height: 70px;
  }
  .cid-vjCiifmCjP .navbar.opened {
    height: auto;
  }
  .cid-vjCiifmCjP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjCiifmCjP .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vjCiifmCjP .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vjCiifmCjP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vjCiifmCjP .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: .3s all;
  transform: rotate(-90deg);
}
.cid-vjCiifmCjP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vjCiifmCjP .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vjCiifmCjP .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vjCiifmCjP .navbar-brand {
    margin-right: auto;
  }
  .cid-vjCiifmCjP .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2b075a;
    opacity: 1;
    border-color: rgba(43, 7, 90, 0.4) !important;
    background: rgba(43, 7, 90, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vjCiifmCjP .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vjCiifmCjP .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vjCiifmCjP .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-vjCiifmCjP .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vjCiifmCjP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vjCiifmCjP .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-vjCiifmCjP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vjCiifmCjP .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-vjCiifmCjP .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vjCiifmCjP .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vjCiifSGm0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2b075a;
}
@media (min-width: 992px) {
  .cid-vjCiifSGm0 .carousel {
    max-height: 500px;
  }
  .cid-vjCiifSGm0 .carousel img {
    height: 500px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vjCiifSGm0 .carousel {
    min-height: 325px;
  }
  .cid-vjCiifSGm0 .carousel img {
    height: 325px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vjCiifSGm0 .carousel {
    min-height: 275px;
  }
  .cid-vjCiifSGm0 .carousel img {
    height: 275px;
    object-fit: cover;
  }
  .cid-vjCiifSGm0 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vjCiifSGm0 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vjCiifSGm0 .carousel,
.cid-vjCiifSGm0 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjCiifSGm0 .item-wrapper {
  width: 100%;
}
.cid-vjCiifSGm0 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vjCiifSGm0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vjCiifSGm0 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vjCiifSGm0 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vjCiifSGm0 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vjCiifSGm0 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjCiifSGm0 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjCiifSGm0 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjCiifSGm0 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjCiifSGm0 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vjCiifSGm0 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vjCiifSGm0 .carousel-indicators li.active,
.cid-vjCiifSGm0 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjCiifSGm0 .carousel-indicators li::after,
.cid-vjCiifSGm0 .carousel-indicators li::before {
  content: none;
}
.cid-vjCiifSGm0 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjCiifSGm0 .carousel-indicators {
    display: none !important;
  }
}
.cid-vjCiigki0A {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2b075a;
}
.cid-vjCiigki0A .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjCiigki0A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjCiigki0A .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vjCiigki0A .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-vjCiigki0A .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vjCiigki0A .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vjCiigki0A .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vjCiigki0A .header-menu li p {
  margin: 0;
}
.cid-vjCiigki0A .content-head {
  max-width: 800px;
}
.cid-vjCjAEBCMN {
  background-color: #2b075a;
}
.cid-vjCjAEBCMN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjCjAEBCMN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjCjAEBCMN .card-wrapper {
  background: #30036b;
}
@media (max-width: 767px) {
  .cid-vjCjAEBCMN .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjCjAEBCMN .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjCjAEBCMN .card-wrapper {
    padding: 4rem;
  }
}
.cid-vjCjAEBCMN .mbr-text,
.cid-vjCjAEBCMN .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-vjCjAEBCMN .card-title,
.cid-vjCjAEBCMN .card-box {
  text-align: left;
  color: #000000;
}
.cid-vjCjAEBCMN .mbr-section-subtitle {
  color: #00b3f8;
}
.cid-vjCiii3sGg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2b075a;
}
@media (min-width: 992px) {
  .cid-vjCiii3sGg .carousel {
    max-height: 200px;
  }
  .cid-vjCiii3sGg .carousel img {
    height: 200px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vjCiii3sGg .carousel {
    min-height: 130px;
  }
  .cid-vjCiii3sGg .carousel img {
    height: 130px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vjCiii3sGg .carousel {
    min-height: 110px;
  }
  .cid-vjCiii3sGg .carousel img {
    height: 110px;
    object-fit: cover;
  }
  .cid-vjCiii3sGg .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vjCiii3sGg .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vjCiii3sGg .carousel,
.cid-vjCiii3sGg .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjCiii3sGg .item-wrapper {
  width: 100%;
}
.cid-vjCiii3sGg .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vjCiii3sGg .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vjCiii3sGg .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vjCiii3sGg .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vjCiii3sGg .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vjCiii3sGg .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjCiii3sGg .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjCiii3sGg .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjCiii3sGg .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjCiii3sGg .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vjCiii3sGg .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vjCiii3sGg .carousel-indicators li.active,
.cid-vjCiii3sGg .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjCiii3sGg .carousel-indicators li::after,
.cid-vjCiii3sGg .carousel-indicators li::before {
  content: none;
}
.cid-vjCiii3sGg .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjCiii3sGg .carousel-indicators {
    display: none !important;
  }
}
.cid-vjCiiigfoX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2b075a;
}
.cid-vjCiiigfoX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjCiiigfoX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjCiiigfoX .row {
  flex-direction: row-reverse;
}
.cid-vjCiiigfoX .mbr-description {
  text-align: justify;
  color: #00b3f8;
}
.cid-vjCiiiwhCL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2b075a;
}
.cid-vjCiiiwhCL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjCiiiwhCL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjCiiiwhCL .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vjCiiiwhCL .footer-col {
    flex-direction: column;
  }
}
.cid-vjCiiiwhCL .row {
  background: #30036b;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vjCiiiwhCL .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjCiiiwhCL .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjCiiiwhCL .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vjCiiiwhCL .mbr-section-btn {
    text-align: center;
  }
}
.cid-vjCiiiwhCL .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vjCiiiwhCL .soc-item {
  margin: 8px;
}
.cid-vjCiiiwhCL .soc-item a:hover .mbr-iconfont,
.cid-vjCiiiwhCL .soc-item a:focus .mbr-iconfont {
  background-color: #00b3f8;
}
.cid-vjCiiiwhCL .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #00b3f8;
  color: #2b075a;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vjCiiiwhCL .row {
    text-align: center;
  }
  .cid-vjCiiiwhCL .social-row {
    justify-content: center;
  }
}
.cid-vjCiiiwhCL .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vjCiiiwhCL .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vjCiiiwhCL .list {
    margin-bottom: 0rem;
  }
}
.cid-vjCiiiwhCL .mbr-text {
  color: #bbbbbb;
}
.cid-vjCiiiwhCL .mbr-section-subtitle {
  color: #00b3f8;
}
.cid-vjCiiiwhCL .list,
.cid-vjCiiiwhCL .item-wrap {
  color: #f7f7f7;
}
.cid-vjCiiiwhCL .copyright {
  color: #ffffff;
}
