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: 2.3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.68rem;
}
.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.3rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.08rem;
}
.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: 1.84rem;
    font-size: calc( 1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.455rem + (2.3 - 1.455) * ((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.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((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: #ff8a73 !important;
}
.bg-success {
  background-color: #bfceff !important;
}
.bg-info {
  background-color: #7453d9 !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #45be01 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff8a73 !important;
  border-color: #ff8a73 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ff4a26 !important;
  border-color: #ff4a26 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff4a26 !important;
  border-color: #ff4a26 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #5580ff !important;
  border-color: #5580ff !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0847ff !important;
  border-color: #0847ff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0847ff !important;
  border-color: #0847ff !important;
}
.btn-info,
.btn-info:active {
  background-color: #7453d9 !important;
  border-color: #7453d9 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #4c28b7 !important;
  border-color: #4c28b7 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4c28b7 !important;
  border-color: #4c28b7 !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: #45be01 !important;
  border-color: #45be01 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #297201 !important;
  border-color: #297201 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #297201 !important;
  border-color: #297201 !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: #ff350d;
  color: #ff350d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ff8a73;
  border-color: #ff8a73;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8a73 !important;
  border-color: #ff8a73 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #003cee;
  color: #003cee;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #5580ff;
  border-color: #5580ff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #5580ff !important;
  border-color: #5580ff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4324a2;
  color: #4324a2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #7453d9;
  border-color: #7453d9;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7453d9 !important;
  border-color: #7453d9 !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: #205900;
  color: #205900;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #45be01;
  border-color: #45be01;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #45be01 !important;
  border-color: #45be01 !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: #ff8a73 !important;
}
.text-secondary {
  color: #5580ff !important;
}
.text-success {
  color: #bfceff !important;
}
.text-info {
  color: #7453d9 !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #45be01 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ff350d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #003cee !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #5980ff !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4324a2 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #205900 !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: #7453d9;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #45be01;
}
.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: #ff8a73;
  border-color: #ff8a73;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff8a73;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #fbfafe;
}
.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: #85fe41;
}
/* 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: #ff8a73;
}
.btn-primary {
  margin: 1rem 0.5rem !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 6px 16px 0 #ff8a73 !important;
  -webkit-box-shadow: 0 6px 16px 0 #ff8a73 !important;
  background-color: #ff8a73 !important;
  border-color: #ff8a73 !important;
}
.btn-secondary {
  margin: 1rem 0.5rem !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 6px 15px 0 #5580ff !important;
  -webkit-box-shadow: 0 6px 16px 0 #5580ff !important;
  background-color: #5580ff !important;
  border-color: #5580ff !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: #ff8a73;
  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: #ff8a73;
  border-bottom-color: #ff8a73;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ff8a73 !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: #5580ff !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='%23ff8a73' %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-rrUeteI4cH .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-rrUeteI4cH .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rrUeteI4cH .nav-item:focus,
.cid-rrUeteI4cH .nav-link:focus {
  outline: none;
}
.cid-rrUeteI4cH .text-white:hover,
.cid-rrUeteI4cH .text-white:active,
.cid-rrUeteI4cH .text-white:focus {
  color: white!important;
}
.cid-rrUeteI4cH .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-rrUeteI4cH .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-rrUeteI4cH .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-rrUeteI4cH .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rrUeteI4cH .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-rrUeteI4cH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rrUeteI4cH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rrUeteI4cH .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rrUeteI4cH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rrUeteI4cH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rrUeteI4cH .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-rrUeteI4cH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rrUeteI4cH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rrUeteI4cH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rrUeteI4cH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rrUeteI4cH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rrUeteI4cH .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rrUeteI4cH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rrUeteI4cH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rrUeteI4cH .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-rrUeteI4cH .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rrUeteI4cH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rrUeteI4cH .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rrUeteI4cH .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rrUeteI4cH .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rrUeteI4cH .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rrUeteI4cH .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-rrUeteI4cH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rrUeteI4cH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rrUeteI4cH .section {
  position: relative;
  overflow: visible!important;
}
.cid-rrUeteI4cH .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rrUeteI4cH .dropdown-item:hover {
  color: black!important;
}
.cid-rrUeteI4cH .dropdown-menu {
  background-color: white!important;
}
.cid-rrUeteI4cH .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-rrUeteI4cH .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-rrUeteI4cH .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-rrUeteI4cH .nav-item .nav-link {
    position: relative;
  }
}
.cid-rrUeteI4cH .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-rrUeteI4cH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rrUeteI4cH .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rrUeteI4cH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rrUeteI4cH .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-rrUeteI4cH .collapsed {
  flex-direction: row!important;
}
.cid-rrUeteI4cH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rrUeteI4cH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rrUeteI4cH .navbar-caption {
  font-weight: 600!important;
}
.cid-rrUeteI4cH .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-rrUeteI4cH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rrUeteI4cH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rrUeteI4cH .dropdown-item.active,
.cid-rrUeteI4cH .dropdown-item:active {
  background-color: transparent;
}
.cid-rrUeteI4cH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rrUeteI4cH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rrUeteI4cH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rrUeteI4cH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-rrUeteI4cH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rrUeteI4cH ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rrUeteI4cH .navbar-buttons {
  text-align: center;
}
.cid-rrUeteI4cH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rrUeteI4cH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-rrUeteI4cH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rrUeteI4cH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rrUeteI4cH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rrUeteI4cH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rrUeteI4cH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rrUeteI4cH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rrUeteI4cH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rrUeteI4cH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rrUeteI4cH .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rrUeteI4cH .nav-link {
  font-weight: 600!important;
}
.cid-rrUeteI4cH a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rrUeteI4cH .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rrUeteI4cH .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-rrUeteI4cH .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rrUeteI4cH .navbar {
    height: 77px;
  }
  .cid-rrUeteI4cH .navbar.opened {
    height: auto;
  }
  .cid-rrUeteI4cH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNp7A8RLtn {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-1920x1235.jpg");
  overflow: hidden;
}
.cid-tNp7A8RLtn H1 {
  color: #57468b;
}
.cid-tNp7A8RLtn .mbr-text,
.cid-tNp7A8RLtn .mbr-section-btn {
  color: #343351;
  text-align: left;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-tNp7A8RLtn .img1 {
  width: 90%;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  border-radius: 10px;
}
.cid-tNp7A8RLtn .relative {
  position: relative;
}
.cid-tNp7A8RLtn .img2 {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  position: absolute;
  width: 60%;
  top: 4rem;
  left: 1rem;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 576px) {
  .cid-tNp7A8RLtn .img1 {
    width: 100%;
  }
}
.cid-tNp7A8RLtn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNp7A8RLtn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNp7AMqZSV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tNp7AMqZSV .mbr-text {
  color: #716c80;
  text-align: center;
}
.cid-tNp7AMqZSV h4 {
  text-align: center;
}
.cid-tNp7AMqZSV p {
  text-align: center;
}
.cid-tNp7AMqZSV .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-tNp7AMqZSV .mbr-iconfont {
  transition: all 0.3s;
  color: #5580ff !important;
  font-size: 6rem !important;
}
.cid-tNp7AMqZSV .card {
  transition: all 0.3s;
  padding: 2rem!important;
}
.cid-tNp7AMqZSV .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-tNp7AMqZSV .card:hover .mbr-iconfont {
  color: #ff8a73 !important;
}
.cid-tNp7AMqZSV .card-title,
.cid-tNp7AMqZSV .card-img {
  color: #57468b;
}
.cid-tNp7AMqZSV .card-img {
  width: auto;
}
@media (max-width: 576px) {
  .cid-tNp7AMqZSV .card {
    padding: 2rem 0rem 0rem 0rem!important;
  }
  .cid-tNp7AMqZSV .card:hover {
    box-shadow: none;
    transform: none;
  }
}
.cid-tNp7AMqZSV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNp7AMqZSV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNp7DVHNyd {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("");
}
.cid-tNp7DVHNyd .mbr-overlay {
  background: linear-gradient(90deg, #ffbe9d, #806bc1);
}
.cid-tNp7DVHNyd .card-wrap {
  background-color: #f2f6ff;
  padding: 2rem;
  margin: 0;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (min-width: 992px) {
  .cid-tNp7DVHNyd .card-wrap {
    width: calc(100% + 10rem);
    margin-left: -10rem;
  }
}
.cid-tNp7DVHNyd .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
.cid-tNp7DVHNyd .mbr-section-subtitle,
.cid-tNp7DVHNyd .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-tNp7DVHNyd H1 {
  color: #806bc1;
}
.cid-t7QJMtkuqm {
  background-image: url("../../../assets/images/mbr-1920x1172.jpg");
}
.cid-rrZH5huDrM {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f2f6ff;
}
.cid-rrZH5huDrM h4 {
  margin-bottom: 0;
}
.cid-rrZH5huDrM p {
  color: #767676;
}
.cid-rrZH5huDrM .btn-info-outline {
  border: none;
  color: #7453d9 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rrZH5huDrM .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rrZH5huDrM .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rrZH5huDrM .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff8a73 !important;
  box-shadow: none!important;
}
.cid-rrZH5huDrM .btn-info-outline:active,
.cid-rrZH5huDrM .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rrZH5huDrM .card-box {
  padding-top: 2rem;
}
.cid-rrZH5huDrM .card-wrapper {
  height: 100%;
}
.cid-rrZH5huDrM .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rrZH5huDrM img {
  border-radius: 8px;
}
.cid-rrZH5huDrM .card-title {
  color: #57468b;
}
.cid-rrZH5huDrM .main-title {
  color: #57468b;
  text-align: center;
}
.cid-rrZH5huDrM DIV {
  color: #57468b;
}
.cid-tMjALJJoYC {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e1e8ff;
}
.cid-tMjALJJoYC .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-tMjALJJoYC input,
.cid-tMjALJJoYC textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-tMjALJJoYC img {
  width: 90%;
  border-radius: 8px;
}
.cid-tMjALJJoYC .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-tMjALJJoYC textarea {
  min-height: 160px;
}
.cid-tMjALJJoYC .form-control,
.cid-tMjALJJoYC .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tMjALJJoYC .form-control:hover,
.cid-tMjALJJoYC .field-input:hover,
.cid-tMjALJJoYC .form-control:focus,
.cid-tMjALJJoYC .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tMjALJJoYC input::-webkit-input-placeholder,
.cid-tMjALJJoYC textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-tMjALJJoYC input:-moz-placeholder,
.cid-tMjALJJoYC textarea:-moz-placeholder {
  color: #c1c1c1;
}
.cid-tMjALJJoYC .jq-selectbox li,
.cid-tMjALJJoYC .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tMjALJJoYC .jq-selectbox li:hover,
.cid-tMjALJJoYC .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tMjALJJoYC .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tMjALJJoYC .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tMjALJJoYC H5 {
  color: #57468b;
  padding-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-tMjALJJoYC img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-tMjALJJoYC .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-tMjAQMksJQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #57468b;
}
.cid-rrUeteI4cH .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-rrUeteI4cH .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rrUeteI4cH .nav-item:focus,
.cid-rrUeteI4cH .nav-link:focus {
  outline: none;
}
.cid-rrUeteI4cH .text-white:hover,
.cid-rrUeteI4cH .text-white:active,
.cid-rrUeteI4cH .text-white:focus {
  color: white!important;
}
.cid-rrUeteI4cH .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-rrUeteI4cH .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-rrUeteI4cH .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-rrUeteI4cH .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rrUeteI4cH .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-rrUeteI4cH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rrUeteI4cH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rrUeteI4cH .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rrUeteI4cH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rrUeteI4cH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rrUeteI4cH .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-rrUeteI4cH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rrUeteI4cH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rrUeteI4cH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rrUeteI4cH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rrUeteI4cH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rrUeteI4cH .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rrUeteI4cH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rrUeteI4cH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rrUeteI4cH .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-rrUeteI4cH .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rrUeteI4cH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rrUeteI4cH .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rrUeteI4cH .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rrUeteI4cH .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rrUeteI4cH .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rrUeteI4cH .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-rrUeteI4cH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rrUeteI4cH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rrUeteI4cH .section {
  position: relative;
  overflow: visible!important;
}
.cid-rrUeteI4cH .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rrUeteI4cH .dropdown-item:hover {
  color: black!important;
}
.cid-rrUeteI4cH .dropdown-menu {
  background-color: white!important;
}
.cid-rrUeteI4cH .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-rrUeteI4cH .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-rrUeteI4cH .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-rrUeteI4cH .nav-item .nav-link {
    position: relative;
  }
}
.cid-rrUeteI4cH .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-rrUeteI4cH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rrUeteI4cH .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rrUeteI4cH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rrUeteI4cH .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-rrUeteI4cH .collapsed {
  flex-direction: row!important;
}
.cid-rrUeteI4cH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rrUeteI4cH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rrUeteI4cH .navbar-caption {
  font-weight: 600!important;
}
.cid-rrUeteI4cH .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-rrUeteI4cH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rrUeteI4cH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rrUeteI4cH .dropdown-item.active,
.cid-rrUeteI4cH .dropdown-item:active {
  background-color: transparent;
}
.cid-rrUeteI4cH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rrUeteI4cH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rrUeteI4cH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rrUeteI4cH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-rrUeteI4cH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rrUeteI4cH ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rrUeteI4cH .navbar-buttons {
  text-align: center;
}
.cid-rrUeteI4cH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rrUeteI4cH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-rrUeteI4cH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rrUeteI4cH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rrUeteI4cH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rrUeteI4cH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rrUeteI4cH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rrUeteI4cH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rrUeteI4cH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rrUeteI4cH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rrUeteI4cH .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rrUeteI4cH .nav-link {
  font-weight: 600!important;
}
.cid-rrUeteI4cH a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rrUeteI4cH .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rrUeteI4cH .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-rrUeteI4cH .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rrUeteI4cH .navbar {
    height: 77px;
  }
  .cid-rrUeteI4cH .navbar.opened {
    height: auto;
  }
  .cid-rrUeteI4cH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNpbJllh9i {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f2f6ff;
}
.cid-tNpbJllh9i H1 {
  color: #57468b;
}
.cid-tNpbJllh9i .mbr-text,
.cid-tNpbJllh9i .mbr-section-btn {
  color: #716c80;
  text-align: left;
}
.cid-tNpbN39zVd {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tNpbN39zVd .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tNpbN39zVd .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-tNpbN39zVd .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-tNpbN39zVd .btn-primary-outline:active {
  color: gray;
}
.cid-tNpbN39zVd .btn-primary-outline:hover {
  color: white;
}
.cid-tNpbN39zVd .mbr-gallery-title:before {
  border-radius: 0px 0px 10px 10px;
}
.cid-tNpbN39zVd div {
  overflow: hidden;
}
.cid-tNpbN39zVd .btn-primary-outline.active {
  color: white;
}
.cid-tNpbN39zVd .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tNpbN39zVd .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tNpbN39zVd .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tNpbN39zVd .mbr-gallery-item {
  overflow: hidden;
}
.cid-tNpbN39zVd .mbr-gallery-item img {
  transition: all 0.3s;
  border-radius: 10px;
}
.cid-tNpbN39zVd .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-tNpbN39zVd .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tNpbN39zVd .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tNpbN39zVd .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-tNpbN39zVd .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tNpbN39zVd .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tNpbMq6RYs {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tNpbMq6RYs .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tNpbMq6RYs .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-tNpbMq6RYs .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-tNpbMq6RYs .btn-primary-outline:active {
  color: gray;
}
.cid-tNpbMq6RYs .btn-primary-outline:hover {
  color: white;
}
.cid-tNpbMq6RYs .mbr-gallery-title:before {
  border-radius: 0px 0px 10px 10px;
}
.cid-tNpbMq6RYs div {
  overflow: hidden;
}
.cid-tNpbMq6RYs .btn-primary-outline.active {
  color: white;
}
.cid-tNpbMq6RYs .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tNpbMq6RYs .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tNpbMq6RYs .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tNpbMq6RYs .mbr-gallery-item {
  overflow: hidden;
}
.cid-tNpbMq6RYs .mbr-gallery-item img {
  transition: all 0.3s;
  border-radius: 10px;
}
.cid-tNpbMq6RYs .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-tNpbMq6RYs .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tNpbMq6RYs .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tNpbMq6RYs .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-tNpbMq6RYs .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tNpbMq6RYs .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tMjD2My5Fk {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/droid-2000x1125.png");
}
.cid-tMjD2My5Fk img {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-tMjD2My5Fk .mbr-text,
.cid-tMjD2My5Fk .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tMjD2My5Fk H3 {
  color: #57468b;
}
.cid-tMjD2My5Fk H1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tMjD2My5Fk img {
    width: 100%!important;
  }
}
.cid-tMjD2My5Fk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMjD2My5Fk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sbLeW3heEm {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/baby02-1-1370x770.png");
}
.cid-sbLeW3heEm section {
  position: relative;
}
.cid-sbLeW3heEm svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-sbLeW3heEm #e2_shape {
  fill: #ffffff !important;
}
.cid-sbLeW3heEm img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-sbLeW3heEm img {
    width: 90%!important;
  }
}
.cid-sbLeW3heEm .mbr-text,
.cid-sbLeW3heEm .mbr-section-btn {
  text-align: left;
}
.cid-tBNmQRTQw3 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/untitled-2000x1122.png");
}
.cid-tBNmQRTQw3 section {
  position: relative;
}
.cid-tBNmQRTQw3 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-tBNmQRTQw3 #e2_shape {
  fill: #ffffff !important;
}
.cid-tBNmQRTQw3 img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-tBNmQRTQw3 img {
    width: 90%!important;
  }
}
.cid-tBNmQRTQw3 .mbr-text,
.cid-tBNmQRTQw3 .mbr-section-btn {
  text-align: left;
}
.cid-sbLfekEmIv {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/pippos02-1-1367x765.png");
}
.cid-sbLfekEmIv section {
  position: relative;
}
.cid-sbLfekEmIv svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-sbLfekEmIv #e2_shape {
  fill: #ffffff !important;
}
.cid-sbLfekEmIv img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-sbLfekEmIv img {
    width: 90%!important;
  }
}
.cid-sbLfekEmIv .mbr-text,
.cid-sbLfekEmIv .mbr-section-btn {
  text-align: left;
}
.cid-sbLfisNeh4 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/pinto02-1-1375x769.png");
}
.cid-sbLfisNeh4 section {
  position: relative;
}
.cid-sbLfisNeh4 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-sbLfisNeh4 #e2_shape {
  fill: #ffffff !important;
}
.cid-sbLfisNeh4 img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-sbLfisNeh4 img {
    width: 90%!important;
  }
}
.cid-sbLfisNeh4 .mbr-text,
.cid-sbLfisNeh4 .mbr-section-btn {
  text-align: left;
}
.cid-sRSMi132oq {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/screenshot-2208x1242-2021-10-21-06.42.03-2000x1125.png");
}
.cid-sRSMi132oq section {
  position: relative;
}
.cid-sRSMi132oq svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-sRSMi132oq #e2_shape {
  fill: #ffffff !important;
}
.cid-sRSMi132oq img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-sRSMi132oq img {
    width: 90%!important;
  }
}
.cid-sRSMi132oq .mbr-text,
.cid-sRSMi132oq .mbr-section-btn {
  text-align: left;
}
.cid-sRSMhDeAYx {
  padding-top: 0px;
  padding-bottom: 150px;
  background-color: #ffffff;
}
.cid-sRSMhDeAYx H1 {
  color: #57468b;
}
.cid-sRSMhDeAYx .mbr-text,
.cid-sRSMhDeAYx .mbr-section-btn {
  color: #716c80;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-sRSMhDeAYx .img1 {
  width: 90%;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  border-radius: 10px;
}
.cid-sRSMhDeAYx .relative {
  position: relative;
}
.cid-sRSMhDeAYx .img2 {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  position: absolute;
  width: 60%;
  top: 4rem;
  left: 1rem;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 576px) {
  .cid-sRSMhDeAYx .img1 {
    width: 100%;
  }
}
.cid-sRSMhiQFxI {
  padding-top: 0px;
  padding-bottom: 150px;
  background-color: #ffffff;
}
.cid-sRSMhiQFxI H1 {
  color: #57468b;
}
.cid-sRSMhiQFxI .mbr-text,
.cid-sRSMhiQFxI .mbr-section-btn {
  color: #716c80;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-sRSMhiQFxI .img1 {
  width: 90%;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  border-radius: 10px;
}
.cid-sRSMhiQFxI .relative {
  position: relative;
}
.cid-sRSMhiQFxI .img2 {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  position: absolute;
  width: 60%;
  top: 4rem;
  left: 1rem;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 576px) {
  .cid-sRSMhiQFxI .img1 {
    width: 100%;
  }
}
.cid-t7QJ9pxJpy {
  padding-top: 0px;
  padding-bottom: 150px;
  background-color: #ffffff;
}
.cid-t7QJ9pxJpy H1 {
  color: #57468b;
}
.cid-t7QJ9pxJpy .mbr-text,
.cid-t7QJ9pxJpy .mbr-section-btn {
  color: #716c80;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-t7QJ9pxJpy .img1 {
  width: 90%;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  border-radius: 10px;
}
.cid-t7QJ9pxJpy .relative {
  position: relative;
}
.cid-t7QJ9pxJpy .img2 {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  position: absolute;
  width: 60%;
  top: 4rem;
  left: 1rem;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 576px) {
  .cid-t7QJ9pxJpy .img1 {
    width: 100%;
  }
}
.cid-tBNmRoAe9W {
  padding-top: 30px;
  padding-bottom: 150px;
  background-color: #ffffff;
}
.cid-tBNmRoAe9W H1 {
  color: #57468b;
}
.cid-tBNmRoAe9W .mbr-text,
.cid-tBNmRoAe9W .mbr-section-btn {
  color: #716c80;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-tBNmRoAe9W .img1 {
  width: 90%;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  border-radius: 10px;
}
.cid-tBNmRoAe9W .relative {
  position: relative;
}
.cid-tBNmRoAe9W .img2 {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  position: absolute;
  width: 60%;
  top: 4rem;
  left: 1rem;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 576px) {
  .cid-tBNmRoAe9W .img1 {
    width: 100%;
  }
}
.cid-tBNmR82ZbB {
  padding-top: 0px;
  padding-bottom: 150px;
  background-color: #ffffff;
}
.cid-tBNmR82ZbB H1 {
  color: #57468b;
}
.cid-tBNmR82ZbB .mbr-text,
.cid-tBNmR82ZbB .mbr-section-btn {
  color: #716c80;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-tBNmR82ZbB .img1 {
  width: 90%;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  border-radius: 10px;
}
.cid-tBNmR82ZbB .relative {
  position: relative;
}
.cid-tBNmR82ZbB .img2 {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  position: absolute;
  width: 60%;
  top: 4rem;
  left: 1rem;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 576px) {
  .cid-tBNmR82ZbB .img1 {
    width: 100%;
  }
}
.cid-sbLfl53vdQ {
  padding-top: 0px;
  padding-bottom: 150px;
  background-color: #ffffff;
}
.cid-sbLfl53vdQ H1 {
  color: #57468b;
}
.cid-sbLfl53vdQ .mbr-text,
.cid-sbLfl53vdQ .mbr-section-btn {
  color: #716c80;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-sbLfl53vdQ .img1 {
  width: 90%;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  border-radius: 10px;
}
.cid-sbLfl53vdQ .relative {
  position: relative;
}
.cid-sbLfl53vdQ .img2 {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  position: absolute;
  width: 60%;
  top: 4rem;
  left: 1rem;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 576px) {
  .cid-sbLfl53vdQ .img1 {
    width: 100%;
  }
}
.cid-tMjAQMksJQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #57468b;
}
.cid-u5qWSgEBuP .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-u5qWSgEBuP .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-u5qWSgEBuP .nav-item:focus,
.cid-u5qWSgEBuP .nav-link:focus {
  outline: none;
}
.cid-u5qWSgEBuP .text-white:hover,
.cid-u5qWSgEBuP .text-white:active,
.cid-u5qWSgEBuP .text-white:focus {
  color: white!important;
}
.cid-u5qWSgEBuP .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-u5qWSgEBuP .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-u5qWSgEBuP .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-u5qWSgEBuP .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u5qWSgEBuP .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u5qWSgEBuP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5qWSgEBuP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u5qWSgEBuP .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u5qWSgEBuP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5qWSgEBuP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5qWSgEBuP .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-u5qWSgEBuP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5qWSgEBuP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u5qWSgEBuP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u5qWSgEBuP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5qWSgEBuP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5qWSgEBuP .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u5qWSgEBuP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5qWSgEBuP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5qWSgEBuP .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-u5qWSgEBuP .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u5qWSgEBuP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5qWSgEBuP .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5qWSgEBuP .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u5qWSgEBuP .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u5qWSgEBuP .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u5qWSgEBuP .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-u5qWSgEBuP .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u5qWSgEBuP .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u5qWSgEBuP .section {
  position: relative;
  overflow: visible!important;
}
.cid-u5qWSgEBuP .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-u5qWSgEBuP .dropdown-item:hover {
  color: black!important;
}
.cid-u5qWSgEBuP .dropdown-menu {
  background-color: white!important;
}
.cid-u5qWSgEBuP .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-u5qWSgEBuP .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-u5qWSgEBuP .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-u5qWSgEBuP .nav-item .nav-link {
    position: relative;
  }
}
.cid-u5qWSgEBuP .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-u5qWSgEBuP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5qWSgEBuP .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u5qWSgEBuP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u5qWSgEBuP .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-u5qWSgEBuP .collapsed {
  flex-direction: row!important;
}
.cid-u5qWSgEBuP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5qWSgEBuP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5qWSgEBuP .navbar-caption {
  font-weight: 600!important;
}
.cid-u5qWSgEBuP .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-u5qWSgEBuP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5qWSgEBuP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5qWSgEBuP .dropdown-item.active,
.cid-u5qWSgEBuP .dropdown-item:active {
  background-color: transparent;
}
.cid-u5qWSgEBuP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5qWSgEBuP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5qWSgEBuP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5qWSgEBuP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-u5qWSgEBuP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5qWSgEBuP ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u5qWSgEBuP .navbar-buttons {
  text-align: center;
}
.cid-u5qWSgEBuP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u5qWSgEBuP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-u5qWSgEBuP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u5qWSgEBuP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u5qWSgEBuP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u5qWSgEBuP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u5qWSgEBuP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u5qWSgEBuP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u5qWSgEBuP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u5qWSgEBuP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u5qWSgEBuP .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u5qWSgEBuP .nav-link {
  font-weight: 600!important;
}
.cid-u5qWSgEBuP a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u5qWSgEBuP .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u5qWSgEBuP .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-u5qWSgEBuP .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5qWSgEBuP .navbar {
    height: 77px;
  }
  .cid-u5qWSgEBuP .navbar.opened {
    height: auto;
  }
  .cid-u5qWSgEBuP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5qXcbI77o {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-1920x1235.jpg");
  overflow: hidden;
}
.cid-u5qXcbI77o H1 {
  color: #57468b;
}
.cid-u5qXcbI77o .mbr-text,
.cid-u5qXcbI77o .mbr-section-btn {
  color: #343351;
  text-align: left;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-u5qXcbI77o .img1 {
  width: 90%;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  border-radius: 10px;
}
.cid-u5qXcbI77o .relative {
  position: relative;
}
.cid-u5qXcbI77o .img2 {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  position: absolute;
  width: 60%;
  top: 4rem;
  left: 1rem;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 576px) {
  .cid-u5qXcbI77o .img1 {
    width: 100%;
  }
}
.cid-u5qXcbI77o .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5qXcbI77o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5qXfK7UfQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-u5qXfK7UfQ p {
  line-height: 1.6;
}
.cid-u5qXfK7UfQ .card-box {
  width: -webkit-fill-available;
}
.cid-u5qXfK7UfQ .card-img span {
  font-size: 96px;
  padding: 0.6rem;
  margin: 0 1rem;
  border-radius: 8px;
}
.cid-u5qXfK7UfQ .card-img .img1 {
  color: #57468b !important;
}
.cid-u5qXfK7UfQ .card-img .img2 {
  color: #5580ff !important;
}
.cid-u5qXfK7UfQ .card-img .img3 {
  color: #ff8a73 !important;
}
.cid-u5qXfK7UfQ .card-img .img4 {
  color: #ff8a73 !important;
}
.cid-u5qXfK7UfQ .card-img .img5 {
  color: #bfceff !important;
}
.cid-u5qXfK7UfQ .card-img .img6 {
  color: #57468b !important;
}
.cid-u5qXfK7UfQ .mbr-iconfont {
  font-size: 3rem !important;
}
.cid-u5qXfK7UfQ .card-wrapper {
  display: flex;
  flex-direction: row;
}
.cid-u5qXfK7UfQ .card {
  height: 100%;
  margin: auto;
}
.cid-u5qXfK7UfQ img {
  width: 100%;
  heigth: auto;
}
.cid-u5qXfK7UfQ .card-title1 {
  color: #57468b;
}
.cid-u5qXfK7UfQ .mbr-text1 {
  color: #232323;
  text-align: left;
}
.cid-u5qXfK7UfQ .card-title2 {
  color: #57468b;
}
.cid-u5qXfK7UfQ .mbr-text2 {
  color: #232323;
}
@media (max-width: 576px) {
  .cid-u5qXfK7UfQ .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0 0 0!important;
  }
  .cid-u5qXfK7UfQ .card-img {
    order: 1;
  }
  .cid-u5qXfK7UfQ .card-box {
    order: 2;
  }
}
.cid-u5qXfK7UfQ .card-img {
  width: auto;
}
.cid-u5qXdkKxKO {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5qXdkKxKO h4 {
  margin-bottom: 0;
}
.cid-u5qXdkKxKO p {
  color: #767676;
}
.cid-u5qXdkKxKO .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-u5qXdkKxKO .btn-info-outline {
  border: none;
  color: #7453d9 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-u5qXdkKxKO .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-u5qXdkKxKO .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-u5qXdkKxKO .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff8a73 !important;
  box-shadow: none!important;
}
.cid-u5qXdkKxKO .btn-info-outline:active,
.cid-u5qXdkKxKO .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-u5qXdkKxKO .card-box {
  padding-top: 2rem;
}
.cid-u5qXdkKxKO .card-wrapper {
  height: 100%;
}
.cid-u5qXdkKxKO .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-u5qXdkKxKO img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-u5qXdkKxKO .card-title {
  color: #57468b;
}
.cid-u5qXdkKxKO .main-title {
  color: #806bc1;
  text-align: center;
}
.cid-u5qXdkKxKO DIV {
  color: #57468b;
}
.cid-u5qXecMJP8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5qXecMJP8 h4 {
  margin-bottom: 0;
}
.cid-u5qXecMJP8 p {
  color: #767676;
}
.cid-u5qXecMJP8 .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-u5qXecMJP8 .btn-info-outline {
  border: none;
  color: #7453d9 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-u5qXecMJP8 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-u5qXecMJP8 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-u5qXecMJP8 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff8a73 !important;
  box-shadow: none!important;
}
.cid-u5qXecMJP8 .btn-info-outline:active,
.cid-u5qXecMJP8 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-u5qXecMJP8 .card-box {
  padding-top: 2rem;
}
.cid-u5qXecMJP8 .card-wrapper {
  height: 100%;
}
.cid-u5qXecMJP8 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-u5qXecMJP8 img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-u5qXecMJP8 .card-title {
  color: #57468b;
}
.cid-u5qXecMJP8 .main-title {
  color: #57468b;
  text-align: center;
}
.cid-u5qXecMJP8 DIV {
  color: #57468b;
}
.cid-u5qXewbFms {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5qXewbFms h4 {
  margin-bottom: 0;
}
.cid-u5qXewbFms p {
  color: #767676;
}
.cid-u5qXewbFms .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-u5qXewbFms .btn-info-outline {
  border: none;
  color: #7453d9 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-u5qXewbFms .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-u5qXewbFms .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-u5qXewbFms .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff8a73 !important;
  box-shadow: none!important;
}
.cid-u5qXewbFms .btn-info-outline:active,
.cid-u5qXewbFms .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-u5qXewbFms .card-box {
  padding-top: 2rem;
}
.cid-u5qXewbFms .card-wrapper {
  height: 100%;
}
.cid-u5qXewbFms .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-u5qXewbFms img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-u5qXewbFms .card-title {
  color: #57468b;
}
.cid-u5qXewbFms .main-title {
  color: #57468b;
  text-align: center;
}
.cid-u5qXewbFms DIV {
  color: #57468b;
}
.cid-u5qWShsMiX {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f2f6ff;
}
.cid-u5qWShsMiX h4 {
  margin-bottom: 0;
}
.cid-u5qWShsMiX p {
  color: #767676;
}
.cid-u5qWShsMiX .btn-info-outline {
  border: none;
  color: #7453d9 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-u5qWShsMiX .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-u5qWShsMiX .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-u5qWShsMiX .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff8a73 !important;
  box-shadow: none!important;
}
.cid-u5qWShsMiX .btn-info-outline:active,
.cid-u5qWShsMiX .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-u5qWShsMiX .card-box {
  padding-top: 2rem;
}
.cid-u5qWShsMiX .card-wrapper {
  height: 100%;
}
.cid-u5qWShsMiX .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-u5qWShsMiX img {
  border-radius: 8px;
}
.cid-u5qWShsMiX .card-title {
  color: #57468b;
}
.cid-u5qWShsMiX .main-title {
  color: #57468b;
  text-align: center;
}
.cid-u5qWShsMiX DIV {
  color: #57468b;
}
.cid-u5qWShDebH {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e1e8ff;
}
.cid-u5qWShDebH .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-u5qWShDebH input,
.cid-u5qWShDebH textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-u5qWShDebH img {
  width: 90%;
  border-radius: 8px;
}
.cid-u5qWShDebH .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-u5qWShDebH textarea {
  min-height: 160px;
}
.cid-u5qWShDebH .form-control,
.cid-u5qWShDebH .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u5qWShDebH .form-control:hover,
.cid-u5qWShDebH .field-input:hover,
.cid-u5qWShDebH .form-control:focus,
.cid-u5qWShDebH .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-u5qWShDebH input::-webkit-input-placeholder,
.cid-u5qWShDebH textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-u5qWShDebH input:-moz-placeholder,
.cid-u5qWShDebH textarea:-moz-placeholder {
  color: #c1c1c1;
}
.cid-u5qWShDebH .jq-selectbox li,
.cid-u5qWShDebH .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-u5qWShDebH .jq-selectbox li:hover,
.cid-u5qWShDebH .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-u5qWShDebH .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-u5qWShDebH .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-u5qWShDebH H5 {
  color: #57468b;
  padding-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-u5qWShDebH img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-u5qWShDebH .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-u5qWShS2Yz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #57468b;
}
