@import url(https://fonts.googleapis.com/css?family=IBM+Plex+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i&subset=cyrillic&display=swap);





body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 3.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.08rem;
}
.display-2 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
  font-weight: 400;
}
.display-5 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #e74064 !important;
}
.bg-success {
  background-color: #bfceff !important;
}
.bg-info {
  background-color: #57468b !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e74064 !important;
  border-color: #e74064 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #c2183d !important;
  border-color: #c2183d !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c2183d !important;
  border-color: #c2183d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0f7dbf !important;
  border-color: #0f7dbf !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #094f78 !important;
  border-color: #094f78 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #094f78 !important;
  border-color: #094f78 !important;
}
.btn-info,
.btn-info:active {
  background-color: #57468b !important;
  border-color: #57468b !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #372c58 !important;
  border-color: #372c58 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #372c58 !important;
  border-color: #372c58 !important;
}
.btn-success,
.btn-success:active {
  background-color: #bfceff !important;
  border-color: #bfceff !important;
  color: #002dbf !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #002dbf !important;
  background-color: #7293ff !important;
  border-color: #7293ff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #002dbf !important;
  background-color: #7293ff !important;
  border-color: #7293ff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #ab1636;
  color: #ab1636;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #e74064;
  border-color: #e74064;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e74064 !important;
  border-color: #e74064 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #083f60;
  color: #083f60;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #0f7dbf;
  border-color: #0f7dbf;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0f7dbf !important;
  border-color: #0f7dbf !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #2d2447;
  color: #2d2447;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #57468b;
  border-color: #57468b;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #57468b !important;
  border-color: #57468b !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #5980ff;
  color: #5980ff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #002dbf;
  background-color: #bfceff;
  border-color: #bfceff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #002dbf !important;
  background-color: #bfceff !important;
  border-color: #bfceff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #e74064 !important;
}
.text-secondary {
  color: #0f7dbf !important;
}
.text-success {
  color: #bfceff !important;
}
.text-info {
  color: #57468b !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ab1636 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #083f60 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #5980ff !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d2447 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #57468b;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e74064;
  border-color: #e74064;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #e74064;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fef5f7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #9a8cc5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
  font-weight: 400;
}
blockquote {
  border-color: #e74064;
}
.btn-primary {
  margin: 1rem 0.5rem !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 6px 16px 0 #e74064 !important;
  -webkit-box-shadow: 0 6px 16px 0 #e74064 !important;
  background-color: #e74064 !important;
  border-color: #e74064 !important;
}
.btn-secondary {
  margin: 1rem 0.5rem !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 6px 15px 0 #0f7dbf !important;
  -webkit-box-shadow: 0 6px 16px 0 #0f7dbf !important;
  background-color: #0f7dbf !important;
  border-color: #0f7dbf !important;
}
.btn-success {
  color: white !important;
  margin: 1rem 0.5rem !important;
}
.btn-success:active {
  color: white !important;
}
.btn-success:hover,
.btn-success:focus {
  color: white !important;
  box-shadow: 0 6px 15px 0 #bfceff !important;
  -webkit-box-shadow: 0 6px 16px 0 #bfceff !important;
  background-color: #bfceff !important;
  border-color: #bfceff !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e74064;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background-color: #f5f6ff;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e74064;
  border-bottom-color: #e74064;
}
.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: #e74064 !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: #0f7dbf !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%;
}
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='%23e74064' %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;
}
.cid-uIqN73F9MS .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-uIqN73F9MS .collapsed {
  flex-direction: row!important;
}
.cid-uIqN73F9MS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIqN73F9MS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIqN73F9MS .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uIqN73F9MS .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uIqN73F9MS .nav-item:focus,
.cid-uIqN73F9MS .nav-link:focus {
  outline: none;
}
.cid-uIqN73F9MS .text-white:hover,
.cid-uIqN73F9MS .text-white:active,
.cid-uIqN73F9MS .text-white:focus {
  color: white!important;
}
.cid-uIqN73F9MS .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uIqN73F9MS .dropdown-item:hover {
  color: black!important;
}
.cid-uIqN73F9MS .dropdown-menu {
  background-color: white!important;
}
.cid-uIqN73F9MS .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uIqN73F9MS .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uIqN73F9MS .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uIqN73F9MS .nav-item .nav-link {
    position: relative;
  }
}
.cid-uIqN73F9MS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uIqN73F9MS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIqN73F9MS .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uIqN73F9MS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uIqN73F9MS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uIqN73F9MS .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uIqN73F9MS .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uIqN73F9MS .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uIqN73F9MS .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIqN73F9MS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIqN73F9MS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIqN73F9MS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uIqN73F9MS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIqN73F9MS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIqN73F9MS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uIqN73F9MS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIqN73F9MS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uIqN73F9MS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uIqN73F9MS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIqN73F9MS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIqN73F9MS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uIqN73F9MS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIqN73F9MS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIqN73F9MS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uIqN73F9MS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uIqN73F9MS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIqN73F9MS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIqN73F9MS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uIqN73F9MS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uIqN73F9MS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uIqN73F9MS .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uIqN73F9MS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uIqN73F9MS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uIqN73F9MS .navbar-caption {
  font-weight: 600!important;
}
.cid-uIqN73F9MS .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIqN73F9MS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIqN73F9MS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIqN73F9MS .dropdown-item.active,
.cid-uIqN73F9MS .dropdown-item:active {
  background-color: transparent;
}
.cid-uIqN73F9MS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIqN73F9MS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIqN73F9MS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIqN73F9MS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIqN73F9MS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIqN73F9MS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uIqN73F9MS .navbar-buttons {
  text-align: center;
}
.cid-uIqN73F9MS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uIqN73F9MS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-uIqN73F9MS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uIqN73F9MS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uIqN73F9MS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uIqN73F9MS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uIqN73F9MS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uIqN73F9MS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uIqN73F9MS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uIqN73F9MS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uIqN73F9MS .nav-link {
  font-weight: 600!important;
}
.cid-uIqN73F9MS a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uIqN73F9MS .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uIqN73F9MS .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uIqN73F9MS .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIqN73F9MS .navbar {
    height: 77px;
  }
  .cid-uIqN73F9MS .navbar.opened {
    height: auto;
  }
  .cid-uIqN73F9MS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rleMsGxdOA {
  padding-top: 270px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/9-1464x749.png");
}
.cid-rleMsGxdOA H1 {
  text-align: center;
}
.cid-rleMsGxdOA .mbr-text,
.cid-rleMsGxdOA .mbr-section-btn {
  text-align: center;
}
.cid-uECXeDlWOL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-uECXeDlWOL h3 {
  text-align: center;
}
.cid-uECXeDlWOL .mbr-section-subtitle {
  color: #716c80;
  font-weight: 300;
}
.cid-uECXeDlWOL .mbr-content-text {
  color: #716c80;
}
.cid-uECXeDlWOL .card {
  word-wrap: break-word;
}
.cid-uECXeDlWOL .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-uECXeDlWOL H4 {
  font-weight: 500;
}
.cid-uECXeDlWOL .mbr-section-title {
  color: #57468b;
}
.cid-uECXeDlWOL .count1 {
  color: #57468b;
}
.cid-uECXeDlWOL .title1 {
  color: #343351;
}
.cid-uECXeDlWOL .count2 {
  color: #57468b;
}
.cid-uECXeDlWOL .title2 {
  color: #232323;
}
.cid-uECXeDlWOL .count3 {
  color: #57468b;
}
.cid-uECXeDlWOL .title3 {
  color: #343351;
}
.cid-uECXeDlWOL .count4 {
  color: #57468b;
}
.cid-uECXeDlWOL .title4 {
  color: #343351;
}
.cid-uECXeDlWOL .card-img {
  width: auto;
}
.cid-uIqcQvqCC7 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uIqcQvqCC7 H1 {
  color: #57468b;
}
.cid-uIqcQvqCC7 .mbr-text,
.cid-uIqcQvqCC7 .mbr-section-btn {
  color: #716c80;
  text-align: left;
}
.cid-uIqcQvqCC7 H3 {
  color: #716c80;
}
.cid-rx3DuVTvT8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff4e8;
}
.cid-rx3DuVTvT8 .mbr-text {
  color: #716c80;
}
.cid-rx3DuVTvT8 .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-rx3DuVTvT8 p {
  margin: 0;
}
.cid-rx3DuVTvT8 .card-img .img1 {
  background-color: #e74064;
}
.cid-rx3DuVTvT8 .cardcolor:hover {
  background-color: #ffffff;
}
.cid-rx3DuVTvT8 .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-rx3DuVTvT8 .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-rx3DuVTvT8 .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1rem);
}
.cid-rx3DuVTvT8 .card-title,
.cid-rx3DuVTvT8 .card-img {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rx3DuVTvT8 .card {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-rx3DuVTvT8 .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-rx3DuVTvT8 .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-rx3DuVTvT8 .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-rx3DuVTvT8 .card-img span {
    margin-right: 0rem;
  }
  .cid-rx3DuVTvT8 .cardcolor:hover {
    background-color: transparent;
  }
}
.cid-rx3DuVTvT8 .card-title {
  color: #232323;
}
.cid-rlfbP7o1vY {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #f6e4ea;
}
.cid-rlfbP7o1vY h3 {
  text-align: center;
  font-weight: 300;
}
.cid-rlfbP7o1vY .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-rlfbP7o1vY .mbr-section-subtitle {
  color: #767676;
}
.cid-rlfbP7o1vY .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rlfbP7o1vY ellipse {
  stroke: white;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rlfbP7o1vY .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rlfbP7o1vY .progress1 path {
  stroke: #57468b;
}
.cid-rlfbP7o1vY .progress2 path {
  stroke: #5580ff;
}
.cid-rlfbP7o1vY .progress3 path {
  stroke: #ff8a73;
}
.cid-rlfbP7o1vY .progress4 path {
  stroke: #86affe;
}
.cid-rlfbP7o1vY H4 {
  color: #57468b;
}
.cid-rlfbP7o1vY card-text {
  color: #ff3366;
}
.cid-rlfbP7o1vY .card-text {
  color: #716c80;
}
.cid-rlfbP7o1vY .number {
  color: #716c80;
}
.cid-uIqivbHrL4 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uIqivbHrL4 H1 {
  color: #57468b;
}
.cid-uIqivbHrL4 .mbr-text,
.cid-uIqivbHrL4 .mbr-section-btn {
  color: #716c80;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-uIqivbHrL4 img {
  width: 90%;
  border-radius: 10px;
  box-shadow: rgba(230, 206, 191, 0.7) -10px 10px 35px 5px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 992px) {
  .cid-uIqivbHrL4 img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-uIqivbHrL4 H3 {
  color: #716c80;
}
.cid-uEt9HUM7FB {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uEt9HUM7FB H1 {
  color: #57468b;
}
.cid-uEt9HUM7FB .mbr-text,
.cid-uEt9HUM7FB .mbr-section-btn {
  color: #716c80;
}
.cid-uEt9HUM7FB img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-uEt9HUM7FB .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uEt9HUM7FB img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-uECZrRXFF7 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uECZrRXFF7 H1 {
  color: #57468b;
}
.cid-uECZrRXFF7 .mbr-text,
.cid-uECZrRXFF7 .mbr-section-btn {
  color: #232323;
}
.cid-uECZrRXFF7 H3 {
  color: #716c80;
}
.cid-uECZpCLJKQ {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uECZpCLJKQ .nav-tabs .nav-item.open .nav-link:focus,
.cid-uECZpCLJKQ .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uECZpCLJKQ .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 1px solid lightgray;
  border-bottom: none;
  padding-right: 4rem;
}
.cid-uECZpCLJKQ .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-uECZpCLJKQ p {
  padding-left: 2rem;
}
.cid-uECZpCLJKQ .col-md-12 {
  flex-direction: row;
  display: flex;
}
.cid-uECZpCLJKQ .nav-tabs .nav-link {
  color: #cccccc !important;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-uECZpCLJKQ .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #57468b !important;
}
.cid-uECZpCLJKQ .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #57468b !important;
  font-style: normal;
}
.cid-uECZpCLJKQ P {
  color: #716c80;
}
.cid-uECZpCLJKQ H2 {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-uECZpCLJKQ .nav-tabs {
    flex-direction: row;
    border-right: 0px;
    padding-right: 0rem;
    border-bottom: 1px solid lightgray;
  }
  .cid-uECZpCLJKQ .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-uECZpCLJKQ p {
    padding-left: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-uECZpCLJKQ .mbr-text,
  .cid-uECZpCLJKQ .nav-link {
    text-align: center;
  }
  .cid-uECZpCLJKQ .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-uECZpCLJKQ .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    flex-direction: column;
  }
  .cid-uECZpCLJKQ p {
    padding-left: 0rem;
  }
}
.cid-uIqkFSsGkh {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uIqkFSsGkh H1 {
  color: #57468b;
}
.cid-uIqkFSsGkh .mbr-text,
.cid-uIqkFSsGkh .mbr-section-btn {
  color: #716c80;
}
.cid-uIqkFSsGkh H3 {
  color: #716c80;
}
.cid-uIqkD0bJzq {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uIqkD0bJzq p {
  line-height: 1.6;
}
.cid-uIqkD0bJzq .card-box {
  width: -webkit-fill-available;
}
.cid-uIqkD0bJzq .card-img span {
  font-size: 96px;
  padding: 0.6rem;
  margin: 0 1rem;
  border-radius: 8px;
}
.cid-uIqkD0bJzq .card-img .img1 {
  color: #57468b !important;
}
.cid-uIqkD0bJzq .card-img .img2 {
  color: #5580ff !important;
}
.cid-uIqkD0bJzq .card-img .img3 {
  color: #ff8a73 !important;
}
.cid-uIqkD0bJzq .card-img .img4 {
  color: #ff8a73 !important;
}
.cid-uIqkD0bJzq .card-img .img5 {
  color: #bfceff !important;
}
.cid-uIqkD0bJzq .card-img .img6 {
  color: #57468b !important;
}
.cid-uIqkD0bJzq .mbr-iconfont {
  font-size: 1rem !important;
}
.cid-uIqkD0bJzq .card-wrapper {
  display: flex;
  flex-direction: row;
}
.cid-uIqkD0bJzq .card {
  height: 100%;
  margin: auto;
}
.cid-uIqkD0bJzq img {
  width: 100%;
  heigth: auto;
}
.cid-uIqkD0bJzq .card-title1 {
  color: #57468b;
}
.cid-uIqkD0bJzq .mbr-text1 {
  color: #716c80;
}
.cid-uIqkD0bJzq .card-title2 {
  color: #57468b;
}
.cid-uIqkD0bJzq .mbr-text2 {
  color: #716c80;
}
@media (max-width: 576px) {
  .cid-uIqkD0bJzq .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0 0 0!important;
  }
  .cid-uIqkD0bJzq .card-img {
    order: 1;
  }
  .cid-uIqkD0bJzq .card-box {
    order: 2;
  }
}
.cid-uIqkD0bJzq .card-img {
  width: auto;
}
.cid-uIqniHgdcb {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uIqniHgdcb H1 {
  color: #57468b;
}
.cid-uIqniHgdcb .mbr-text,
.cid-uIqniHgdcb .mbr-section-btn {
  color: #716c80;
  text-align: left;
}
.cid-uIqniHgdcb H3 {
  color: #716c80;
}
.cid-uEyh1jr9d3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-uEyh1jr9d3 .svg1 {
  position: absolute;
  bottom: 0rem;
  right: -45%;
  transform: scale(1.3);
}
.cid-uEyh1jr9d3 #e1_circle,
.cid-uEyh1jr9d3 #e3_circle,
.cid-uEyh1jr9d3 #e4_circle,
.cid-uEyh1jr9d3 #e5_circle {
  fill: #e1e8ff !important;
}
.cid-uEyh1jr9d3 #e6_circle {
  fill: #bfceff !important;
}
.cid-uEyh1jr9d3 .mbr-text {
  color: #716c80;
}
.cid-uEyh1jr9d3 h4 {
  margin: 0;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-uEyh1jr9d3 .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.4rem;
  margin-right: 1.5rem;
  border-radius: 8px;
  align-items: center;
  display: flex;
}
.cid-uEyh1jr9d3 .card-img .img1 {
  background-color: #bfceff;
}
.cid-uEyh1jr9d3 .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1rem !important;
}
.cid-uEyh1jr9d3 .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-uEyh1jr9d3 .rev {
  animation: rev 4s linear infinite;
}
.cid-uEyh1jr9d3 .round1 {
  width: 50px;
  height: 50px;
  right: 15%;
  top: 4%;
}
.cid-uEyh1jr9d3 .round2 {
  width: 80px;
  height: 80px;
  right: 25%;
  top: 8%;
}
.cid-uEyh1jr9d3 .round3 {
  width: 40px;
  height: 40px;
  right: 30%;
  bottom: 8%;
}
.cid-uEyh1jr9d3 .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 1.5rem 0;
}
.cid-uEyh1jr9d3 .card-title,
.cid-uEyh1jr9d3 .card-img {
  color: #57468b;
}
.cid-uEyh1jr9d3 img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 1200px) {
  .cid-uEyh1jr9d3 svg {
    right: -70% !important;
  }
}
@media (max-width: 992px) {
  .cid-uEyh1jr9d3 img {
    margin-top: 1rem;
  }
  .cid-uEyh1jr9d3 svg {
    right: -45% !important;
  }
}
@media (max-width: 576px) {
  .cid-uEyh1jr9d3 .item:hover {
    box-shadow: none;
    transform: none;
    background-color: transparent;
  }
  .cid-uEyh1jr9d3 svg {
    bottom: -3rem !important;
  }
  .cid-uEyh1jr9d3 .round1 {
    display: none;
  }
}
.cid-uEyh1jr9d3 .title {
  line-height: 1.3;
  color: #57468b;
}
.cid-uEyh1jr9d3 .card-img {
  width: auto;
}
.cid-uEyh2EurzE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-uEyh2EurzE .svg1 {
  position: absolute;
  bottom: 0rem;
  right: -45%;
  transform: scale(1.3);
}
.cid-uEyh2EurzE #e1_circle,
.cid-uEyh2EurzE #e3_circle,
.cid-uEyh2EurzE #e4_circle,
.cid-uEyh2EurzE #e5_circle {
  fill: #e1e8ff !important;
}
.cid-uEyh2EurzE #e6_circle {
  fill: #bfceff !important;
}
.cid-uEyh2EurzE .mbr-text {
  color: #716c80;
}
.cid-uEyh2EurzE h4 {
  margin: 0;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-uEyh2EurzE .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.4rem;
  margin-right: 1.5rem;
  border-radius: 8px;
  align-items: center;
  display: flex;
}
.cid-uEyh2EurzE .card-img .img1 {
  background-color: #bfceff;
}
.cid-uEyh2EurzE .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1rem !important;
}
.cid-uEyh2EurzE .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-uEyh2EurzE .rev {
  animation: rev 4s linear infinite;
}
.cid-uEyh2EurzE .round1 {
  width: 50px;
  height: 50px;
  right: 15%;
  top: 4%;
}
.cid-uEyh2EurzE .round2 {
  width: 80px;
  height: 80px;
  right: 25%;
  top: 8%;
}
.cid-uEyh2EurzE .round3 {
  width: 40px;
  height: 40px;
  right: 30%;
  bottom: 8%;
}
.cid-uEyh2EurzE .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 1.5rem 0;
}
.cid-uEyh2EurzE .card-title,
.cid-uEyh2EurzE .card-img {
  color: #57468b;
}
.cid-uEyh2EurzE img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 1200px) {
  .cid-uEyh2EurzE svg {
    right: -70% !important;
  }
}
@media (max-width: 992px) {
  .cid-uEyh2EurzE img {
    margin-top: 1rem;
  }
  .cid-uEyh2EurzE svg {
    right: -45% !important;
  }
}
@media (max-width: 576px) {
  .cid-uEyh2EurzE .item:hover {
    box-shadow: none;
    transform: none;
    background-color: transparent;
  }
  .cid-uEyh2EurzE svg {
    bottom: -3rem !important;
  }
  .cid-uEyh2EurzE .round1 {
    display: none;
  }
}
.cid-uEyh2EurzE .title {
  line-height: 1.3;
  color: #57468b;
}
.cid-uEyh2EurzE .card-img {
  width: auto;
}
.cid-uExenS0S7L {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uExenS0S7L h4 {
  margin-bottom: 0;
  text-align: left;
}
.cid-uExenS0S7L .card-box {
  padding-top: 3rem;
}
.cid-uExenS0S7L .mbr-section-btn {
  width: 100%;
  text-align: center;
}
.cid-uExenS0S7L .btn-md {
  padding: 1rem;
}
.cid-uExenS0S7L .btn-primary-outline,
.cid-uExenS0S7L .btn-secondary-outline,
.cid-uExenS0S7L .btn-info-outline,
.cid-uExenS0S7L .btn-success-outline,
.cid-uExenS0S7L .btn-warning-outline,
.cid-uExenS0S7L .btn-danger-outline,
.cid-uExenS0S7L .btn-black-outline,
.cid-uExenS0S7L .btn-white-outline {
  border: none;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-uExenS0S7L .btn-primary-outline span,
.cid-uExenS0S7L .btn-secondary-outline span,
.cid-uExenS0S7L .btn-info-outline span,
.cid-uExenS0S7L .btn-success-outline span,
.cid-uExenS0S7L .btn-warning-outline span,
.cid-uExenS0S7L .btn-danger-outline span,
.cid-uExenS0S7L .btn-black-outline span,
.cid-uExenS0S7L .btn-white-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uExenS0S7L .btn-primary-outline:hover span,
.cid-uExenS0S7L .btn-secondary-outline:hover span,
.cid-uExenS0S7L .btn-info-outline:hover span,
.cid-uExenS0S7L .btn-success-outline:hover span,
.cid-uExenS0S7L .btn-warning-outline:hover span,
.cid-uExenS0S7L .btn-danger-outline:hover span,
.cid-uExenS0S7L .btn-black-outline:hover span,
.cid-uExenS0S7L .btn-white-outline:hover span {
  padding-left: 10px;
}
.cid-uExenS0S7L .btn-primary-outline:hover,
.cid-uExenS0S7L .btn-secondary-outline:hover,
.cid-uExenS0S7L .btn-info-outline:hover,
.cid-uExenS0S7L .btn-success-outline:hover,
.cid-uExenS0S7L .btn-warning-outline:hover,
.cid-uExenS0S7L .btn-danger-outline:hover,
.cid-uExenS0S7L .btn-black-outline:hover,
.cid-uExenS0S7L .btn-white-outline:hover {
  background-color: transparent!important;
  color: #e74064 !important;
  box-shadow: none!important;
}
.cid-uExenS0S7L .btn-primary-outline:active,
.cid-uExenS0S7L .btn-secondary-outline:active,
.cid-uExenS0S7L .btn-info-outline:active,
.cid-uExenS0S7L .btn-success-outline:active,
.cid-uExenS0S7L .btn-warning-outline:active,
.cid-uExenS0S7L .btn-danger-outline:active,
.cid-uExenS0S7L .btn-black-outline:active,
.cid-uExenS0S7L .btn-white-outline:active,
.cid-uExenS0S7L .btn-primary-outline:focus,
.cid-uExenS0S7L .btn-secondary-outline:focus,
.cid-uExenS0S7L .btn-info-outline:focus,
.cid-uExenS0S7L .btn-success-outline:focus,
.cid-uExenS0S7L .btn-warning-outline:focus,
.cid-uExenS0S7L .btn-danger-outline:focus,
.cid-uExenS0S7L .btn-black-outline:focus,
.cid-uExenS0S7L .btn-white-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uExenS0S7L .btn-primary-outline .mbr-iconfont,
.cid-uExenS0S7L .btn-secondary-outline .mbr-iconfont,
.cid-uExenS0S7L .btn-info-outline .mbr-iconfont,
.cid-uExenS0S7L .btn-success-outline .mbr-iconfont,
.cid-uExenS0S7L .btn-warning-outline .mbr-iconfont,
.cid-uExenS0S7L .btn-danger-outline .mbr-iconfont,
.cid-uExenS0S7L .btn-black-outline .mbr-iconfont,
.cid-uExenS0S7L .btn-white-outline .mbr-iconfont {
  margin-right: 0!important;
  padding-left: 0.4rem;
}
.cid-uExenS0S7L .card-wrapper {
  overflow: hidden;
  height: 100%;
  position: relative;
  background-color: #ffffff;
  padding: 3rem 1.2rem 1.2rem 1.2rem;
  border-radius: 8px;
  transition: all 0.3s;
}
.cid-uExenS0S7L .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-uExenS0S7L .link-wrap {
  position: relative;
  padding-top: 14px;
}
.cid-uExenS0S7L .link-wrap:hover {
  color: #e74064 !important;
}
.cid-uExenS0S7L .link-wrap:hover:hover .link-ico {
  color: #e74064 !important;
}
.cid-uExenS0S7L .line {
  width: 150%;
  height: 1px;
  background: lightgray;
  position: absolute;
  top: 0;
  left: -25%;
}
.cid-uExenS0S7L img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin: auto;
}
.cid-uExenS0S7L .card-title {
  color: #57468b;
  text-align: center;
}
.cid-uExenS0S7L .row {
  justify-content: center;
}
.cid-uExenS0S7L .main-title {
  text-align: center;
  color: #57468b;
}
.cid-uExenS0S7L P {
  text-align: center;
}
.cid-uExenS0S7L .mbr-text,
.cid-uExenS0S7L .link {
  text-align: center;
  color: #716c80;
}
.cid-uExenS0S7L DIV {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-uExenS0S7L .card-wrapper:hover {
    transform: none;
    box-shadow: none;
  }
}
.cid-uExenS0S7L .card-img {
  width: auto;
}
.cid-uIquxEm7AU {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uIquxEm7AU H1 {
  color: #57468b;
}
.cid-uIquxEm7AU .mbr-text,
.cid-uIquxEm7AU .mbr-section-btn {
  color: #716c80;
}
.cid-uIquxEm7AU H3 {
  color: #716c80;
}
.cid-uIquvfQ0m2 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #c2b2d6;
  background: linear-gradient(to top right, #c2b2d6, #ffffff);
}
.cid-uIquvfQ0m2 .mbr-text {
  color: #716c80;
}
.cid-uIquvfQ0m2 .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-uIquvfQ0m2 p {
  margin: 0;
}
.cid-uIquvfQ0m2 .mbr-iconfont {
  transition: all 0.3s;
  color: #86affe !important;
  font-size: 2.4rem !important;
}
.cid-uIquvfQ0m2 .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-uIquvfQ0m2 .card:hover .mbr-iconfont {
  color: #e74064 !important;
}
.cid-uIquvfQ0m2 .card-title,
.cid-uIquvfQ0m2 .card-img {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-uIquvfQ0m2 .card {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-uIquvfQ0m2 .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-uIquvfQ0m2 .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-uIquvfQ0m2 .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-uIquvfQ0m2 .card-img span {
    margin-right: 0rem;
  }
  .cid-uIquvfQ0m2 .cardcolor:hover {
    background-color: transparent;
  }
}
.cid-uIquvfQ0m2 .card-img {
  width: auto;
}
.cid-uIqAcdLPh2 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uIqAcdLPh2 h4 {
  margin-bottom: 0;
}
.cid-uIqAcdLPh2 p {
  color: #767676;
}
.cid-uIqAcdLPh2 .btn-info-outline {
  border: none;
  color: #57468b !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-uIqAcdLPh2 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uIqAcdLPh2 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-uIqAcdLPh2 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #e74064 !important;
  box-shadow: none!important;
}
.cid-uIqAcdLPh2 .btn-info-outline:active,
.cid-uIqAcdLPh2 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uIqAcdLPh2 .card-box {
  padding-top: 2rem;
}
.cid-uIqAcdLPh2 .card-wrapper {
  height: 100%;
}
.cid-uIqAcdLPh2 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uIqAcdLPh2 img {
  border-radius: 8px;
}
.cid-uIqAcdLPh2 .card-title {
  color: #57468b;
}
.cid-uIqAcdLPh2 .main-title {
  color: #57468b;
  text-align: center;
}
.cid-uIqAcdLPh2 DIV {
  color: #57468b;
}
.cid-uIqAcdLPh2 .card-img {
  width: auto;
}
.cid-uIqAybBozc {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uIqAybBozc h4 {
  margin-bottom: 0;
}
.cid-uIqAybBozc p {
  color: #767676;
}
.cid-uIqAybBozc .btn-info-outline {
  border: none;
  color: #57468b !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-uIqAybBozc .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uIqAybBozc .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-uIqAybBozc .btn-info-outline:hover {
  background-color: transparent!important;
  color: #e74064 !important;
  box-shadow: none!important;
}
.cid-uIqAybBozc .btn-info-outline:active,
.cid-uIqAybBozc .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uIqAybBozc .card-box {
  padding-top: 2rem;
}
.cid-uIqAybBozc .card-wrapper {
  height: 100%;
}
.cid-uIqAybBozc .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uIqAybBozc img {
  border-radius: 8px;
}
.cid-uIqAybBozc .card-title {
  color: #57468b;
}
.cid-uIqAybBozc .main-title {
  color: #57468b;
  text-align: center;
}
.cid-uIqAybBozc DIV {
  color: #57468b;
}
.cid-uIqAybBozc .card-img {
  width: auto;
}
.cid-rlfbCDCzHR {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rlfbCDCzHR H1 {
  color: #57468b;
  text-align: center;
}
.cid-rlfbCDCzHR .mbr-text,
.cid-rlfbCDCzHR .mbr-section-btn {
  color: #716c80;
}
.cid-rlfbCDCzHR H3 {
  color: #716c80;
}
.cid-uIqJTOnfbL {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uIqJTOnfbL .mbr-text {
  color: #716c80;
  line-height: 2;
}
.cid-uIqJTOnfbL .price-text {
  line-height: 1.5;
  color: #716c80;
}
.cid-uIqJTOnfbL .card-title {
  line-height: 1.5;
  color: #57468b;
  padding-top: 2rem;
}
.cid-uIqJTOnfbL .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uIqJTOnfbL .card {
  display: flex;
  justify-content: center;
  flex-direction: row;
  transition: all 0.3s;
  padding: 3rem 1.5rem !important;
}
.cid-uIqJTOnfbL .card:hover {
  box-shadow: 0 10px 55px 5px rgba(20, 156, 237, 0.35);
}
.cid-uIqJTOnfbL .nav-tabs {
  margin: auto;
  border: none;
}
.cid-uIqJTOnfbL .nav-tabs .nav-item {
  margin: 0;
}
.cid-uIqJTOnfbL .nav-tabs .nav-item .btn {
  color: #716c80 !important;
  transition: all 0.3s;
  background-color: transparent !important;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  position: relative;
  box-shadow: none !important;
  z-index: 1;
}
@media (min-width: 768px) {
  .cid-uIqJTOnfbL .nav-tabs .nav-item .btn {
    margin: 0px !important;
    border-color: transparent !important;
  }
  .cid-uIqJTOnfbL .nav-tabs .nav-item .btn:after {
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    margin: 0;
    opacity: 1;
    padding: 0;
    background-color: transparent !important;
    border: inherit;
    border-color: #ff8a73;
    border-radius: inherit;
    animation: none;
    z-index: -1;
  }
  .cid-uIqJTOnfbL .nav-tabs .nav-item .btn:before {
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background-color: transparent;
    border-radius: inherit;
    z-index: -1;
    transition: transform 0.3s, background-color 0.2s;
  }
  .cid-uIqJTOnfbL .nav-tabs .nav-item .btn.active:before {
    background-color: #ff8a73 !important;
  }
}
@media (max-width: 767px) {
  .cid-uIqJTOnfbL .nav-tabs .nav-item .btn {
    border-color: #ff8a73 !important;
  }
}
.cid-uIqJTOnfbL .nav-tabs .nav-item .btn:hover {
  cursor: pointer;
  color: #ff8a73 !important;
  box-shadow: none !important;
}
.cid-uIqJTOnfbL .nav-tabs .nav-item .btn.active {
  color: #ffffff !important;
  box-shadow: none !important;
}
@media (max-width: 767px) {
  .cid-uIqJTOnfbL .nav-tabs .nav-item .btn.active {
    background-color: #ff8a73 !important;
  }
}
@media (min-width: 768px) {
  .cid-uIqJTOnfbL .nav-tabs .nav-item:first-child > .btn:after {
    border-right: none !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .cid-uIqJTOnfbL .nav-tabs .nav-item:last-child > .btn:after {
    border-left: none !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .cid-uIqJTOnfbL .nav-tabs .nav-item:first-child > .btn:before {
    transform: translateX(50%);
  }
  .cid-uIqJTOnfbL .nav-tabs .nav-item:last-child > .btn:before {
    transform: translateX(-50%);
  }
  .cid-uIqJTOnfbL .nav-tabs .nav-item:first-child > .btn.active:before {
    transform: translateX(0);
  }
  .cid-uIqJTOnfbL .nav-tabs .nav-item:last-child > .btn.active:before {
    transform: translateX(0);
  }
}
@media (max-width: 992px) {
  .cid-uIqJTOnfbL .align-right,
  .cid-uIqJTOnfbL .align-left {
    text-align: center;
  }
  .cid-uIqJTOnfbL .card-title {
    padding-top: 0rem;
  }
  .cid-uIqJTOnfbL .price {
    margin-bottom: 0;
  }
  .cid-uIqJTOnfbL .card {
    flex-direction: column;
    align-items: center;
    padding: 2rem 0 !important;
  }
  .cid-uIqJTOnfbL .card .card-img {
    margin-bottom: 0rem;
  }
  .cid-uIqJTOnfbL .card:hover {
    transform: none;
  }
  .cid-uIqJTOnfbL .card-img {
    padding: 0;
  }
}
@media (max-width: 576px) {
  .cid-uIqJTOnfbL .card:hover {
    box-shadow: none;
  }
}
.cid-uIqJTOnfbL .card-box .btn {
  padding: 0.8rem 1.8rem;
  margin: 0 !important;
  margin-top: 0.5rem;
}
.cid-uIqJTOnfbL .price {
  color: #57468b;
}
.cid-rlfakgRAMH {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-rlfakgRAMH svg {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.2);
  animation: wave 5s ease-in-out infinite;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
@keyframes wave {
  from {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
  50% {
    transform: rotate(0.2deg) translate(-50%) scale(2.1, 1.3);
  }
  to {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
}
.cid-rlfakgRAMH .mbr-text,
.cid-rlfakgRAMH .mbr-section-btn {
  color: #232323;
}
.cid-rlfakgRAMH #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-rlfakgRAMH #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-rlfakgRAMH H1 {
  color: #57468b;
}
.cid-rlfakgRAMH img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rlfakgRAMH .box {
  width: 95%;
  height: 90%;
  opacity: 0.5;
  background-color: #ffffff;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-rlfakgRAMH .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-rlfakgRAMH img {
    width: 100%;
  }
}
.cid-uExrklJKC3 {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-uExrklJKC3 .svg1 {
  position: absolute;
  bottom: 4.6rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-uExrklJKC3 #e1_circle,
.cid-uExrklJKC3 #e3_circle,
.cid-uExrklJKC3 #e4_circle,
.cid-uExrklJKC3 #e5_circle {
  fill: #efefef !important;
}
.cid-uExrklJKC3 #e6_circle {
  fill: #f6e4ea !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-uExrklJKC3 .round {
  border-radius: 100%;
  position: absolute;
  background-color: #efefef;
  animation: orbit 4s linear infinite;
}
.cid-uExrklJKC3 .rev {
  animation: rev 4s linear infinite;
}
.cid-uExrklJKC3 .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-uExrklJKC3 .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-uExrklJKC3 .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-uExrklJKC3 .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-uExrklJKC3 .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-uExrklJKC3 .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-uExrklJKC3 .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-uExrklJKC3 .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-uExrklJKC3 .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-uExrklJKC3 .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-uExrklJKC3 .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-uExrklJKC3 H1 {
  color: #57468b;
}
.cid-uExrklJKC3 .mbr-text,
.cid-uExrklJKC3 .mbr-section-btn {
  color: #716c80;
}
.cid-uExrklJKC3 H3 {
  color: #716c80;
}
.cid-uExrklJKC3 img {
  height: 100%;
  margin: 0 auto;
}
.cid-rlfauKN24g {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #100808;
}
.cid-rlfauKN24g section {
  position: relative;
}
.cid-rlfauKN24g .container {
  max-width: 1400px;
}
.cid-rlfauKN24g .card-img2 span {
  padding-top: 6px;
}
.cid-rlfauKN24g .soc-item a {
  padding-top: 5px;
}
.cid-rlfauKN24g .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-rlfauKN24g .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-rlfauKN24g .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rlfauKN24g .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-rlfauKN24g .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-rlfauKN24g .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rlfauKN24g .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-rlfauKN24g .soc-item span {
  font-size: 1.4rem;
}
.cid-rlfauKN24g .soc-item:hover span {
  color: #e74064 !important;
}
.cid-rlfauKN24g .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-rlfauKN24g .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rlfauKN24g .media-wrap {
  margin-bottom: 1rem;
}
.cid-rlfauKN24g .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rlfauKN24g img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-rlfauKN24g .item {
    justify-content: center;
  }
  .cid-rlfauKN24g .quote::after {
    left: 60px;
  }
}
.cid-rlfauKN24g .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-rlfauKN24g .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rlfauKN24g .text1 {
  color: #ffffff;
}
.cid-rlfauKN24g .item-title {
  color: #ffffff;
}
.cid-rlfauKN24g H5 {
  color: #ffffff;
}
.cid-rlfauKN24g .theme {
  color: #ffffff;
}
.cid-rlfauKN24g .copyright > p {
  color: #ff3366;
}
.cid-rlfauKN24g .text2 {
  color: #ffffff;
}
.cid-rlfau44JVQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100808;
}
.cid-uEEQqtgUIB {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-uEEQqtgUIB .svg1 {
  position: absolute;
  bottom: 4.6rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-uEEQqtgUIB #e1_circle,
.cid-uEEQqtgUIB #e3_circle,
.cid-uEEQqtgUIB #e4_circle,
.cid-uEEQqtgUIB #e5_circle {
  fill: #e1e8ff !important;
}
.cid-uEEQqtgUIB #e6_circle {
  fill: #bfceff !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-uEEQqtgUIB .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-uEEQqtgUIB .rev {
  animation: rev 4s linear infinite;
}
.cid-uEEQqtgUIB .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-uEEQqtgUIB .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-uEEQqtgUIB .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-uEEQqtgUIB .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-uEEQqtgUIB .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-uEEQqtgUIB .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-uEEQqtgUIB .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-uEEQqtgUIB .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-uEEQqtgUIB .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-uEEQqtgUIB .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-uEEQqtgUIB .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-uEEQqtgUIB H1 {
  color: #57468b;
}
.cid-uEEQqtgUIB .mbr-text,
.cid-uEEQqtgUIB .mbr-section-btn {
  color: #716c80;
}
.cid-uEEQqtgUIB H3 {
  color: #716c80;
}
.cid-uEEQqtgUIB img {
  height: 100%;
  margin: 0 auto;
}
.cid-uEEQqtLPKj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uEEQqtLPKj img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uEEQqtLPKj H1 {
  color: #57468b;
}
.cid-uEEQqtLPKj .mbr-text,
.cid-uEEQqtLPKj .mbr-section-btn {
  color: #716c80;
}
.cid-uEEQqtLPKj H3 {
  color: #716c80;
}
.cid-uEEQqtLPKj .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uEEQqtLPKj .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uEEQqtLPKj .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uEEQqtLPKj .link:hover {
  color: #e74064 !important;
}
.cid-uEEQqtLPKj .link:hover .link-ico {
  color: #e74064 !important;
  padding-left: 10px;
}
.cid-uEEQqtLPKj DIV {
  color: #57468b;
}
.cid-uEISGzmaMu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e1e8ff;
}
.cid-uEISGzmaMu h5,
.cid-uEISGzmaMu h4,
.cid-uEISGzmaMu p {
  margin-bottom: 0;
}
.cid-uEISGzmaMu p {
  color: #767676;
}
.cid-uEISGzmaMu .card-img {
  padding: 0;
  width: auto;
}
.cid-uEISGzmaMu .card-box {
  padding: 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uEISGzmaMu .card-box {
    padding: 2rem 0 0;
  }
  .cid-uEISGzmaMu .card-wrapper {
    display: block !important;
  }
}
.cid-uEISGzmaMu .card-wrapper {
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.cid-uEISGzmaMu img {
  border-radius: 8px;
}
.cid-uEISGzmaMu .card-title,
.cid-uEISGzmaMu .main-title {
  color: #57468b;
}
.cid-uFiVmUGWUC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uFiVmUGWUC H1 {
  color: #57468b;
}
.cid-uFiVmUGWUC .mbr-text,
.cid-uFiVmUGWUC .mbr-section-btn {
  color: #716c80;
}
.cid-uFiVmUGWUC img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-uFiVmUGWUC .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uFiVmUGWUC img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-uIuPFdXCyh {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uIuPFdXCyh H1 {
  color: #57468b;
}
.cid-uIuPFdXCyh .mbr-text,
.cid-uIuPFdXCyh .mbr-section-btn {
  color: #716c80;
}
.cid-uIuPFdXCyh img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-uIuPFdXCyh img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-uEIVvFH6AG {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uEIVvFH6AG img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uEIVvFH6AG H1 {
  color: #57468b;
  text-align: center;
}
.cid-uEIVvFH6AG .mbr-text,
.cid-uEIVvFH6AG .mbr-section-btn {
  color: #716c80;
}
.cid-uEIVvFH6AG H3 {
  color: #716c80;
}
.cid-uEIVvFH6AG .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uEIVvFH6AG .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uEIVvFH6AG .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uEIVvFH6AG .link:hover {
  color: #e74064 !important;
}
.cid-uEIVvFH6AG .link:hover .link-ico {
  color: #e74064 !important;
  padding-left: 10px;
}
.cid-uEIVvFH6AG DIV {
  color: #57468b;
}
.cid-uEIYGKPwjj {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uEIYGKPwjj h5,
.cid-uEIYGKPwjj h4,
.cid-uEIYGKPwjj p {
  margin-bottom: 0;
}
.cid-uEIYGKPwjj p {
  color: #767676;
}
.cid-uEIYGKPwjj .card-img {
  padding: 0;
  width: auto;
}
.cid-uEIYGKPwjj .mbr-section-btn {
  margin: 0;
}
.cid-uEIYGKPwjj .mbr-section-btn .btn {
  margin-top: 1.2rem !important;
}
.cid-uEIYGKPwjj .card-wrapper {
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-uEIYGKPwjj .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-uEIYGKPwjj .card-box {
  padding: 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uEIYGKPwjj .card-box {
    padding: 2rem 0 0;
  }
  .cid-uEIYGKPwjj .card-wrapper {
    display: block !important;
  }
}
.cid-uEIYGKPwjj .card-wrapper {
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.cid-uEIYGKPwjj .card-title,
.cid-uEIYGKPwjj .main-title {
  color: #57468b;
}
.cid-uIuXKuQhC0 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #100808;
}
.cid-uIuXKuQhC0 section {
  position: relative;
}
.cid-uIuXKuQhC0 .container {
  max-width: 1400px;
}
.cid-uIuXKuQhC0 .card-img2 span {
  padding-top: 6px;
}
.cid-uIuXKuQhC0 .soc-item a {
  padding-top: 5px;
}
.cid-uIuXKuQhC0 .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uIuXKuQhC0 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uIuXKuQhC0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uIuXKuQhC0 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uIuXKuQhC0 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uIuXKuQhC0 .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uIuXKuQhC0 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uIuXKuQhC0 .soc-item span {
  font-size: 1.4rem;
}
.cid-uIuXKuQhC0 .soc-item:hover span {
  color: #e74064 !important;
}
.cid-uIuXKuQhC0 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uIuXKuQhC0 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uIuXKuQhC0 .media-wrap {
  margin-bottom: 1rem;
}
.cid-uIuXKuQhC0 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uIuXKuQhC0 img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uIuXKuQhC0 .item {
    justify-content: center;
  }
  .cid-uIuXKuQhC0 .quote::after {
    left: 60px;
  }
}
.cid-uIuXKuQhC0 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uIuXKuQhC0 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uIuXKuQhC0 .text1 {
  color: #ffffff;
}
.cid-uIuXKuQhC0 .item-title {
  color: #ffffff;
}
.cid-uIuXKuQhC0 H5 {
  color: #ffffff;
}
.cid-uIuXKuQhC0 .theme {
  color: #ffffff;
}
.cid-uIuXKuQhC0 .copyright > p {
  color: #ff3366;
}
.cid-uIuXKuQhC0 .text2 {
  color: #ffffff;
}
.cid-uEEQqCivzp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100808;
}
.cid-uIqN73F9MS .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-uIqN73F9MS .collapsed {
  flex-direction: row!important;
}
.cid-uIqN73F9MS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIqN73F9MS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIqN73F9MS .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uIqN73F9MS .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uIqN73F9MS .nav-item:focus,
.cid-uIqN73F9MS .nav-link:focus {
  outline: none;
}
.cid-uIqN73F9MS .text-white:hover,
.cid-uIqN73F9MS .text-white:active,
.cid-uIqN73F9MS .text-white:focus {
  color: white!important;
}
.cid-uIqN73F9MS .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uIqN73F9MS .dropdown-item:hover {
  color: black!important;
}
.cid-uIqN73F9MS .dropdown-menu {
  background-color: white!important;
}
.cid-uIqN73F9MS .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uIqN73F9MS .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uIqN73F9MS .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uIqN73F9MS .nav-item .nav-link {
    position: relative;
  }
}
.cid-uIqN73F9MS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uIqN73F9MS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIqN73F9MS .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uIqN73F9MS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uIqN73F9MS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uIqN73F9MS .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uIqN73F9MS .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uIqN73F9MS .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uIqN73F9MS .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIqN73F9MS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIqN73F9MS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIqN73F9MS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uIqN73F9MS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIqN73F9MS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIqN73F9MS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uIqN73F9MS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIqN73F9MS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uIqN73F9MS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uIqN73F9MS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIqN73F9MS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIqN73F9MS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uIqN73F9MS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIqN73F9MS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIqN73F9MS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uIqN73F9MS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uIqN73F9MS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIqN73F9MS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIqN73F9MS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uIqN73F9MS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uIqN73F9MS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uIqN73F9MS .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uIqN73F9MS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uIqN73F9MS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uIqN73F9MS .navbar-caption {
  font-weight: 600!important;
}
.cid-uIqN73F9MS .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIqN73F9MS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIqN73F9MS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIqN73F9MS .dropdown-item.active,
.cid-uIqN73F9MS .dropdown-item:active {
  background-color: transparent;
}
.cid-uIqN73F9MS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIqN73F9MS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIqN73F9MS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIqN73F9MS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIqN73F9MS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIqN73F9MS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uIqN73F9MS .navbar-buttons {
  text-align: center;
}
.cid-uIqN73F9MS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uIqN73F9MS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-uIqN73F9MS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uIqN73F9MS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uIqN73F9MS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uIqN73F9MS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uIqN73F9MS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uIqN73F9MS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uIqN73F9MS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uIqN73F9MS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uIqN73F9MS .nav-link {
  font-weight: 600!important;
}
.cid-uIqN73F9MS a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uIqN73F9MS .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uIqN73F9MS .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uIqN73F9MS .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIqN73F9MS .navbar {
    height: 77px;
  }
  .cid-uIqN73F9MS .navbar.opened {
    height: auto;
  }
  .cid-uIqN73F9MS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEJ6zBUlHi {
  padding-top: 150px;
  padding-bottom: 15px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-uEJ6zBUlHi .svg1 {
  position: absolute;
  bottom: 4.6rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-uEJ6zBUlHi #e1_circle,
.cid-uEJ6zBUlHi #e3_circle,
.cid-uEJ6zBUlHi #e4_circle,
.cid-uEJ6zBUlHi #e5_circle {
  fill: #e1e8ff !important;
}
.cid-uEJ6zBUlHi #e6_circle {
  fill: #bfceff !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-uEJ6zBUlHi .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-uEJ6zBUlHi .rev {
  animation: rev 4s linear infinite;
}
.cid-uEJ6zBUlHi .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-uEJ6zBUlHi .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-uEJ6zBUlHi .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-uEJ6zBUlHi .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-uEJ6zBUlHi .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-uEJ6zBUlHi .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-uEJ6zBUlHi .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-uEJ6zBUlHi .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-uEJ6zBUlHi .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-uEJ6zBUlHi .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-uEJ6zBUlHi .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-uEJ6zBUlHi H1 {
  color: #57468b;
}
.cid-uEJ6zBUlHi .mbr-text,
.cid-uEJ6zBUlHi .mbr-section-btn {
  color: #716c80;
}
.cid-uEJ6zBUlHi H3 {
  color: #716c80;
}
.cid-uEJ6zBUlHi img {
  height: 100%;
  margin: 0 auto;
}
.cid-uEJ6Cpy7vj {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uEJ6Cpy7vj H1 {
  color: #57468b;
}
.cid-uEJ6Cpy7vj .mbr-text,
.cid-uEJ6Cpy7vj .mbr-section-btn {
  color: #716c80;
}
.cid-uEJ6Cpy7vj H3 {
  color: #716c80;
}
.cid-uFjmFCaH1x {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uFjmFCaH1x H1 {
  color: #57468b;
}
.cid-uFjmFCaH1x .mbr-text,
.cid-uFjmFCaH1x .mbr-section-btn {
  color: #716c80;
}
.cid-uFjmFCaH1x img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-uFjmFCaH1x .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uFjmFCaH1x img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-uEJ6Es0ciy {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uEJ6Es0ciy img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uEJ6Es0ciy H1 {
  color: #57468b;
}
.cid-uEJ6Es0ciy .mbr-text,
.cid-uEJ6Es0ciy .mbr-section-btn {
  color: #716c80;
}
.cid-uEJ6Es0ciy H3 {
  color: #716c80;
}
.cid-uEJ6Es0ciy .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uEJ6Es0ciy .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uEJ6Es0ciy .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uEJ6Es0ciy .link:hover {
  color: #e74064 !important;
}
.cid-uEJ6Es0ciy .link:hover .link-ico {
  color: #e74064 !important;
  padding-left: 10px;
}
.cid-uEJ6Es0ciy DIV {
  color: #57468b;
}
.cid-uEJ6G2wTYa {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uEJ6G2wTYa .nav-tabs .nav-item.open .nav-link:focus,
.cid-uEJ6G2wTYa .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uEJ6G2wTYa .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid lightgray;
}
.cid-uEJ6G2wTYa .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-uEJ6G2wTYa .first {
  margin-left: -24px;
}
.cid-uEJ6G2wTYa .nav-tabs .nav-link {
  color: #cccccc !important;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-uEJ6G2wTYa .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #57468b !important;
}
.cid-uEJ6G2wTYa .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #57468b !important;
  font-style: normal;
}
.cid-uEJ6G2wTYa P {
  color: #716c80;
}
.cid-uEJ6G2wTYa H2 {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-uEJ6G2wTYa .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uEJ6G2wTYa .mbr-text,
  .cid-uEJ6G2wTYa .nav-link {
    text-align: center;
  }
}
.cid-uEJ6DCW0pd {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uEJ6DCW0pd img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uEJ6DCW0pd H1 {
  color: #57468b;
}
.cid-uEJ6DCW0pd .mbr-text,
.cid-uEJ6DCW0pd .mbr-section-btn {
  color: #716c80;
}
.cid-uEJ6DCW0pd H3 {
  color: #716c80;
}
.cid-uEJ6DCW0pd .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uEJ6DCW0pd .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uEJ6DCW0pd .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uEJ6DCW0pd .link:hover {
  color: #e74064 !important;
}
.cid-uEJ6DCW0pd .link:hover .link-ico {
  color: #e74064 !important;
  padding-left: 10px;
}
.cid-uEJ6DCW0pd DIV {
  color: #57468b;
}
.cid-uEJaQwmSYV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uEJaQwmSYV img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uEJaQwmSYV H1 {
  color: #57468b;
}
.cid-uEJaQwmSYV .mbr-text,
.cid-uEJaQwmSYV .mbr-section-btn {
  color: #716c80;
}
.cid-uEJaQwmSYV H3 {
  color: #716c80;
}
.cid-uEJaQwmSYV .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uEJaQwmSYV .btn-info-outline {
  border: none;
  color: #57468b !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-uEJaQwmSYV .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uEJaQwmSYV .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-uEJaQwmSYV .btn-info-outline:hover {
  background-color: transparent!important;
  color: #e74064 !important;
  box-shadow: none!important;
}
.cid-uEJaQwmSYV .btn-info-outline:active,
.cid-uEJaQwmSYV .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uEJaQwmSYV DIV {
  color: #57468b;
}
.cid-uEJbgdKfro {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uEJbgdKfro H1 {
  color: #57468b;
}
.cid-uEJbgdKfro .mbr-text,
.cid-uEJbgdKfro .mbr-section-btn {
  color: #716c80;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-uEJbgdKfro img {
  width: 90%;
  border-radius: 10px;
  box-shadow: rgba(230, 206, 191, 0.7) -10px 10px 35px 5px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 992px) {
  .cid-uEJbgdKfro img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-uEJbgdKfro H3 {
  color: #716c80;
}
.cid-uFoV1i3KsO {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uFoV1i3KsO li {
  list-style: none;
}
.cid-uFoV1i3KsO .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-uFoV1i3KsO .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
}
.cid-uFoV1i3KsO h4 {
  margin: 0;
}
.cid-uFoV1i3KsO .item {
  color: #57468b;
}
.cid-uFoV1i3KsO ul {
  padding: 0;
  margin: 0;
}
.cid-uFoV1i3KsO .col-title {
  color: #57468b;
}
.cid-uFoV1i3KsO .col-title1 {
  color: #ffffff;
}
.cid-uFoV1i3KsO .col-title2 {
  color: #ffffff;
}
.cid-uFoV1i3KsO .col-title3 {
  color: #ffffff;
}
.cid-uFoV1i3KsO .col-title4 {
  color: #ffffff;
}
.cid-uFoV1i3KsO .item1 {
  color: #efefef;
}
.cid-uFoV1i3KsO .item2 {
  color: #efefef;
}
.cid-uFoV1i3KsO .item3 {
  color: #efefef;
}
.cid-uFoV1i3KsO .item4 {
  color: #efefef;
}
@media (max-width: 768px) {
  .cid-uFoV1i3KsO .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-uFoV2qurcq {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-uFoV2qurcq section {
  position: relative;
}
.cid-uFoV2qurcq .container {
  max-width: 1400px;
}
.cid-uFoV2qurcq .card-img2 span {
  padding-top: 6px;
}
.cid-uFoV2qurcq .soc-item a {
  padding-top: 5px;
}
.cid-uFoV2qurcq .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uFoV2qurcq .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uFoV2qurcq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uFoV2qurcq .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uFoV2qurcq .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uFoV2qurcq .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uFoV2qurcq .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uFoV2qurcq .soc-item span {
  font-size: 1.4rem;
}
.cid-uFoV2qurcq .soc-item:hover span {
  color: #e74064 !important;
}
.cid-uFoV2qurcq .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uFoV2qurcq .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uFoV2qurcq .media-wrap {
  margin-bottom: 1rem;
}
.cid-uFoV2qurcq .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uFoV2qurcq img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uFoV2qurcq .item {
    justify-content: center;
  }
  .cid-uFoV2qurcq .quote::after {
    left: 60px;
  }
}
.cid-uFoV2qurcq .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uFoV2qurcq .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFoV2qurcq .text1 {
  color: #ffffff;
}
.cid-uFoV2qurcq .item-title {
  color: #ffffff;
}
.cid-uFoV2qurcq H5 {
  color: #ffffff;
}
.cid-uFoV2qurcq .theme {
  color: #ffffff;
}
.cid-uFoV2qurcq .copyright > p {
  color: #ff3366;
}
.cid-uFoV2qurcq .text2 {
  color: #ffffff;
}
.cid-rlfau44JVQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100808;
}
.cid-uIqN73F9MS .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-uIqN73F9MS .collapsed {
  flex-direction: row!important;
}
.cid-uIqN73F9MS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIqN73F9MS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIqN73F9MS .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uIqN73F9MS .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uIqN73F9MS .nav-item:focus,
.cid-uIqN73F9MS .nav-link:focus {
  outline: none;
}
.cid-uIqN73F9MS .text-white:hover,
.cid-uIqN73F9MS .text-white:active,
.cid-uIqN73F9MS .text-white:focus {
  color: white!important;
}
.cid-uIqN73F9MS .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uIqN73F9MS .dropdown-item:hover {
  color: black!important;
}
.cid-uIqN73F9MS .dropdown-menu {
  background-color: white!important;
}
.cid-uIqN73F9MS .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uIqN73F9MS .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uIqN73F9MS .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uIqN73F9MS .nav-item .nav-link {
    position: relative;
  }
}
.cid-uIqN73F9MS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uIqN73F9MS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIqN73F9MS .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uIqN73F9MS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uIqN73F9MS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uIqN73F9MS .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uIqN73F9MS .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uIqN73F9MS .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uIqN73F9MS .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIqN73F9MS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIqN73F9MS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIqN73F9MS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uIqN73F9MS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIqN73F9MS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIqN73F9MS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uIqN73F9MS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIqN73F9MS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uIqN73F9MS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uIqN73F9MS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIqN73F9MS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIqN73F9MS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uIqN73F9MS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIqN73F9MS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIqN73F9MS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uIqN73F9MS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uIqN73F9MS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIqN73F9MS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIqN73F9MS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uIqN73F9MS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uIqN73F9MS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uIqN73F9MS .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uIqN73F9MS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uIqN73F9MS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uIqN73F9MS .navbar-caption {
  font-weight: 600!important;
}
.cid-uIqN73F9MS .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIqN73F9MS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIqN73F9MS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIqN73F9MS .dropdown-item.active,
.cid-uIqN73F9MS .dropdown-item:active {
  background-color: transparent;
}
.cid-uIqN73F9MS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIqN73F9MS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIqN73F9MS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIqN73F9MS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIqN73F9MS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIqN73F9MS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uIqN73F9MS .navbar-buttons {
  text-align: center;
}
.cid-uIqN73F9MS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uIqN73F9MS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-uIqN73F9MS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uIqN73F9MS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uIqN73F9MS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uIqN73F9MS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uIqN73F9MS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uIqN73F9MS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uIqN73F9MS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uIqN73F9MS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uIqN73F9MS .nav-link {
  font-weight: 600!important;
}
.cid-uIqN73F9MS a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uIqN73F9MS .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uIqN73F9MS .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uIqN73F9MS .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIqN73F9MS .navbar {
    height: 77px;
  }
  .cid-uIqN73F9MS .navbar.opened {
    height: auto;
  }
  .cid-uIqN73F9MS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFdTkORcIo {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #f6e4ea;
}
.cid-uFdTkORcIo H1 {
  color: #57468b;
}
.cid-uFdTkORcIo .mbr-text,
.cid-uFdTkORcIo .mbr-section-btn {
  color: #716c80;
}
.cid-uFdTo2W1e2 {
  padding-top: 60px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-uFdTo2W1e2 .card-header {
  background: transparent;
}
.cid-uFdTo2W1e2 .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-uFdTo2W1e2 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uFdTo2W1e2 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uFdTo2W1e2 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uFdTo2W1e2 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uFdTo2W1e2 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uFdTo2W1e2 .card .panel-body {
  color: #767676;
}
.cid-uFdTo2W1e2 h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #efefef;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-uFdTo2W1e2 H4 {
  color: #57468b;
}
.cid-uFdTo2W1e2 H2 {
  color: #57468b;
}
.cid-uFjc8azRFr {
  padding-top: 0px;
  padding-bottom: 45px;
  position: relative;
  background-color: #ffffff;
}
.cid-uFjc8azRFr .card-header {
  background: transparent;
}
.cid-uFjc8azRFr .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-uFjc8azRFr .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uFjc8azRFr .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uFjc8azRFr .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uFjc8azRFr .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uFjc8azRFr .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uFjc8azRFr .card .panel-body {
  color: #767676;
}
.cid-uFjc8azRFr h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #efefef;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-uFjc8azRFr H4 {
  color: #57468b;
}
.cid-uFjc8azRFr H2 {
  color: #57468b;
}
.cid-uFoURHzUW2 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uFoURHzUW2 li {
  list-style: none;
}
.cid-uFoURHzUW2 .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-uFoURHzUW2 .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
}
.cid-uFoURHzUW2 h4 {
  margin: 0;
}
.cid-uFoURHzUW2 .item {
  color: #57468b;
}
.cid-uFoURHzUW2 ul {
  padding: 0;
  margin: 0;
}
.cid-uFoURHzUW2 .col-title {
  color: #57468b;
}
.cid-uFoURHzUW2 .col-title1 {
  color: #ffffff;
}
.cid-uFoURHzUW2 .col-title2 {
  color: #ffffff;
}
.cid-uFoURHzUW2 .col-title3 {
  color: #ffffff;
}
.cid-uFoURHzUW2 .col-title4 {
  color: #ffffff;
}
.cid-uFoURHzUW2 .item1 {
  color: #efefef;
}
.cid-uFoURHzUW2 .item2 {
  color: #efefef;
}
.cid-uFoURHzUW2 .item3 {
  color: #efefef;
}
.cid-uFoURHzUW2 .item4 {
  color: #efefef;
}
@media (max-width: 768px) {
  .cid-uFoURHzUW2 .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-uFoUSK7GvP {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-uFoUSK7GvP section {
  position: relative;
}
.cid-uFoUSK7GvP .container {
  max-width: 1400px;
}
.cid-uFoUSK7GvP .card-img2 span {
  padding-top: 6px;
}
.cid-uFoUSK7GvP .soc-item a {
  padding-top: 5px;
}
.cid-uFoUSK7GvP .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uFoUSK7GvP .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uFoUSK7GvP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uFoUSK7GvP .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uFoUSK7GvP .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uFoUSK7GvP .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uFoUSK7GvP .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uFoUSK7GvP .soc-item span {
  font-size: 1.4rem;
}
.cid-uFoUSK7GvP .soc-item:hover span {
  color: #e74064 !important;
}
.cid-uFoUSK7GvP .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uFoUSK7GvP .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uFoUSK7GvP .media-wrap {
  margin-bottom: 1rem;
}
.cid-uFoUSK7GvP .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uFoUSK7GvP img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uFoUSK7GvP .item {
    justify-content: center;
  }
  .cid-uFoUSK7GvP .quote::after {
    left: 60px;
  }
}
.cid-uFoUSK7GvP .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uFoUSK7GvP .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFoUSK7GvP .text1 {
  color: #ffffff;
}
.cid-uFoUSK7GvP .item-title {
  color: #ffffff;
}
.cid-uFoUSK7GvP H5 {
  color: #ffffff;
}
.cid-uFoUSK7GvP .theme {
  color: #ffffff;
}
.cid-uFoUSK7GvP .copyright > p {
  color: #ff3366;
}
.cid-uFoUSK7GvP .text2 {
  color: #ffffff;
}
.cid-rlfau44JVQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100808;
}
.cid-uIqN73F9MS .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-uIqN73F9MS .collapsed {
  flex-direction: row!important;
}
.cid-uIqN73F9MS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIqN73F9MS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIqN73F9MS .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uIqN73F9MS .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uIqN73F9MS .nav-item:focus,
.cid-uIqN73F9MS .nav-link:focus {
  outline: none;
}
.cid-uIqN73F9MS .text-white:hover,
.cid-uIqN73F9MS .text-white:active,
.cid-uIqN73F9MS .text-white:focus {
  color: white!important;
}
.cid-uIqN73F9MS .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uIqN73F9MS .dropdown-item:hover {
  color: black!important;
}
.cid-uIqN73F9MS .dropdown-menu {
  background-color: white!important;
}
.cid-uIqN73F9MS .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uIqN73F9MS .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uIqN73F9MS .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uIqN73F9MS .nav-item .nav-link {
    position: relative;
  }
}
.cid-uIqN73F9MS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uIqN73F9MS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIqN73F9MS .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uIqN73F9MS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uIqN73F9MS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uIqN73F9MS .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uIqN73F9MS .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uIqN73F9MS .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uIqN73F9MS .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIqN73F9MS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIqN73F9MS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIqN73F9MS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uIqN73F9MS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIqN73F9MS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIqN73F9MS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uIqN73F9MS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIqN73F9MS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uIqN73F9MS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uIqN73F9MS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIqN73F9MS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIqN73F9MS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uIqN73F9MS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIqN73F9MS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIqN73F9MS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uIqN73F9MS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uIqN73F9MS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIqN73F9MS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIqN73F9MS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uIqN73F9MS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uIqN73F9MS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uIqN73F9MS .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uIqN73F9MS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uIqN73F9MS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uIqN73F9MS .navbar-caption {
  font-weight: 600!important;
}
.cid-uIqN73F9MS .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIqN73F9MS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIqN73F9MS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIqN73F9MS .dropdown-item.active,
.cid-uIqN73F9MS .dropdown-item:active {
  background-color: transparent;
}
.cid-uIqN73F9MS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIqN73F9MS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIqN73F9MS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIqN73F9MS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIqN73F9MS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIqN73F9MS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uIqN73F9MS .navbar-buttons {
  text-align: center;
}
.cid-uIqN73F9MS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uIqN73F9MS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-uIqN73F9MS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uIqN73F9MS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uIqN73F9MS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uIqN73F9MS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uIqN73F9MS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uIqN73F9MS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uIqN73F9MS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uIqN73F9MS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uIqN73F9MS .nav-link {
  font-weight: 600!important;
}
.cid-uIqN73F9MS a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uIqN73F9MS .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uIqN73F9MS .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uIqN73F9MS .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIqN73F9MS .navbar {
    height: 77px;
  }
  .cid-uIqN73F9MS .navbar.opened {
    height: auto;
  }
  .cid-uIqN73F9MS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFjrvgGNOr {
  padding-top: 150px;
  padding-bottom: 15px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-uFjrvgGNOr .svg1 {
  position: absolute;
  bottom: 4.6rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-uFjrvgGNOr #e1_circle,
.cid-uFjrvgGNOr #e3_circle,
.cid-uFjrvgGNOr #e4_circle,
.cid-uFjrvgGNOr #e5_circle {
  fill: #e1e8ff !important;
}
.cid-uFjrvgGNOr #e6_circle {
  fill: #bfceff !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-uFjrvgGNOr .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-uFjrvgGNOr .rev {
  animation: rev 4s linear infinite;
}
.cid-uFjrvgGNOr .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-uFjrvgGNOr .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-uFjrvgGNOr .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-uFjrvgGNOr .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-uFjrvgGNOr .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-uFjrvgGNOr .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-uFjrvgGNOr .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-uFjrvgGNOr .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-uFjrvgGNOr .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-uFjrvgGNOr .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-uFjrvgGNOr .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-uFjrvgGNOr H1 {
  color: #57468b;
}
.cid-uFjrvgGNOr .mbr-text,
.cid-uFjrvgGNOr .mbr-section-btn {
  color: #716c80;
}
.cid-uFjrvgGNOr H3 {
  color: #716c80;
}
.cid-uFjrvgGNOr img {
  height: 100%;
  margin: 0 auto;
}
.cid-uFjrK99UMS {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #c2b2d6;
  background: linear-gradient(to top right, #c2b2d6, #ffffff);
}
.cid-uFjrK99UMS .mbr-text {
  color: #716c80;
}
.cid-uFjrK99UMS .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-uFjrK99UMS p {
  margin: 0;
}
.cid-uFjrK99UMS .mbr-iconfont {
  transition: all 0.3s;
  color: #86affe !important;
  font-size: 2.8rem !important;
}
.cid-uFjrK99UMS .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-uFjrK99UMS .card:hover .mbr-iconfont {
  color: #e74064 !important;
}
.cid-uFjrK99UMS .card-title,
.cid-uFjrK99UMS .card-img {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-uFjrK99UMS .card {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-uFjrK99UMS .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-uFjrK99UMS .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-uFjrK99UMS .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-uFjrK99UMS .card-img span {
    margin-right: 0rem;
  }
  .cid-uFjrK99UMS .cardcolor:hover {
    background-color: transparent;
  }
}
.cid-uFjrK99UMS .card-img {
  width: auto;
}
.cid-uFjrvhPAl0 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uFjrvhPAl0 H1 {
  color: #57468b;
}
.cid-uFjrvhPAl0 .mbr-text,
.cid-uFjrvhPAl0 .mbr-section-btn {
  color: #716c80;
}
.cid-uFjrvhPAl0 H3 {
  color: #716c80;
}
.cid-uFjuZdRjl0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uFjuZdRjl0 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uFjuZdRjl0 H1 {
  color: #57468b;
}
.cid-uFjuZdRjl0 .mbr-text,
.cid-uFjuZdRjl0 .mbr-section-btn {
  color: #716c80;
}
.cid-uFjuZdRjl0 H3 {
  color: #716c80;
}
.cid-uFjuZdRjl0 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uFjuZdRjl0 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uFjuZdRjl0 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uFjuZdRjl0 .link:hover {
  color: #e74064 !important;
}
.cid-uFjuZdRjl0 .link:hover .link-ico {
  color: #e74064 !important;
  padding-left: 10px;
}
.cid-uFjuZdRjl0 DIV {
  color: #57468b;
}
.cid-uFjuXRS3ak {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-uFjuXRS3ak .mbr-text {
  color: #716c80;
  line-height: 2;
}
.cid-uFjuXRS3ak .price-text {
  line-height: 1.5;
  color: #716c80;
}
.cid-uFjuXRS3ak .card-title {
  line-height: 1.5;
  color: #57468b;
  padding-top: 2rem;
}
.cid-uFjuXRS3ak .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uFjuXRS3ak .card {
  display: flex;
  justify-content: center;
  flex-direction: row;
  transition: all 0.3s;
  padding: 3rem 1.5rem !important;
}
.cid-uFjuXRS3ak .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-uFjuXRS3ak .align-right,
  .cid-uFjuXRS3ak .align-left {
    text-align: center;
  }
  .cid-uFjuXRS3ak .card-title {
    padding-top: 0rem;
  }
  .cid-uFjuXRS3ak .price {
    margin-bottom: 0;
  }
  .cid-uFjuXRS3ak .card {
    flex-direction: column;
    align-items: center;
    padding: 2rem 0!important;
  }
  .cid-uFjuXRS3ak .card .card-img {
    margin-bottom: 0rem;
  }
  .cid-uFjuXRS3ak .card:hover {
    transform: none;
  }
  .cid-uFjuXRS3ak .card-img {
    padding: 0;
  }
}
@media (max-width: 576px) {
  .cid-uFjuXRS3ak .card:hover {
    box-shadow: none;
  }
}
.cid-uFjuXRS3ak .btn {
  padding: 0.8rem 1.8rem;
  margin: 0!important;
  margin-top: 0.5rem;
}
.cid-uFjuXRS3ak .price {
  color: #e74064;
}
.cid-uFjuXRS3ak .card-title B {
  color: #57468b;
}
.cid-uFjrvj38GS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uFjrvj38GS H1 {
  color: #57468b;
}
.cid-uFjrvj38GS .mbr-text,
.cid-uFjrvj38GS .mbr-section-btn {
  color: #716c80;
}
.cid-uFjrvj38GS img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-uFjrvj38GS .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uFjrvj38GS img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-uFjyOUxmSC {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-uFjyOUxmSC .svg1 {
  position: absolute;
  bottom: 0rem;
  right: -45%;
  transform: scale(1.3);
}
.cid-uFjyOUxmSC #e1_circle,
.cid-uFjyOUxmSC #e3_circle,
.cid-uFjyOUxmSC #e4_circle,
.cid-uFjyOUxmSC #e5_circle {
  fill: #e1e8ff !important;
}
.cid-uFjyOUxmSC #e6_circle {
  fill: #bfceff !important;
}
.cid-uFjyOUxmSC .mbr-text {
  color: #716c80;
}
.cid-uFjyOUxmSC h4 {
  margin: 0;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-uFjyOUxmSC .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.4rem;
  margin-right: 1.5rem;
  border-radius: 8px;
  align-items: center;
  display: flex;
}
.cid-uFjyOUxmSC .card-img .img1 {
  background-color: #bfceff;
}
.cid-uFjyOUxmSC .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1rem !important;
}
.cid-uFjyOUxmSC .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-uFjyOUxmSC .rev {
  animation: rev 4s linear infinite;
}
.cid-uFjyOUxmSC .round1 {
  width: 50px;
  height: 50px;
  right: 15%;
  top: 4%;
}
.cid-uFjyOUxmSC .round2 {
  width: 80px;
  height: 80px;
  right: 25%;
  top: 8%;
}
.cid-uFjyOUxmSC .round3 {
  width: 40px;
  height: 40px;
  right: 30%;
  bottom: 8%;
}
.cid-uFjyOUxmSC .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 1.5rem 0;
}
.cid-uFjyOUxmSC .card-title,
.cid-uFjyOUxmSC .card-img {
  color: #57468b;
}
.cid-uFjyOUxmSC img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 1200px) {
  .cid-uFjyOUxmSC svg {
    right: -70% !important;
  }
}
@media (max-width: 992px) {
  .cid-uFjyOUxmSC img {
    margin-top: 1rem;
  }
  .cid-uFjyOUxmSC svg {
    right: -45% !important;
  }
}
@media (max-width: 576px) {
  .cid-uFjyOUxmSC .item:hover {
    box-shadow: none;
    transform: none;
    background-color: transparent;
  }
  .cid-uFjyOUxmSC svg {
    bottom: -3rem !important;
  }
  .cid-uFjyOUxmSC .round1 {
    display: none;
  }
}
.cid-uFjyOUxmSC .title {
  line-height: 1.3;
  color: #57468b;
}
.cid-uFjyOUxmSC .card-img {
  width: auto;
}
.cid-uFjrvmz6Pq {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uFjrvmz6Pq img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uFjrvmz6Pq H1 {
  color: #57468b;
}
.cid-uFjrvmz6Pq .mbr-text,
.cid-uFjrvmz6Pq .mbr-section-btn {
  color: #716c80;
}
.cid-uFjrvmz6Pq H3 {
  color: #716c80;
}
.cid-uFjrvmz6Pq .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uFjrvmz6Pq .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uFjrvmz6Pq .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uFjrvmz6Pq .link:hover {
  color: #e74064 !important;
}
.cid-uFjrvmz6Pq .link:hover .link-ico {
  color: #e74064 !important;
  padding-left: 10px;
}
.cid-uFjrvmz6Pq DIV {
  color: #57468b;
}
.cid-uFjrvoylUv {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uFjrvoylUv H1 {
  color: #57468b;
}
.cid-uFjrvoylUv .mbr-text,
.cid-uFjrvoylUv .mbr-section-btn {
  color: #716c80;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-uFjrvoylUv img {
  width: 90%;
  border-radius: 10px;
  box-shadow: rgba(230, 206, 191, 0.7) -10px 10px 35px 5px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 992px) {
  .cid-uFjrvoylUv img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-uFjrvoylUv H3 {
  color: #716c80;
}
.cid-uFoWjpYnzV {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uFoWjpYnzV li {
  list-style: none;
}
.cid-uFoWjpYnzV .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-uFoWjpYnzV .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
}
.cid-uFoWjpYnzV h4 {
  margin: 0;
}
.cid-uFoWjpYnzV .item {
  color: #57468b;
}
.cid-uFoWjpYnzV ul {
  padding: 0;
  margin: 0;
}
.cid-uFoWjpYnzV .col-title {
  color: #57468b;
}
.cid-uFoWjpYnzV .col-title1 {
  color: #ffffff;
}
.cid-uFoWjpYnzV .col-title2 {
  color: #ffffff;
}
.cid-uFoWjpYnzV .col-title3 {
  color: #ffffff;
}
.cid-uFoWjpYnzV .col-title4 {
  color: #ffffff;
}
.cid-uFoWjpYnzV .item1 {
  color: #efefef;
}
.cid-uFoWjpYnzV .item2 {
  color: #efefef;
}
.cid-uFoWjpYnzV .item3 {
  color: #efefef;
}
.cid-uFoWjpYnzV .item4 {
  color: #efefef;
}
@media (max-width: 768px) {
  .cid-uFoWjpYnzV .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-uFoWkefmXB {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-uFoWkefmXB section {
  position: relative;
}
.cid-uFoWkefmXB .container {
  max-width: 1400px;
}
.cid-uFoWkefmXB .card-img2 span {
  padding-top: 6px;
}
.cid-uFoWkefmXB .soc-item a {
  padding-top: 5px;
}
.cid-uFoWkefmXB .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uFoWkefmXB .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uFoWkefmXB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uFoWkefmXB .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uFoWkefmXB .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uFoWkefmXB .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uFoWkefmXB .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uFoWkefmXB .soc-item span {
  font-size: 1.4rem;
}
.cid-uFoWkefmXB .soc-item:hover span {
  color: #e74064 !important;
}
.cid-uFoWkefmXB .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uFoWkefmXB .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uFoWkefmXB .media-wrap {
  margin-bottom: 1rem;
}
.cid-uFoWkefmXB .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uFoWkefmXB img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uFoWkefmXB .item {
    justify-content: center;
  }
  .cid-uFoWkefmXB .quote::after {
    left: 60px;
  }
}
.cid-uFoWkefmXB .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uFoWkefmXB .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFoWkefmXB .text1 {
  color: #ffffff;
}
.cid-uFoWkefmXB .item-title {
  color: #ffffff;
}
.cid-uFoWkefmXB H5 {
  color: #ffffff;
}
.cid-uFoWkefmXB .theme {
  color: #ffffff;
}
.cid-uFoWkefmXB .copyright > p {
  color: #ff3366;
}
.cid-uFoWkefmXB .text2 {
  color: #ffffff;
}
.cid-uFjrvqkv86 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100808;
}
.cid-uIqN73F9MS .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-uIqN73F9MS .collapsed {
  flex-direction: row!important;
}
.cid-uIqN73F9MS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIqN73F9MS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIqN73F9MS .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uIqN73F9MS .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uIqN73F9MS .nav-item:focus,
.cid-uIqN73F9MS .nav-link:focus {
  outline: none;
}
.cid-uIqN73F9MS .text-white:hover,
.cid-uIqN73F9MS .text-white:active,
.cid-uIqN73F9MS .text-white:focus {
  color: white!important;
}
.cid-uIqN73F9MS .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uIqN73F9MS .dropdown-item:hover {
  color: black!important;
}
.cid-uIqN73F9MS .dropdown-menu {
  background-color: white!important;
}
.cid-uIqN73F9MS .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uIqN73F9MS .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uIqN73F9MS .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uIqN73F9MS .nav-item .nav-link {
    position: relative;
  }
}
.cid-uIqN73F9MS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uIqN73F9MS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIqN73F9MS .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uIqN73F9MS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uIqN73F9MS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uIqN73F9MS .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uIqN73F9MS .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uIqN73F9MS .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uIqN73F9MS .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIqN73F9MS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIqN73F9MS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIqN73F9MS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uIqN73F9MS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIqN73F9MS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIqN73F9MS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uIqN73F9MS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIqN73F9MS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uIqN73F9MS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uIqN73F9MS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIqN73F9MS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIqN73F9MS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uIqN73F9MS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIqN73F9MS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIqN73F9MS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uIqN73F9MS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uIqN73F9MS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIqN73F9MS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIqN73F9MS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uIqN73F9MS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uIqN73F9MS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uIqN73F9MS .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uIqN73F9MS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uIqN73F9MS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uIqN73F9MS .navbar-caption {
  font-weight: 600!important;
}
.cid-uIqN73F9MS .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIqN73F9MS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIqN73F9MS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIqN73F9MS .dropdown-item.active,
.cid-uIqN73F9MS .dropdown-item:active {
  background-color: transparent;
}
.cid-uIqN73F9MS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIqN73F9MS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIqN73F9MS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIqN73F9MS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIqN73F9MS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIqN73F9MS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uIqN73F9MS .navbar-buttons {
  text-align: center;
}
.cid-uIqN73F9MS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uIqN73F9MS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-uIqN73F9MS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uIqN73F9MS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uIqN73F9MS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uIqN73F9MS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uIqN73F9MS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uIqN73F9MS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uIqN73F9MS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uIqN73F9MS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uIqN73F9MS .nav-link {
  font-weight: 600!important;
}
.cid-uIqN73F9MS a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uIqN73F9MS .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uIqN73F9MS .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uIqN73F9MS .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIqN73F9MS .navbar {
    height: 77px;
  }
  .cid-uIqN73F9MS .navbar.opened {
    height: auto;
  }
  .cid-uIqN73F9MS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFjH91ez26 {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-uFjH91ez26 .svg1 {
  position: absolute;
  bottom: 4.6rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-uFjH91ez26 #e1_circle,
.cid-uFjH91ez26 #e3_circle,
.cid-uFjH91ez26 #e4_circle,
.cid-uFjH91ez26 #e5_circle {
  fill: #e1e8ff !important;
}
.cid-uFjH91ez26 #e6_circle {
  fill: #bfceff !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-uFjH91ez26 .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-uFjH91ez26 .rev {
  animation: rev 4s linear infinite;
}
.cid-uFjH91ez26 .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-uFjH91ez26 .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-uFjH91ez26 .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-uFjH91ez26 .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-uFjH91ez26 .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-uFjH91ez26 .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-uFjH91ez26 .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-uFjH91ez26 .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-uFjH91ez26 .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-uFjH91ez26 .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-uFjH91ez26 .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-uFjH91ez26 H1 {
  color: #57468b;
}
.cid-uFjH91ez26 .mbr-text,
.cid-uFjH91ez26 .mbr-section-btn {
  color: #716c80;
}
.cid-uFjH91ez26 H3 {
  color: #716c80;
}
.cid-uFjH91ez26 img {
  height: 100%;
  margin: 0 auto;
}
.cid-uFjH92fri1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uFjH92fri1 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uFjH92fri1 H1 {
  color: #57468b;
}
.cid-uFjH92fri1 .mbr-text,
.cid-uFjH92fri1 .mbr-section-btn {
  color: #716c80;
}
.cid-uFjH92fri1 H3 {
  color: #716c80;
}
.cid-uFjH92fri1 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uFjH92fri1 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uFjH92fri1 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uFjH92fri1 .link:hover {
  color: #e74064 !important;
}
.cid-uFjH92fri1 .link:hover .link-ico {
  color: #e74064 !important;
  padding-left: 10px;
}
.cid-uFjH92fri1 DIV {
  color: #57468b;
}
.cid-uFjH93r6t2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e1e8ff;
}
.cid-uFjH93r6t2 h5,
.cid-uFjH93r6t2 h4,
.cid-uFjH93r6t2 p {
  margin-bottom: 0;
}
.cid-uFjH93r6t2 p {
  color: #767676;
}
.cid-uFjH93r6t2 .card-img {
  padding: 0;
  width: auto;
}
.cid-uFjH93r6t2 .card-box {
  padding: 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uFjH93r6t2 .card-box {
    padding: 2rem 0 0;
  }
  .cid-uFjH93r6t2 .card-wrapper {
    display: block !important;
  }
}
.cid-uFjH93r6t2 .card-wrapper {
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.cid-uFjH93r6t2 img {
  border-radius: 8px;
}
.cid-uFjH93r6t2 .card-title,
.cid-uFjH93r6t2 .main-title {
  color: #57468b;
}
.cid-uFjJml3n1r {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uFjJml3n1r img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uFjJml3n1r H1 {
  color: #57468b;
  text-align: center;
}
.cid-uFjJml3n1r .mbr-text,
.cid-uFjJml3n1r .mbr-section-btn {
  color: #716c80;
}
.cid-uFjJml3n1r H3 {
  color: #716c80;
}
.cid-uFjJml3n1r .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uFjJml3n1r .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uFjJml3n1r .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uFjJml3n1r .link:hover {
  color: #e74064 !important;
}
.cid-uFjJml3n1r .link:hover .link-ico {
  color: #e74064 !important;
  padding-left: 10px;
}
.cid-uFjJml3n1r DIV {
  color: #57468b;
}
.cid-uFjJfQWZj5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFjJfQWZj5 .mbr-section-subtitle {
  color: #767676;
}
.cid-uFjJfQWZj5 .container-table {
  margin: 0 auto;
}
.cid-uFjJfQWZj5 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uFjJfQWZj5 .dataTables_wrapper {
  display: block;
}
.cid-uFjJfQWZj5 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uFjJfQWZj5 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uFjJfQWZj5 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #e1e8ff;
  margin-bottom: 0;
}
.cid-uFjJfQWZj5 table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #e1e8ff;
  transition: all .2s;
}
.cid-uFjJfQWZj5 table th:hover {
  background: #e1e8ff;
  color: #000000;
}
.cid-uFjJfQWZj5 table td {
  border: 1px solid #e1e8ff;
}
.cid-uFjJfQWZj5 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uFjJfQWZj5 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uFjJfQWZj5 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uFjJfQWZj5 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uFjJfQWZj5 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uFjJfQWZj5 .dataTables_filter {
    text-align: center;
  }
  .cid-uFjJfQWZj5 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uFjJfQWZj5 .head-item {
  color: #57468b;
  text-align: center;
}
.cid-uFjJfQWZj5 .body-item {
  color: #716c80;
  text-align: center;
}
.cid-uFjJfQWZj5 .mbr-section-title {
  color: #57468b;
}
.cid-uFjJfQWZj5 .head-item1 {
  color: #57468b;
}
.cid-uFjJfQWZj5 .body-item1 {
  color: #57468b;
}
.cid-uFjKjoVWvK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFjKjoVWvK H1 {
  color: #57468b;
}
.cid-uFjKjoVWvK .mbr-text,
.cid-uFjKjoVWvK .mbr-section-btn {
  color: #716c80;
}
.cid-uFjKjoVWvK H3 {
  color: #716c80;
}
.cid-uFjKjoVWvK .row {
  justify-content: space-between;
}
.cid-uFjKjoVWvK .col-lg-6 {
  max-width: 500px;
}
.cid-uFjKjoVWvK .title2 {
  text-align: left;
}
.cid-uFjKjoVWvK .text2,
.cid-uFjKjoVWvK .btn2 {
  text-align: left;
}
.cid-uFjKjoVWvK .title1 {
  text-align: left;
}
.cid-uFjKjoVWvK .text1,
.cid-uFjKjoVWvK .btn1 {
  text-align: left;
}
.cid-uFjH96p3lJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uFjH96p3lJ H1 {
  color: #57468b;
}
.cid-uFjH96p3lJ .mbr-text,
.cid-uFjH96p3lJ .mbr-section-btn {
  color: #716c80;
}
.cid-uFjH96p3lJ img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-uFjH96p3lJ .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uFjH96p3lJ img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-uFjN3CzZQW {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-uFjN3CzZQW .svg1 {
  position: absolute;
  bottom: 0rem;
  right: -45%;
  transform: scale(1.3);
}
.cid-uFjN3CzZQW #e1_circle,
.cid-uFjN3CzZQW #e3_circle,
.cid-uFjN3CzZQW #e4_circle,
.cid-uFjN3CzZQW #e5_circle {
  fill: #e1e8ff !important;
}
.cid-uFjN3CzZQW #e6_circle {
  fill: #bfceff !important;
}
.cid-uFjN3CzZQW .mbr-text {
  color: #716c80;
}
.cid-uFjN3CzZQW h4 {
  margin: 0;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-uFjN3CzZQW .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.4rem;
  margin-right: 1.5rem;
  border-radius: 8px;
  align-items: center;
  display: flex;
}
.cid-uFjN3CzZQW .card-img .img1 {
  background-color: #bfceff;
}
.cid-uFjN3CzZQW .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1rem !important;
}
.cid-uFjN3CzZQW .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-uFjN3CzZQW .rev {
  animation: rev 4s linear infinite;
}
.cid-uFjN3CzZQW .round1 {
  width: 50px;
  height: 50px;
  right: 15%;
  top: 4%;
}
.cid-uFjN3CzZQW .round2 {
  width: 80px;
  height: 80px;
  right: 25%;
  top: 8%;
}
.cid-uFjN3CzZQW .round3 {
  width: 40px;
  height: 40px;
  right: 30%;
  bottom: 8%;
}
.cid-uFjN3CzZQW .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 1.5rem 0;
}
.cid-uFjN3CzZQW .card-title,
.cid-uFjN3CzZQW .card-img {
  color: #57468b;
}
.cid-uFjN3CzZQW img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 1200px) {
  .cid-uFjN3CzZQW svg {
    right: -70% !important;
  }
}
@media (max-width: 992px) {
  .cid-uFjN3CzZQW img {
    margin-top: 1rem;
  }
  .cid-uFjN3CzZQW svg {
    right: -45% !important;
  }
}
@media (max-width: 576px) {
  .cid-uFjN3CzZQW .item:hover {
    box-shadow: none;
    transform: none;
    background-color: transparent;
  }
  .cid-uFjN3CzZQW svg {
    bottom: -3rem !important;
  }
  .cid-uFjN3CzZQW .round1 {
    display: none;
  }
}
.cid-uFjN3CzZQW .title {
  line-height: 1.3;
  color: #57468b;
}
.cid-uFjN3CzZQW .card-img {
  width: auto;
}
.cid-uFjH97EDhp {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uFjH97EDhp img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uFjH97EDhp H1 {
  color: #57468b;
}
.cid-uFjH97EDhp .mbr-text,
.cid-uFjH97EDhp .mbr-section-btn {
  color: #716c80;
}
.cid-uFjH97EDhp H3 {
  color: #716c80;
}
.cid-uFjH97EDhp .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uFjH97EDhp .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uFjH97EDhp .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uFjH97EDhp .link:hover {
  color: #e74064 !important;
}
.cid-uFjH97EDhp .link:hover .link-ico {
  color: #e74064 !important;
  padding-left: 10px;
}
.cid-uFjH97EDhp DIV {
  color: #57468b;
}
.cid-uFjLwhH2nf {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-uFjLwhH2nf .card-header {
  background: transparent;
}
.cid-uFjLwhH2nf .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-uFjLwhH2nf .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uFjLwhH2nf .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uFjLwhH2nf .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uFjLwhH2nf .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uFjLwhH2nf .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uFjLwhH2nf .card .panel-body {
  color: #767676;
}
.cid-uFjLwhH2nf h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #f2f6ff;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-uFjLwhH2nf H4 {
  color: #57468b;
}
.cid-uFjLwhH2nf H2 {
  color: #57468b;
}
.cid-uFjH9jiOds {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uFjH9jiOds h5,
.cid-uFjH9jiOds h4,
.cid-uFjH9jiOds p {
  margin-bottom: 0;
}
.cid-uFjH9jiOds p {
  color: #767676;
}
.cid-uFjH9jiOds .card-img {
  padding: 0;
  width: auto;
}
.cid-uFjH9jiOds .mbr-section-btn {
  margin: 0;
}
.cid-uFjH9jiOds .mbr-section-btn .btn {
  margin-top: 1.2rem !important;
}
.cid-uFjH9jiOds .card-wrapper {
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-uFjH9jiOds .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-uFjH9jiOds .card-box {
  padding: 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uFjH9jiOds .card-box {
    padding: 2rem 0 0;
  }
  .cid-uFjH9jiOds .card-wrapper {
    display: block !important;
  }
}
.cid-uFjH9jiOds .card-wrapper {
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.cid-uFjH9jiOds .card-title,
.cid-uFjH9jiOds .main-title {
  color: #57468b;
}
.cid-uFoYanZKz0 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uFoYanZKz0 li {
  list-style: none;
}
.cid-uFoYanZKz0 .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-uFoYanZKz0 .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
}
.cid-uFoYanZKz0 h4 {
  margin: 0;
}
.cid-uFoYanZKz0 .item {
  color: #57468b;
}
.cid-uFoYanZKz0 ul {
  padding: 0;
  margin: 0;
}
.cid-uFoYanZKz0 .col-title {
  color: #57468b;
}
.cid-uFoYanZKz0 .col-title1 {
  color: #ffffff;
}
.cid-uFoYanZKz0 .col-title2 {
  color: #ffffff;
}
.cid-uFoYanZKz0 .col-title3 {
  color: #ffffff;
}
.cid-uFoYanZKz0 .col-title4 {
  color: #ffffff;
}
.cid-uFoYanZKz0 .item1 {
  color: #efefef;
}
.cid-uFoYanZKz0 .item2 {
  color: #efefef;
}
.cid-uFoYanZKz0 .item3 {
  color: #efefef;
}
.cid-uFoYanZKz0 .item4 {
  color: #efefef;
}
@media (max-width: 768px) {
  .cid-uFoYanZKz0 .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-uFoYbi9QdG {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-uFoYbi9QdG section {
  position: relative;
}
.cid-uFoYbi9QdG .container {
  max-width: 1400px;
}
.cid-uFoYbi9QdG .card-img2 span {
  padding-top: 6px;
}
.cid-uFoYbi9QdG .soc-item a {
  padding-top: 5px;
}
.cid-uFoYbi9QdG .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uFoYbi9QdG .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uFoYbi9QdG .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uFoYbi9QdG .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uFoYbi9QdG .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uFoYbi9QdG .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uFoYbi9QdG .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uFoYbi9QdG .soc-item span {
  font-size: 1.4rem;
}
.cid-uFoYbi9QdG .soc-item:hover span {
  color: #e74064 !important;
}
.cid-uFoYbi9QdG .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uFoYbi9QdG .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uFoYbi9QdG .media-wrap {
  margin-bottom: 1rem;
}
.cid-uFoYbi9QdG .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uFoYbi9QdG img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uFoYbi9QdG .item {
    justify-content: center;
  }
  .cid-uFoYbi9QdG .quote::after {
    left: 60px;
  }
}
.cid-uFoYbi9QdG .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uFoYbi9QdG .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFoYbi9QdG .text1 {
  color: #ffffff;
}
.cid-uFoYbi9QdG .item-title {
  color: #ffffff;
}
.cid-uFoYbi9QdG H5 {
  color: #ffffff;
}
.cid-uFoYbi9QdG .theme {
  color: #ffffff;
}
.cid-uFoYbi9QdG .copyright > p {
  color: #ff3366;
}
.cid-uFoYbi9QdG .text2 {
  color: #ffffff;
}
.cid-uFjH9l7b2C {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100808;
}
.cid-uIqN73F9MS .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-uIqN73F9MS .collapsed {
  flex-direction: row!important;
}
.cid-uIqN73F9MS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIqN73F9MS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIqN73F9MS .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uIqN73F9MS .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uIqN73F9MS .nav-item:focus,
.cid-uIqN73F9MS .nav-link:focus {
  outline: none;
}
.cid-uIqN73F9MS .text-white:hover,
.cid-uIqN73F9MS .text-white:active,
.cid-uIqN73F9MS .text-white:focus {
  color: white!important;
}
.cid-uIqN73F9MS .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uIqN73F9MS .dropdown-item:hover {
  color: black!important;
}
.cid-uIqN73F9MS .dropdown-menu {
  background-color: white!important;
}
.cid-uIqN73F9MS .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uIqN73F9MS .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uIqN73F9MS .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uIqN73F9MS .nav-item .nav-link {
    position: relative;
  }
}
.cid-uIqN73F9MS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uIqN73F9MS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIqN73F9MS .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uIqN73F9MS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uIqN73F9MS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uIqN73F9MS .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uIqN73F9MS .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uIqN73F9MS .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uIqN73F9MS .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIqN73F9MS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIqN73F9MS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIqN73F9MS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uIqN73F9MS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIqN73F9MS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIqN73F9MS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uIqN73F9MS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIqN73F9MS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uIqN73F9MS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uIqN73F9MS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIqN73F9MS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIqN73F9MS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uIqN73F9MS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIqN73F9MS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIqN73F9MS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uIqN73F9MS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uIqN73F9MS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIqN73F9MS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIqN73F9MS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uIqN73F9MS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uIqN73F9MS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uIqN73F9MS .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uIqN73F9MS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uIqN73F9MS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uIqN73F9MS .navbar-caption {
  font-weight: 600!important;
}
.cid-uIqN73F9MS .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIqN73F9MS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIqN73F9MS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIqN73F9MS .dropdown-item.active,
.cid-uIqN73F9MS .dropdown-item:active {
  background-color: transparent;
}
.cid-uIqN73F9MS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIqN73F9MS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIqN73F9MS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIqN73F9MS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIqN73F9MS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIqN73F9MS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uIqN73F9MS .navbar-buttons {
  text-align: center;
}
.cid-uIqN73F9MS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uIqN73F9MS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-uIqN73F9MS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uIqN73F9MS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uIqN73F9MS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uIqN73F9MS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uIqN73F9MS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uIqN73F9MS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uIqN73F9MS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uIqN73F9MS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uIqN73F9MS .nav-link {
  font-weight: 600!important;
}
.cid-uIqN73F9MS a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uIqN73F9MS .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uIqN73F9MS .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uIqN73F9MS .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIqN73F9MS .navbar {
    height: 77px;
  }
  .cid-uIqN73F9MS .navbar.opened {
    height: auto;
  }
  .cid-uIqN73F9MS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFnOYvyVSK {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-uFnOYvyVSK .svg1 {
  position: absolute;
  bottom: 4.6rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-uFnOYvyVSK #e1_circle,
.cid-uFnOYvyVSK #e3_circle,
.cid-uFnOYvyVSK #e4_circle,
.cid-uFnOYvyVSK #e5_circle {
  fill: #e1e8ff !important;
}
.cid-uFnOYvyVSK #e6_circle {
  fill: #bfceff !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-uFnOYvyVSK .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-uFnOYvyVSK .rev {
  animation: rev 4s linear infinite;
}
.cid-uFnOYvyVSK .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-uFnOYvyVSK .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-uFnOYvyVSK .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-uFnOYvyVSK .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-uFnOYvyVSK .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-uFnOYvyVSK .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-uFnOYvyVSK .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-uFnOYvyVSK .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-uFnOYvyVSK .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-uFnOYvyVSK .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-uFnOYvyVSK .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-uFnOYvyVSK H1 {
  color: #57468b;
}
.cid-uFnOYvyVSK .mbr-text,
.cid-uFnOYvyVSK .mbr-section-btn {
  color: #716c80;
}
.cid-uFnOYvyVSK H3 {
  color: #716c80;
}
.cid-uFnOYvyVSK img {
  height: 100%;
  margin: 0 auto;
}
.cid-uFnOYxTU0U {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uFnOYxTU0U img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uFnOYxTU0U H1 {
  color: #57468b;
}
.cid-uFnOYxTU0U .mbr-text,
.cid-uFnOYxTU0U .mbr-section-btn {
  color: #716c80;
}
.cid-uFnOYxTU0U H3 {
  color: #716c80;
}
.cid-uFnOYxTU0U .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uFnOYxTU0U .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uFnOYxTU0U .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uFnOYxTU0U .link:hover {
  color: #e74064 !important;
}
.cid-uFnOYxTU0U .link:hover .link-ico {
  color: #e74064 !important;
  padding-left: 10px;
}
.cid-uFnOYxTU0U DIV {
  color: #57468b;
}
.cid-uFnOYzdsrz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e1e8ff;
}
.cid-uFnOYzdsrz h5,
.cid-uFnOYzdsrz h4,
.cid-uFnOYzdsrz p {
  margin-bottom: 0;
}
.cid-uFnOYzdsrz p {
  color: #767676;
}
.cid-uFnOYzdsrz .card-img {
  padding: 0;
  width: auto;
}
.cid-uFnOYzdsrz .card-box {
  padding: 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uFnOYzdsrz .card-box {
    padding: 2rem 0 0;
  }
  .cid-uFnOYzdsrz .card-wrapper {
    display: block !important;
  }
}
.cid-uFnOYzdsrz .card-wrapper {
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.cid-uFnOYzdsrz img {
  border-radius: 8px;
}
.cid-uFnOYzdsrz .card-title,
.cid-uFnOYzdsrz .main-title {
  color: #57468b;
}
.cid-uFnOYG2nS2 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-uFnOYG2nS2 .svg1 {
  position: absolute;
  bottom: 0rem;
  right: -45%;
  transform: scale(1.3);
}
.cid-uFnOYG2nS2 #e1_circle,
.cid-uFnOYG2nS2 #e3_circle,
.cid-uFnOYG2nS2 #e4_circle,
.cid-uFnOYG2nS2 #e5_circle {
  fill: #e1e8ff !important;
}
.cid-uFnOYG2nS2 #e6_circle {
  fill: #bfceff !important;
}
.cid-uFnOYG2nS2 .mbr-text {
  color: #716c80;
}
.cid-uFnOYG2nS2 h4 {
  margin: 0;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-uFnOYG2nS2 .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.4rem;
  margin-right: 1.5rem;
  border-radius: 8px;
  align-items: center;
  display: flex;
}
.cid-uFnOYG2nS2 .card-img .img1 {
  background-color: #bfceff;
}
.cid-uFnOYG2nS2 .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1rem !important;
}
.cid-uFnOYG2nS2 .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-uFnOYG2nS2 .rev {
  animation: rev 4s linear infinite;
}
.cid-uFnOYG2nS2 .round1 {
  width: 50px;
  height: 50px;
  right: 15%;
  top: 4%;
}
.cid-uFnOYG2nS2 .round2 {
  width: 80px;
  height: 80px;
  right: 25%;
  top: 8%;
}
.cid-uFnOYG2nS2 .round3 {
  width: 40px;
  height: 40px;
  right: 30%;
  bottom: 8%;
}
.cid-uFnOYG2nS2 .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 1.5rem 0;
}
.cid-uFnOYG2nS2 .card-title,
.cid-uFnOYG2nS2 .card-img {
  color: #57468b;
}
.cid-uFnOYG2nS2 img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 1200px) {
  .cid-uFnOYG2nS2 svg {
    right: -70% !important;
  }
}
@media (max-width: 992px) {
  .cid-uFnOYG2nS2 img {
    margin-top: 1rem;
  }
  .cid-uFnOYG2nS2 svg {
    right: -45% !important;
  }
}
@media (max-width: 576px) {
  .cid-uFnOYG2nS2 .item:hover {
    box-shadow: none;
    transform: none;
    background-color: transparent;
  }
  .cid-uFnOYG2nS2 svg {
    bottom: -3rem !important;
  }
  .cid-uFnOYG2nS2 .round1 {
    display: none;
  }
}
.cid-uFnOYG2nS2 .title {
  line-height: 1.3;
  color: #57468b;
}
.cid-uFnOYG2nS2 .card-img {
  width: auto;
}
.cid-uFnOYBYpD9 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uFnOYBYpD9 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uFnOYBYpD9 H1 {
  color: #57468b;
  text-align: center;
}
.cid-uFnOYBYpD9 .mbr-text,
.cid-uFnOYBYpD9 .mbr-section-btn {
  color: #716c80;
}
.cid-uFnOYBYpD9 H3 {
  color: #716c80;
}
.cid-uFnOYBYpD9 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uFnOYBYpD9 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uFnOYBYpD9 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uFnOYBYpD9 .link:hover {
  color: #e74064 !important;
}
.cid-uFnOYBYpD9 .link:hover .link-ico {
  color: #e74064 !important;
  padding-left: 10px;
}
.cid-uFnOYBYpD9 DIV {
  color: #57468b;
}
.cid-uFnOYCPvW6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFnOYCPvW6 .mbr-section-subtitle {
  color: #767676;
}
.cid-uFnOYCPvW6 .container-table {
  margin: 0 auto;
}
.cid-uFnOYCPvW6 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uFnOYCPvW6 .dataTables_wrapper {
  display: block;
}
.cid-uFnOYCPvW6 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uFnOYCPvW6 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uFnOYCPvW6 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #e1e8ff;
  margin-bottom: 0;
}
.cid-uFnOYCPvW6 table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #e1e8ff;
  transition: all .2s;
}
.cid-uFnOYCPvW6 table th:hover {
  background: #e1e8ff;
  color: #000000;
}
.cid-uFnOYCPvW6 table td {
  border: 1px solid #e1e8ff;
}
.cid-uFnOYCPvW6 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uFnOYCPvW6 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uFnOYCPvW6 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uFnOYCPvW6 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uFnOYCPvW6 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uFnOYCPvW6 .dataTables_filter {
    text-align: center;
  }
  .cid-uFnOYCPvW6 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uFnOYCPvW6 .head-item {
  color: #57468b;
  text-align: center;
}
.cid-uFnOYCPvW6 .body-item {
  color: #716c80;
  text-align: center;
}
.cid-uFnOYCPvW6 .mbr-section-title {
  color: #57468b;
}
.cid-uFnOYCPvW6 .head-item1 {
  color: #57468b;
}
.cid-uFnOYCPvW6 .body-item1 {
  color: #57468b;
}
.cid-uFnOYDXjIg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFnOYDXjIg H1 {
  color: #57468b;
}
.cid-uFnOYDXjIg .mbr-text,
.cid-uFnOYDXjIg .mbr-section-btn {
  color: #716c80;
}
.cid-uFnOYDXjIg H3 {
  color: #716c80;
}
.cid-uFnOYDXjIg .row {
  justify-content: space-between;
}
.cid-uFnOYDXjIg .col-lg-6 {
  max-width: 500px;
}
.cid-uFnOYDXjIg .title2 {
  text-align: left;
}
.cid-uFnOYDXjIg .text2,
.cid-uFnOYDXjIg .btn2 {
  text-align: left;
}
.cid-uFnOYDXjIg .title1 {
  text-align: left;
}
.cid-uFnOYDXjIg .text1,
.cid-uFnOYDXjIg .btn1 {
  text-align: left;
}
.cid-uFnOYETeKd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uFnOYETeKd H1 {
  color: #57468b;
}
.cid-uFnOYETeKd .mbr-text,
.cid-uFnOYETeKd .mbr-section-btn {
  color: #716c80;
}
.cid-uFnOYETeKd img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-uFnOYETeKd .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uFnOYETeKd img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-uFnOYKoatR {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uFnOYKoatR h5,
.cid-uFnOYKoatR h4,
.cid-uFnOYKoatR p {
  margin-bottom: 0;
}
.cid-uFnOYKoatR p {
  color: #767676;
}
.cid-uFnOYKoatR .card-img {
  padding: 0;
  width: auto;
}
.cid-uFnOYKoatR .mbr-section-btn {
  margin: 0;
}
.cid-uFnOYKoatR .mbr-section-btn .btn {
  margin-top: 1.2rem !important;
}
.cid-uFnOYKoatR .card-wrapper {
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-uFnOYKoatR .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-uFnOYKoatR .card-box {
  padding: 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uFnOYKoatR .card-box {
    padding: 2rem 0 0;
  }
  .cid-uFnOYKoatR .card-wrapper {
    display: block !important;
  }
}
.cid-uFnOYKoatR .card-wrapper {
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.cid-uFnOYKoatR .card-title,
.cid-uFnOYKoatR .main-title {
  color: #57468b;
}
.cid-uFqnrYjcU6 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uFqnrYjcU6 li {
  list-style: none;
}
.cid-uFqnrYjcU6 .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-uFqnrYjcU6 .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
}
.cid-uFqnrYjcU6 h4 {
  margin: 0;
}
.cid-uFqnrYjcU6 .item {
  color: #57468b;
}
.cid-uFqnrYjcU6 ul {
  padding: 0;
  margin: 0;
}
.cid-uFqnrYjcU6 .col-title {
  color: #57468b;
}
.cid-uFqnrYjcU6 .col-title1 {
  color: #ffffff;
}
.cid-uFqnrYjcU6 .col-title2 {
  color: #ffffff;
}
.cid-uFqnrYjcU6 .col-title3 {
  color: #ffffff;
}
.cid-uFqnrYjcU6 .col-title4 {
  color: #ffffff;
}
.cid-uFqnrYjcU6 .item1 {
  color: #efefef;
}
.cid-uFqnrYjcU6 .item2 {
  color: #efefef;
}
.cid-uFqnrYjcU6 .item3 {
  color: #efefef;
}
.cid-uFqnrYjcU6 .item4 {
  color: #efefef;
}
@media (max-width: 768px) {
  .cid-uFqnrYjcU6 .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-uFqnsGJpab {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-uFqnsGJpab section {
  position: relative;
}
.cid-uFqnsGJpab .container {
  max-width: 1400px;
}
.cid-uFqnsGJpab .card-img2 span {
  padding-top: 6px;
}
.cid-uFqnsGJpab .soc-item a {
  padding-top: 5px;
}
.cid-uFqnsGJpab .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uFqnsGJpab .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uFqnsGJpab .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uFqnsGJpab .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uFqnsGJpab .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uFqnsGJpab .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uFqnsGJpab .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uFqnsGJpab .soc-item span {
  font-size: 1.4rem;
}
.cid-uFqnsGJpab .soc-item:hover span {
  color: #e74064 !important;
}
.cid-uFqnsGJpab .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uFqnsGJpab .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uFqnsGJpab .media-wrap {
  margin-bottom: 1rem;
}
.cid-uFqnsGJpab .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uFqnsGJpab img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uFqnsGJpab .item {
    justify-content: center;
  }
  .cid-uFqnsGJpab .quote::after {
    left: 60px;
  }
}
.cid-uFqnsGJpab .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uFqnsGJpab .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFqnsGJpab .text1 {
  color: #ffffff;
}
.cid-uFqnsGJpab .item-title {
  color: #ffffff;
}
.cid-uFqnsGJpab H5 {
  color: #ffffff;
}
.cid-uFqnsGJpab .theme {
  color: #ffffff;
}
.cid-uFqnsGJpab .copyright > p {
  color: #ff3366;
}
.cid-uFqnsGJpab .text2 {
  color: #ffffff;
}
.cid-uFnOYLW8PI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100808;
}
.cid-uIqN73F9MS .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-uIqN73F9MS .collapsed {
  flex-direction: row!important;
}
.cid-uIqN73F9MS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIqN73F9MS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIqN73F9MS .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uIqN73F9MS .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uIqN73F9MS .nav-item:focus,
.cid-uIqN73F9MS .nav-link:focus {
  outline: none;
}
.cid-uIqN73F9MS .text-white:hover,
.cid-uIqN73F9MS .text-white:active,
.cid-uIqN73F9MS .text-white:focus {
  color: white!important;
}
.cid-uIqN73F9MS .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uIqN73F9MS .dropdown-item:hover {
  color: black!important;
}
.cid-uIqN73F9MS .dropdown-menu {
  background-color: white!important;
}
.cid-uIqN73F9MS .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uIqN73F9MS .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uIqN73F9MS .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uIqN73F9MS .nav-item .nav-link {
    position: relative;
  }
}
.cid-uIqN73F9MS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uIqN73F9MS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIqN73F9MS .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uIqN73F9MS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uIqN73F9MS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uIqN73F9MS .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uIqN73F9MS .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uIqN73F9MS .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uIqN73F9MS .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIqN73F9MS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIqN73F9MS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIqN73F9MS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uIqN73F9MS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIqN73F9MS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIqN73F9MS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uIqN73F9MS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIqN73F9MS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uIqN73F9MS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uIqN73F9MS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIqN73F9MS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIqN73F9MS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uIqN73F9MS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIqN73F9MS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIqN73F9MS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uIqN73F9MS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uIqN73F9MS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIqN73F9MS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIqN73F9MS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uIqN73F9MS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uIqN73F9MS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uIqN73F9MS .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uIqN73F9MS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uIqN73F9MS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uIqN73F9MS .navbar-caption {
  font-weight: 600!important;
}
.cid-uIqN73F9MS .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIqN73F9MS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIqN73F9MS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIqN73F9MS .dropdown-item.active,
.cid-uIqN73F9MS .dropdown-item:active {
  background-color: transparent;
}
.cid-uIqN73F9MS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIqN73F9MS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIqN73F9MS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIqN73F9MS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIqN73F9MS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIqN73F9MS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uIqN73F9MS .navbar-buttons {
  text-align: center;
}
.cid-uIqN73F9MS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uIqN73F9MS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-uIqN73F9MS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uIqN73F9MS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uIqN73F9MS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uIqN73F9MS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uIqN73F9MS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uIqN73F9MS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uIqN73F9MS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uIqN73F9MS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uIqN73F9MS .nav-link {
  font-weight: 600!important;
}
.cid-uIqN73F9MS a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uIqN73F9MS .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uIqN73F9MS .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uIqN73F9MS .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIqN73F9MS .navbar {
    height: 77px;
  }
  .cid-uIqN73F9MS .navbar.opened {
    height: auto;
  }
  .cid-uIqN73F9MS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFoxu5LYJ2 {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-uFoxu5LYJ2 .svg1 {
  position: absolute;
  bottom: 4.6rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-uFoxu5LYJ2 #e1_circle,
.cid-uFoxu5LYJ2 #e3_circle,
.cid-uFoxu5LYJ2 #e4_circle,
.cid-uFoxu5LYJ2 #e5_circle {
  fill: #e1e8ff !important;
}
.cid-uFoxu5LYJ2 #e6_circle {
  fill: #bfceff !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-uFoxu5LYJ2 .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-uFoxu5LYJ2 .rev {
  animation: rev 4s linear infinite;
}
.cid-uFoxu5LYJ2 .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-uFoxu5LYJ2 .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-uFoxu5LYJ2 .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-uFoxu5LYJ2 .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-uFoxu5LYJ2 .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-uFoxu5LYJ2 .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-uFoxu5LYJ2 .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-uFoxu5LYJ2 .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-uFoxu5LYJ2 .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-uFoxu5LYJ2 .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-uFoxu5LYJ2 .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-uFoxu5LYJ2 H1 {
  color: #57468b;
}
.cid-uFoxu5LYJ2 .mbr-text,
.cid-uFoxu5LYJ2 .mbr-section-btn {
  color: #716c80;
}
.cid-uFoxu5LYJ2 H3 {
  color: #716c80;
}
.cid-uFoxu5LYJ2 img {
  height: 100%;
  margin: 0 auto;
}
.cid-uFoxu7voPz {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uFoxu7voPz img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uFoxu7voPz H1 {
  color: #57468b;
}
.cid-uFoxu7voPz .mbr-text,
.cid-uFoxu7voPz .mbr-section-btn {
  color: #716c80;
}
.cid-uFoxu7voPz H3 {
  color: #716c80;
}
.cid-uFoxu7voPz .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uFoxu7voPz .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uFoxu7voPz .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uFoxu7voPz .link:hover {
  color: #e74064 !important;
}
.cid-uFoxu7voPz .link:hover .link-ico {
  color: #e74064 !important;
  padding-left: 10px;
}
.cid-uFoxu7voPz DIV {
  color: #57468b;
}
.cid-uFoxu8X4ZB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e1e8ff;
}
.cid-uFoxu8X4ZB h5,
.cid-uFoxu8X4ZB h4,
.cid-uFoxu8X4ZB p {
  margin-bottom: 0;
}
.cid-uFoxu8X4ZB p {
  color: #767676;
}
.cid-uFoxu8X4ZB .card-img {
  padding: 0;
  width: auto;
}
.cid-uFoxu8X4ZB .card-box {
  padding: 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uFoxu8X4ZB .card-box {
    padding: 2rem 0 0;
  }
  .cid-uFoxu8X4ZB .card-wrapper {
    display: block !important;
  }
}
.cid-uFoxu8X4ZB .card-wrapper {
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.cid-uFoxu8X4ZB img {
  border-radius: 8px;
}
.cid-uFoxu8X4ZB .card-title,
.cid-uFoxu8X4ZB .main-title {
  color: #57468b;
}
.cid-uFoz39Gupm {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uFoz39Gupm img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uFoz39Gupm H1 {
  color: #57468b;
}
.cid-uFoz39Gupm .mbr-text,
.cid-uFoz39Gupm .mbr-section-btn {
  color: #716c80;
}
.cid-uFoz39Gupm H3 {
  color: #716c80;
}
.cid-uFoz39Gupm .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uFoz39Gupm .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uFoz39Gupm .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uFoz39Gupm .link:hover {
  color: #e74064 !important;
}
.cid-uFoz39Gupm .link:hover .link-ico {
  color: #e74064 !important;
  padding-left: 10px;
}
.cid-uFoz39Gupm DIV {
  color: #57468b;
}
.cid-uFoxuaiEUI {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-uFoxuaiEUI .svg1 {
  position: absolute;
  bottom: 0rem;
  right: -45%;
  transform: scale(1.3);
}
.cid-uFoxuaiEUI #e1_circle,
.cid-uFoxuaiEUI #e3_circle,
.cid-uFoxuaiEUI #e4_circle,
.cid-uFoxuaiEUI #e5_circle {
  fill: #e1e8ff !important;
}
.cid-uFoxuaiEUI #e6_circle {
  fill: #bfceff !important;
}
.cid-uFoxuaiEUI .mbr-text {
  color: #716c80;
}
.cid-uFoxuaiEUI h4 {
  margin: 0;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-uFoxuaiEUI .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.4rem;
  margin-right: 1.5rem;
  border-radius: 8px;
  align-items: center;
  display: flex;
}
.cid-uFoxuaiEUI .card-img .img1 {
  background-color: #bfceff;
}
.cid-uFoxuaiEUI .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1rem !important;
}
.cid-uFoxuaiEUI .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-uFoxuaiEUI .rev {
  animation: rev 4s linear infinite;
}
.cid-uFoxuaiEUI .round1 {
  width: 50px;
  height: 50px;
  right: 15%;
  top: 4%;
}
.cid-uFoxuaiEUI .round2 {
  width: 80px;
  height: 80px;
  right: 25%;
  top: 8%;
}
.cid-uFoxuaiEUI .round3 {
  width: 40px;
  height: 40px;
  right: 30%;
  bottom: 8%;
}
.cid-uFoxuaiEUI .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 1.5rem 0;
}
.cid-uFoxuaiEUI .card-title,
.cid-uFoxuaiEUI .card-img {
  color: #57468b;
}
.cid-uFoxuaiEUI img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 1200px) {
  .cid-uFoxuaiEUI svg {
    right: -70% !important;
  }
}
@media (max-width: 992px) {
  .cid-uFoxuaiEUI img {
    margin-top: 1rem;
  }
  .cid-uFoxuaiEUI svg {
    right: -45% !important;
  }
}
@media (max-width: 576px) {
  .cid-uFoxuaiEUI .item:hover {
    box-shadow: none;
    transform: none;
    background-color: transparent;
  }
  .cid-uFoxuaiEUI svg {
    bottom: -3rem !important;
  }
  .cid-uFoxuaiEUI .round1 {
    display: none;
  }
}
.cid-uFoxuaiEUI .title {
  line-height: 1.3;
  color: #57468b;
}
.cid-uFoxuaiEUI .card-img {
  width: auto;
}
.cid-uFoxucUaSI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFoxucUaSI H1 {
  color: #57468b;
}
.cid-uFoxucUaSI .mbr-text,
.cid-uFoxucUaSI .mbr-section-btn {
  color: #716c80;
}
.cid-uFoxucUaSI H3 {
  color: #716c80;
}
.cid-uFoxucUaSI .row {
  justify-content: space-between;
}
.cid-uFoxucUaSI .col-lg-6 {
  max-width: 500px;
}
.cid-uFoxucUaSI .title2 {
  text-align: left;
}
.cid-uFoxucUaSI .text2,
.cid-uFoxucUaSI .btn2 {
  text-align: left;
}
.cid-uFoxucUaSI .title1 {
  text-align: left;
}
.cid-uFoxucUaSI .text1,
.cid-uFoxucUaSI .btn1 {
  text-align: left;
}
.cid-uFoxue02nT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uFoxue02nT H1 {
  color: #57468b;
}
.cid-uFoxue02nT .mbr-text,
.cid-uFoxue02nT .mbr-section-btn {
  color: #716c80;
}
.cid-uFoxue02nT img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-uFoxue02nT .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uFoxue02nT img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-uFoCSuPbeq {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uFoCSuPbeq img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uFoCSuPbeq H1 {
  color: #57468b;
}
.cid-uFoCSuPbeq .mbr-text,
.cid-uFoCSuPbeq .mbr-section-btn {
  color: #716c80;
}
.cid-uFoCSuPbeq H3 {
  color: #716c80;
}
.cid-uFoCSuPbeq .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uFoCSuPbeq .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uFoCSuPbeq .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uFoCSuPbeq .link:hover {
  color: #e74064 !important;
}
.cid-uFoCSuPbeq .link:hover .link-ico {
  color: #e74064 !important;
  padding-left: 10px;
}
.cid-uFoCSuPbeq DIV {
  color: #57468b;
}
.cid-uFoCQCAT3L {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-uFoCQCAT3L .card-header {
  background: transparent;
}
.cid-uFoCQCAT3L .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-uFoCQCAT3L .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uFoCQCAT3L .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uFoCQCAT3L .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uFoCQCAT3L .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uFoCQCAT3L .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uFoCQCAT3L .card .panel-body {
  color: #767676;
}
.cid-uFoCQCAT3L h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #f2f6ff;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-uFoCQCAT3L H4 {
  color: #57468b;
}
.cid-uFoCQCAT3L H2 {
  color: #57468b;
}
.cid-uFoxufpeoS {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uFoxufpeoS h5,
.cid-uFoxufpeoS h4,
.cid-uFoxufpeoS p {
  margin-bottom: 0;
}
.cid-uFoxufpeoS p {
  color: #767676;
}
.cid-uFoxufpeoS .card-img {
  padding: 0;
  width: auto;
}
.cid-uFoxufpeoS .mbr-section-btn {
  margin: 0;
}
.cid-uFoxufpeoS .mbr-section-btn .btn {
  margin-top: 1.2rem !important;
}
.cid-uFoxufpeoS .card-wrapper {
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-uFoxufpeoS .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-uFoxufpeoS .card-box {
  padding: 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uFoxufpeoS .card-box {
    padding: 2rem 0 0;
  }
  .cid-uFoxufpeoS .card-wrapper {
    display: block !important;
  }
}
.cid-uFoxufpeoS .card-wrapper {
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.cid-uFoxufpeoS .card-title,
.cid-uFoxufpeoS .main-title {
  color: #57468b;
}
.cid-uFqnjaI9YK {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uFqnjaI9YK li {
  list-style: none;
}
.cid-uFqnjaI9YK .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-uFqnjaI9YK .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
}
.cid-uFqnjaI9YK h4 {
  margin: 0;
}
.cid-uFqnjaI9YK .item {
  color: #57468b;
}
.cid-uFqnjaI9YK ul {
  padding: 0;
  margin: 0;
}
.cid-uFqnjaI9YK .col-title {
  color: #57468b;
}
.cid-uFqnjaI9YK .col-title1 {
  color: #ffffff;
}
.cid-uFqnjaI9YK .col-title2 {
  color: #ffffff;
}
.cid-uFqnjaI9YK .col-title3 {
  color: #ffffff;
}
.cid-uFqnjaI9YK .col-title4 {
  color: #ffffff;
}
.cid-uFqnjaI9YK .item1 {
  color: #efefef;
}
.cid-uFqnjaI9YK .item2 {
  color: #efefef;
}
.cid-uFqnjaI9YK .item3 {
  color: #efefef;
}
.cid-uFqnjaI9YK .item4 {
  color: #efefef;
}
@media (max-width: 768px) {
  .cid-uFqnjaI9YK .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-uFqnk2VyZi {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-uFqnk2VyZi section {
  position: relative;
}
.cid-uFqnk2VyZi .container {
  max-width: 1400px;
}
.cid-uFqnk2VyZi .card-img2 span {
  padding-top: 6px;
}
.cid-uFqnk2VyZi .soc-item a {
  padding-top: 5px;
}
.cid-uFqnk2VyZi .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uFqnk2VyZi .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uFqnk2VyZi .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uFqnk2VyZi .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uFqnk2VyZi .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uFqnk2VyZi .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uFqnk2VyZi .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uFqnk2VyZi .soc-item span {
  font-size: 1.4rem;
}
.cid-uFqnk2VyZi .soc-item:hover span {
  color: #e74064 !important;
}
.cid-uFqnk2VyZi .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uFqnk2VyZi .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uFqnk2VyZi .media-wrap {
  margin-bottom: 1rem;
}
.cid-uFqnk2VyZi .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uFqnk2VyZi img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uFqnk2VyZi .item {
    justify-content: center;
  }
  .cid-uFqnk2VyZi .quote::after {
    left: 60px;
  }
}
.cid-uFqnk2VyZi .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uFqnk2VyZi .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFqnk2VyZi .text1 {
  color: #ffffff;
}
.cid-uFqnk2VyZi .item-title {
  color: #ffffff;
}
.cid-uFqnk2VyZi H5 {
  color: #ffffff;
}
.cid-uFqnk2VyZi .theme {
  color: #ffffff;
}
.cid-uFqnk2VyZi .copyright > p {
  color: #ff3366;
}
.cid-uFqnk2VyZi .text2 {
  color: #ffffff;
}
.cid-uFoxugD583 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100808;
}
.cid-uIqN73F9MS .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-uIqN73F9MS .collapsed {
  flex-direction: row!important;
}
.cid-uIqN73F9MS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIqN73F9MS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIqN73F9MS .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uIqN73F9MS .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uIqN73F9MS .nav-item:focus,
.cid-uIqN73F9MS .nav-link:focus {
  outline: none;
}
.cid-uIqN73F9MS .text-white:hover,
.cid-uIqN73F9MS .text-white:active,
.cid-uIqN73F9MS .text-white:focus {
  color: white!important;
}
.cid-uIqN73F9MS .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uIqN73F9MS .dropdown-item:hover {
  color: black!important;
}
.cid-uIqN73F9MS .dropdown-menu {
  background-color: white!important;
}
.cid-uIqN73F9MS .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uIqN73F9MS .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uIqN73F9MS .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uIqN73F9MS .nav-item .nav-link {
    position: relative;
  }
}
.cid-uIqN73F9MS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uIqN73F9MS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIqN73F9MS .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uIqN73F9MS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uIqN73F9MS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uIqN73F9MS .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uIqN73F9MS .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uIqN73F9MS .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uIqN73F9MS .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIqN73F9MS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIqN73F9MS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIqN73F9MS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uIqN73F9MS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIqN73F9MS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIqN73F9MS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uIqN73F9MS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIqN73F9MS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uIqN73F9MS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uIqN73F9MS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIqN73F9MS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIqN73F9MS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uIqN73F9MS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIqN73F9MS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIqN73F9MS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uIqN73F9MS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uIqN73F9MS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIqN73F9MS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIqN73F9MS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uIqN73F9MS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uIqN73F9MS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uIqN73F9MS .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uIqN73F9MS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uIqN73F9MS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uIqN73F9MS .navbar-caption {
  font-weight: 600!important;
}
.cid-uIqN73F9MS .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIqN73F9MS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIqN73F9MS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIqN73F9MS .dropdown-item.active,
.cid-uIqN73F9MS .dropdown-item:active {
  background-color: transparent;
}
.cid-uIqN73F9MS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIqN73F9MS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIqN73F9MS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIqN73F9MS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIqN73F9MS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIqN73F9MS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uIqN73F9MS .navbar-buttons {
  text-align: center;
}
.cid-uIqN73F9MS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uIqN73F9MS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-uIqN73F9MS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uIqN73F9MS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uIqN73F9MS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uIqN73F9MS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uIqN73F9MS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uIqN73F9MS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uIqN73F9MS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uIqN73F9MS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uIqN73F9MS .nav-link {
  font-weight: 600!important;
}
.cid-uIqN73F9MS a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uIqN73F9MS .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uIqN73F9MS .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uIqN73F9MS .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIqN73F9MS .navbar {
    height: 77px;
  }
  .cid-uIqN73F9MS .navbar.opened {
    height: auto;
  }
  .cid-uIqN73F9MS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFoIx5MzIE {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-uFoIx5MzIE .svg1 {
  position: absolute;
  bottom: 4.6rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-uFoIx5MzIE #e1_circle,
.cid-uFoIx5MzIE #e3_circle,
.cid-uFoIx5MzIE #e4_circle,
.cid-uFoIx5MzIE #e5_circle {
  fill: #e1e8ff !important;
}
.cid-uFoIx5MzIE #e6_circle {
  fill: #bfceff !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-uFoIx5MzIE .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-uFoIx5MzIE .rev {
  animation: rev 4s linear infinite;
}
.cid-uFoIx5MzIE .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-uFoIx5MzIE .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-uFoIx5MzIE .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-uFoIx5MzIE .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-uFoIx5MzIE .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-uFoIx5MzIE .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-uFoIx5MzIE .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-uFoIx5MzIE .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-uFoIx5MzIE .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-uFoIx5MzIE .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-uFoIx5MzIE .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-uFoIx5MzIE H1 {
  color: #57468b;
}
.cid-uFoIx5MzIE .mbr-text,
.cid-uFoIx5MzIE .mbr-section-btn {
  color: #716c80;
}
.cid-uFoIx5MzIE H3 {
  color: #716c80;
}
.cid-uFoIx5MzIE img {
  height: 100%;
  margin: 0 auto;
}
.cid-uFoIx6ziii {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uFoIx6ziii img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uFoIx6ziii H1 {
  color: #57468b;
}
.cid-uFoIx6ziii .mbr-text,
.cid-uFoIx6ziii .mbr-section-btn {
  color: #716c80;
}
.cid-uFoIx6ziii H3 {
  color: #716c80;
}
.cid-uFoIx6ziii .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uFoIx6ziii .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uFoIx6ziii .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uFoIx6ziii .link:hover {
  color: #e74064 !important;
}
.cid-uFoIx6ziii .link:hover .link-ico {
  color: #e74064 !important;
  padding-left: 10px;
}
.cid-uFoIx6ziii DIV {
  color: #57468b;
}
.cid-uFoIx7mq8o {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e1e8ff;
}
.cid-uFoIx7mq8o h5,
.cid-uFoIx7mq8o h4,
.cid-uFoIx7mq8o p {
  margin-bottom: 0;
}
.cid-uFoIx7mq8o p {
  color: #767676;
}
.cid-uFoIx7mq8o .card-img {
  padding: 0;
  width: auto;
}
.cid-uFoIx7mq8o .card-box {
  padding: 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uFoIx7mq8o .card-box {
    padding: 2rem 0 0;
  }
  .cid-uFoIx7mq8o .card-wrapper {
    display: block !important;
  }
}
.cid-uFoIx7mq8o .card-wrapper {
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.cid-uFoIx7mq8o img {
  border-radius: 8px;
}
.cid-uFoIx7mq8o .card-title,
.cid-uFoIx7mq8o .main-title {
  color: #57468b;
}
.cid-uFoLIBkcb9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uFoLIBkcb9 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uFoLIBkcb9 H1 {
  color: #57468b;
}
.cid-uFoLIBkcb9 .mbr-text,
.cid-uFoLIBkcb9 .mbr-section-btn {
  color: #716c80;
}
.cid-uFoLIBkcb9 H3 {
  color: #716c80;
}
.cid-uFoLIBkcb9 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uFoLIBkcb9 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uFoLIBkcb9 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uFoLIBkcb9 .link:hover {
  color: #e74064 !important;
}
.cid-uFoLIBkcb9 .link:hover .link-ico {
  color: #e74064 !important;
  padding-left: 10px;
}
.cid-uFoLIBkcb9 DIV {
  color: #57468b;
}
.cid-uFoMnzXIYr {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uFoMnzXIYr img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uFoMnzXIYr H1 {
  color: #57468b;
}
.cid-uFoMnzXIYr .mbr-text,
.cid-uFoMnzXIYr .mbr-section-btn {
  color: #716c80;
}
.cid-uFoMnzXIYr H3 {
  color: #716c80;
}
.cid-uFoMnzXIYr .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uFoMnzXIYr .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uFoMnzXIYr .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uFoMnzXIYr .link:hover {
  color: #e74064 !important;
}
.cid-uFoMnzXIYr .link:hover .link-ico {
  color: #e74064 !important;
  padding-left: 10px;
}
.cid-uFoMnzXIYr DIV {
  color: #57468b;
}
.cid-uFoIxbRLUf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFoIxbRLUf H1 {
  color: #57468b;
}
.cid-uFoIxbRLUf .mbr-text,
.cid-uFoIxbRLUf .mbr-section-btn {
  color: #716c80;
}
.cid-uFoIxbRLUf H3 {
  color: #716c80;
}
.cid-uFoIxbRLUf .row {
  justify-content: space-between;
}
.cid-uFoIxbRLUf .col-lg-6 {
  max-width: 500px;
}
.cid-uFoIxbRLUf .title2 {
  text-align: left;
}
.cid-uFoIxbRLUf .text2,
.cid-uFoIxbRLUf .btn2 {
  text-align: left;
}
.cid-uFoIxbRLUf .title1 {
  text-align: left;
}
.cid-uFoIxbRLUf .text1,
.cid-uFoIxbRLUf .btn1 {
  text-align: left;
}
.cid-uFoMR1maa8 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uFoMR1maa8 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uFoMR1maa8 H1 {
  color: #57468b;
}
.cid-uFoMR1maa8 .mbr-text,
.cid-uFoMR1maa8 .mbr-section-btn {
  color: #716c80;
}
.cid-uFoMR1maa8 H3 {
  color: #716c80;
}
.cid-uFoMR1maa8 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uFoMR1maa8 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uFoMR1maa8 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uFoMR1maa8 .link:hover {
  color: #e74064 !important;
}
.cid-uFoMR1maa8 .link:hover .link-ico {
  color: #e74064 !important;
  padding-left: 10px;
}
.cid-uFoMR1maa8 DIV {
  color: #57468b;
}
.cid-uFoMQbKL98 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFoMQbKL98 .mbr-section-subtitle {
  color: #767676;
}
.cid-uFoMQbKL98 .container-table {
  margin: 0 auto;
}
.cid-uFoMQbKL98 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uFoMQbKL98 .dataTables_wrapper {
  display: block;
}
.cid-uFoMQbKL98 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uFoMQbKL98 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uFoMQbKL98 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #e1e8ff;
  margin-bottom: 0;
}
.cid-uFoMQbKL98 table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #e1e8ff;
  transition: all .2s;
}
.cid-uFoMQbKL98 table th:hover {
  background: #e1e8ff;
  color: #000000;
}
.cid-uFoMQbKL98 table td {
  border: 1px solid #e1e8ff;
}
.cid-uFoMQbKL98 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uFoMQbKL98 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uFoMQbKL98 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uFoMQbKL98 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uFoMQbKL98 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uFoMQbKL98 .dataTables_filter {
    text-align: center;
  }
  .cid-uFoMQbKL98 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uFoMQbKL98 .head-item {
  color: #57468b;
  text-align: center;
}
.cid-uFoMQbKL98 .body-item {
  color: #716c80;
  text-align: center;
}
.cid-uFoMQbKL98 .mbr-section-title {
  color: #57468b;
}
.cid-uFoMQbKL98 .head-item1 {
  color: #57468b;
}
.cid-uFoMQbKL98 .body-item1 {
  color: #716c80;
}
.cid-uFoOd8onID {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uFoOd8onID img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uFoOd8onID H1 {
  color: #57468b;
}
.cid-uFoOd8onID .mbr-text,
.cid-uFoOd8onID .mbr-section-btn {
  color: #716c80;
}
.cid-uFoOd8onID H3 {
  color: #716c80;
}
.cid-uFoOd8onID .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uFoOd8onID .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uFoOd8onID .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uFoOd8onID .link:hover {
  color: #e74064 !important;
}
.cid-uFoOd8onID .link:hover .link-ico {
  color: #e74064 !important;
  padding-left: 10px;
}
.cid-uFoOd8onID DIV {
  color: #57468b;
}
.cid-uFoNMf73jT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uFoNMf73jT H1 {
  color: #57468b;
}
.cid-uFoNMf73jT .mbr-text,
.cid-uFoNMf73jT .mbr-section-btn {
  color: #716c80;
}
.cid-uFoNMf73jT .author-box {
  display: flex;
  flex-direction: row;
}
.cid-uFoNMf73jT .item {
  max-width: 450px;
  margin: auto;
}
.cid-uFoNMf73jT .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-uFoNMf73jT .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-uFoNMf73jT h3,
.cid-uFoNMf73jT h4 {
  margin: 0;
  padding: 0;
}
.cid-uFoNMf73jT H3 {
  color: #57468b;
}
.cid-uFoNMf73jT H4 {
  color: #716c80;
}
@media (max-width: 992px) {
  .cid-uFoNMf73jT .mdpb {
    padding-bottom: 3rem;
  }
}
@media (max-width: 576px) {
  .cid-uFoNMf73jT .author-box {
    justify-content: center;
  }
}
.cid-uFoNL4CSHb {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uFoNL4CSHb H1 {
  color: #57468b;
}
.cid-uFoNL4CSHb .mbr-text,
.cid-uFoNL4CSHb .mbr-section-btn {
  color: #716c80;
}
.cid-uFoNL4CSHb .author-box {
  display: flex;
  flex-direction: row;
}
.cid-uFoNL4CSHb .item {
  max-width: 450px;
  margin: auto;
}
.cid-uFoNL4CSHb .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-uFoNL4CSHb .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-uFoNL4CSHb h3,
.cid-uFoNL4CSHb h4 {
  margin: 0;
  padding: 0;
}
.cid-uFoNL4CSHb H3 {
  color: #57468b;
}
.cid-uFoNL4CSHb H4 {
  color: #716c80;
}
@media (max-width: 992px) {
  .cid-uFoNL4CSHb .mdpb {
    padding-bottom: 3rem;
  }
}
@media (max-width: 576px) {
  .cid-uFoNL4CSHb .author-box {
    justify-content: center;
  }
}
.cid-uFoIxe16oE {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uFoIxe16oE h5,
.cid-uFoIxe16oE h4,
.cid-uFoIxe16oE p {
  margin-bottom: 0;
}
.cid-uFoIxe16oE p {
  color: #767676;
}
.cid-uFoIxe16oE .card-img {
  padding: 0;
  width: auto;
}
.cid-uFoIxe16oE .mbr-section-btn {
  margin: 0;
}
.cid-uFoIxe16oE .mbr-section-btn .btn {
  margin-top: 1.2rem !important;
}
.cid-uFoIxe16oE .card-wrapper {
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-uFoIxe16oE .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-uFoIxe16oE .card-box {
  padding: 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uFoIxe16oE .card-box {
    padding: 2rem 0 0;
  }
  .cid-uFoIxe16oE .card-wrapper {
    display: block !important;
  }
}
.cid-uFoIxe16oE .card-wrapper {
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.cid-uFoIxe16oE .card-title,
.cid-uFoIxe16oE .main-title {
  color: #57468b;
}
.cid-uFqno5z3C7 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uFqno5z3C7 li {
  list-style: none;
}
.cid-uFqno5z3C7 .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-uFqno5z3C7 .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
}
.cid-uFqno5z3C7 h4 {
  margin: 0;
}
.cid-uFqno5z3C7 .item {
  color: #57468b;
}
.cid-uFqno5z3C7 ul {
  padding: 0;
  margin: 0;
}
.cid-uFqno5z3C7 .col-title {
  color: #57468b;
}
.cid-uFqno5z3C7 .col-title1 {
  color: #ffffff;
}
.cid-uFqno5z3C7 .col-title2 {
  color: #ffffff;
}
.cid-uFqno5z3C7 .col-title3 {
  color: #ffffff;
}
.cid-uFqno5z3C7 .col-title4 {
  color: #ffffff;
}
.cid-uFqno5z3C7 .item1 {
  color: #efefef;
}
.cid-uFqno5z3C7 .item2 {
  color: #efefef;
}
.cid-uFqno5z3C7 .item3 {
  color: #efefef;
}
.cid-uFqno5z3C7 .item4 {
  color: #efefef;
}
@media (max-width: 768px) {
  .cid-uFqno5z3C7 .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-uFqnoHe9QF {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-uFqnoHe9QF section {
  position: relative;
}
.cid-uFqnoHe9QF .container {
  max-width: 1400px;
}
.cid-uFqnoHe9QF .card-img2 span {
  padding-top: 6px;
}
.cid-uFqnoHe9QF .soc-item a {
  padding-top: 5px;
}
.cid-uFqnoHe9QF .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uFqnoHe9QF .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uFqnoHe9QF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uFqnoHe9QF .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uFqnoHe9QF .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uFqnoHe9QF .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uFqnoHe9QF .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uFqnoHe9QF .soc-item span {
  font-size: 1.4rem;
}
.cid-uFqnoHe9QF .soc-item:hover span {
  color: #e74064 !important;
}
.cid-uFqnoHe9QF .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uFqnoHe9QF .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uFqnoHe9QF .media-wrap {
  margin-bottom: 1rem;
}
.cid-uFqnoHe9QF .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uFqnoHe9QF img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uFqnoHe9QF .item {
    justify-content: center;
  }
  .cid-uFqnoHe9QF .quote::after {
    left: 60px;
  }
}
.cid-uFqnoHe9QF .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uFqnoHe9QF .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFqnoHe9QF .text1 {
  color: #ffffff;
}
.cid-uFqnoHe9QF .item-title {
  color: #ffffff;
}
.cid-uFqnoHe9QF H5 {
  color: #ffffff;
}
.cid-uFqnoHe9QF .theme {
  color: #ffffff;
}
.cid-uFqnoHe9QF .copyright > p {
  color: #ff3366;
}
.cid-uFqnoHe9QF .text2 {
  color: #ffffff;
}
.cid-uFoIxeYdEG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100808;
}
.cid-uIqN73F9MS .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-uIqN73F9MS .collapsed {
  flex-direction: row!important;
}
.cid-uIqN73F9MS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIqN73F9MS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIqN73F9MS .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uIqN73F9MS .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uIqN73F9MS .nav-item:focus,
.cid-uIqN73F9MS .nav-link:focus {
  outline: none;
}
.cid-uIqN73F9MS .text-white:hover,
.cid-uIqN73F9MS .text-white:active,
.cid-uIqN73F9MS .text-white:focus {
  color: white!important;
}
.cid-uIqN73F9MS .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uIqN73F9MS .dropdown-item:hover {
  color: black!important;
}
.cid-uIqN73F9MS .dropdown-menu {
  background-color: white!important;
}
.cid-uIqN73F9MS .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uIqN73F9MS .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uIqN73F9MS .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uIqN73F9MS .nav-item .nav-link {
    position: relative;
  }
}
.cid-uIqN73F9MS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uIqN73F9MS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIqN73F9MS .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uIqN73F9MS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uIqN73F9MS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uIqN73F9MS .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uIqN73F9MS .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uIqN73F9MS .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uIqN73F9MS .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIqN73F9MS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIqN73F9MS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIqN73F9MS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uIqN73F9MS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIqN73F9MS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIqN73F9MS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uIqN73F9MS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIqN73F9MS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uIqN73F9MS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uIqN73F9MS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIqN73F9MS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIqN73F9MS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uIqN73F9MS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIqN73F9MS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIqN73F9MS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uIqN73F9MS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uIqN73F9MS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIqN73F9MS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIqN73F9MS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uIqN73F9MS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uIqN73F9MS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uIqN73F9MS .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uIqN73F9MS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uIqN73F9MS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uIqN73F9MS .navbar-caption {
  font-weight: 600!important;
}
.cid-uIqN73F9MS .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIqN73F9MS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIqN73F9MS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIqN73F9MS .dropdown-item.active,
.cid-uIqN73F9MS .dropdown-item:active {
  background-color: transparent;
}
.cid-uIqN73F9MS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIqN73F9MS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIqN73F9MS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIqN73F9MS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIqN73F9MS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIqN73F9MS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uIqN73F9MS .navbar-buttons {
  text-align: center;
}
.cid-uIqN73F9MS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uIqN73F9MS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-uIqN73F9MS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uIqN73F9MS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uIqN73F9MS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uIqN73F9MS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uIqN73F9MS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uIqN73F9MS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uIqN73F9MS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uIqN73F9MS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uIqN73F9MS .nav-link {
  font-weight: 600!important;
}
.cid-uIqN73F9MS a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uIqN73F9MS .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uIqN73F9MS .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uIqN73F9MS .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIqN73F9MS .navbar {
    height: 77px;
  }
  .cid-uIqN73F9MS .navbar.opened {
    height: auto;
  }
  .cid-uIqN73F9MS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
