.btn {
  border-width: 2px;
}
body {
  font-family: Figtree;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 4.8rem;
  line-height: 0.85;
}
.display-1 > .mbr-iconfont {
  font-size: 6rem;
}
.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 2.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 1.8rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.92rem !important;
    font-size: calc( 3.66rem + (4.8 - 3.66) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 0.55 * (3.66rem + (4.8 - 3.66) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #230bed !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #230bed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #230bed !important;
  border-color: #230bed !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #17079a !important;
  background-color: #272523  !important;
  border-color: #272523  !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #17079a !important;
  border-color: #17079a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ae42c8 !important;
  border-color: #ae42c8 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #78288b !important;
  background-color: #272523  !important;
  border-color: #272523  !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #78288b !important;
  border-color: #78288b !important;
}
.btn-info,
.btn-info:active {
  background-color: #230bed !important;
  border-color: #230bed !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #17079a !important;
  background-color: #272523  !important;
  border-color: #272523  !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #17079a !important;
  border-color: #17079a !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #2a747e !important;
  background-color: #272523  !important;
  border-color: #272523  !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #2e2500 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffd10a !important;
  background-color: #272523  !important;
  border-color: #272523  !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #2e2500 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ff5f0f !important;
  background-color: #272523  !important;
  border-color: #272523  !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #616161 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #cfcfcf !important;
  background-color: #272523  !important;
  border-color: #272523  !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #616161 !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #000000 !important;
  background-color: #272523  !important;
  border-color: #272523  !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover,
.btn-black:active,
.btn-black:focus {
  color: #230bed !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #230bed;
  color: #230bed;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #17079a !important;
  background-color: transparent!important;
  border-color: #17079a !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #230bed !important;
  border-color: #230bed !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ae42c8;
  color: #ae42c8;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #78288b !important;
  background-color: transparent!important;
  border-color: #78288b !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ae42c8 !important;
  border-color: #ae42c8 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #230bed;
  color: #230bed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #17079a !important;
  background-color: transparent!important;
  border-color: #17079a !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #230bed !important;
  border-color: #230bed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #230bed !important;
}
.text-secondary {
  color: #ae42c8 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #230bed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #15068c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #6e257f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #15068c !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #230bed;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #230bed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #230bed;
  border-color: #230bed;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #230bed;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cdc8fc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #cdc8fc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #230bed !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #230bed;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #230bed;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #230bed;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #230bed;
  border-bottom-color: #230bed;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #230bed !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ae42c8 !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='%23230bed' %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;
}
.cid-udicew6T8c .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udicew6T8c .nav-item,
.cid-udicew6T8c .nav-link,
.cid-udicew6T8c .navbar-caption {
  font-weight: normal;
}
.cid-udicew6T8c .nav-item:focus,
.cid-udicew6T8c .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-udicew6T8c .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-udicew6T8c .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udicew6T8c .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-udicew6T8c .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-udicew6T8c .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-udicew6T8c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-udicew6T8c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udicew6T8c .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udicew6T8c .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udicew6T8c .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-udicew6T8c .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-udicew6T8c .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-udicew6T8c .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-udicew6T8c .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-udicew6T8c .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udicew6T8c .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udicew6T8c .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-udicew6T8c .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-udicew6T8c .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udicew6T8c .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-udicew6T8c .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udicew6T8c .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-udicew6T8c .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-udicew6T8c .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udicew6T8c .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udicew6T8c .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-udicew6T8c .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udicew6T8c .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-udicew6T8c .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-udicew6T8c .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-udicew6T8c .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-udicew6T8c .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-udicew6T8c .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udicew6T8c .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udicew6T8c .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-udicew6T8c .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-udicew6T8c .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-udicew6T8c .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udicew6T8c .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udicew6T8c .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udicew6T8c .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-udicew6T8c .dropdown-item.active,
.cid-udicew6T8c .dropdown-item:active {
  background-color: transparent;
}
.cid-udicew6T8c .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udicew6T8c .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udicew6T8c .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-udicew6T8c .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udicew6T8c .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udicew6T8c ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udicew6T8c .navbar-buttons {
  text-align: center;
}
.cid-udicew6T8c .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-udicew6T8c button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udicew6T8c button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-udicew6T8c button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udicew6T8c button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udicew6T8c button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udicew6T8c button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udicew6T8c nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udicew6T8c nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udicew6T8c nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udicew6T8c nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udicew6T8c .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-udicew6T8c a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-udicew6T8c .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-udicew6T8c .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-udicew6T8c .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udicew6T8c .navbar {
    height: 77px;
  }
  .cid-udicew6T8c .navbar.opened {
    height: auto;
  }
  .cid-udicew6T8c .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uae5L2D1Ff {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-9-1920x1440.webp");
}
.cid-uae5L2D1Ff .mbr-fallback-image.disabled {
  display: none;
}
.cid-uae5L2D1Ff .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uae5L2D1Ff .row {
  align-items: center;
}
.cid-uae5L2D1Ff .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uae5L2D1Ff .mbr-text,
.cid-uae5L2D1Ff .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uae5UsI8ff {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uae5UsI8ff .mbr-fallback-image.disabled {
  display: none;
}
.cid-uae5UsI8ff .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uae5UsI8ff .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uae5UsI8ff .mbr-section-head {
  margin-bottom: 15px;
  width: 100%;
}
.cid-uae5UsI8ff .mbr-section-title {
  color: #000000;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-uae5UsI8ff .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uae5UsI8ff .mbr-section-subtitle {
  color: #000000;
}
.cid-uae5UsI8ff .card-row {
  align-items: stretch;
}
.cid-uae5UsI8ff .card {
  margin-top: 30px;
}
.cid-uae5UsI8ff .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.cid-uae5UsI8ff .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-uae5UsI8ff .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #ffffff, #ffffff);
  opacity: 0;
  transition: .5s all;
}
.cid-uae5UsI8ff .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-uae5UsI8ff .item-img {
  height: 150px;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 30px;
  width: 100%;
}
.cid-uae5UsI8ff .item-img img {
  width: auto;
  max-height: 85px;
  max-width: 100%;
  object-fit: contain;
}
.cid-uae5UsI8ff .text-item {
  padding: 16px;
  width: 100%;
  border-top: 1px solid #16181c;
}
.cid-uae5UsI8ff .card-title {
  color: #878e99;
  margin-bottom: 0;
}
.cid-uae5UsI8ff .card-title a {
  transition: 0.4s all;
}
.cid-uae5UsI8ff .card-title a:hover {
  color: #230bed !important;
}
.cid-uvxNmUGf7U {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #071355;
}
.cid-uvxNmUGf7U .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uvxNmUGf7U .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uvxNmUGf7U .item-content {
  border-top: 1px solid #efefef;
  margin-top: 2rem;
  padding: 0.25rem 2.25rem 0;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uvxNmUGf7U .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uvxNmUGf7U .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-uvxNmUGf7U h5,
.cid-uvxNmUGf7U h4,
.cid-uvxNmUGf7U h6,
.cid-uvxNmUGf7U p,
.cid-uvxNmUGf7U li,
.cid-uvxNmUGf7U li:before {
  transition: all 0.3s;
}
.cid-uvxNmUGf7U .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  border: 1px solid #efefef;
  margin-bottom: 2rem;
  transition: all 0.3s;
  background: #d7deef;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uvxNmUGf7U .item-wrapper:hover {
  background: #ffffff;
}
.cid-uvxNmUGf7U .item-wrapper:hover h5,
.cid-uvxNmUGf7U .item-wrapper:hover h4,
.cid-uvxNmUGf7U .item-wrapper:hover h6,
.cid-uvxNmUGf7U .item-wrapper:hover p,
.cid-uvxNmUGf7U .item-wrapper:hover li,
.cid-uvxNmUGf7U .item-wrapper:hover li:before {
  color: #353535;
}
.cid-uvxNmUGf7U .btn {
  width: -webkit-fill-available;
}
.cid-uvxNmUGf7U .item:focus,
.cid-uvxNmUGf7U span:focus {
  outline: none;
}
.cid-uvxNmUGf7U .mbr-section-btn {
  padding: 0 1rem;
  width: 100%;
}
.cid-uvxNmUGf7U .mbr-section-btn .btn {
  width: 100%;
}
.cid-uvxNmUGf7U .mbr-section-title {
  color: #ffffff;
}
.cid-uvxNmUGf7U .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvxNmUGf7U .mbr-text,
.cid-uvxNmUGf7U .mbr-section-btn {
  text-align: center;
}
.cid-uvxNmUGf7U .item-title {
  text-align: center;
  color: #000000;
}
.cid-uvxNmUGf7U .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uvxNmUGf7U .content-head {
  max-width: 800px;
}
.cid-uvxNmUGf7U .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uvxNmUGf7U .counter-container ul li {
  position: relative;
  list-style: none;
  padding: 0;
  line-height: 1;
  margin-bottom: 1rem;
}
.cid-uvxNmUGf7U .counter-container ul li:before {
  position: absolute;
  font-family: 'Moririse2' !important;
  left: -1.5em;
  content: "\e97c";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #342dfe;
  width: 0.5em;
  height: 0.5em;
  top: 0.3em;
  border-radius: 50%;
}
.cid-uvxNmUGf7U .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-uvxNmUGf7U .mbr-text UL {
  text-align: left;
}
.cid-uvxNmUGf7U .item-maintitle {
  text-align: center;
}
.cid-uvyibuHOKo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uvyibuHOKo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvyibuHOKo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvyibuHOKo .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uvyibuHOKo .mbr-section-head {
  margin-bottom: 15px;
  width: 100%;
}
.cid-uvyibuHOKo .mbr-section-title {
  color: #000000;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-uvyibuHOKo .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uvyibuHOKo .mbr-section-subtitle {
  color: #000000;
}
.cid-uvyibuHOKo .card-row {
  align-items: stretch;
}
.cid-uvyibuHOKo .card {
  margin-top: 30px;
}
.cid-uvyibuHOKo .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.cid-uvyibuHOKo .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-uvyibuHOKo .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #ffffff, #ffffff);
  opacity: 0;
  transition: .5s all;
}
.cid-uvyibuHOKo .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-uvyibuHOKo .item-img {
  height: 150px;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 30px;
  width: 100%;
}
.cid-uvyibuHOKo .item-img img {
  width: auto;
  max-height: 85px;
  max-width: 100%;
  object-fit: contain;
}
.cid-uvyibuHOKo .text-item {
  padding: 16px;
  width: 100%;
  border-top: 1px solid #16181c;
}
.cid-uvyibuHOKo .card-title {
  color: #878e99;
  margin-bottom: 0;
}
.cid-uvyibuHOKo .card-title a {
  transition: 0.4s all;
}
.cid-uvyibuHOKo .card-title a:hover {
  color: #230bed !important;
}
.cid-umUBLNtDDW {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-48-1920x1280.webp");
}
.cid-umUBLNtDDW .nav-tabs .nav-item.open .nav-link:focus,
.cid-umUBLNtDDW .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-umUBLNtDDW .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 1vw;
  border: none;
}
@media (max-width: 767px) {
  .cid-umUBLNtDDW .nav-tabs {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-umUBLNtDDW .nav-item {
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
}
.cid-umUBLNtDDW .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  height: 100%;
  border-radius: 0 !important;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  text-align: center;
  background-color: #230bed;
}
.cid-umUBLNtDDW .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-umUBLNtDDW .nav-tabs .nav-link {
    text-align: left;
    padding: 1rem 2rem;
    border-radius: 30px !important;
  }
}
.cid-umUBLNtDDW .nav-tabs .nav-item {
  width: 100%;
}
.cid-umUBLNtDDW .nav-link,
.cid-umUBLNtDDW .nav-link.active {
  padding: 1rem auto;
  background: #ffffff;
}
.cid-umUBLNtDDW .nav-tabs .nav-link.active {
  color: #230bed;
}
.cid-umUBLNtDDW .tab-content {
  background: #ffffff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 768px) {
  .cid-umUBLNtDDW .tab-content {
    border-radius: 30px !important;
  }
}
.cid-umUBLNtDDW .logo-container img {
  max-width: 180px;
}
@media screen and (min-width: 767px) {
  .cid-umUBLNtDDW .logo-container {
    border-right: 1px solid #230bed;
  }
}
.cid-umUBLNtDDW H4 {
  text-align: center;
}
.cid-umUBLNtDDW H3 {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 992px) and (min-width: 768px) {
  .cid-umUBLNtDDW .nav-link {
    font-size: 1.2rem;
  }
}
.cid-upPq6sfdpu {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-51-1920x1280.webp");
}
.cid-upPq6sfdpu .mbr-fallback-image.disabled {
  display: none;
}
.cid-upPq6sfdpu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upPq6sfdpu .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-upPq6sfdpu .container-fluid {
    padding: 0 28px;
  }
}
@media (max-width: 992px) {
  .cid-upPq6sfdpu .container {
    padding: 0 28px;
  }
}
.cid-upPq6sfdpu .row {
  justify-content: center;
}
.cid-upPq6sfdpu .nav.nav-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  margin-bottom: 40px;
}
.cid-upPq6sfdpu .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  margin: 0 48px 10px 0;
}
.cid-upPq6sfdpu .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  margin-bottom: 0;
  border: none;
  color: #000000;
  border-radius: 0 !important;
  padding: 0;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
}
.cid-upPq6sfdpu .nav.nav-tabs .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 5px;
  transition: all 0.3s ease-in-out;
  background-color: #000000;
}
.cid-upPq6sfdpu .nav.nav-tabs .nav-item .nav-link.active::after {
  width: 100%;
}
.cid-upPq6sfdpu .tab-content .tab-pane .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-upPq6sfdpu .mbr-text {
  color: #000000;
}
.cid-ucTWg6bXX4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.8), #230bed);
}
.cid-ucTWg6bXX4 .title_block {
  margin-bottom: 50px;
}
.cid-ucTWg6bXX4 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #ffffff;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-ucTWg6bXX4 .mbr-section-title {
  color: #ffffff;
}
.cid-ucTWg6bXX4 .item:nth-child(1) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(35, 11, 237, 0.4);
  background-image: linear-gradient(40deg, #230bed 0%, #7666f8 100%);
}
.cid-ucTWg6bXX4 .item:nth-child(2) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(64, 176, 191, 0.4);
  background-image: linear-gradient(40deg, #40b0bf 0%, #8cd0d9 100%);
}
.cid-ucTWg6bXX4 .item:nth-child(3) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(255, 225, 97, 0.4);
  background-image: linear-gradient(40deg, #ffe161 0%, #fff4c7 100%);
}
.cid-ucTWg6bXX4 .item:nth-child(4) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(255, 153, 102, 0.4);
  background-image: linear-gradient(40deg, #ff9966 0%, #ffddcc 100%);
}
.cid-ucTWg6bXX4 .item:nth-child(5) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(35, 11, 237, 0.4);
  background-image: linear-gradient(40deg, #230bed 0%, #7666f8 100%);
}
.cid-ucTWg6bXX4 .item:nth-child(6) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(174, 66, 200, 0.4);
  background-image: linear-gradient(40deg, #ae42c8 0%, #d091df 100%);
}
.cid-ucTWg6bXX4 .iconfont-wrapper {
  left: 50%;
  top: -35px;
  width: 70px;
  height: 70px;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  transform: translateX(-50%);
}
.cid-ucTWg6bXX4 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 34px;
  line-height: 70px;
}
.cid-ucTWg6bXX4 .card_wrap {
  padding: 45px;
  padding-top: 65px;
  margin-top: 60px;
  border-radius: 5px;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-ucTWg6bXX4 .card_wrap:hover {
  transform: translateY(-16px);
}
.cid-ucTWg6bXX4 .card_title {
  margin-bottom: 20px;
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ucTWg6bXX4 .title_block {
    margin-bottom: 30px;
  }
  .cid-ucTWg6bXX4 .card_wrap {
    padding: 35px;
    padding-top: 65px;
  }
}
.cid-ucTWg6bXX4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucTWg6bXX4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucTWg6bXX4 .mbr-text {
  text-align: left;
}
.cid-uae5XYfuqI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-uae5XYfuqI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uae5XYfuqI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uae5XYfuqI .round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: #230bed;
  border-radius: 50%;
  padding: 3rem;
  margin: auto;
  margin-top: 3rem;
}
@media (min-width: 1400px) {
  .cid-uae5XYfuqI .round {
    position: absolute;
    right: 10%;
    transform: rotate(10deg);
    top: 10%;
  }
}
.cid-uae5XYfuqI .arrow {
  font-size: 3rem;
  color: #fafafa;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-uae5XYfuqI .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-uae5XYfuqI .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uae5XYfuqI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uae5XYfuqI .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uae5XYfuqI .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uae5XYfuqI .mbr-text,
.cid-uae5XYfuqI .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-uae6iCiAqj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d7deef;
}
.cid-uae6iCiAqj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uae6iCiAqj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uae6iCiAqj .container {
  max-width: 1140px;
}
.cid-uae6iCiAqj .row {
  justify-content: center;
}
.cid-uae6iCiAqj .title-container {
  padding: 0;
  margin-bottom: 70px;
  margin-right: auto;
  margin-left: auto;
}
.cid-uae6iCiAqj .mbr-section-title {
  color: #1d191f;
  margin-bottom: 0 !important;
}
.cid-uae6iCiAqj .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
  margin-bottom: 0 !important;
}
.cid-uae6iCiAqj .toggle-panel {
  width: 100%;
}
.cid-uae6iCiAqj .card {
  border-radius: 0 !important;
  border-bottom: 1px solid #000000;
}
.cid-uae6iCiAqj .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uae6iCiAqj .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uae6iCiAqj .panel-title {
    align-items: flex-start;
  }
}
.cid-uae6iCiAqj .mbr-iconfont {
  padding: 5px;
  font-family: 'Moririse2' !important;
  font-size: 12px !important;
  color: #1d191f;
  background-color: #fff86d;
  border: 1px solid #1d191f;
  border-radius: 50%;
  transform: rotate(180deg);
  transition: 0.3s all;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .cid-uae6iCiAqj .mbr-iconfont {
    margin-top: 14px;
  }
}
@media (max-width: 565px) {
  .cid-uae6iCiAqj .mbr-iconfont {
    margin-top: 10px;
  }
}
.cid-uae6iCiAqj .collapsed .mbr-iconfont {
  transform: rotate(0);
}
.cid-uae6iCiAqj .card-header {
  border-bottom: none;
  padding: 20px 0;
}
.cid-uae6iCiAqj .panel-body {
  margin-bottom: 20px;
  width: 80%;
}
@media (max-width: 767px) {
  .cid-uae6iCiAqj .panel-body {
    width: 100%;
  }
}
.cid-uae6iCiAqj .panel-title-edit {
  color: #1D191F;
}
.cid-uae6iCiAqj .panel-text {
  color: #1D191F;
  margin-bottom: 0;
}
.cid-ud9z1Sty3d {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ud9z1Sty3d .nav-tabs .nav-item.open .nav-link:focus,
.cid-ud9z1Sty3d .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-ud9z1Sty3d .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 1vw;
  border: none;
}
@media (max-width: 767px) {
  .cid-ud9z1Sty3d .nav-tabs {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-ud9z1Sty3d .nav-item {
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
}
.cid-ud9z1Sty3d .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  height: 100%;
  border-radius: 0 !important;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  text-align: center;
  background-color: #230bed;
}
.cid-ud9z1Sty3d .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ud9z1Sty3d .nav-tabs .nav-link {
    text-align: left;
    padding: 1rem 2rem;
    border-radius: 30px !important;
  }
}
.cid-ud9z1Sty3d .nav-tabs .nav-item {
  width: 100%;
}
.cid-ud9z1Sty3d .nav-link,
.cid-ud9z1Sty3d .nav-link.active {
  padding: 1rem auto;
  background: #ffffff;
}
.cid-ud9z1Sty3d .nav-tabs .nav-link.active {
  color: #230bed;
}
.cid-ud9z1Sty3d .tab-content {
  background: #ffffff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 768px) {
  .cid-ud9z1Sty3d .tab-content {
    border-radius: 30px !important;
  }
}
.cid-ud9z1Sty3d .logo-container img {
  max-width: 180px;
}
@media screen and (min-width: 767px) {
  .cid-ud9z1Sty3d .logo-container {
    border-right: 1px solid #230bed;
  }
}
.cid-ud9z1Sty3d H4 {
  text-align: center;
}
.cid-ud9z1Sty3d H3 {
  text-align: center;
}
@media (max-width: 992px) and (min-width: 768px) {
  .cid-ud9z1Sty3d .nav-link {
    font-size: 1.2rem;
  }
}
.cid-ucYP9HB73A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1289.webp");
}
.cid-ucYP9HB73A .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucYP9HB73A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucYP9HB73A .card {
  display: flex;
  flex-direction: row;
}
@media (max-width: 992px) {
  .cid-ucYP9HB73A .card {
    margin-bottom: 32px;
  }
}
.cid-ucYP9HB73A .card img {
  min-width: 100px;
  max-width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 100%;
  margin-right: 16px;
  box-shadow: 6px 6px 20px #40b0bf;
}
.cid-ucYP9HB73A .card .text-wrapper .mbr-desc_1,
.cid-ucYP9HB73A .card .text-wrapper .mbr-desc_2 {
  margin-bottom: 16px;
}
.cid-ucYP9HB73A .card .text-wrapper .mbr-section-title_1,
.cid-ucYP9HB73A .card .text-wrapper .mbr-section-title_2 {
  margin: 0;
}
.cid-ucYP9HB73A .card:nth-child(2) {
  justify-content: end;
}
.cid-ucYP9HB73A .card:nth-child(2) img {
  margin: 0 0 0 16px;
}
.cid-ucYP9HB73A .mbr-section-title_1 {
  color: #ffffff;
}
.cid-ucYP9HB73A .mbr-section-title_2 {
  color: #ffffff;
  text-align: right;
}
.cid-ucYP9HB73A .mbr-desc_1 {
  color: #6e716f;
}
.cid-ucYP9HB73A .mbr-desc_2 {
  color: #6e716f;
  text-align: right;
}
.cid-ud9DcPgc7Y {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-ud9DcPgc7Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud9DcPgc7Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ud9DcPgc7Y .container {
    padding: 0 30px;
  }
}
.cid-ud9DcPgc7Y .card {
  justify-content: center;
}
.cid-ud9DcPgc7Y .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-ud9DcPgc7Y .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-ud9DcPgc7Y .content-wrapper {
    padding: 0;
  }
}
.cid-ud9DcPgc7Y .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ud9DcPgc7Y .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ud9DcPgc7Y .mbr-section-title {
  color: #bee0d6;
}
.cid-ud9DcPgc7Y .mbr-section-title,
.cid-ud9DcPgc7Y .mbr-section-btn {
  text-align: center;
}
.cid-udicew6T8c .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udicew6T8c .nav-item,
.cid-udicew6T8c .nav-link,
.cid-udicew6T8c .navbar-caption {
  font-weight: normal;
}
.cid-udicew6T8c .nav-item:focus,
.cid-udicew6T8c .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-udicew6T8c .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-udicew6T8c .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udicew6T8c .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-udicew6T8c .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-udicew6T8c .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-udicew6T8c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-udicew6T8c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udicew6T8c .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udicew6T8c .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udicew6T8c .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-udicew6T8c .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-udicew6T8c .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-udicew6T8c .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-udicew6T8c .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-udicew6T8c .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udicew6T8c .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udicew6T8c .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-udicew6T8c .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-udicew6T8c .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udicew6T8c .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-udicew6T8c .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udicew6T8c .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-udicew6T8c .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-udicew6T8c .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udicew6T8c .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udicew6T8c .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-udicew6T8c .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udicew6T8c .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-udicew6T8c .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-udicew6T8c .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-udicew6T8c .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-udicew6T8c .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-udicew6T8c .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udicew6T8c .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udicew6T8c .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-udicew6T8c .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-udicew6T8c .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-udicew6T8c .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udicew6T8c .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udicew6T8c .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udicew6T8c .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-udicew6T8c .dropdown-item.active,
.cid-udicew6T8c .dropdown-item:active {
  background-color: transparent;
}
.cid-udicew6T8c .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udicew6T8c .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udicew6T8c .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-udicew6T8c .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udicew6T8c .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udicew6T8c ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udicew6T8c .navbar-buttons {
  text-align: center;
}
.cid-udicew6T8c .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-udicew6T8c button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udicew6T8c button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-udicew6T8c button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udicew6T8c button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udicew6T8c button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udicew6T8c button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udicew6T8c nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udicew6T8c nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udicew6T8c nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udicew6T8c nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udicew6T8c .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-udicew6T8c a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-udicew6T8c .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-udicew6T8c .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-udicew6T8c .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udicew6T8c .navbar {
    height: 77px;
  }
  .cid-udicew6T8c .navbar.opened {
    height: auto;
  }
  .cid-udicew6T8c .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucfydapxKv {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #4479d9;
}
.cid-ucfydapxKv .card-text {
  color: #777777;
}
.cid-ucfydapxKv ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-ucfydapxKv ul li {
  margin-bottom: 1rem;
  position: relative;
  list-style: none;
  padding-left: 1rem;
}
.cid-ucfydapxKv ul li:before {
  position: absolute;
  left: -20px;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  width: 25px;
  height: 25px;
}
.cid-ucfydapxKv .card-wrapper {
  padding: 3rem;
  transition: all 0.3s;
  background: #bbbbbb;
  position: relative;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .cid-ucfydapxKv .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-ucfydapxKv .center {
  background: #ffee59;
}
.cid-ucfydapxKv .center:before {
  opacity: 1;
  position: absolute;
  right: -150px;
  bottom: -150px;
  content: '';
  transition: all 0.3s;
  width: 300px;
  height: 300px;
  background: #ffee59;
  transform: rotate(45deg);
}
.cid-ucfydapxKv .row {
  justify-content: center;
}
.cid-ucfydapxKv .card-subtitle1 {
  color: #272523;
  text-align: center;
}
.cid-ucfydapxKv .card-title1 {
  color: #000000;
  text-align: center;
}
.cid-ucfydapxKv .mbr-list1 {
  color: #000000;
}
.cid-ucfydapxKv .mbr-section-subtitle {
  color: #777777;
}
.cid-ucfydapxKv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucfydapxKv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucfydapxKv .mbr-section-title {
  color: #000000;
}
.cid-ucfydapxKv .card-subtitle {
  text-align: center;
}
.cid-ucfydapxKv .card-title {
  text-align: center;
}
